Re: [asterisk-ss7] F on the end of the number

2012-08-03 Thread Marcelo Pacheco
I got nothing to check. I believe you didn't understood the discussion. On 08/04/12 01:03, bipin singh wrote: Hi, Check your dialplan setting both side(switch and asterisk). On Mon, Jul 30, 2012 at 10:49 PM, Marcelo Pacheco > wrote: That's the beauty of free sof

Re: [asterisk-ss7] F on the end of the number

2012-08-03 Thread bipin singh
Hi, Check your dialplan setting both side(switch and asterisk). On Mon, Jul 30, 2012 at 10:49 PM, Marcelo Pacheco wrote: > That's the beauty of free software. > > The layout I defined suits my needs. > > Ok, so it can't be the default for most others. > > I never send/receive #/* through ISUP bec

Re: [asterisk-ss7] F on the end of the number

2012-07-30 Thread Marcelo Pacheco
That's the beauty of free software. The layout I defined suits my needs. Ok, so it can't be the default for most others. I never send/receive #/* through ISUP because a user dialed it. Those digits are handled on the subscriber exchange the user dialed it on (at most it flows through SIP from

Re: [asterisk-ss7] F on the end of the number

2012-07-30 Thread Kaloyan Kovachev
On Sun, 29 Jul 2012 18:18:48 -0300, Marcelo Pacheco wrote: > Those who looked up the code might have noticed my "Original code" > didn't match libss7. > I changed digit handling code, so inside libss7 I always use 0...9 A...F > digits. #->A and *->B translation happens early coming in, and on th

Re: [asterisk-ss7] F on the end of the number

2012-07-29 Thread Marcelo Pacheco
Those who looked up the code might have noticed my "Original code" didn't match libss7. I changed digit handling code, so inside libss7 I always use 0...9 A...F digits. #->A and *->B translation happens early coming in, and on the way back A-># and B->*. The original #/* conversion scheme in lib

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Gustavo Mársico
Glad to hear that. Regards Gustavo On Jul 26, 2012, at 3:32 PM, Marcus Vinicius wrote: > Hi Gustavo / Kaloyan , > > >> On Thu, 26 Jul 2012 12:54:58 -0300, Gustavo Mársico > >> wrote: > >> I faced a similar issue recently and was related to the Screening > >> Indicator. Was solved adding befo

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Marcus Vinicius
Hi Gustavo / Kaloyan , >> On Thu, 26 Jul 2012 12:54:58 -0300, Gustavo Mársico >> wrote: >> I faced a similar issue recently and was related to the Screening >> Indicator. Was solved adding before Dial the following line: >> >> Set(CALLERPRES()=allowed) or Set(CALLERPRES()= prohib) >> >> In both

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Marcelo Pacheco
Removing the F on sent numbers is very simple. Original code: void isup_set_called(struct isup_call *c, const char *called, unsigned char called_nai, const struct ss7 *ss7) { if (called && called[0]) { if (ss7->switchtype == SS7_ITU) snprintf(c->c

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Kaloyan Kovachev
On Thu, 26 Jul 2012 12:54:58 -0300, Gustavo Mársico wrote: > I faced a similar issue recently and was related to the Screening > Indicator. Was solved adding before Dial the following line: > > Set(CALLERPRES()=allowed) or Set(CALLERPRES()= prohib) > > In both cases the important was the 2 bits

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Gustavo Mársico
e ERICSSON are rejecting the call. > > Unfortunately my telco says that I need to take off this F signal. > > Is there any way to do this? > > > thank you very much. > > > > -- > Marcus > > > > De: Kaloyan Kovachev > Para: Marcus Vin

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Marcus Vinicius
cus De: Kaloyan Kovachev Para: Marcus Vinicius ; asterisk-ss7@lists.digium.com Enviadas: Quinta-feira, 26 de Julho de 2012 10:28 Assunto: Re: [asterisk-ss7] F on the end of the number Hi, make sure your switchtype is properly configured. ITU requires the number to

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Johann Steinwendtner
On 2012-07-26 14:59, Marcus Vinicius wrote: Hi, I have a ss7 connection with a TDM SWITCH (ERICSSON AXE). I can receive calls, but I can't make outgoing calls. I receive a rel 21 from de far end. I check this problem with my telco, and the telco said I'm sending the F character on the end of

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Jakub Klausa
On 26 lip 2012, at 14:59, Marcus Vinicius wrote: > Hi, > > I have a ss7 connection with a TDM SWITCH (ERICSSON AXE). I can receive > calls, but I can't make outgoing calls. > > I receive a rel 21 from de far end. > > I check this problem with my telco, and the telco said I'm sending the F

Re: [asterisk-ss7] F on the end of the number

2012-07-26 Thread Kaloyan Kovachev
Hi, make sure your switchtype is properly configured. ITU requires the number to be terminated with '#' which is 0xF ANSI does not want/like the '#', so probably you have 'ss7type=itu' while the other end is ANSI On Thu, 26 Jul 2012 05:59:43 -0700 (PDT), Marcus Vinicius wrote: > Hi, > > > I

[asterisk-ss7] F on the end of the number

2012-07-26 Thread Marcus Vinicius
Hi, I have a ss7 connection with a TDM SWITCH (ERICSSON AXE). I can receive calls, but I can't make outgoing calls. I receive a rel 21 from de far end.  I check this problem with my telco, and the telco said I'm sending the F character on the end of the number. See the log of the ERICSSO