<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi All,<br>
    <br>
    Any help is welcomed &amp; thanks in advance<br>
    <br>
    <u>Scenario : </u><br>
    Sip Phone(machine1) ---&gt; SS7 Link --&gt; Sip Phone(machine2)<br>
    <br>
    <u>Problem : </u><br>
    The call pass through, the destination extensions rings. when I Pick
    Up i continue to hear the ringing in both extensions and there is no
    voice.<br>
    <br>
    Within Asterisk Logs i have the next warning message :<br>
    <br>
    <pre>&nbsp;NOTICE[28699]: channel.c:2591 __ast_read: Dropping incompatible voice frame on SS7/siuc/30 of format ulaw since our native format has changed to 0x8 (alaw)</pre>
    <br>
    I tryed allow=all on sip.conf &amp; iax.conf but the result is the
    same<br>
    <br>
    <br>
    <u>Current configuration :</u><br>
    - Asterisk : 1.4.39.2<br>
    - Dahdi : 2.5.0.2<br>
    - Kernel : 2.6.30.10<br>
    - chan_ss7 : 2.1.0 <br>
    - 2 Machines : Machine1 (ipbrick144 | 172.31.3.144) + Machine2
    (ipbrick145 | 172.31.3.145)<br>
    - chan_dahdi unloaded, chan_ss7 loaded<br>
    <br>
    <u>Machine 1:</u><br>
    <u>ss7.conf </u><br>
    <pre>[linkset-siuc]</pre>
    <pre>enabled =&gt; yes</pre>
    <pre>enable_st =&gt; no</pre>
    <pre>use_connect =&gt; no</pre>
    <pre>hunting_policy =&gt; even_mru</pre>
    <pre>context =&gt; PBX1_Asterisk</pre>
    <pre>language =&gt; da</pre>
    <pre>t35 =&gt; 15000,timeout</pre>
    <pre>subservice =&gt; auto </pre>
    <pre>
; The host running the mtp3 service</pre>
    <pre>;mtp3server =&gt; localhost</pre>
    <pre>
[link-l1]</pre>
    <pre>linkset =&gt; siuc</pre>
    <pre>channels =&gt; 1-15,17-31</pre>
    <pre>schannel =&gt; 16</pre>
    <pre>firstcic =&gt; 1</pre>
    <pre>enabled =&gt; yes</pre>
    <pre>sltm =&gt; no </pre>
    <pre>
[host-ipbrick145]</pre>
    <pre>default_linkset=&gt;siuc</pre>
    <pre>enabled =&gt; yes</pre>
    <pre>opc =&gt; 0x1</pre>
    <pre>dpc =&gt; siuc:0x2</pre>
    <pre>links =&gt; l1:1</pre>
    <pre>if-1 =&gt; 172.31

</pre>
    <u>/etc/dahdi/system.conf</u><br>
    <br>
    <pre>span=1,0,0,ccs,hdb3</pre>
    <pre>bchan=1-15,17-31</pre>
    <pre>mtp2=16</pre>
    <pre>#bchan=16</pre>
    <pre>#dchan=16
</pre>
    <br>
    <u>Link status</u><br>
    <pre>linkset:siuc, link:l1/16, state:INSERVICE, sls:0, total:&nbsp;&nbsp; 3519/&nbsp;&nbsp;&nbsp; 16</pre>
    <u>Channels status</u><br>
    <br>
    <pre>CIC&nbsp;&nbsp; 1 Idle</pre>
    <pre>..</pre>
    <pre>CIC&nbsp;&nbsp; 31 Idle</pre>
    <br>
    <br>
    <u>Machine 2:</u><br>
    <u>ss7.conf </u><br>
    <br>
    <pre>[linkset-siuc]</pre>
    <pre>enabled =&gt; yes</pre>
    <pre>enable_st =&gt; no</pre>
    <pre>use_connect =&gt; no</pre>
    <pre>hunting_policy =&gt; even_mru</pre>
    <pre>context =&gt; PSTN2_Asterisk</pre>
    <pre>language =&gt; en</pre>
    <pre>t35 =&gt; 15000,timeout</pre>
    <pre>subservice =&gt; auto</pre>
    <pre>
; The host running the mtp3 service</pre>
    <pre>;mtp3server =&gt; localhost</pre>
    <pre>
[link-l1]</pre>
    <pre>linkset =&gt; siuc</pre>
    <pre>channels =&gt; 1-15,17-31</pre>
    <pre>schannel =&gt; 16</pre>
    <pre>firstcic =&gt; 1</pre>
    <pre>enabled =&gt; yes</pre>
    <pre>sltm =&gt; no </pre>
    <pre>
[host-ipbrick144]</pre>
    <pre>default_linkset=&gt;siuc</pre>
    <pre>enabled =&gt; yes</pre>
    <pre>opc =&gt; 0x2</pre>
    <pre>dpc =&gt; siuc:0x1</pre>
    <pre>links =&gt; l1:1</pre>
    <pre>if-1 =&gt; 172.31.3.144</pre>
    <pre>
</pre>
    <u>/etc/dahdi/system.conf<br>
    </u>
    <pre>span=1,1,0,ccs,hdb3</pre>
    <pre>bchan=1-15,17-31</pre>
    <pre>mtp2=16</pre>
    <pre>#bchan=16</pre>
    <pre>#dchan=16</pre>
    <u>Link status</u><br>
    <pre>linkset:siuc, link:l1/16, state:INSERVICE, sls:0, total:&nbsp;&nbsp; 3663/&nbsp;&nbsp;&nbsp; 16

<u>
</u></pre>
    <u>Channels status</u><br>
    <br>
    <pre>
CIC&nbsp;&nbsp; 1 Idle</pre>
    <pre>&nbsp;..
</pre>
    <pre>CIC&nbsp;&nbsp; 31 Idle
</pre>
  </body>
</html>