<div dir="ltr">Dear All,<br><br>I have the following scenario:<br>My customer dial a DID number and it&#39;ll be forwarded to my asterisk server by the below trunk defined in sip.conf:<br><br>[sip_proxy1] <br>type=peer <br>
context=stations<br>host=<a href="http://81.201.82.112">81.201.82.112</a><br>disallow=all<br>allow=g729<br>allow=alaw<br>allow=ulaw&nbsp;&nbsp; <br>dtmfmode=RFC2833 <br>relaxdtmf=yes<br>canreinvite=no<br><br>The above trunk will use the context stations defined in extensions.conf as follow:<br>
<br><br>[stations]<br>exten =&gt; _X.,1,Gotoif($[${EXTEN} = 112] ? 21)<br>exten =&gt; _X.,2,DeadAGI,a2billing.php|3<br>exten =&gt; _X.,3,Wait,2<br>exten =&gt; _X.,4,Hangup<br>exten =&gt; _X.,21,AGI,a2billing.php|3<br>exten =&gt; _X.,22,Hangup<br>
<br>The System will ask the user to enter his PIN number...The problem is that sometime the system recognize the PIN entered and sometimes the PIN is not recognized...I&#39;m using RFC2833 as dmf mode...<br><br>I would like to know if my config is correct or I need o add something to it or there is a BUG on asterisk server regarding DTMF?<br>
<br>Please note that I&#39;m using Asterisk <a href="http://1.4.21.2">1.4.21.2</a><br>Regards <br></div>