do you have any relevant logs on asterisk console.<div><br></div><div>set verbosity 3 </div><div>unload chan_dahdi.so</div><div><br></div><div>then load chan_dahdi.so</div><div>  </div><div>you should see the ......cic expected on ........ logs.</div>

<div><br></div><div>try to set that cic as <span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(80, 0, 80); ">cicbeginswith</span>.</div><div><br></div>

<div><br><br><div class="gmail_quote">On Mon, Nov 29, 2010 at 7:56 PM, Timothy Smith <span dir="ltr">&lt;<a href="mailto:timotsmith@gmail.com">timotsmith@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Thank you Gentlemen for your responses.<br>
<br>
I have done the dahdi_monitor, its only TX that has some input (see<br>
sample output below). Thats for both outgoing and incoming calls.<br>
<br>
How can I verify the circuit mapping? My core engineer (telco company)<br>
said that he is using the 1st channel for signalling and the rest for<br>
voice.<br>
<br>
I appreciate your help.<br>
<br>
Tim<br>
<br>
[root@ivr asterisk]# dahdi_monitor 12 -vvv<br>
<br>
Visual Audio Levels.<br>
--------------------<br>
 Use chan_dahdi.conf file to adjust the gains if needed.<br>
<br>
( # = Audio Level  * = Max Audio Hit )<br>
&lt;----------------(RX)----------------&gt; &lt;----------------(TX)----------------&gt;<br>
                                        ###################  *<br>
     ^Ccntrl-c pressed 0) Tx:  2516 ( 3960)<br>
                                        #################    *<br>
        Rx:     0 (    0) Tx:  3308 ( 3960)done cleaning up ...<br>
exiting.<br>
[root@ivr asterisk]# dahdi_monitor 3 -vvv<br>
<br>
Visual Audio Levels.<br>
--------------------<br>
 Use chan_dahdi.conf file to adjust the gains if needed.<br>
<br>
( # = Audio Level  * = Max Audio Hit )<br>
&lt;----------------(RX)----------------&gt; &lt;----------------(TX)----------------&gt;<br>
                                        ###########    *<br>
     ^Ccntrl-c pressed 0) Tx:  2111 ( 2790)<br>
   Rx:     0 (    0) Tx:  2035 ( 2790)done cleaning up ... exiting.<br>
[root@ivr asterisk]#<br>
<div class="im"><br>
<br>
On Mon, Nov 29, 2010 at 4:57 PM, Abdul Basit &lt;<a href="mailto:basit.engg@gmail.com">basit.engg@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div class="h5">&gt; Try sending a call via call file and see if you are getting both call legs.<br>
&gt; callchannel.sh<br>
&gt; #!/bin/bash<br>
&gt; echo &quot;Channel: DAHDI/$1/$2<br>
&gt; Callerid: $2<br>
&gt; MaxRetries: 2<br>
&gt; RetryTime: 60<br>
&gt; WaitTime: 30<br>
&gt; Context: ss7<br>
&gt; Application: Echo&quot; &gt; /var/spool/asterisk/tmp/test.call<br>
&gt; mv /var/spool/asterisk/tmp/test.call /var/spool/asterisk/outgoing<br>
&gt; dahdi_monitor $1 -vv<br>
&gt; This is the way i verify the call legs.<br>
&gt; chmod +x callchannel.sh<br>
&gt; ./callchannel.sh channelNumber someNumber<br>
&gt; ./callchannel.sh 3 123456789<br>
&gt;<br>
&gt; Most of the time problem is cic miss-match.<br>
&gt; I hope this will help you debugging the issue.<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Nov 29, 2010 at 6:34 PM, Timothy Smith &lt;<a href="mailto:timotsmith@gmail.com">timotsmith@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Dear Users,<br>
&gt;&gt;<br>
&gt;&gt; I seeking help on with the asterisk+libss7.  the call is successfully<br>
&gt;&gt; setup but no audio either end.<br>
&gt;&gt;<br>
&gt;&gt; I am using Asterisk SVN-branch-1.6.0-r265498, libss71.0.2,<br>
&gt;&gt; chan_dahdi.c is too bing but i can send it if required(perhaps to add<br>
&gt;&gt; p-&gt;dialing = 0. I didnt do it<br>
&gt;&gt; correctly?)<br>
&gt;&gt;<br>
&gt;&gt; I appreciate your help in advance. Could someone please send me<br>
&gt;&gt; working confs/chan_dahdi.conf please!<br>
&gt;&gt;<br>
&gt;&gt; [root@ivr asterisk]# cat chan_dahdi.conf<br>
&gt;&gt; [trunkgroups]<br>
&gt;&gt; [channels]<br>
&gt;&gt; echocancel=yes<br>
&gt;&gt; echocancelwhenbridged=yes<br>
&gt;&gt; group=1<br>
&gt;&gt; signalling=ss7<br>
&gt;&gt; ss7type=itu<br>
&gt;&gt; ss7_called_nai=national<br>
&gt;&gt; ss7_calling_nai=national<br>
&gt;&gt; linkset=1<br>
&gt;&gt; pointcode=25<br>
&gt;&gt; adjpointcode=33<br>
&gt;&gt; defaultdpc=33<br>
&gt;&gt; networkindicator=national<br>
&gt;&gt; sigchan=1<br>
&gt;&gt; cicbeginswith=2<br>
&gt;&gt; channel=2-124<br>
&gt;&gt; ss7_internationalprefix=000<br>
&gt;&gt; ss7_nationalprefix=0<br>
&gt;&gt; context=ss7<br>
&gt;&gt; [root@ivr1 asterisk]# cat /etc/dahdi/system.conf<br>
&gt;&gt; span=1,1,0,ccs,hdb3<br>
&gt;&gt; bchan=2-31<br>
&gt;&gt; mtp2=1<br>
&gt;&gt; span=2,2,0,ccs,hdb3<br>
&gt;&gt; bchan=32-62<br>
&gt;&gt; span=3,3,0,ccs,hdb3<br>
&gt;&gt; bchan=63-93<br>
&gt;&gt; span=4,4,0,ccs,hdb3<br>
&gt;&gt; bchan=94-124<br>
&gt;&gt;<br>
&gt;&gt; loadzone        = us<br>
&gt;&gt; defaultzone     = us<br>
&gt;&gt; [root@ivr asterisk]#<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thank you!<br>
&gt;&gt; Kind Regards,<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; _____________________________________________________________________<br>
&gt;&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;&gt;<br>
&gt;&gt; asterisk-ss7 mailing list<br>
&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Regards,<br>
&gt; Abdul Basit | +92 32 1416 4196<br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-ss7 mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>
&gt;<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-ss7 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div>Regards,</div><br>Abdul Basit | +92 32 1416 4196<br>
</div>