<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>I have quite simple task:<br><br></div>I need to call from ext 1000 to ext 1001, after ext 1001 pick-up phone, I need to be able to listen for DTMF and based on DTMF I need to fire some commands in LUA.<br><br></div>I tried following code in LUA:<br><br>api = freeswitch.API()<br><br>did = session:getVariable(&quot;destination_number&quot;)<br>domain = session:getVariable(&quot;domain_name&quot;)<br><br>session:execute(&quot;bridge&quot;, &quot;user/&quot;.. did .. &quot;@&quot; .. domain)<br><br>freeswitch.consoleLog(&quot;INFO&quot;,&quot;Called Number &quot; .. did .. &quot;\n&quot;)<br><br></div>But I can do anything with a call only when destination hang-up. For example Called number will be displayed only after destination ext will hang-up.<br><br></div>Is there any possibility to achieve this with LUA script?<br><br></div>With kind regards,<br><br></div>Jurijs<br></div>