removing the plus sign

2010-10-25 Thread Innocent Muchedzi
i am having problem with one of our smpp connection on removing the + on the shortcode when receiving sms. I have follows one posted past archives and this is what my bearerbox logs printing 2010-10-21 15:43:07 Log begins 2010-10-21 16:00:59 Receive SMS [SMSC:telecomna] [SVC:] [ACT:SYLDAH]

Re: removing the plus sign

2010-10-25 Thread Alvaro Cornejo
Have you talked to your operator? The plus sign in front of a number tells receiving part that the number is in INTERNATIONAL format. i.e. it includes the country code/city or area code and number. Therefore, a shortcode MUST NOT have a plus sign in front of it. Hope helps Alvaro

removing the plus sign

2010-10-21 Thread Innocent Muchedzi
hie all I would like to know how I can remove the + sign on the short code, rather than having +1234 I want to have 1234 when an sms is being delivered to kannel. Innocent Muchedzi Creative Directory Syldah Media Ipelo House, Plot 103, Unit 4 Gaborone International Commerce Park Gaborone

Re: removing the plus sign

2010-10-21 Thread Cezary Siwek
look at unified-prefix in your SMSC group. BR, Cezary - Original Message - From: Innocent Muchedzi To: users@kannel.org Sent: Thursday, October 21, 2010 8:25 AM Subject: removing the plus sign hie all I would like to know how I can remove the + sign on the short

Re: removing the plus sign

2010-10-21 Thread Innocent Muchedzi
ppg-username = 88 ppg-password = 8 allow-ip = 127.0.0.1;192.168.0.10 please help From: Cezary Siwek cza...@thebestisp.co.uk To: users@kannel.org Subject: Re: removing the plus sign Message-ID: 9fc9fb9db4a94781a36f148c2653c...@ubiquisys.local Content-Type: text/plain

RE: removing the plus sign

2007-06-01 Thread Kaneza Innocent
How did u fix it then? _ From: Δημήτρης Ευμορφόπουλος [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 09:14 To: Kaneza Innocent Subject: RE: removing the plus sign We used to have the same problem with a comverse SMSC. We never resolved the issue with the operator, we

RE: removing the plus sign

2007-05-31 Thread Kaneza Innocent
: removing the plus sign but you might need international TON, anyway it seems you must edit the code to remove this annoying feature, it served no purpose for us. For smpp case, look for code in smsc_smpp.c, convert_addr_from_pdu, octstr_insert_char(addr, 0, '+'); etc,etc

RE: removing the plus sign

2007-05-30 Thread Alvaro Cornejo
Hi in php you can do something like $var = ltrim($number, +); Regards -Mensaje original- De: Kaneza Innocent [mailto:[EMAIL PROTECTED] Enviado el: Martes, 22 de Mayo de 2007 12:33 Para: users@kannel.org Asunto: removing the plus sign Hi all I would like to know how I can

Re: removing the plus sign

2007-05-30 Thread Mike Nwaogu
Set your DESTADDRTON = 8 DESTADDRNPI = 2 If this doesn't work, or your unable to connect to the SMSC, you may need to speak with the SMSC guys. Regards, Mike Nwaogu Kaneza Innocent [EMAIL PROTECTED] wrote: Hi all I would like to know how I can remove the +

RE: removing the plus sign

2007-05-30 Thread fred
Nwaogu [mailto:[EMAIL PROTECTED] Sent: 24 May 2007 18:09 To: users@kannel.org Subject: Re: removing the plus sign Set your DESTADDRTON = 8 DESTADDRNPI = 2 If this doesn't work, or your unable to connect to the SMSC, you may need to speak with the SMSC guys. Regards, Mike Nwaogu Kaneza

removing the plus sign

2007-05-22 Thread Kaneza Innocent
Hi all I would like to know how I can remove the + sign on the short code, rather than having +1234 I want to have 1234 when delivered on the phone. thanks