OK, made some progress.
<div><br></div><div>With some help from friends on #Asterisk, found that the NEC was doing post connect dialing.</div><div><br></div><div>So then, added the following to extensions.conf:</div><div><br></div><div><div>[from-nec]</div>
<div>exten =&gt; s,1,Answer()</div><div>exten =&gt; s,n,Set(TIMEOUT(digit)=2)</div><div>exten =&gt; s,n,Set(TIMEOUT(response)=5)</div><div>exten =&gt; s,n,Read(DialedNumber)</div><div>exten =&gt; s,n,Dial(DAHDI/g2/${DialedNumber},,T)</div>
<div><br></div><div><br></div><div>Which now captures the number and tries to dial, but then I get:</div><div><br></div><div><br></div><div><div>&nbsp;&nbsp; &nbsp;-- Accepting call from &#39;&#39; to &#39;s&#39; on channel 0/28, span 1</div>
<div>&nbsp;&nbsp; &nbsp;-- Executing [s@from-nec:1] Answer(&quot;DAHDI/28-1&quot;, &quot;&quot;) in new stack</div><div>&nbsp;&nbsp; &nbsp;-- Executing [s@from-nec:2] Set(&quot;DAHDI/28-1&quot;, &quot;TIMEOUT(digit)=2&quot;) in new stack</div><div>&nbsp;&nbsp; &nbsp;-- Digit timeout set to 2</div>
<div>&nbsp;&nbsp; &nbsp;-- Executing [s@from-nec:3] Set(&quot;DAHDI/28-1&quot;, &quot;TIMEOUT(response)=5&quot;) in new stack</div><div>&nbsp;&nbsp; &nbsp;-- Response timeout set to 5</div><div>&nbsp;&nbsp; &nbsp;-- Executing [s@from-nec:4] Read(&quot;DAHDI/28-1&quot;, &quot;DialedNumber&quot;) in new stack</div>
<div>&nbsp;&nbsp; &nbsp;-- User entered &#39;14140400400000&#39;</div><div>&nbsp;&nbsp; &nbsp;-- Executing [s@from-nec:5] Dial(&quot;DAHDI/28-1&quot;, &quot;DAHDI/g2/14140400400000,,T&quot;) in new stack</div><div>&nbsp;&nbsp; &nbsp;-- Requested transfer capability: 0x00 - SPEECH</div>
<div>&nbsp;&nbsp; &nbsp;-- Called g2/14140400400000</div><div>&nbsp;&nbsp; &nbsp;-- DAHDI/32-1 is proceeding passing it to DAHDI/28-1</div><div>&nbsp;&nbsp; &nbsp;-- Channel 0/1, span 2 got hangup request, cause 31</div><div>[Nov 16 16:09:30] WARNING[5828]: app_dial.c:827 wait_for_answer: Unable to forward voice or dtmf</div>
<div>&nbsp;&nbsp; &nbsp;-- Hungup &#39;DAHDI/32-1&#39;</div><div>&nbsp;&nbsp;== Everyone is busy/congested at this time (1:0/0/1)</div><div>&nbsp;&nbsp; &nbsp;-- Auto fallthrough, channel &#39;DAHDI/28-1&#39; status is &#39;CHANUNAVAIL&#39;</div><div>&nbsp;&nbsp; &nbsp;-- Channel 0/28, span 1 got hangup request, cause 16</div>
<div>&nbsp;&nbsp; &nbsp;-- Hungup &#39;DAHDI/28-1&#39;</div><div><br></div><div><br></div><div>Ideas?</div><div><br></div><div>Mikel</div><div><br></div></div></div>