patch kernel

2007-08-23 Thread Ady Wicaksono
Is there any example on how to patch kernel for additional SMPP optional parameter? My SMSC want to add operator and tarif parameter so, what file to edit? I want to able to send this operator tarif info from /sendsms URL Thanks -- Regards, Ady Wicaksono Email: ady.wicaksono at gmail.com

System error 99: Cannot assign requested address

2007-08-23 Thread Nick van der Merwe
Kannel version 1.4.1 running on Debian Sarge. My kannel.conf group = core admin-port = 13000 admin-password = Zh8T7hxDtcSQ status-password = Zh8T7hxDtcSQ admin-deny-ip = *.*.*.* admin-allow-ip = ...;127.0.0.1 #wapbox-port = 13002 #wdp-interface-name = * log-file =

SendSms - Generic Error with status -1

2007-08-23 Thread Chris Porter
Hi all, I have been trying to identify a possible reason/cause for the following symptom: When the HTTP request is launched: http://servername:13013/cgi-bin/sendsms?user=xpassword=xto=xxxfrom 1 out of 3 (or so) requests fails with send error (status -1) (Generic error).

sms routing

2007-08-23 Thread Paweł Buńko
Hello, is it possible to make kannel to route sms to more than one application? -- Paweł Buńko Dział Rozwoju Produktów AutoGuard Insurance sp. z o.o. e-mail: [EMAIL PROTECTED] tel +48 22 611 68 82 mobile +48 502 477 791 Tlen.pl: pawlin_b GG: #1692409 Skype: pawlin

Check Kannel status remotely

2007-08-23 Thread Carlos Ghabrous Larrea
Dear All, I would like to know if it is possible to check the Kannel status remotely. I developed one application with Kannel, and now I would like to add some redudance to the system. Basically, I have two machines with Kannel running on both of them. The idea is that only one of them to

MMS Notification

2007-08-23 Thread Mads N. Vestergaard - CoolSMS
Hi Guys, Doesn't any of you have specs on how to send a MMS notification through ? Thanks in advance. -- .. Med venlig hilsen / Best Regards Mads N. Vestergaard Teknisk

Re: Check Kannel status remotely

2007-08-23 Thread Rodrigo Cremaschi
Hi Carlos, To be short, the simplest remote monitor is: http://yourkannelhost:13000/status.html You can change the listening port using the admin-port parameter. Regards, Rodrigo. On 8/23/07, Carlos Ghabrous Larrea [EMAIL PROTECTED] wrote: Dear All, I would like to know if it

Re: sms routing

2007-08-23 Thread Rodrigo Cremaschi
No. But you can make an application that invokes two (or as many as you wish) applications. On 8/23/07, Paweł Buńko [EMAIL PROTECTED] wrote: Hello, is it possible to make kannel to route sms to more than one application? -- Paweł Buńko Dział Rozwoju Produktów AutoGuard Insurance sp. z

Re: Send Multiple SMS

2007-08-23 Thread Rodrigo Cremaschi
Hi Phillip, You can use a list of space-separated receivers when you push the message. Like this: http://smsbox.host.name:13013/cgi-bin/sendsms? username=foopassword=barto=++text=Hello+world Best regards, Rodrigo. On 8/21/07, Philip Ankunda [EMAIL PROTECTED] wrote: Need

Re: Check Kannel status remotely

2007-08-23 Thread Alvaro Cornejo
Hi Carlos in the contrib folder of sources there is a file called xmlfunc.php wich can 'parse' the info from the link refered by carlos. This file is originaly intended to feed info to kannel.php page (on the same folder) that displays kannel status info in a more readable/user friendly way.

Failed to convert string from UTF-8 to UTF-16BE, errno was 84

2007-08-23 Thread Κωνσταντίνος Λιαδάκης
I am trying to send Unicode messages to kannel using xml post. I am using the cvs version but I see in the log files the following Failed to convert string from UTF-8 to UTF-16BE, errno was 84 What could this mean. I am using utf-8 which I think is the encoding that kannel cvs uses

Re: send arabic sms

2007-08-23 Thread Sarfaraz Jamal
Hi guys, We are struggling with this a lot, and we hope to have our service launched before the Arab Ramadhan Season. It must be something simple, we are generating a URL to send to SENDSMS, and the text seems to get messed up . we are encoding it, etc. in php but the arabic text turns into

Re: patch kernel

2007-08-23 Thread Juan Nin
Alexander Malysh has implemented the long awaited TLVs functionality on the last month. He posted the patch on the devel list, and then Alejandro Guerrieri patched SQLBox to be able to use Alexander's new functionalities there too Follow this threads:

Re: send arabic sms

2007-08-23 Thread Hanna Kreitem
Hello, Here I am using charset=utf-8coding=2 instead of ucs2, and it is working perfectly, just make sure that you are using UTF-8 all the way, including the db. Hanna On 8/23/07, Sarfaraz Jamal [EMAIL PROTECTED] wrote: Hi guys, We are struggling with this a lot, and we hope to have our

Re: patch kernel

2007-08-23 Thread Ady Wicaksono
Thanks Juan Will explore On 8/24/07, Juan Nin [EMAIL PROTECTED] wrote: Alexander Malysh has implemented the long awaited TLVs functionality on the last month. He posted the patch on the devel list, and then Alejandro Guerrieri patched SQLBox to be able to use Alexander's new functionalities