use of nokia n73 with kannel and configuration issues

2010-06-11 Thread prashant singh
hi i m a totally newbie to kannel and smsc part associated with it and unix environment i have gone through the user guide provided at kannel.org but to be very frank it didnt helped me much for my attempt to configure kannel with nokia n73 phone. it would really be a great help from kannel side i

Re: use of nokia n73 with kannel and configuration issues

2010-06-11 Thread Nikos Balkanas
Hi, Please read latest User's guide from svn (or site). There is a section devoted to modem initialization. 1, 2 & 3 -> User's guide. 4 Check sms-service (ofr receiving) and sendsms-user (for sending) in User's guide. 5 Read about sms-service in User's guide. You apparently haven't read a s

Send multiple sms using php script

2010-06-11 Thread steven edward
hi! Am a new user of kannel and i want to send more than one sms am using header to send sms it is okay but i don known how can i return to my page in order to send another one to another phone number. my header http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232&text=H

Re: Send multiple sms using php script

2010-06-11 Thread sangprabv
Quick and dirty solution is using php-curl. Call sendsms URL and loop in it. sangprabv sangpr...@gmail.com On Jun 11, 2010, at 6:06 PM, steven edward wrote: > hi! > Am a new user of kannel and i want to send more than one sms am using header > to send sms it is okay but i don known how can i

Re: Send multiple sms using php script

2010-06-11 Thread Nikos Balkanas
Hi, Try: http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232+0715323233+...&text=Hello+world BR, Nikos - Original Message - From: steven edward To: users@kannel.org Sent: Friday, June 11, 2010 2:06 PM Subject: Send multiple sms using php script hi! Am a

8-bit messages over HTTP: general, appreciation

2010-06-11 Thread ben
Hello, I have a general question concerning 8-bit messages over HTTP using Kannel 1.4.3 with its internal sendsms CGI. Referring to Julien Buratto´s Characters, Kannel & MT SMS document, Kannel uses UTF-8 internally and binary SMS should be encoded using single byte characters with an argument

Re: Send multiple sms using php script

2010-06-11 Thread T.K.Thapa
Hello, I want to know something about to (to parameter in kannel sendsms url) parameter which explain by Nikos. is + sign is a separator between two mobile number? How many mobile number can be passed in single http query? Regards Tapan Thapa --- On Fri, 11/6/10, Nikos Balkanas wrote: Fro

Re: Send multiple sms using php script

2010-06-11 Thread Bruno Rey
It's explained in the documentation, under *Smsbox Group Variables * configuration*: *sendsms-charsstring Only these characters are allowed in 'to' field when send-SMS service is requested via HTTP. Naturally, you should allow at least 0123456789. The *space* character (' ') has special meaning: i

Re: Messages with php stripslashes

2010-06-11 Thread Tomasz
Hi, I've got the same issue - when we send MT message by CGI which contains ' sign, the recipient gets \' (escaped '). When we inject MT directly to MySQL Database, recipient get only ' sing (valid!). Our configuration is: PHP MT PUSH - SMSBOX - SQLBOX - BEARERBOX - SMSC The problem is caused

Re: Send multiple sms using php script

2010-06-11 Thread Nikos Balkanas
Hi, 1) Multiple destinations are space separated. Since this is a url, they must be urlencoded as '+'. 2) As many as the maximum URL length allows. I believe in kannel, the whole URL should be less than 6000 chars. BR, Nikos - Original Message - From: T.K.Thapa To: Kannel list Cc:

RE: Regarding OTA Message

2010-06-11 Thread Harmeet Singh
Sir, Thanks so much for your support . I am now able to send OTA message. God Bless you. J Thanks & Regards Harmeet Singh From: Benaiad [mailto:bena...@gmail.com] Sent: 18 May 2010 18:02 To: Harmeet Singh Cc: kannel users Subject: Re: Regarding OTA Message Hi, I've che

Forcing DCS = 0x01

2010-06-11 Thread Jason Mule
Hi, Does anyone know whether it's possible to force DCS = 0x01 in version 1.4.3? I think at some point combining coding, mclass, mwi and alt-dcs in the sendsms request allowed you to set a custom DCS value. BR Jason.

[PATCH] RE: Messages with php stripslashes

2010-06-11 Thread Rene Kluwen
Sorry for crossposting. But I think the users are allowed to know what is going on, even if this is a developers matter. I think I found the solution to the problem below, which affects all smsbox->sqlbox->bearerbox users. I must admit: Haven't tested it yet. But it should work. See attached pat

WAP-Push with Nokia 6210

2010-06-11 Thread Thomas Sieh
hi, i use a nokia 6210 as smsc. when i try to send a wap push sms, i get a generic error. the strange thing is that the message will be send after a restart of kannel. before that it don't leave the queue. have someone of you an idea what could be wrong? thx thomas here my conf and the logs..

Re: WAP-Push with Nokia 6210

2010-06-11 Thread Thomas Sieh
additional information: if there is more than one message in the queue, kannel will send the later one directly. the older one is still in the queue. and if i send some more wap push sms, kannel sends them all. but generaly i don't send as much sms, so it is not a solution :-/ On Sat, Jun 12, 20

Re: Problem with got +CMT but pdu_extract failed

2010-06-11 Thread Nikos Balkanas
Hi, Do not post configuration issues to devel. Use users. Your modem sends a PDU before initialization is finished. Either disable sim-buffering, or provide a CNMI to let modem know that it should store incoming messages to SIM and not send them to bb. BR, Nikos - Original Message -

Re: WAP-Push with Nokia 6210

2010-06-11 Thread Nikos Balkanas
Hi, Can you post regular messages? It is extremely difficult to help you in a threaded environment, since attachments are not preserved in responses. Please: 1) Repost original logs inline (not as attachments) 2) Post PAP and SI documents 3) Post detailed bb logs from the moment of first subm

getting MO and MT data into a database

2010-06-11 Thread Scott Geller
Guys, I've been working on this for days and cant get it working. I'm trying to get the data from kannel into postgres... either with sqlbox or with BB. *regarding sqlbox:* I have sqlbox working and when I insert a line into the send_sms table, everything works on the MT side. But I'm under the

Re: [PATCH] RE: Messages with php stripslashes

2010-06-11 Thread Tomasz
Thanks Rene for a patch! It works :) Now ' sign is coming correctly. Regards, Tomasz W Twoim liście datowanym 11 czerwca 2010 (23:25:30) można przeczytać: > Sorry for crossposting. But I think the users are allowed to know what is > going on, even if this is a developers matter. > I think I fou