I have it the other way round, Asterisk is configured as master clock (also in wanpip1.conf file) and so I have span=1,0,0,ccs,hdb3,crc4 there, and Mobicents is the slave (TE_CLOCK  = NORMAL in wanpipe1.conf) and so span=1,1,0,ccs,hdb3,crc4.<br>
<br>So the clock comes from the Asterisk side. <br><br><br><div class="gmail_quote">On Mon, Oct 1, 2012 at 11:46 AM, Kaloyan Kovachev <span dir="ltr">&lt;<a href="mailto:kkovachev@varna.net" target="_blank">kkovachev@varna.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Who is providing the clock in your setup?<br>
<br>
span=1,1,0,ccs,hdb3,crc4 - on Asterisk machine means it expects the clock<br>
from remote, but if Mobicent does not provide clock you need:<br>
<br>
span=1,0,0,ccs,hdb3,crc4<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, 1 Oct 2012 11:29:13 +0200, Victor Neiman<br>
&lt;<a href="mailto:victor@blacksheepdev.co.za">victor@blacksheepdev.co.za</a>&gt; wrote:<br>
&gt; HI Mitul,<br>
&gt;<br>
&gt; thanks for the suggestion, tried it, does not seem to help, in fact<br>
getting<br>
&gt; an additional error message now in Asterisk:<br>
&gt;<br>
&gt;<br>
&gt; [Oct  1 13:35:52] ERROR[26703]: chan_dahdi.c:13966 dahdi_ss7_error: [1]<br>
&gt;&gt; Received MSU in invalid state 1<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; Regards<br>
&gt; Vic<br>
&gt;<br>
&gt; On Mon, Oct 1, 2012 at 11:11 AM, Mitul Limbani &lt;<a href="mailto:mitul@enterux.com">mitul@enterux.com</a>&gt;<br>
wrote:<br>
&gt;<br>
&gt;&gt; You need to run signalling on mobicent side too n not have all bearer<br>
&gt;&gt; channels. bchan=2-31, dchan=1 on Mobicent. Fix that side ... and<br>
dchan=1<br>
&gt;&gt; instead of mtp2=1 on asterisk, Everything else looks ok on asterisk<br>
side.<br>
&gt;&gt;<br>
&gt;&gt; Mitul<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Oct 1, 2012 at 12:41 PM, Victor Neiman<br>
&gt;&gt; &lt;<a href="mailto:victor@blacksheepdev.co.za">victor@blacksheepdev.co.za</a><br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m trying to get SS7 communication between Asterisk 1.8.16.0 which<br>
has<br>
&gt;&gt;&gt; libss7 installed and the Mobicents Signalling Gateway , using Sangoma<br>
&gt;&gt;&gt; A101<br>
&gt;&gt;&gt; hardware in two boxes.  Both boxes are using wanrouter and dahdi. One<br>
&gt;&gt;&gt; box<br>
&gt;&gt;&gt; is running Asterisk, the other Mobicents. I have been corresponding<br>
&gt;&gt;&gt; closely<br>
&gt;&gt;&gt; with people at Mobicents to get the configuration right for their<br>
&gt;&gt;&gt; software<br>
&gt;&gt;&gt; and am fairly sure it is correct. The problem is that when I start up<br>
&gt;&gt;&gt; the<br>
&gt;&gt;&gt; Mobicents Signalling Gateway, Asterisk on the other side immediately<br>
&gt;&gt;&gt; fills<br>
&gt;&gt;&gt; up with these errors:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; [Oct  1 10:55:46] NOTICE[19825]: chan_dahdi.c:3437<br>
&gt;&gt;&gt;&gt; my_handle_link_exception: SS7 got event: HDLC Abort(6) on span 1/0<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The box that is running the SGW has the following<br>
&gt;&gt;&gt; /etc/dahdi/system.conf:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; #autogenerated by /usr/sbin/wancfg_dahdi do not hand edit<br>
&gt;&gt;&gt;&gt; #autogenrated on 2012-09-28<br>
&gt;&gt;&gt;&gt; #Dahdi Channels Configurations<br>
&gt;&gt;&gt;&gt; #For detailed Dahdi options, view /etc/dahdi/system.conf.bak<br>
&gt;&gt;&gt;&gt; loadzone=us<br>
&gt;&gt;&gt;&gt; defaultzone=us<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; #Sangoma A101 port 1 [slot:4 bus:5 span:1] &lt;wanpipe1&gt;<br>
&gt;&gt;&gt;&gt; span=1,1,0,ccs,hdb3,crc4<br>
&gt;&gt;&gt;&gt; bchan=1-31<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This config comes straight from the guys at Mobicents. All channels<br>
are<br>
&gt;&gt;&gt; bchan.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The Asterisk side looks like this, /etc/dahdi/sysem.conf<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; #autogenerated by /usr/sbin/wancfg_dahdi do not hand edit<br>
&gt;&gt;&gt;&gt; #autogenrated on 2012-09-28<br>
&gt;&gt;&gt;&gt; #Dahdi Channels Configurations<br>
&gt;&gt;&gt;&gt; #For detailed Dahdi options, view /etc/dahdi/system.conf.bak<br>
&gt;&gt;&gt;&gt; loadzone=us<br>
&gt;&gt;&gt;&gt; defaultzone=us<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; #Sangoma A101 port 1 [slot:4 bus:2 span:1] &lt;wanpipe1&gt;<br>
&gt;&gt;&gt;&gt; span=1,0,0,ccs,hdb3,crc4<br>
&gt;&gt;&gt;&gt; bchan=2-31<br>
&gt;&gt;&gt;&gt; mtp2=1<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  /etc/asterisk/chan_dahdi,conf looks like this:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit<br>
&gt;&gt;&gt;&gt; ;autogenrated on 2012-09-28<br>
&gt;&gt;&gt;&gt; ;Dahdi Channels Configurations<br>
&gt;&gt;&gt;&gt; ;For detailed Dahdi options, view /etc/asterisk/chan_dahdi.conf.bak<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; [trunkgroups]<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; [channels]<br>
&gt;&gt;&gt;&gt; context=default<br>
&gt;&gt;&gt;&gt; usecallerid=yes<br>
&gt;&gt;&gt;&gt; hidecallerid=no<br>
&gt;&gt;&gt;&gt; callwaiting=yes<br>
&gt;&gt;&gt;&gt; usecallingpres=yes<br>
&gt;&gt;&gt;&gt; callwaitingcallerid=yes<br>
&gt;&gt;&gt;&gt; threewaycalling=yes<br>
&gt;&gt;&gt;&gt; transfer=yes<br>
&gt;&gt;&gt;&gt; canpark=yes<br>
&gt;&gt;&gt;&gt; cancallforward=yes<br>
&gt;&gt;&gt;&gt; callreturn=yes<br>
&gt;&gt;&gt;&gt; echocancel=yes<br>
&gt;&gt;&gt;&gt; echocancelwhenbridged=yes<br>
&gt;&gt;&gt;&gt; relaxdtmf=yes<br>
&gt;&gt;&gt;&gt; rxgain=0.0<br>
&gt;&gt;&gt;&gt; txgain=0.0<br>
&gt;&gt;&gt;&gt; group=1<br>
&gt;&gt;&gt;&gt; callgroup=1<br>
&gt;&gt;&gt;&gt; pickupgroup=1<br>
&gt;&gt;&gt;&gt; immediate=no<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ;Sangoma A102 port 1 [slot:2 bus:6 span:1] &lt;wanpipe1&gt;<br>
&gt;&gt;&gt;&gt; context=from-pstn<br>
&gt;&gt;&gt;&gt; group=0<br>
&gt;&gt;&gt;&gt; echocancel=no<br>
&gt;&gt;&gt;&gt; signaling=ss7 ;this is ss7 signaling<br>
&gt;&gt;&gt;&gt; ss7type=itu ;using the ITU variant<br>
&gt;&gt;&gt;&gt; ss7_called_nai=dynamic ;NAI for outgoing calls<br>
&gt;&gt;&gt;&gt; ss7_calling_nai=dynamic ;NAI for incoming calls<br>
&gt;&gt;&gt;&gt; ss7_internationalprefix=00 ;international prefix value for incoming<br>
&gt;&gt;&gt;&gt; calls<br>
&gt;&gt;&gt;&gt; ss7_nationalprefix=0 ;national prefix value for incoming calls<br>
&gt;&gt;&gt;&gt; ss7_subscriberprefix= ;subscriber prefix value for incoming calls<br>
&gt;&gt;&gt;&gt; ss7_unknownprefix= ;unknown prefix value for incoming calls<br>
&gt;&gt;&gt;&gt; ss7_explictacm=yes ;ACM is send as soon as call enters the dial<br>
&gt;&gt;&gt;&gt; plan...may not accepted yet though<br>
&gt;&gt;&gt;&gt; linkset=1 ;arbitrary name for this set of channels<br>
&gt;&gt;&gt;&gt; pointcode=1 ;the point code for this system...aka SPC<br>
&gt;&gt;&gt;&gt; adjpointcode=2 ;the point code for the system that we are signaling<br>
&gt;&gt;&gt;&gt; to... aka APC<br>
&gt;&gt;&gt;&gt; defaultdpc=2 ;the point code for the system that the CICs will be<br>
&gt;&gt;&gt;&gt; negotiated with...aka DPC<br>
&gt;&gt;&gt;&gt; networkindicator=international ;NI value for MTP3<br>
&gt;&gt;&gt;&gt; cicbeginswith=1 ;the starting value of the CICs<br>
&gt;&gt;&gt;&gt; channel=2-31 ;the channels that are CICs<br>
&gt;&gt;&gt;&gt; sigchan=1 ;the signaling channel<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any help would be appreciated. Feels like I&#39;m missing something in the<br>
&gt;&gt;&gt; configs but I just can&#39;t seem to pin it down.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards<br>
&gt;&gt;&gt; Victor<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; _____________________________________________________________________<br>
&gt;&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;&gt;<br>
&gt;&gt;&gt; asterisk-ss7 mailing list<br>
&gt;&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&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;&gt;&gt;<br>
&gt;&gt;<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;&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>