Re: [asterisk-ss7] problem when called party number begins with star key (*)

2011-08-19 Thread Luis Marcelo
switch (localchar) { > > Add > > case 'B': > return 0xb; > > This should convert B for you. You will have to edit digit2char function > to be able to call the same string. > > Best Regards > Davíð Fann

Re: [asterisk-ss7] problem when called party number begins with star key (*)

2011-08-18 Thread Davíð F . Gunnarsson
300 To: mailto:asterisk-ss7@lists.digium.com>> Subject: Re: [asterisk-ss7] problem when called party number begins with star key (*) As far as I see the Called party Num has: > [ 05 83 10 5b 01 0f ] that means B501F. The F is the mark saying "there is no more

Re: [asterisk-ss7] problem when called party number begins with star key (*)

2011-08-18 Thread Gustavo Mársico
Revision 55 is the latest one https://observer.router.hu/repos_pub/libss7/trunk/ On Aug 18, 2011, at 8:44 PM, Gustavo Mársico wrote: > As far as I see the Called party Num has: > > > [ 05 83 10 5b 01 0f ] > > that means B501F. The F is the mark saying "there is no more d

Re: [asterisk-ss7] problem when called party number begins with star key (*)

2011-08-18 Thread Gustavo Mársico
As far as I see the Called party Num has: > [ 05 83 10 5b 01 0f ] that means B501F. The F is the mark saying "there is no more digits". For some reason libss7 doesn't properly pass the digits in the structure. Please test the Athila's libss7 branch. I use it with several se

Re: [asterisk-ss7] problem when called party number begins with star key (*)

2011-08-18 Thread Luis Marcelo
Thanks Gustavo, I tried: B510 b510 _bX. -BX. still no luck 2011/8/18 Gustavo Mársico > There is no * / # in SS7 because the digits are hexa. If I remember > correctly * is B, in your case B510. > > > On Aug 18, 2011, at 8:09 PM, Luis Marcelo wrote: > > > Hi all, > > Our telco is passing us cal

Re: [asterisk-ss7] problem when called party number begins with star key (*)

2011-08-18 Thread Gustavo Mársico
There is no * / # in SS7 because the digits are hexa. If I remember correctly * is B, in your case B510. On Aug 18, 2011, at 8:09 PM, Luis Marcelo wrote: > Hi all, > Our telco is passing us calls to *510. We crafted our dial plan as follows: > > exten => *510,1,Agi(agi://localhost/myAgi) > ext