<div dir="ltr"><div dir="ltr"><div>I need to dial an extension within an IVR.  So my freeswitch application will</div><div>test PBX extensions.  The application will dial an IVR (Could be running any</div><div>PBX vendor), when the PBX picks up it will dial an extension and run several</div><div>tests including testing two way audio, DTMF and other tests.  I got my test</div><div>scenarios working with a normal numbers, but now I need to extend it to dial</div><div>extensions within an IVR.  Most of this is written in Lua  </div><div><br></div><div>I have two problems with this setup.</div><div>1.  How can I dial an extension after the call is setup.  Tried the "send_dtmf" but it didnt work or maybe I just dont know how to use it.  I have done "send_dtmf <extension>" and nothing happens.  What would be the best way to dial an extension after the call has been answered?</div><div><br></div><div><br></div><div>2.  Once I get this part working.  How can I wait for the extension to</div><div>answer before starting to execute my test script.  I was thinking of doing "wait_for_silence 200 15 10 5000" then execute the rest of my script.  What do you think?  Is there a better way?</div><div><br></div></div></div>