Re: [asterisk-ss7] Libss7

2022-11-23 Thread Kaloyan Kovachev
As i said - master clock problem: your Yeastar provides the master clock and both Digium and Siemens are slaves change you system.conf form "span=1,1,0,ccs,hdb3" to "span=1,0,0,ccs,hdb3" На 2022-11-23 16:33, Laura Maurizi написа: If I make a loop on the Digium, I have to set slc= 0 and the

Re: [asterisk-ss7] Libss7

2022-11-23 Thread Laura Maurizi
If I make a loop on the Digium, I have to set slc= 0 and the channels are OK. If I connect the trunk to the Digium I loose synchronization, but if I connect to the trunk to a yeastar the synchronization is restored. El mié, 23 nov 2022 a las 9:36, Krzysztof Drewicz (< krzysztofdrew...@gmail.com>)

Re: [asterisk-ss7] Libss7

2022-11-23 Thread Laura Maurizi
The signalling is on TS16. Actually the trunk is connected to a Yeastar and it synchronizes. When I connect the same cables to the digium, the trunk looses synchronization. El mié, 23 nov 2022 a las 9:28, Storer, Darren () escribió: > Definitely check whether signalling is actually on TS16 - quit

Re: [asterisk-ss7] Libss7

2022-11-23 Thread Krzysztof Drewicz
Hello, 1st check the cables, if you make a loop on your connection - does it clear alarm, both - loop in your Digium Card - should affect the green light indicator, then psychical loop towards your partner - he also should acknowledge on clearing the alerts. Those are baby steps - then - you check

Re: [asterisk-ss7] Libss7

2022-11-23 Thread Storer, Darren
Definitely check whether signalling is actually on TS16 - quite often it can be on TS1 when working with Siemens EWSD. Regards Darren On Mon, 21 Nov 2022 at 13:44, Kaloyan Kovachev wrote: > Your link is misaligned. Check the configuration on the other side - it > should provide the master clo

Re: [asterisk-ss7] Libss7

2022-11-21 Thread Kaloyan Kovachev
Your link is misaligned. Check the configuration on the other side - it should provide the master clock according to your system.conf На 2022-11-19 04:20, Laura Maurizi написа: Thanks for your time. I have put sigchan after the group definition, but the result was the same. I notice in the log

Re: [asterisk-ss7] Libss7

2022-11-18 Thread Laura Maurizi
Thanks for your time. I have put sigchan after the group definition, but the result was the same. I notice in the logs (before and after the modification you suggested) the following message: Huh?! chan_dahdi.c: [11] Huh?! Got FISU in link state 1. I've searched the web but I couldn't find the mean

Re: [asterisk-ss7] Libss7

2022-11-18 Thread Kaloyan Kovachev
Hello, put sigchan after the group definition: group=1 cicbeginswith=1 channel => 1-15 cicbeginswith=17 channel => 17-31 sigchan=16 for now remove the slc line and check the configuration on the other side: if it is configured to use different slc, then add it before sigchan На 2022-11-1

Re: [asterisk-ss7] CICS stay in pending state

2021-01-18 Thread Marcelo Pacheco
ws Asterisk sending the RSC > >>> and > >>> getting a response however in Asterisk when I have ss7 debug on for > >>> the > >>> linkset it shows Asterisk sending the RSC out but not getting a > >>> response and the CIC('s) remain in PENDI

Re: [asterisk-ss7] CICS stay in pending state

2021-01-18 Thread Kaloyan Kovachev
getting a response and the CIC('s) remain in PENDING which is making issues for the remote side. Anyone interested in fixing this for a bounty? FROM: asterisk-ss7-boun...@lists.digium.com [mailto:asterisk-ss7-boun...@lists.digium.com] ON BEHALF OF Marcelo Pacheco SENT: Tuesday, February 20, 20

Re: [asterisk-ss7] CICS stay in pending state

2021-01-17 Thread Marcelo Pacheco
> > Anyone interested in fixing this for a bounty? > > > > FROM: asterisk-ss7-boun...@lists.digium.com > > [mailto:asterisk-ss7-boun...@lists.digium.com] ON BEHALF OF Marcelo > > Pacheco > > SENT: Tuesday, February 20, 2018 16:16 > > TO: asterisk-ss7@lists

Re: [asterisk-ss7] libss7 bug with more than 2 signalling links and sig_ss7.c (chan_dahdi) logging bug

2020-01-09 Thread Gregory Massel
Apologies; "two or more signalling links in a linkset" below should have been "more than two signalling links in a linkset" On 2020-01-09 10:38 pm, Gregory Massel wrote: Hello all, I've picked up bugs in libss7-2.0.0 and within sig_ss7.c (chan_dahdi). - Libss7-2.0.0 cannot handle changeover (

Re: [asterisk-ss7] Asterisk / libss7 with MAP support

2019-01-29 Thread Sverker Abrahamsson
I did an application which used libss7 first via sigtran connect to a Dialogic ss7 stack and later an own developed SCCP/TCAP/MAP stack around that time, there are probably something in the mailing list about it. Like Matthias wrote, today I would use jss7. I looked at it a few years ago and a

Re: [asterisk-ss7] Asterisk / libss7 with MAP support

2019-01-28 Thread Matthias van der Vlies
Get yourself a cisco 2811 with ITP software. And a RAN E1 card. These are really cheap nowadays. Then use something like jss7 to connect to it using m3ua and do the map stuff you want. Matthias On Tue, 29 Jan 2019, 01:37 Michal Rybarik Hello, > > is there anybody using Asterisk (libss7) with MA

Re: [asterisk-ss7] CICS stay in pending state

2018-07-31 Thread Kaloyan Kovachev
terisk-ss7@lists.digium.com SUBJECT: Re: [asterisk-ss7] CICS stay in pending state For me it happens every time. It is fixed by sending/receiving an RSC for the affected CICs. It seems to me this just isn't an important bug to fix (haven't bothered anybody with the expertise to understa

Re: [asterisk-ss7] CICS stay in pending state

2018-07-30 Thread Dovid B
] On Behalf Of Marcelo Pacheco Sent: Tuesday, February 20, 2018 16:16 To: asterisk-ss7@lists.digium.com Subject: Re: [asterisk-ss7] CICS stay in pending state For me it happens every time. It is fixed by sending/receiving an RSC for the affected CICs. It seems to me this just isn't an impo

Re: [asterisk-ss7] CICS stay in pending state

2018-02-20 Thread Marcelo Pacheco
For me it happens every time. It is fixed by sending/receiving an RSC for the affected CICs. It seems to me this just isn't an important bug to fix (haven't bothered anybody with the expertise to understand/fix it). Due to this and a few other issues, I'm not currently running this version. 2018-0

Re: [asterisk-ss7] asterisk-ss7 Digest, Vol 134, Issue 1

2018-02-20 Thread Kaloyan Kovachev
Hi, can you try with Asterisk 13 instead and the same version of libss7. This looks as mismatch by 1 bug, but for near 4 years (with 13.x) never had similar problems, so it is most likely introduced at some later point. На 2018-02-20 16:24, Dovid Bender написа: Asterisk version 15.1.4. Usin

Re: [asterisk-ss7] CICS stay in pending state

2018-02-20 Thread Dovid Bender
Marcelo, That happens some times. Other times the entire second link wont work and I need to reset them. Most of time I am able to issue a reset and Asterisk free's up the CIC but on my first box it wont release the first CIC. On my second box the first CIC on each link is still pending. Seems lik

Re: [asterisk-ss7] asterisk-ss7 Digest, Vol 134, Issue 1

2018-02-20 Thread Dovid Bender
Asterisk version 15.1.4. Using the latest from https://github.com/asterisk/libss7 On Mon, Feb 19, 2018 at 1:19 PM, Alexandr Dranchuk wrote: > Any errors in logs? > > And just to make sure. Can you tell versions of asterisk and ss7? > > 20 февр. 2018 г. 0:00 пользователь > написал: > >> Send

Re: [asterisk-ss7] CICS stay in pending state

2018-02-19 Thread Marcelo Pacheco
I detect a bug in the latest libss7 where for each group reset message, the first CIC of each range doesn't get processed (staying pending), but every other CIC does. Can you confirm that's what you see. For instance if its a full E1, the first channel of the E1 stays pending. For an E1 with a sign

Re: [asterisk-ss7] asterisk-ss7 Digest, Vol 134, Issue 1

2018-02-19 Thread Alexandr Dranchuk
Any errors in logs? And just to make sure. Can you tell versions of asterisk and ss7? 20 февр. 2018 г. 0:00 пользователь написал: > Send asterisk-ss7 mailing list submissions to > asterisk-ss7@lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, visit > http:

Re: [asterisk-ss7] Two stp in chan_ss7

2017-06-26 Thread bipin singh
i think , Its not possible On Thu, Jun 22, 2017 at 9:55 PM, Rafael dos Santos Saraiva < rafaels...@gmail.com> wrote: > Hi > > Is it possible using two or more stp in a link using chan_ss7? > > I tried two ways of this: > > ;comma separated > stp => 123,456 > > ;one per line > stp => 123 > stp =>

Re: [asterisk-ss7] Two stp in chan_ss7

2017-06-23 Thread Matthias van der Vlies
Hi, You cannot have two STPs on a single link. This is not how MTP2/MTP3 works. I think that you mean that on the first E1 you have an STP on for example timeslot 16 and on the second E1 as well and you need a configuration to allows this? YOUR MGW (PC4) > port 1: ===> STP1 (PC2) ===> carrie

Re: [asterisk-ss7] Two stp in chan_ss7

2017-06-22 Thread Marcelo Pacheco
It doesn't work like that. I *strongly* suggest properly learning how SS7 works before trying to setup SS7. Your question makes it clear you haven't done your homework. Good luck. -- _ -- Bandwidth and Colocation Provided by http:

Re: [asterisk-ss7] Two stp in chan_ss7

2017-06-22 Thread Usman Malik
afaik, a link can point to 1 STP only please check "clustering clustering" OR hot swapping feature for advanced usage. Usman Malik sent from mobile device On 22 Jun 2017 21:25, "Rafael dos Santos Saraiva" wrote: > Hi > > Is it possible using two or more stp in a link using chan_ss7? > > I trie

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-27 Thread Daniel Fernandes
yes it's true, but on the other host i have CIC in "idle reset pending" with asterisk message: NOTICE[23992] l4isup.c: T22 timeout (No "circuit group reset acknowledge" from peer) CIC=129. NOTICE[23992] l4isup.c: T22 timeout (No "circuit group reset acknowledge" from peer) CIC=161. NOTIC

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-27 Thread Kashif Ali
CICs belog to the respective server will not shown as Unequipped, On Tue, Dec 27, 2016 at 6:08 PM, Daniel Fernandes wrote: > What version you suggest? > > I already tried 2.3.11 2.2.0 and 2.1.0 > > And have the same issues > > In asterisk always shows me cics in > Unequipped state or Unequipped

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-27 Thread Daniel Fernandes
What version you suggest?I already tried 2.3.11 2.2.0 and 2.1.0And have the same issuesIn asterisk always shows me cics inUnequipped state or Unequipped reset pending state.ThanksEm 27/12/2016 12:34, Kashif Ali escreveu:downgrade your chan_ss7 On Sat, Dec 24, 2016 at 3:40 PM, Daniel Fernandes

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-27 Thread Kashif Ali
downgrade your chan_ss7 On Sat, Dec 24, 2016 at 3:40 PM, Daniel Fernandes wrote: > Hi Kashif, > > I already corrected the port on p11 to 50002, and already have mtp3d > running on both systems, but have the same messages. > > Thanks > Daniel Fernandes > > > Em 23/12/2016 23:54, Kashif Ali escr

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-24 Thread Daniel Fernandes
Hi Kashif,I already corrected the port on p11 to 50002, and already have mtp3d running on both systems, but have the same messages. Thanks Daniel Fernandes Em 23/12/2016 23:54, Kashif Ali escreveu:also run mtp3d service on both servers,On Sat, Dec 24, 2016 at 4:48 AM, Kashif Ali

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-23 Thread Kashif Ali
also run mtp3d service on both servers, On Sat, Dec 24, 2016 at 4:48 AM, Kashif Ali wrote: > check p11 using same port as p8 > > [link-p11] > linkset => C > channels => 2-31 > schannel => 1@box1:50001 > firstcic => 97 > sls => 1 > stp => 3080 > echocancel => no > enabled => yes > > > > On Fri,

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-23 Thread Kashif Ali
check p11 using same port as p8 [link-p11] linkset => C channels => 2-31 schannel => 1@box1:50001 firstcic => 97 sls => 1 stp => 3080 echocancel => no enabled => yes On Fri, Dec 23, 2016 at 4:36 PM, Daniel Fernandes wrote: > Hi Kashif, > > first of all thanks for your reply. > > please

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-23 Thread Daniel Fernandes
Hi Kashif, first of all thanks for your reply. please ss7.conf below [linkset-A] enabled => yes enable_st => no use_connect => yes hunting_policy => seq_htl subservice => 0xc context => CALLS language => pt variant => ITU combined => mated-pair [linkset-B] enabled => yes enable_st => n

Re: [asterisk-ss7] asterisk cluster with chan_ss7 and mtp3d

2016-12-22 Thread Kashif Ali
send full ss7.conf On Wed, Dec 21, 2016 at 9:37 PM, Daniel Fernandes wrote: > Hi, > > > I’m configuring 2 asterisk boxes with 16 E1 using chan_ss7 and mtp3d for > clustering. > > My Versions: > > * Asterisk 11.18.0 > * Dahdi 2.10.2 > * Chan_ss7 2.4.4 from svn > > my ss7.conf file is the same

Re: [asterisk-ss7] MTP3d logrotate

2016-12-15 Thread Rafael dos Santos Saraiva
Hi Abdul After truncate the file is recovered by the daemon with the same size as before, i guess the way of the mtp3d writes file precludes the truncate. My idea was to store the mtp3d and pcap generated by logrotate, but these limitations will make me change my mind. So, thanks 2016-12-05 11:0

Re: [asterisk-ss7] SS7 Linkset issue...

2016-12-15 Thread Kaloyan Kovachev
Hi, sigchan should be defined after the channel list and you should define the ss7 timers, so your config should look something like: ... down to here all is the same linkset = 1 pointcode = 5360 adjpointcode = 2500 defaultdpc = 2500 slc=0 cicbeginswith = 101 channel = 2-62 sigchan = 1

Re: [asterisk-ss7] SS7 Linkset issue...

2016-12-15 Thread bipin singh
Hi, CIC not to map channels ,first map to channels and check ss7 link status. On Wed, Dec 14, 2016 at 5:57 PM, Mitul Limbani wrote: > Hi Andre, > > Looks like your CICs are not aligned physically. > > How many E1s are you configuring and what is the Signalling CIC and which > E1 is carrying thi

Re: [asterisk-ss7] SS7 Linkset issue...

2016-12-14 Thread Andre J. Walker
Hi, I have listed all of the info you said is required, Please see Below. I as also getting the following Notice, can you advise on this also?NOTICE [10667]: chan_dahdi.c:3566 my_handle_link_exception: ss7 got event: hdlc abort(6) on span 1/0 Asterisk Certified / 11.6-cert13LibSS7 Version: 1.0.

Re: [asterisk-ss7] SS7 Linkset issue...

2016-12-14 Thread Mitul Limbani
Hi Andre, Looks like your CICs are not aligned physically. How many E1s are you configuring and what is the Signalling CIC and which E1 is carrying this Signalling Link ? Regards, Mitul Limbani, Business Head, Enterux Solutions Pvt. Ltd. 110 Reena Complex, Opp. Nathani Steel, Vidyavihar (W), M

Re: [asterisk-ss7] SS7 Linkset issue...

2016-12-14 Thread Kaloyan Kovachev
Hi, You need to provide more info about your setup. There are two SS7 options for Asterisk (chan_ss7 and lib_ss7) with several versions each, so you need to tell us which version of Asterisk and SS7 are in use, plus your config. From your log, my guess is that you are using lib_ss7, but please

Re: [asterisk-ss7] MTP3d logrotate

2016-12-05 Thread Bedio Soro
good well done. 2016-12-05 22:08 GMT+09:00 Abdul Basit : > use copytruncate in logrotate scriopt > https://www.jamescoyle.net/cheat-sheets/676-logrotate-cheat-sheet > > The *copytruncate* keyword copies all the log in the file to a new file > and then truncates the original file. This keeps the o

Re: [asterisk-ss7] MTP3d logrotate

2016-12-05 Thread Abdul Basit
use copytruncate in logrotate scriopt https://www.jamescoyle.net/cheat-sheets/676-logrotate-cheat-sheet The *copytruncate* keyword copies all the log in the file to a new file and then truncates the original file. This keeps the original log file in place and also allows rotation to continue. /va

Re: [asterisk-ss7] Dynamic Nature of Address chan_ss7

2016-08-17 Thread Rafael dos Santos Saraiva
Hi Matt Thanks for your reply. I'm using the chan_ss7, is not possible change the NOA with it. The solution was create a variable to change this in ss7 source, now when i need change the nature of address, i'm using the variable ISUP_NOA in dialplan. 2016-08-09 15:21 GMT-03:00 Matt Fredrickson :

Re: [asterisk-ss7] Dynamic Nature of Address chan_ss7

2016-08-09 Thread Matt Fredrickson
Which SS7 stack are you using? With libss7+chan_dahdi, you should set ss7_called_nai variable to "dynamic", and set the prefix settings for ss7_internationalprefix, ss7_nationalprefix to something that you can use to specify what type of NAI you wish to send. Then, when you do a Dial() in the dia

Re: [asterisk-ss7] Libss7 2.0 easy install with XiVO ISO

2016-08-09 Thread Matt Fredrickson
Great to hear! Thanks XIVO developers for providing libss7 integration! Matthew Fredrickson On Wed, Jul 20, 2016 at 5:01 AM, Mehdi Shirazi wrote: > Hi > Thanks to XIVO developers now it is easy to install > Libss7 2.0 with XiVO ISO (based on debian) > > Sprint Review 16.09 >

Re: [asterisk-ss7] Libss7 2.0 easy install with XiVO ISO

2016-07-20 Thread Mehdi Shirazi
http://blog.xivo.io/sprint-review-1609.html#sprint-review-1609 -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-ss7 mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.c

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-15 Thread Rafael dos Santos Saraiva
Hi It would be used by limitations in hardware of the machines. We chose for another solution and this topology will not be used. I tried using cluster, but i'm not understanding exactly how it works. Do you have any example of cluster and an example of application of? Thank's 2016-07-15 13:08

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-15 Thread Bedio Soro
the MTP3 routing label does not contain host name unless you use the mtp3d daemon. if not i think when the telco will want to reply it can be confused at certain time 2016-07-15 16:08 GMT+00:00 Mesbahuddin Malik : > Can u plz expalin why do u want to use same point code on two machines? > Do You

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-15 Thread Mesbahuddin Malik
Can u plz expalin why do u want to use same point code on two machines? Do You want to implement clustering ? So Far my understating Point Code its Unique Identifier. Rgds Mesbah On Fri, Jul 15, 2016 at 5:43 AM, Rafael dos Santos Saraiva < rafaels...@gmail.com> wrote: > Hi > > Thanks for you

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-15 Thread Kashif Ali
use chan_ss7 with mtp3d service and ask telco guys to establish ss7 link on 2 signlaning channels with the same point code for redundancy,. run mtp3d demon on both servers. [link-l1] linkset => g0 channels => 2-31 schannel => 1@ss7link1:11999 firstcic => 289 enabled => yes sltm => no sls => 0

Re: [asterisk-ss7] Force out-bond call to specific CIC

2016-07-14 Thread bipin singh
same CIC mapping required to telco side try to incoming call on same CIC . May be some telco end mapping issue . On Thu, Jul 14, 2016 at 6:23 AM, Rafael Prado Rocchi wrote: > Hi, > I'm considering you are using libss7 implementation, you can access CIC > directly using the same syntax dahdi uses

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-14 Thread bipin singh
You can use same point code from telco side but your end need different point code in libss7. On Fri, Jul 15, 2016 at 5:44 AM, Rafael dos Santos Saraiva < rafaels...@gmail.com> wrote: > My scenario: https://s32.postimg.org/jybtpsdr9/same_opc.png > > > 2016-07-14 5:37 GMT-03:00 Mesbahuddin Malik

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-14 Thread Rafael dos Santos Saraiva
My scenario: https://s32.postimg.org/jybtpsdr9/same_opc.png 2016-07-14 5:37 GMT-03:00 Mesbahuddin Malik : > Hello, > Chan_ss7 can according to your requirement. Please read the examples > provided by chan_ss7 with multple point codes. > > Regards > Mesbah > > On Thu, Jul 14, 2016 at 8:23 AM, Ra

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-14 Thread Rafael dos Santos Saraiva
Hi Thanks for your reply. My problem is use the same point code in two hosts. The example in chan_ss7 is about use multiple pointcodes in one host. 2016-07-14 5:37 GMT-03:00 Mesbahuddin Malik : > Hello, > Chan_ss7 can according to your requirement. Please read the examples > provided by chan_ss

Re: [asterisk-ss7] Two servers with same point code - chan_ss7

2016-07-14 Thread Mesbahuddin Malik
Hello, Chan_ss7 can according to your requirement. Please read the examples provided by chan_ss7 with multple point codes. Regards Mesbah On Thu, Jul 14, 2016 at 8:23 AM, Rafael dos Santos Saraiva < rafaels...@gmail.com> wrote: > Hi there > > My scenario is the follow: > > My pointcode is 3500,

Re: [asterisk-ss7] Force out-bond call to specific CIC

2016-07-13 Thread Rafael Prado Rocchi
Hi, I'm considering you are using libss7 implementation, you can access CIC directly using the same syntax dahdi uses to direct access channels. Syntax: Dial(dahdi/2/${your_destination}) Dial(dahdi/15/${your_destination}) Pointing to dahhi channel-number directly. You must first assign "CIC num

Re: [asterisk-ss7] MTP3D on Ubuntu 16.04 LTS

2016-05-20 Thread Bedio Soro
you can go to voip-info web site http://www.voip-info.org/wiki/view/Asterisk+ss7+faq and can try to follow this *Excessive poll delay warning* [Sep 19 22:30:49] NOTICE[25524] mtp.c: Excessive poll delay 5985! [Sep 19 22:40:49] NOTICE[25524] mtp.c: Excessive poll delay 5355! This "Excessive

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-21 Thread Kaloyan Kovachev
On 2016-04-21 06:32, bipin singh wrote: Hi, Every E1 have only 30 voice channels so you need 30 CIC for them. Not quite true. There are 31 channels (to be more precise 32 time-slots of which 31 can be used) and if there is no signalling on the span, all 31 can be voice channels Find the

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread bipin singh
Hi, Every E1 have only 30 voice channels so you need 30 CIC for them. Find the detail of two E1 in same linkset sigchan=16 cicbeginswith=1 channel=1-15 cicbeginswith=17 channel=17-31 ;;2 E1 on same linkset ;;; sigchan=47 cicbeginswith=33 channel=32-46

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Marcelo Pacheco
I mixed up a few things and didn't explain the whole story... I wrote my own STP (without any digium code), and I'm still using Asterisk 1.8.12 + my own patches for ISUP/SIP conversion, but I'm planning to completely replace asterisk with a KISS solution that only does basic ISUP<->SIP conversion a

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
Hi, the problems you have posted 3 years ago were mostly for the stock libss7 (trunk - partially 1.0, partially something else at that time). Yes, it had many problems, but libss7 2.0, which have reached it's final status and it's place in the official code base, was completed few months later

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Goke Aruna
Thanks Kolayan, All seems okay with few warning mesages on unequipped E1. However, I will update the link as the test goes on. Regards On Wed, Apr 20, 2016 at 2:50 PM, Michal Rybárik wrote: > Hi, > > I'm running libss7 with SS7-27 patches on Asterisk 11 for few years, and > it works perfectly. M

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Gustavo Marsico
Hi Marcelo Sounds weird, I’ve several links on unstable networks going thru STPs (going thru NUC’s on several switches) and we didn’t see the problems you describe. Also, with Attila’s patches provides information when a linkset is OOS, and channels after a MTP2 recover is just clean. libss7 2.0

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Marcelo Pacheco
It might work just fine if your TDM switch is just a cross over direct cable connection. But if you have a link that goes through a pair of STPs, each 1000 miles away, in transmission routes that go down and up, without an ALARM, because there's a semi permanent connection behind the TDM switch. A

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Michal Rybárik
Hi, I'm running libss7 with SS7-27 patches on Asterisk 11 for few years, and it works perfectly. Millions of calls connected without any issue, restart, unstability, etc. During interoperability testing we had some problems with deadlocks after BLOcking CICs with older SS7-27 patches, but I d

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
The channel arrangement depends on how it is on the peer configuration in your case. I have different configurations with signaling on CIC 1 and 16, with and without additional spans as CICs, so I doubt any of them will be of any help in your case. Looking at your config i assume you have one

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Goke Aruna
Thanks Kolayan, I included the ss7.timers file in the dahdi conf file already. Can you share you channel arrangement with me as am still getting the warning below? [Apr 20 11:55:46] WARNING[24518]: sig_ss7.c:494 ss7_find_cic_gripe: Linkset 1: SS7 RSC requested on unconfigured CIC/DPC 31/1312. Re

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
What kind of problems you had? Have you used timers in your config? I am running several servers (with 2 or more trunks each) here for well over 3 years (starting with Asterisk 11 and now 13) without any problems and with peek loads that fill all 8 E1 on each server Can't this be considered as

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
Hi, as you are using Asterisk 13 with libss7 it is highly recommended to enable all the timers not just mtp3_timer.t21 (from your other post). To enable timers you need to explicitly define them or simply "#include ss7.timers" (provided with samples) for each and every linkset The sample con

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Goke Aruna
Thanks Alex, I used the suggestion raised by Attila on the mtp3_timer.t21 = 1 http://lists.digium.com/pipermail/asterisk-ss7/2013-August/005188.html I got the status below and I will be glad for any further guide on how to make libss7 work. sipgw1*CLI> ss7 show linkset 1 SS7 flags: 0x0 SS7 linkse

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Goke Aruna
Thanks Alex, I made the changes as recommende. I changed the hardhdlc=16 to mtp2=16 disable the CRC4 and TDMV_DCHAN however, I got the linkset status as contained below with mtp3 error. your kind help will be appreciated. Connected to Asterisk 13.8.1 currently running on sipgw1 (pid = 2022) sip

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Alex Dranchuk
Guess I got your problem try to play with d channel at /etc/dahdi/system.conf as well as corresponding settings at wanpipe. hardhdlc never worked for me, even if sangoma recommends it. libss7 use mtp2=16!!! chan_ss7 not like at all any settings and all channels marked as bchan=1-31 !!! (yes

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Goke Aruna
Thanks Alex it was enabled. However, I have enabled and disabled it. both return error. regards On Tue, Apr 19, 2016 at 6:48 PM, Alex Dranchuk wrote: > Hi > Just to make sure, did You check if another side use CRC4? > > cuz your does: > span=1,1,0,ccs,hdb3,crc4 > > > --- > Это сообщение проверен

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Alex Dranchuk
Hi Just to make sure, did You check if another side use CRC4? cuz your does: span=1,1,0,ccs,hdb3,crc4 --- Это сообщение проверено на вирусы антивирусом Avast. https://www.avast.com/antivirus -- _ -- Bandwidth and Colocation P

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Goke Aruna
Thanks Marcelo, Can you share patch you had for asterisk-11 with me? Regards On Tue, Apr 19, 2016 at 6:27 PM, Marcelo Pacheco wrote: > I have my own extensive unpublished patch for Asterisk 1.8 that fixes lots > of SS7/ISUP issues for me. > I tried Asterisk 11 with unpatched sources and found lo

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Marcelo Pacheco
I have my own extensive unpublished patch for Asterisk 1.8 that fixes lots of SS7/ISUP issues for me. I tried Asterisk 11 with unpatched sources and found lots of issues again. I couldn't even get a stable environment with just all trunks aligned. So I'm not surprised you're having problems. No, my

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Goke Aruna
On Tue, Apr 19, 2016 at 8:06 AM, Lucian Raducanu < lucian.raduc...@aeroglobal.ro> wrote: > networkindicator=national > > ss7_called_nai=national > > ss7_calling_nai=national > > usecallingpres=yes > Thanks Lucian, I followed your config and came up with mine as contained below, the error then

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-19 Thread Lucian Raducanu
From: asterisk-ss7-boun...@lists.digium.com [mailto:asterisk-ss7-boun...@lists.digium.com] On Behalf Of Goke Aruna Sent: April 19, 2016 9:43 AM To: asterisk-ss7@lists.digium.com Subject: Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13? Thanks Lucian, Can you share the

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-18 Thread Goke Aruna
asterisk-ss7-boun...@lists.digium.com [mailto: > asterisk-ss7-boun...@lists.digium.com] *On Behalf Of *Jean Cérien > *Sent:* April 18, 2016 4:28 PM > *To:* asterisk-ss7@lists.digium.com > *Cc:* Mehdi Shirazi > *Subject:* Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13? > &

Re: [asterisk-ss7] mtp3d talking to one host only

2016-04-18 Thread Abdul Basit
Kashif, You put good time and effort in identifying the root cause. Can you open bug so that developer will fix the latest mtp3d module? You do have correct environment to verify the fix as well. On 18 Apr 2016 19:12, "Kashif Ali" wrote: I fixed it. Lasted version of mtp3d was the culprit On Apr

Re: [asterisk-ss7] mtp3d talking to one host only

2016-04-18 Thread Kashif Ali
I fixed it. Lasted version of mtp3d was the culprit On Apr 15, 2016 7:23 PM, "Kashif Ali" wrote: > Dear fellows > i am having strange problem, my scenario is as follow. > > . 10 E1 Total > . 4 E1s are connected to server server 1(ss7) > . 6 E1s are conned to server 2 (media) > > Signaling is wor

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-18 Thread Goke Aruna
lists.digium.com [mailto: > asterisk-ss7-boun...@lists.digium.com] *On Behalf Of *Jean Cérien > *Sent:* April 18, 2016 4:28 PM > *To:* asterisk-ss7@lists.digium.com > *Cc:* Mehdi Shirazi > *Subject:* Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13? > > > > >

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-18 Thread Lucian Raducanu
Hi, Yes, Asterisk 13 works with libss7 2.0.0. Regards From: asterisk-ss7-boun...@lists.digium.com [mailto:asterisk-ss7-boun...@lists.digium.com] On Behalf Of Jean Cérien Sent: April 18, 2016 4:28 PM To: asterisk-ss7@lists.digium.com Cc: Mehdi Shirazi Subject: Re: [asterisk-ss7

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-18 Thread Goke Aruna
Thanks Jean, Anders sent same to me few minutes ago. The error I got while trying to compile it is as contained below. [root@voipsipgw1 chan_ss7-2.3.11]# make Makefile:188: .depend: No such file or directory gcc -I../source/telephony/dahdi/include -I../source/telephony/asterisk/include -g -pipe -

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-18 Thread Jean Cérien
I've asked directly and received this message from the Netfors people in January this year (2016) *"There are currently no plans for asterisk 13 compatibility, but I expect it will be at the latest this coming spring."* On Mon, Apr 18, 2016 at 9:20 AM, Abdul Basit wrote: > Give it test drive

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-18 Thread Abdul Basit
Give it test drive with asterisk 13. couldn't test ss7 libraries with asterisk v13. On 18 Apr 2016 13:56, "Goke Aruna" wrote: > Hi all, > Does libss7 or chan_ss7 work with asterisk 13? > Regards > > -- > _ > -- Bandwidth and Colo

Re: [asterisk-ss7] Asterisk with one signalling link but 2 opc

2016-04-18 Thread Goke Aruna
new linkset is created. What you > suggest is the same as to define another linkset with the same sigchan, > which is not possible. > Instead of checking ss7->pc we should scan a list of routes attached to > the linkset and to add routing functionality, which is not so simple and > will require quite a lot of code changes.

Re: [asterisk-ss7] Asterisk with one signalling link but 2 opc

2016-03-27 Thread Kaloyan Kovachev
e linkset and to add routing functionality, which is not so simple and will require quite a lot of code changes. Regards M.Shirazi ---- On Mon, 3/21/16, Kaloyan Kovachev wrote: Subject: Re: [asterisk-ss7] Asterisk with one signalling link but 2 opc To: "

Re: [asterisk-ss7] Asterisk with one signalling link but 2 opc

2016-03-26 Thread Mehdi Shirazi
tion and where is list of allocated "struct ss7"= linksets Do you agree with me and could you please help me ? Regards M.Shirazi ------------ On Mon, 3/21/16, Kaloyan Kovachev wrote: Subject: Re: [asterisk-ss7] Asterisk with one signalling link but 2 o

Re: [asterisk-ss7] Asterisk with one signalling link but 2 opc

2016-03-21 Thread Kaloyan Kovachev
Hi, Asterisk (with libss7) is a signaling end-point, so you can't have two point-codes - you need an STP (which Asterisk is not) between the two boxes in order to separate the two signaling channels. However you do not need two point-codes for this setup, but simply to define two groups of chan

Re: [asterisk-ss7] Using dynamic DAHDI loop back with Libss7

2016-03-21 Thread Kaloyan Kovachev
ards M.Shirazi --- On Thu, 3/17/16, Mehdi Shirazi wrote: From: Mehdi Shirazi Subject: Re: [asterisk-ss7] Using dynamic DAHDI loop back with Libss7 To: asterisk-ss7@lists.digium.com Cc: "Kashif Ali" , kkovac...@varna.net Date: Thursday, March 17, 2016, 4:51 PM >> what probl

Re: [asterisk-ss7] Using dynamic DAHDI loop back with Libss7

2016-03-19 Thread Kashif Ali
what problem are u getting ? On Thu, Mar 17, 2016 at 1:15 PM, Mehdi Shirazi wrote: > Hi > This is my system.conf : > dynamic=loc,1:0,31,0 > bchan=1-15,17-31 > dchan=16 > echocanceller=mg2,1-15,17-31 > > dynamic=loc,1:1,31,0 > bchan=32-46,48-62 > dchan=47 > echocanceller=mg2,32-46,48-62 > > and t

Re: [asterisk-ss7] Using dynamic DAHDI loop back with Libss7

2016-03-19 Thread Kaloyan Kovachev
Hi, you are missing some definitions (networkindicator, ss7_called_nai, ss7_calling_nai, ss7_*prefix) for the linksets and also to use mtp3/isup timers (highly recommended) they should be explicitly defined On 2016-03-17 10:15, Mehdi Shirazi wrote: Hi This is my system.conf : dynamic=loc,1:0,

Re: [asterisk-ss7] Using dynamic DAHDI loop back with Libss7

2016-03-19 Thread Mehdi Shirazi
>> what problem are u >>getting ? Thank you for replies. At first there was no CLI?ahdi and ss7 commands, after I add missing definition according to Kaloyan recomendation , now I have Dahdi and ss7 CLI commands but output of all of them is empty. Regards On Thu, Mar 17, 2016 at 1:15 PM

Re: [asterisk-ss7] Using dynamic DAHDI loop back with Libss7

2016-03-18 Thread Kashif Ali
it mean try to compile properly you can follow this howto Asterisk SS7 Howto In this document I will describe initial steps to install Asterisk as SS7 server on Ubuntu. Before Installation. Please make use your ubuntu box has installed build essential to compile C source application. you al

Re: [asterisk-ss7] Using dynamic DAHDI loop back with Libss7

2016-03-18 Thread Mehdi Shirazi
Hi I tried many time to compile and install libss7 2.0 on debian 8 and now I am not sure that was my problem. in Asterisk log file I see this strange error message P [Mar 19 00:45:19] ERROR[13216] chan_dahdi.c: Invalid linkset number. Must be between 1 and 33 My linkset number is 1 or 2 so

Re: [asterisk-ss7] CIC Reset peding (Jakub Klausa)

2016-02-21 Thread Alex Dranchuk
Why not just upgrade to working version 2.3.11? BTW echocancel is a real problem with chan_ss7, thus disable it first in dahdi and chan_ss7 until go any futher --- Это сообщение проверено на вирусы антивирусом Avast. https://www.avast.com/antivirus -- _

Re: [asterisk-ss7] CIC Reset peding

2016-02-18 Thread Jakub Klausa
> On 18.02.2016, at 09:22, Kashif Ali wrote: > > I am using following versions of ss7, dahdi and asterisk my ss7 link > is up but CIC reset is in pending status and i am getting. Can you see the GRSs/RSCs being sent? Does the remote switch receive them? Is it replying with the acknowledgeme

Re: [asterisk-ss7] CIC Reset peding

2016-02-18 Thread Kashif Ali
yes On Thu, Feb 18, 2016 at 1:35 PM, Leonel Simões wrote: > Is channel numbering aligned with the network? > > Leonel Simões > > -Original Message- > From: asterisk-ss7-boun...@lists.digium.com > [mailto:asterisk-ss7-boun...@lists.digium.com] On Behalf Of Kashif Ali > Sent: quinta-feira,

  1   2   3   4   5   6   7   8   9   10   >