Revision: 2284
http://astpp.svn.sourceforge.net/astpp/?rev=2284&view=rev
Author: darrenkw
Date: 2009-10-06 05:02:59 +0000 (Tue, 06 Oct 2009)
Log Message:
-----------
Add sample code to call callingcard application.
Added Paths:
-----------
trunk/freeswitch/conf/02_astpp_callingcards.xml
Added: trunk/freeswitch/conf/02_astpp_callingcards.xml
===================================================================
--- trunk/freeswitch/conf/02_astpp_callingcards.xml (rev 0)
+++ trunk/freeswitch/conf/02_astpp_callingcards.xml 2009-10-06 05:02:59 UTC (rev 2284)
@@ -0,0 +1,8 @@
+<include>
+ <extension name="astpp_callingcards">
+ <condition field="destination_number" expression="^9912345$">
+ <action application="answer"/>
+ <action application="perl" data="astpp-callingcards.pl" />
+ </condition>
+ </extension>
+</include>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|