Re: [asterisk-ss7] Combined linksets and mtp3d

2014-12-05 Thread Kashif Ali
On Tue, Dec 2, 2014 at 9:36 PM, Kashif Ali wrote: > test > > On Fri, Jan 13, 2012 at 11:43 PM, German Becker > wrote: > >> Thanks Michael, but this is not possible in our scenario: A1 and A2 are >> in different locations and stp1 only connects to a1 and stp2 only

Re: [asterisk-ss7] Asterisk + libss7 ISUP traces as pcap

2015-03-30 Thread Kashif Ali
libss7 does not support On Mon, Mar 30, 2015 at 11:50 PM, Muhammad Danish Moosa < danishmo...@gmail.com> wrote: > Hi Friends > > Thanks for your responses. > > But I am not using Sangoma H/W. I am using Digium H/W. > > On Mon, Mar 30, 2015 at 11:43 PM, Aashiq bhatti > wrote: > >> Hi, >> >> For

Re: [asterisk-ss7] Chan_ss7 to SIP , problem with B Hangup

2015-06-15 Thread Kashif Ali
On Mon, Jan 31, 2011 at 2:15 PM, Krzysztof Drewicz < krzysztofdrew...@gmail.com> wrote: > 2011/1/31 manager IT conino : > > Hi > > > I wonder, why in Poland, every IT* names himself a manager? ;=P > does not make any sense asking this! > > > > I have another problem with Chan_ss7. > > This is m

[asterisk-ss7] CIC Reset peding

2016-02-18 Thread Kashif Ali
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. SS7: chan_ss7-2.1.0 DHADI: dahdi-linux-complete-2.11.0 asterisk asterisk-11.21.1 Status: >ss7 show channels CIC 193 Idle Reset pending CIC 194 Idle Reset pendin

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

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-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

[asterisk-ss7] mtp3d talking to one host only

2016-04-15 Thread Kashif Ali
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 working on 4th e1 on 1st server, i configured and run mtp3d service on ss7 server for signaling wich is working fine

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

[asterisk-ss7] mtp3d CGU message discarded

2016-05-16 Thread Kashif Ali
Dear all I have10 e1 setup with on 2 server (server 1 4E1s and server2 6E1s). mtp3d is running on server1. All 4 E1s are up on server1 and only 2 E1s are up on server 2, after that getting these following logs on ss7. Any help? [May 16 12:54:47] NOTICE[2637]: l4isup.c:5258 l4isup_event: Receiv

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] 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] asterisk cluster with chan_ss7 and mtp3d

2016-12-23 Thread Kashif Ali
; sls => 0 > stp => 3050 > echocancel => no > enabled => yes > > [link-p14] > linkset => A > channels => 1-31 > schannel => > firstcic => 65 > enabled => yes > > [link-p15] > linkset => A > channels => 2-31 > schannel =&g

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 >

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 > > > E

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

2016-12-27 Thread Kashif Ali
> Unequipped state or Unequipped reset pending state. > > Thanks > > > > Em 27/12/2016 12:34, Kashif Ali escreveu: > > downgrade your chan_ss7 > > > On Sat, Dec 24, 2016 at 3:40 PM, Daniel Fernandes > wrote: > > Hi Kashif, > > I already corrected the por

[asterisk-ss7] do i need to install libpri

2009-04-18 Thread Kashif Ali
Dear all, i wan to configure digium te412p card as ss7 interface. i installed libss7,dahdi and asterisk. Do i need to install lip pri also to work on ss7? best regards. Kashif ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- aste

[asterisk-ss7] ss7 with asterisk 1.4.25.1

2009-06-16 Thread Kashif Ali
I am trying to compile asterisk with SS7 support and unable to see SS7 in Asterisk 1.4.25.1 please help me to add ss7 support. ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-ss7 mailing list To UNSUBSCRIBE or update opti

Re: [asterisk-ss7] ss7 with asterisk 1.4.25.1

2009-06-19 Thread Kashif Ali
; and also tell your hardware detail. > *On Wed, 17 Jun 2009 00:04:30 +0500, Kashif Ali wrote* > > I am trying to compile asterisk with SS7 support and unable to see SS7 in > Asterisk 1.4.25.1 please help me to add ss7 support. > > > Muhammad Shoieb Arshad > Lecturer > Depar

[asterisk-ss7] Trunkgroups

2009-07-27 Thread Kashif Ali
i want to create 3 trunk groups with my peer over SS7 please give me example how can i do this task in extension.conf and chan_dahdi.conf Regards, Kashif ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-ss7 mailing list T

Re: [asterisk-ss7] sending sms over E1 using libss7

2009-08-19 Thread Kashif Ali
ss7 and sms are two deferent things well you need to install an smsc (kannel is and open source smsc) and interconnect this smsc with other mobile operators via IP network. On Wed, Aug 19, 2009 at 7:53 PM, Thomas AYIH-AKAKPO wrote: > Hi all > I've been browsing all the threads on the list, and

Re: [asterisk-ss7] CIC selection

2009-08-29 Thread Kashif Ali
please use pointcode=4453 group=0 cicbeginswith=1 channel=1-15 cicbeginswith=17 channel=17-31 cicbeginswith=33 channel=32-62 cicbeginswith=64 channel=63-93 cicbeginswith=95 channel=94-124 Extension.conf On Sat, Aug 29, 2009 at 7:01 PM, Sumon Ahmed wrote: > Dear All, > My Telco is asking me to se

Re: [asterisk-ss7] Trunkgroups

2009-08-29 Thread Kashif Ali
use you configurations like this. group=1 group=2 On Sat, Aug 29, 2009 at 7:01 PM, Sumon Ahmed wrote: > Hello, > > any helper care to help about this issue!! > > Thanks, > Sumon > > On Tue, Jul 28, 2009 at 12:53 PM, Kashif Ali wrote: > >> i want to create

[asterisk-ss7] SS7 on FreeBSD

2009-10-07 Thread Kashif Ali
Dear List friends. I wanted to know, Can I compile libss7 on Freebsd successful and will it work? ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-ss7 mailing list To UNSUBSCRIBE or update options visit: http://lists.d

Re: [asterisk-ss7] How to change alphabet ANI to Numaric ANI

2010-07-26 Thread Kashif Ali
your roles wont accept abcd in CALLERID(num) On Mon, Jul 26, 2010 at 1:32 PM, Ahmad wrote: > we want to append in start four digits with every incoming number and we > want to display only four digits on those calls whose comes with alphabets. > We set the following rules > > exten => _X!,1,Set(C