[svn-commits] russell: trunk r165469 - /trunk/apps/app_originate.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Dec 18 08:23:23 CST 2008


Author: russell
Date: Thu Dec 18 08:23:22 2008
New Revision: 165469

URL: http://svn.digium.com/view/asterisk?view=rev&rev=165469
Log:
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.

Modified:
    trunk/apps/app_originate.c

Modified: trunk/apps/app_originate.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_originate.c?view=diff&rev=165469&r1=165468&r2=165469
==============================================================================
--- trunk/apps/app_originate.c (original)
+++ trunk/apps/app_originate.c Thu Dec 18 08:23:22 2008
@@ -26,6 +26,10 @@
  * \author Russell Bryant <russell at 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"




More information about the svn-commits mailing list