Re: [asterisk-ss7] libss7 problem with dialing a non numeric string

2009-10-12 Thread Joeri van Dooren
identical ... they are different ... i added the complete set ... of wat was missing in the isup handling of isup digit`s, you just have to read the code that`s why it`s called OPEN source ;) met vriendelijke groeten, Joeri van Dooren - "Rennes Neps" schreef: > Sorry, I'm confused y

Re: [asterisk-ss7] libss7 problem with dialing a non numeric string

2009-10-12 Thread Rennes Neps
return '9'; case 15: return '#'; default: return 0; } } Regards Rennes Neps -Original Message- From: asterisk-ss7-boun...@lists.digium.com on b

Re: [asterisk-ss7] libss7 problem with dialing a non numeric string

2009-10-12 Thread Rennes Neps
You're the greatest, thanks man! Trying it asap. Rennes -Original Message- From: asterisk-ss7-boun...@lists.digium.com on behalf of Joeri van Dooren Sent: Mon 10/12/2009 17:19 To: asterisk-ss7@lists.digium.com Subject: Re: [asterisk-ss7] libss7 problem with dialing a non numeric s

Re: [asterisk-ss7] libss7 problem with dialing a non numeric string

2009-10-12 Thread Joeri van Dooren
ri van Dooren - "Rennes Neps" schreef: > > As I’m not very strong in C, can you please point me in the right direction, what am I looking for there in the file? Tried to look already, but unexperienced eye did’nt find it :D Thanks Rennes > From: asterisk-ss7-boun

Re: [asterisk-ss7] libss7 problem with dialing a non numeric string

2009-10-12 Thread Rennes Neps
] On Behalf Of Joeri van Dooren Sent: 12. oktoober 2009. a. 17:10 To: asterisk-ss7@lists.digium.com Subject: Re: [asterisk-ss7] libss7 problem with dialing a non numeric string Just change isup.c accordingly, we did for our local changes to, met vriendelijke groeten, Joeri van Dooren

Re: [asterisk-ss7] libss7 problem with dialing a non numeric string

2009-10-12 Thread Joeri van Dooren
Just change isup.c accordingly, we did for our local changes to, met vriendelijke groeten, Joeri van Dooren - "Rennes Neps" schreef: > > Hei! I’m trying to send special characters out to ss7 link, but libss7 seems to convert them to zeroes. The challenge is that our service pro

[asterisk-ss7] libss7 problem with dialing a non numeric string

2009-10-12 Thread Rennes Neps
Hei! I'm trying to send special characters out to ss7 link, but libss7 seems to convert them to zeroes. The challenge is that our service provider demands some of the regional numbers to be sent in format D0+number. When I use D in front of the number in dialplan, libss7 replaces it with 00, So