Thanks for your reply :)<br><br>I added Answer to my dialplan:<br><br>exten =&gt; xxx,1,Answer()<br>exten =&gt; xxx,n,Background(welcome)<br>exten =&gt; xxx,n,WaitExten(7)<br><br>exten =&gt; _X,1,AGI(agi.php)<br>exten =&gt; _X,n,PlayBack(vm-tocallnumber)<br>
exten =&gt; _X,n,Dial(SIP/voiptrunk/${NUM})<br><br>exten =&gt; t,1,Noop(*****timeout*****)<br>exten =&gt; t,n,Playback(pbx-invalid)<br>exten =&gt; t,n,Hangup()<br><br>cli output:<br><br>-- Executing [xxx@default:1] Answer(&quot;SIP/xx.xx.xx.xx-00000004&quot;, &quot;&quot;) in new stack<br>
    -- Executing [xxx@default:2] BackGround(&quot;SIP/xx.xx.xx.xx-00000004&quot;, &quot;welcome&quot;) in new stack<br>    -- &lt;SIP/xx.xx.xx.xx-00000004&gt; Playing &#39;welcome.slin&#39; (language &#39;en&#39;)<br>    -- Executing [xxx@default:3] WaitExten(&quot;SIP/xx.xx.xx.xx-00000004&quot;, &quot;7&quot;) in new stack<br>
    -- Timeout on SIP/xx.xx.xx.xx-00000004, going to &#39;t&#39;<br>    -- Executing [t@default:1] NoOp(&quot;SIP/xx.xx.xx.xx-00000004&quot;, &quot;*****timeout*****&quot;) in new stack<br>    -- Executing [t@default:2] Playback(&quot;SIP/xx.xx.xx.xx-00000004&quot;, &quot;pbx-invalid&quot;) in new stack<br>
    -- &lt;SIP/xx.xx.xx.xx-00000004&gt; Playing &#39;pbx-invalid.gsm&#39; (language &#39;en&#39;)<br>    -- Executing [t@default:3] Hangup(&quot;SIP/xx.xx.xx.xx-00000004&quot;, &quot;&quot;) in new stack<br>  == Spawn extension (default, t, 3) exited non-zero on &#39;SIP/xx.xx.xx.xx-00000004&#39;<br>
[] WARNING[1235]: chan_sip.c:3780 retrans_pkt: Maximum retries exceeded on transmission 0ef328f40a5fd6ca31a68dae2af75219@xx.xx.xx.xx for seqno 102 (Critical Response) -- See doc/sip-retransmit.txt.<br>[] WARNING[1235]: chan_sip.c:3780 retrans_pkt: Maximum retries exceeded on transmission 0ef328f40a5fd6ca31a68dae2af75219@xx.xx.xx.xx for seqno 102 (Critical Response) -- See doc/sip-retransmit.txt.<br>
<br>I still can&#39;t read the DTMF input :(<br><br>I also tried adding:<br><br>dtmfmode = rfc2833<br>rfc2833compensate = yes<br>relaxdmtf = no ; should be no because setting it to yes cause talkoff<br><br>to sip.conf and chan_dahdi.conf<br>
and increasing rxgain=20 (I wasn&#39;t sure how much was appropriate)<br><br>Nothing seems to help.<br><br>ANY tips or ideas will be apreciated.<br><br><br><div class="gmail_quote">On Thu, Aug 19, 2010 at 1:19 PM, Tilghman Lesher <span dir="ltr">&lt;<a href="mailto:tlesher@digium.com">tlesher@digium.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Wednesday 18 August 2010 16:52:38 Kathryn Jones wrote:<br>
&gt; I must not be receiving them properly, since I can&#39;t make it work. I just<br>
&gt; can&#39;t see why :P.<br>
&gt;<br>
&gt; My asterisk version is 1.6.2.6. Like I said before, for outgoing .call<br>
&gt; files WaitExten works fine, it&#39;s on incoming calls that I cannot receive<br>
&gt; the number I need.<br>
<br>
</div>There&#39;s your answer.  On outgoing calls, the other end signals the line into<br>
answered state, whereas on incoming calls, you must explicitly answer the<br>
channel before listening for DTMF.<br>
<br>
--<br>
Tilghman Lesher<br>
Digium, Inc. | Senior Software Developer<br>
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>