<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">&nbsp;&nbsp;&nbsp; &nbsp; &lt;extension name=&quot;java_test&quot; continue=&quot;true&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;121&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;action application=&quot;java&quot; data=&quot;/home/adeel/programs/freeswitch/scripts/freeswitch.jar net.digitalapps.freeswitch.CallTest abcdefgh&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp; &lt;/extension&gt;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; <br><br>My Java program successfully showing me the argument &quot;abcdefgh&quot;. Now I want to pass a variable, not a fixed like &quot;abcdefgh&quot;, 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>