Re: [asterisk-ss7] Alignment problem with libss7

2012-10-04 Thread Victor Neiman
Nww that I have everything configured to send messages between Mobicents and Asterisk via SS7, I have the following problem, Mobicents sends SCCP messages to Asterisk and Asterisk outputs this error: [1] Len = 111 [ 81 85 3f 03 03 40 00 30 09 01 03 0e 19 0b 12 08 00 12 04 29 > 33 03 50 03 85 0b 12

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Victor Neiman
I got it. on the Mobicents side, the echo cancelation parameter must be sent to no. TDMV_HWEC= NO After that everything started working. Thanks to everybody for your help. On Mon, Oct 1, 2012 at 2:50 PM, Kaloyan Kovachev wrote: > I am out of ideas. Can you test with two Asterisk instances,

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Mitul Limbani
yeah looks like "Because it doesnt work" !! You definitely having some hardware IRQ issues. Use alternative card, it would work then. Mitul Limbani On Mon, Oct 1, 2012 at 6:20 PM, Kaloyan Kovachev wrote: > I am out of ideas. Can you test with two Asterisk instances, to exclude > hardware probl

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Kaloyan Kovachev
I am out of ideas. Can you test with two Asterisk instances, to exclude hardware problems. On Mon, 1 Oct 2012 13:32:45 +0200, Victor Neiman wrote: > 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, an

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Victor Neiman
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. So the clock comes from the Asterisk side. On Mon, Oct

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Kaloyan Kovachev
Who is providing the clock in your setup? span=1,1,0,ccs,hdb3,crc4 - on Asterisk machine means it expects the clock from remote, but if Mobicent does not provide clock you need: span=1,0,0,ccs,hdb3,crc4 On Mon, 1 Oct 2012 11:29:13 +0200, Victor Neiman wrote: > HI Mitul, > > thanks for the sugg

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Victor Neiman
HI Mitul, thanks for the suggestion, tried it, does not seem to help, in fact getting an additional error message now in Asterisk: [Oct 1 13:35:52] ERROR[26703]: chan_dahdi.c:13966 dahdi_ss7_error: [1] > Received MSU in invalid state 1 > > Regards Vic On Mon, Oct 1, 2012 at 11:11 AM, Mitul Lim

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Mitul Limbani
You need to run signalling on mobicent side too n not have all bearer channels. bchan=2-31, dchan=1 on Mobicent. Fix that side ... and dchan=1 instead of mtp2=1 on asterisk, Everything else looks ok on asterisk side. Mitul On Mon, Oct 1, 2012 at 12:41 PM, Victor Neiman wrote: > Hi, > > I'm tryin

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Victor Neiman
Tried setting dchan=1 instead of mtp2=1 and still get the same result. On Mon, Oct 1, 2012 at 10:58 AM, Kaloyan Kovachev wrote: > Hi, > i think that mtp2=1 works only with Digium cards and you need to use > dchan=1 instead > > On Mon, 1 Oct 2012 10:44:41 +0200, Torrey Searle > wrote: > > With w

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Kaloyan Kovachev
Hi, i think that mtp2=1 works only with Digium cards and you need to use dchan=1 instead On Mon, 1 Oct 2012 10:44:41 +0200, Torrey Searle wrote: > With wanpipe cards, I believe you need to also configure the timing > information into the wanpipe config files too. > (/etc/wanpipe/wanpipe*.conf) >

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Victor Neiman
Hi Torrey, I've the SGW box configured as normal and the Asterisk box configured as the master clock source. SGW wanpipe1.conf: > # > # WANPIPE1 Configuration File > # > # > # Date: Wed Dec 6 20:29:0

Re: [asterisk-ss7] Alignment problem with libss7

2012-10-01 Thread Torrey Searle
With wanpipe cards, I believe you need to also configure the timing information into the wanpipe config files too. (/etc/wanpipe/wanpipe*.conf) Torrey On 1 October 2012 09:11, Victor Neiman wrote: > Hi, > > I'm trying to get SS7 communication between Asterisk 1.8.16.0 which has > libss7 installe