adeel.gnome at gmail.com Guest
|
Posted: Wed Sep 10, 2008 4:56 am Post 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 |
|