[asterisk-ss7] Libss7 bug in reset CIC state

2009-10-20 Thread enrico mario
oint me in the right direction? Thank you so much Enrico Mario ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-ss7 mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-ss7

Re: [asterisk-ss7] Libss7 bug in reset CIC state

2009-10-21 Thread enrico mario
arning blocking for GRS is fixed in > chan_dahdi/trunk r59. > > the segfault: I couldn't reproduce, could you send me the gdb output of > the core file? > > Regards, > Attila > > On Tue, 2009-10-20 at 20:49 +0200, enrico mario wrote: > > Hello guys, > >

[asterisk-ss7] Automatic Repeat Attempt

2009-10-26 Thread enrico mario
Hi guys, I'm trying to test the automatic repeat attempt of libss7 (Attila's version), but I cannot get it to work. The message sequence I obtain is correct until the cic release (as described in Q.784 6.2.2 and 6.2.3) but the second try don't happen, in other words the IAM is not sent. Is this fun

Re: [asterisk-ss7] Automatic Repeat Attempt

2009-10-27 Thread enrico mario
OP(DIALSTATUS=${DIALSTATUS} HANGUPCAUSE=${HANGUPCAUSE}); > CUR_TRY=${CUR_TRY}+1; > if (${HANGUPCAUSE}=256 & ${CUR_TRY}<30) // 256 tell explicit dial again, > max 30 times > goto loop; > > > > On Mon, 2009-10-26 at 23:34 +0100, enrico mario wrote: > > Hi gu

[asterisk-ss7] Libss7 CON Message

2009-11-02 Thread enrico mario
Hello, sorry for the trivial question, but how can I configure libss7 to send a CON message instead of the ACM/ANM messages? Thank you, Mario ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-ss7 mailing list To UNSUBSCRIB

Re: [asterisk-ss7] MATTF libss7

2009-11-11 Thread enrico mario
Hi Erik, I think you're missing some configuration directives in chan_dahdi.conf, in particular the ones with the prefix "mtp3_timer". If you're using Attila's version (which in general I suggest you to use) this is an example: ... group = 1 linkset = 1 pointcode = 111 adjpointcode = 222 defaultdp

[asterisk-ss7] Cannot block CallerID with libss7

2010-03-18 Thread enrico mario
Hello, I cannot block CallerID with attila's libss7. I've two crossed boxes with the same software version and specular configuration. I had some checks with "core show channels verbose" inside Asterisk, and with a protocol analyzer (showing Calling Party Number with Presentation Allowed) My setup:

Re: [asterisk-ss7] Cannot block CallerID with libss7

2010-03-19 Thread enrico mario
on from the Asterisk > channel > ; for outgoing calls. > ; See dialplan function CALLERID(pres) for more information. > ; Only applies to PRI and SS7 channels. > ; > usecallingpres=yes > ; > > > On Thu, 2010-03-18 at 20:25 +0100, enrico mario wrote: > > Hello, &g

Re: [asterisk-ss7] Cannot block CallerID with libss7

2010-03-19 Thread enrico mario
Thank you very much! Mario On Fri, Mar 19, 2010 at 10:34 AM, Attila Domjan wrote: > On Fri, 2010-03-19 at 09:49 +0100, enrico mario wrote: > > Hi, > > setting "usecallingpres" to yes in chan_dahdi.conf did solve my > > problem. Now I can see the correct values for

[asterisk-ss7] libss7 CUG Interlock code value

2010-03-19 Thread enrico mario
Hi all, I think there's an error in libss7 (isup.h), exactly in the definition of ISUP parameter CUG Interlock Code. This parameter value should be 0x1a, but in isup.h is defined as 0x1c. It should not cause particular problems if you're not using CUG functionality... Hope can help anyway Mario --

[asterisk-ss7] libss7 COT

2010-04-26 Thread enrico mario
Hello, I'm trying to implement missing COT functionality in libss7. As I can see, actually libss7 can only reply on COT requests, but cannot initiate a COT procedure itself. Do anyone has tried to do that before? Do you think that the function ast_playtones_start could work in chan_dahdi.c? And how