summaryrefslogtreecommitdiff
path: root/apps/app_originate.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-12-18 14:23:22 +0000
committerRussell Bryant <russell@russellbryant.com>2008-12-18 14:23:22 +0000
commit9e3ecac5ab750b3d7ea5648222cbdc78e8edb00b (patch)
treea758a812d28ef63dd410c68c3cbecbcae3e00327 /apps/app_originate.c
parentaecde42abbf4a79a90633411c28babd09828ab21 (diff)
Add a \todo note for app_originate.
Jared Smith suggested that we add a way to be able to set variables and functions on the outbound channel. I think that it's a great idea, so I have added it as a todo so that it gets done at some point. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_originate.c')
-rw-r--r--apps/app_originate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/app_originate.c b/apps/app_originate.c
index 9dc78bda6..12055d83c 100644
--- a/apps/app_originate.c
+++ b/apps/app_originate.c
@@ -26,6 +26,10 @@
* \author Russell Bryant <russell@digium.com>
*
* \ingroup applications
+ *
+ * \todo Make a way to be able to set variables (and functions) on the outbound
+ * channel, similar to the Variable headers for the AMI Originate, and the
+ * Set options for call files.
*/
#include "asterisk.h"