[Freeswitch-users] Passing variable argument in a dial plan
Gayatri Kulkarni
xtpl.gayatri at gmail.com
Wed Sep 10 20:41:02 PDT 2008
Can you add <params /> to <action /> ??
something like:
<action application="java" data="/home/adeel/programs/freeswitch/scripts/freeswitch.jar net.digitalapps.freeswitch.CallTest abcdefgh">
<param name="attr1" value="1 /">
<param name="attr2" value="3 /">
</action>
Regards,
Gayatri Kulkarni
-----
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
From: Adeel Ansari
Sent: Wednesday, September 10, 2008 2:55 AM
To: freeswitch-users at lists.freeswitch.org
Subject: [Freeswitch-users] Passing variable argument in a dial plan
Hi all,
I am hitting a dial plan using a command. And the application defined in the dial plan is running successfully with the argument passed. Below is the illustration.
Command
originate sofia/gateway/gizmo1/848458448557 121
Dial Plan
<extension name="java_test" continue="true">
<condition field="destination_number" expression="121">
<action application="java" data="/home/adeel/programs/freeswitch/scripts/freeswitch.jar net.digitalapps.freeswitch.CallTest abcdefgh"/>
</condition>
</extension>
My Java program successfully showing me the argument "abcdefgh". Now I want to pass a variable, not a fixed like "abcdefgh", as an argument. How can I do it.
Thanks.
--
Best,
Adeel Ansari
http://www.linkedin.com/in/adeelansari
--------------------------------------------------------------------------------
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080910/fee48748/attachment-0002.html
More information about the FreeSWITCH-users
mailing list