[asterisk-commits] dvossel: branch russell/ast_channel_ao2 r189461 - /team/russell/ast_channel_ao2/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 20 15:58:27 CDT 2009


Author: dvossel
Date: Mon Apr 20 15:58:23 2009
New Revision: 189461

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=189461
Log:
Updated CHANGEs and UPDATE.txt to reflect new chanspy features, the relocation of DAHDIScan, and the removal of app_dahdiscan.c

Modified:
    team/russell/ast_channel_ao2/CHANGES
    team/russell/ast_channel_ao2/UPGRADE.txt

Modified: team/russell/ast_channel_ao2/CHANGES
URL: http://svn.digium.com/svn-view/asterisk/team/russell/ast_channel_ao2/CHANGES?view=diff&rev=189461&r1=189460&r2=189461
==============================================================================
--- team/russell/ast_channel_ao2/CHANGES (original)
+++ team/russell/ast_channel_ao2/CHANGES Mon Apr 20 15:58:23 2009
@@ -28,6 +28,10 @@
    regardless if the call has been answered or not.
  * Added functionality to the app_dial F() option to continue with execution
    at the current location when no parameters are provided.
+ * Added c() option to app_chanspy. This option allows custom DTMF to be set
+   to cycle through the next avaliable channel.  By default this is still '*'.
+ * Added x() option to app_chanspy.  This option allows DTMF to be set to
+   exit the application.
 
 Dialplan Functions
 ------------------

Modified: team/russell/ast_channel_ao2/UPGRADE.txt
URL: http://svn.digium.com/svn-view/asterisk/team/russell/ast_channel_ao2/UPGRADE.txt?view=diff&rev=189461&r1=189460&r2=189461
==============================================================================
--- team/russell/ast_channel_ao2/UPGRADE.txt (original)
+++ team/russell/ast_channel_ao2/UPGRADE.txt Mon Apr 20 15:58:23 2009
@@ -25,6 +25,9 @@
   If you are not using autoload=yes in modules.conf you will need to ensure
   it is set to load. If not, then any module which uses RTP (such as chan_sip)
   will not be able to send or receive calls.
+* The app_dahdiscan.c file has been removed, but the dialplan app DAHDIScan still 
+  remains. It now exists within app_chanspy.c and retains the exact same 
+  functaionlity as before. 
 
 From 1.6.1 to 1.6.2:
 




More information about the asterisk-commits mailing list