<div dir="ltr">Hi all,<br><br>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.<br><br><b>Command</b><br>originate sofia/gateway/gizmo1/848458448557 121<br>
<br><b>Dial Plan</b><br clear="all"> <extension name="java_test" continue="true"><br> <condition field="destination_number" expression="121"><br> <action application="java" data="/home/adeel/programs/freeswitch/scripts/freeswitch.jar net.digitalapps.freeswitch.CallTest abcdefgh"/><br>
</condition><br> </extension> <br><br>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.<br>
<br>Thanks.<br><br>-- <br>Best,<br>Adeel Ansari<br><br><a href="http://www.linkedin.com/in/adeelansari">http://www.linkedin.com/in/adeelansari</a><br>
</div>