<html>
<body>
At 03:17 PM 6/2/2006, you wrote:<br>
<blockquote type=cite class=cite cite="">It does not appear there are any
signaling modes in chan_zap that send a wink in between receiving the
called number and the calling number (ANI); the FEATD modes send a wink,
wait for a digit string (which they expect to be in the format
*NNNN...*NNNNN...*) and then send a final wink to acknowledge the receipt
of the dial string. The digit string is then split into called number and
calling number and the call process continues.<br><br>
-- <br>
Kevin P. Fleming<br>
Senior Software Engineer<br>
Digium, Inc.</blockquote><br>
OK, I managed to dig up the docs on Feature Group D from the Nortel
Documentation. And you are right, there is no wink between the ANI and
called number.<br><br>
According to the docs, it goes:<br><br>
Placing a call from 215-555-1234 to 815-555-5678<br><br>
User: Dials 1-815-555-5678<br>
Nortel: Ring the trunk<br>
Asterisk: Wink<br>
Nortel: Sends ID Field (ANI) KP+00+2155551234+ST (The 00 is informational
for a normal call)<br>
Nortel: Sends Called Number KP+8155555678+ST<br>
Asterisk: Acknowledgement Wink<br>
Communications Extablished<br><br>
Now, in the ${EXTEN} variable, what should I see at that point? Currently
it looks like I am just seeing 8155555678. Would the ANI field show up in
a different variable?<br><br>
I am also running into a problem with the calls. I have a very simple
call plan in place to get this working:<br><br>
[Context]<br>
exten =&gt; _X.,1,Answer()<br>
exten =&gt; _X.,2,SayDigits(${EXTEN})<br>
exten =&gt; _X.,3,Hangup<br><br>
Here's what I see on the CLI<br><br>
&nbsp;&nbsp;&nbsp; -- Starting simple switch on 'Zap/6-1'<br>
&nbsp;&nbsp;&nbsp; -- Executing Answer(&quot;Zap/6-1&quot;, &quot;&quot;)
in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing SayDigits(&quot;Zap/6-1&quot;,
&quot;2063450020&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Playing 'digits/2' (language 'en')<br>
&nbsp;&nbsp;&nbsp; -- Hungup 'Zap/6-1'<br><br>
I never hear the digits read back to me, I get a recorded message from
the Nortel saying &quot;There is a temporary problem with the Long
Distance carrier you are calling. blah.blah.blah&quot;<br><br>
So something isn't taking place that should. Here's my zaptel.conf and
zapata.conf as well:<br><br>
Zaptel.conf
<dl>
<dd>span=1,1,1,d4,ami
<dd>e&amp;m=1-6
<dd>loadzone=us
<dd>defaultzone=us<br><br>
</dl>Zapata.conf
<dl>
<dd>[channels]
<dd>context=default
<dd>signalling=featdmf
<dd>usecallerid=no
<dd>hidecallerid=no
<dd>callwaiting=no
<dd>usecallingpres=no
<dd>callwaitingcallerid=no
<dd>threewaycalling=no
<dd>transfer=no
<dd>canpark=no
<dd>cancallforward=no
<dd>callreturn=yes
<dd>echocancel=yes
<dd>echocancelwhenbridged=yes
<dd>rxgain=0.0
<dd>txgain=0.0
<dd>group=1
<dd>callgroup=1
<dd>pickupgroup=1
<dd>immediate=no<br>

<dd>context=blah
<dd>channel =&gt; 1-6
</dl>The Feature Group D signaling documentation I have is in PDF format
if you want to see it.<br><br>
Thanks for any help!<br><br>
John Fulton<br>
Anchorage, AK<br>
</body>
</html>