From: Russell Bryant Date: Thu, 18 Dec 2008 14:23:22 +0000 (+0000) Subject: Add a \todo note for app_originate. X-Git-Tag: 1.6.2.0-beta1~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e3ecac5ab750b3d7ea5648222cbdc78e8edb00b;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_originate.c b/apps/app_originate.c index 9dc78bda67..12055d83c8 100644 --- a/apps/app_originate.c +++ b/apps/app_originate.c @@ -26,6 +26,10 @@ * \author Russell Bryant * * \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"