In general, warnings about "ignoring return value" are harmeless. They
simply say that the code at this point doesn't care about the return value
of the called function, which may be intentional.
BR,
Nikos
- Original Message -
From: "Julien Buratto"
To: "sangprabv"
Cc: "Kannel User"
On Sat, 2009-06-06 at 09:49, Benaiad wrote:
> It's better if you install kannel from source, and search the list for
> "modem" .
For novice users (most of them don't know how to configure && make) it
is easier to use package which comes with distribution. And lot of
novice users does not read use
I've found this:
1- to convert from HEX to utf8 using mysql:
SELECT CONVERT(UNHEX(msgdata) USING ucs2 ) FROM sent_sms WHERE sql_id = 14
AND coding = 2
2- to convert from utf8 to HEX using mysql:
SELECT HEX(CONVERT(myutf8string USING ucs2) )
Now I want to use bearerbox with sqlbox only:
Every M
Correction:
I've successfully implemented this scenario, But I need to know if I can use
this without the need of smsbox.
Thanks!
On Sat, Jun 6, 2009 at 9:03 PM, Benaiad wrote:
> I've found this:
> 1- to convert from HEX to utf8 using mysql:
> SELECT CONVERT(UNHEX(msgdata) USING ucs2 ) FROM s
Hi all, I've been doing some research on setting up an SMS gateway, and it
seems like Kannel will be the way to go. I'm just confused about what
exactly I will need for my purposes. Basically I want to be able to send a
text message to a phone number (not a short code), and then have the data in