Re: [asterisk-ss7] charge indicator

2013-01-18 Thread bipin singh
ruebas > algunos se completaron correctamente y otros no (en estos casos las > respuestas obtenidas no son bloqueantes para la interconexión y por ello no > se requiere que sean resueltos). > > ** ** > > Thanks > > Laura > > *De:* asterisk-

Re: [asterisk-ss7] charge indicator

2013-01-18 Thread Laura Maurizi
k-ss7-boun...@lists.digium.com] En nombre de Marcelo Pacheco Enviado el: Viernes, 18 de Enero de 2013 4:53 Para: asterisk-ss7@lists.digium.com Asunto: Re: [asterisk-ss7] charge indicator Hi Laura, If you expect this functionality for free, then you can delete this message. However if you're willing to pa

Re: [asterisk-ss7] charge indicator

2013-01-17 Thread Marcelo Pacheco
Hi Laura, If you expect this functionality for free, then you can delete this message. However if you're willing to pay for it, I can create a patch that will look for a channel variable and set the charge indicator accordingly Like: SS7_CHARGE=0 or SS7_CHARGE=1 If the variable is absent, no spe

Re: [asterisk-ss7] Charge indicator

2010-02-07 Thread Gustavo Marsico
form using the charge indicator. > > > Regards, > Bruno Rodrigues > -- > From: "Gustavo Marsico" > Sent: Saturday, February 06, 2010 6:49 PM > To: > Subject: Re: [asterisk-ss7] Charge indicator > >> That&#

Re: [asterisk-ss7] Charge indicator

2010-02-07 Thread gustavomarsico
tuation you can solve the 800 with post billing. Sent via BlackBerry by AT&T -Original Message- From: "Bruno Rodrigues de Mello" Date: Sun, 7 Feb 2010 12:26:20 To: Subject: Re: [asterisk-ss7] Charge indicator Hi, 0800 number can be solved with rate tables because them ha

Re: [asterisk-ss7] Charge indicator

2010-02-07 Thread Bruno Rodrigues de Mello
, but they inform using the charge indicator. Regards, Bruno Rodrigues -- From: "Gustavo Marsico" Sent: Saturday, February 06, 2010 6:49 PM To: Subject: Re: [asterisk-ss7] Charge indicator > That's was exactly my issue, in several

Re: [asterisk-ss7] Charge indicator

2010-02-06 Thread Gustavo Marsico
co" > Sent: Saturday, February 06, 2010 4:28 PM > To: > Subject: Re: [asterisk-ss7] Charge indicator > >> I tried that several months ago with libss7, but remember that 183 with no >> 200 means that the A side will wait for a 200, so you can have the call >>

Re: [asterisk-ss7] Charge indicator

2010-02-06 Thread Gustavo Marsico
error messages 2 the audio in early media will work but if you need >> a longer call this solution canot be used. >> >> Bruno Rodrigues >> >> >> >> ------ >> From: "Gustavo Marsico" >>

Re: [asterisk-ss7] Charge indicator

2010-02-06 Thread Paul Timmins
--- > From: "Gustavo Marsico" > Sent: Saturday, February 06, 2010 4:28 PM > To: > Subject: Re: [asterisk-ss7] Charge indicator > > >> I tried that several months ago with libss7, but remember that 183 with no >> 200 means that the A side will

Re: [asterisk-ss7] Charge indicator

2010-02-06 Thread Bruno Rodrigues de Mello
tworks do not support timer T9. -- From: "Gustavo Marsico" Sent: Saturday, February 06, 2010 4:28 PM To: Subject: Re: [asterisk-ss7] Charge indicator > I tried that several months ago with libss7, but remember that 183 with no > 200 mea

Re: [asterisk-ss7] Charge indicator

2010-02-06 Thread Bruno Rodrigues de Mello
f you need a longer call this solution canot be used. Bruno Rodrigues -- From: "Gustavo Marsico" Sent: Saturday, February 06, 2010 4:28 PM To: Subject: Re: [asterisk-ss7] Charge indicator > I tried that several months ago with li

Re: [asterisk-ss7] Charge indicator

2010-02-06 Thread Gustavo Marsico
- > From: "Gustavo Marsico" > Sent: Friday, February 05, 2010 11:40 PM > To: > Cc: > Subject: Re: [asterisk-ss7] Charge indicator > >> Unfortunately Asterisk doesn't have any way to map the charge indicator in >> SIP. Ac

Re: [asterisk-ss7] Charge indicator

2010-02-06 Thread Bruno Rodrigues de Mello
Rodrigues -- From: "Gustavo Marsico" Sent: Friday, February 05, 2010 11:40 PM To: Cc: Subject: Re: [asterisk-ss7] Charge indicator > Unfortunately Asterisk doesn't have any way to map the charge indicator in > SIP. Actually,

Re: [asterisk-ss7] Charge indicator

2010-02-05 Thread Gustavo Marsico
send a 200 Ok to SIP side and my softswitch > start bill the call. > > Anyone has a idea ? > > Regards, > Bruno Rodrigues > > > > From: Jorge Valencia > Sent: Friday, February 05, 2010 6:20 PM > To: asterisk-ss7@lists.digium.com > Subject: Re: [asteris

Re: [asterisk-ss7] Charge indicator

2010-02-05 Thread Bruno Rodrigues de Mello
receive the ANM, it send a 200 Ok to SIP side and my softswitch start bill the call. Anyone has a idea ? Regards, Bruno Rodrigues From: Jorge Valencia Sent: Friday, February 05, 2010 6:20 PM To: asterisk-ss7@lists.digium.com Subject: Re: [asterisk-ss7] Charge indicator Hi Bruno, well

Re: [asterisk-ss7] Charge indicator

2010-02-05 Thread Jorge Valencia
Hi Bruno, well last year i had the same problem, it was posted here. My solution was modify the source, inside isup.c you need modify the code, find this function static FUNC_SEND(backward_call_ind_transmit) and add some lines. I think Matt was going to setup an option..anyway here is the code