All,<br><br>  I&#39;ve got a problem on my SS7 implementation.  When I originate calls across my SS7 link and the call lands on a PRI, I get no audio in either direction.  The stack I am using is:<br><br>Asterisk 1.6.2.13<br>
DAHDI 2.4.0<br>libss7 1.0.2<br>libpri 1.4.11 (not sure if i need that, but thought it might be needed for ISUP stuff)<br>WANPIPE 3.5.15.4<br>Linux Kernel 2.6.18-194.11.4.el5 on Centos 5.5<br><br>The whole stack was hand compiled on the server (not from repos).<br>
<br>My dialplan is pretty simple, possibly too simple:<br><br>exten =&gt; _XXXXXXX,1,Dial(DAHDI/g0/${EXTEN})<br>exten =&gt; _XXXXXXX,n,Hangup()<br><br>My chan_dahdi.conf looks like this:<br><br>;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit<br>
;autogenrated on 2010-09-24<br>;Dahdi Channels Configurations<br>;For detailed Dahdi options, view /etc/asterisk/chan_dahdi.conf.bak<br><br>[trunkgroups]<br><br>[channels]<br>context=default<br>usecallerid=yes<br>hidecallerid=no<br>
callwaiting=yes<br>usecallingpres=yes<br>callwaitingcallerid=yes<br>threewaycalling=yes<br>transfer=yes<br>canpark=yes<br>cancallforward=yes<br>callreturn=yes<br>echocancel=no<br>echocancelwhenbridged=no<br>relaxdtmf=yes<br>
rxgain=0.0<br>txgain=0.0<br>group=1<br>callgroup=1<br>pickupgroup=1<br>immediate=no<br><br>ss7type=ansi<br>signalling=ss7<br>ss7_called_nai=dynamic<br>ss7_calling_nai=dynamic<br>ss7_internationalprefix=00<br>ss7_nationalprefix=0<br>
ss7_subscriberprefix=<br>ss7_unknownprefix=<br>networkindicator=national<br>explicitacm=yes<br>linkset=1<br>pointcode=1-1-1<br>defaultdpc=5-9-192<br>adjpointcode=5-9-192<br>group=0<br>cicbeginswith=1<br>channel=2-24<br>sigchan=1<br>
<br>context =&gt; from-pstn<br><br>