opensmppbox - unicode problem

2013-08-27 Thread Qqblog Qqblog
Our message flow is SMPP Client Opensmppbox --- bearerbox --- HTTP SMSC message is unicode. message received from http is garbled. pls advise. my configuration on opensmsppbox group = opensmppbox opensmppbox-id = SMPP opensmppbox-port = 2775 bearerbox-host = 127.0.0.1 bearerbox-port

RE: opensmppbox - unicode problem

2013-08-27 Thread Rene Kluwen
- unicode problem Our message flow is SMPP Client Opensmppbox --- bearerbox --- HTTP SMSC message is unicode. message received from http is garbled. pls advise. my configuration on opensmsppbox group = opensmppbox opensmppbox-id = SMPP opensmppbox-port = 2775 bearerbox-host

回覆︰ opensmppbox - unicode problem

2013-08-27 Thread Qqblog Qqblog
string dump ends. 2013-08-28 10:02:32 [10832] [18] INFO: Connection closed by the box 127.0.0.1 寄件人︰ Rene Kluwen rene.klu...@chimit.nl 收件人︰ 'Qqblog Qqblog' qqb...@ymail.com; users@kannel.org 傳送日期︰ 2013年08月27日 (週二) 7:02 PM 主題︰ RE: opensmppbox - unicode problem

Re: http smsc - unicode problem

2013-08-22 Thread Felix Obareh
Hi All, Question on this?The URL:- send-url = http://domain.com/sms/test.php?from=%Pto=%ptext=%b; I have three extra parameter on my generic:- Username=%usernamepassword=%password and others which are part of the sendsms url. I am keen to notice that the generic url has its from=%Pto=%ptext=%b

http smsc - unicode problem

2013-08-21 Thread Qqblog Qqblog
send sms via http cgi-bin/sendsms?charset=UTF-16coding=2text=%FF%FE%09NkQ smsc is http and received text value is garbled.  When smsc is smpp, the text value is no problem.  test.php?text=N%09Qkto=... http smsc configuration group = smsc smsc = http smsc-id = abc system-type = generic

unicode problem for sms received

2008-06-05 Thread ACL
I am using wavecom modem to receive sms From the bearer access log, all unicode characters received are correct. However, after using the http callback (%a, %b) to obtain the value, one or two unicode characters are incorrect. As i know, kannel will process the SMS message and return as %a.

RE: Unicode Problem

2007-08-31 Thread Peter Lum
@kannel.org Subject: Re: Unicode Problem hi Peter, first, do NOT urldecode the text, its ummm ... non needed :) next, it ups to how you set the smsc type and settings do you use gsm modem or smpp link ? cheers seik -Original Message- From: Peter Lum [EMAIL PROTECTED] Sent: 29

RE: Unicode Problem

2007-08-30 Thread Peter Lum
Ok, will try next week. Thanks! I set the DB as unicode too. I am using GSM modem,. -Original Message- From: seik [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 8:48 PM To: Peter Lum Cc: users@kannel.org Subject: Re: Unicode Problem hi Peter, first, do NOT urldecode

Unicode Problem

2007-08-29 Thread Peter Lum
Hi I set up Kannel to to a http get whenever a sms arrives at the smsbox. However, if I sent unicode characters from my phone, what I eventually store in my MySQL is junk. Is the line below ok to retrieve the message: $rcvMessage = $_GET[text]; $SQL_rcvMessage = iconv(windows-1252,

Re: Unicode Problem

2007-08-29 Thread seik
hi Peter, first, do NOT urldecode the text, its ummm ... non needed :) next, it ups to how you set the smsc type and settings do you use gsm modem or smpp link ? cheers seik -Original Message- From: Peter Lum [EMAIL PROTECTED] Sent: 29 Август 2007 г. To: seik Subject:Unicode

Re: Unicode Problem

2007-08-29 Thread Kyriacos Sakkas
Peter Lum wrote: Hi I set up Kannel to to a http get whenever a sms arrives at the smsbox. However, if I sent unicode characters from my phone, what I eventually store in my MySQL is junk. Is the line below ok to retrieve the message: $rcvMessage = $_GET[text]; $SQL_rcvMessage