<div>Dear All</div>
<div>For Asterisk to send dialed digits in one-by-one digit manner inside sip info message , I modified my sip.conf and extensions.conf as the followings :</div>
<div>Under sip.conf :</div>
<div>----------------------</div>
<div>dtmfmode=info</div>
<div> </div>
<div>Under extensions.conf :</div>
<div>---------------------------------</div>
<div>exten =&gt; _X.,1,Dial(SIP/osaka/${EXTEN})</div>
<div> </div>
<div>Please be informed that [osaka] is an external sip server located at @<a href="http://192.168.0.139">192.168.0.139</a> .Then , when I dial out as 6659983 I expect my Asterisk to send it as 6,6,5,9,9,8,3 but not as a complete 6659983 inside an SIP INVITE package . I checked my configuration and it didn&#39;t work . Can you please let me know how I need to midify it to fulfill the needs ?</div>

<div>Thank you</div>
<div> </div>