I am learning how to use AMI and I am having 1 problem.. When I make a call to my mobile phone and when I answer it - it get disconnected/hangup right away. <div><br></div><div>Why is that? What is the solution to stop that?</div>
<div><br></div><div>For example:</div><div><br></div><div><div>ACTION: Originate</div><div>Channel: SIP/447XXXXXXX@vpsprovider</div><div>Exten: 210</div><div>Priority: 1</div><div>CallerID: 0044123456789</div><div>Timeout: 60000</div>
<div>Context: test</div></div><div><br></div><div><br></div><div><div>exten =&gt; 210,1,Answer </div><div>exten =&gt; 210,n,Set(MONITOR_FILENAME=Record-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})</div><div>exten =&gt; 210,n,SendDTMF(wwww2w3w)</div>
<div>exten =&gt; 210,n,Monitor(wav,${MONITOR_FILENAME},ib)</div><div>exten =&gt; 210,n,Hangup()</div></div><div><br></div><div><br></div><div>Before I had Dial() in the dialplan and it work great and no hangup.  Now I am using AMI method.</div>
<div><br></div><div><br></div><div>Thanks</div>