Re: problem with get-url or encoding

2009-03-30 Thread Iain Dooley
The problem here is when we are sending back the message with session ID from the mBlox which is AptyrB+v+LkAABkA+ncgAUaIPk807E800QQ$... the SMSC return the error code... 0x0435 (Vendor-specific error, please refer to your SMPP provider).. Using the Portal we have from MBlox we came to

unsubscribe

2009-03-30 Thread Marathe, Satish (Satish)
-Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ishtiaq Ahmed Sent: Friday, March 27, 2009 4:23 PM To: Nikos Balkanas Cc: users@kannel.org; Andrey Ponteleev; Alejandro Guerrieri Subject: Re: problem with get-url or encoding Thanks Nikos,

Re: smsbox log error

2009-03-30 Thread Rodrigo Cremaschi
Well, what's the URL you are trying to invoke? On Mon, Mar 30, 2009 at 8:58 AM, narendra reddy kamaninaren...@gmail.com wrote: Hi users, when i am trying to hit the url i am getting below error in the smsbox logs .can anybody tell me wat is the reason for below error. 2009-03-30 17:24:13

Re: smsbox log error

2009-03-30 Thread narendra reddy
ttp://localhost:13001/cgi-bin/sendsms?username=pyropassword=pyrofrom=to=91971236987text=Test%20Messagecharset=UTF-16BEmclass=2coding=1pid=0dlr-mask=1dlr-url= http://localhost/dlr.mysql.php?smscID=SMPPSim i am invoking this url. On Mon, Mar 30, 2009 at 6:42 PM, Rodrigo Cremaschi

Re: smsbox log error

2009-03-30 Thread Rodrigo Cremaschi
In ttp:// You're missing the h. Besides that, you must URL-encode the dlr-url parameter, like this: $dlr-url=http%3A%2F%2Flocalhost%2Fdlr%2Emysql%2Ephp%3FsmscID%3DSMPPSim On Mon, Mar 30, 2009 at 10:51 AM, narendra reddy kamaninaren...@gmail.com wrote:  

GSM Modem Query

2009-03-30 Thread Jinson
Hello Guys, I'm looking for GSM modems to host sim cards. Can somebody refer some websites or dealers to get that in India...?\ Regards Jinson.

It is wise to install more than 1 kannel ?

2009-03-30 Thread Lucky Lusiano
Hi All, Right now I´m using 7 kannel, each kannel handle 1 GSM Modem, total 7 Modem. 1. Is this the right thing to do ? 2. Some time one of my kannel receive waited for bearerbox and the modem hangs, What happen? I'm using cvs-20090317 Thank You.

Re: problem with get-url or encoding

2009-03-30 Thread Rob Whyte
You must be going thru OPPC certification I'm guessing, I just finished this nightmare. What I did to solve this exact problem was remove the octstr_url_decode() calls from gw/meta_data.c, in function meta_data_unpack My line #'s are messed up so I can't give you the exact line #'s, but if what

Re: It is wise to install more than 1 kannel ?

2009-03-30 Thread Nikos Balkanas
Hi, Not on the same server. You should use many kannel instances in seperate servers if you want to maximize throughput. But 7 GSM modems are nothing significant that a single kannel cannot handle by itself. (2) I don't quite understand what you mean. In any case if there is a problem post

Re: setting REPLY-TO number

2009-03-30 Thread Stephen D'Souza
Hi LB, One way to achieve this would be to set the source address of the SMS you are sending as 999. Although I think it could also be done using the callback_num field in the Submit_SM PDU, it is an optional feature in SMPP 3.4 and hence not all SMSCs may support it. Latitude Berlin wrote: Hi