Re: Message ID

2008-07-21 Thread seik
use the MO kannel_ID, or create your OWN unique ID as unique DLR id for each MT. then its simple sql to match them in case you use sqlbox and pgsql/oracle it is not so complicated task, dont know for sqlbox backed by mysql we went a bit further and patched the sqlbox in a view to inject some

Re: Message ID

2008-07-21 Thread Jovan Kostovski
2008/7/21 seik [EMAIL PROTECTED]: use the MO kannel_ID, or create your OWN unique ID as unique DLR id for each MT. then its simple sql to match them in case you use sqlbox and pgsql/oracle it is not so complicated task, dont know for sqlbox backed by mysql we went a bit further and

wapbox locks

2008-07-21 Thread Carlos Parada
Hi all, I have a kannel 1.4.1 configuration and I'm performing some stress tests over it. As a client I'm using the fakewap binary as follows: ./fakewap -g 127.0.0.1 -F -m 1000 -i 0.05 -c 1 -w http://127.0.0.1 It works fine for 1 hour or so, however, after some time the client

Re[2]: Message ID

2008-07-21 Thread seik
NO, there is NOT such functionality, Reason: it has to be implemented at the SMSC side ... I refer the following scheme kannel_receives_MO - sql_injection_with_Rule_on_insert - sql_inject_MT_with_same_MO_Unique_id - \ kannel_sends_MT_with_DLR_id_equal_to_Unique_id - kannel_receives_ACK/DLR

Re: Re[2]: Message ID

2008-07-21 Thread Jovan Kostovski
On Mon, Jul 21, 2008 at 2:38 PM, seik [EMAIL PROTECTED] wrote: NO, there is NOT such functionality, Reason: it has to be implemented at the SMSC side ... That's what I think too ;) So there is no way to track the messages if we first send the MT message. BR, Jovan

Re[4]: Message ID

2008-07-21 Thread seik
yes -Original Message- From: [] Sent: 21 Юли 2008 г. To: seik Subject:Message ID On Mon, Jul 21, 2008 at 2:38 PM, seik [EMAIL PROTECTED] wrote: NO, there is NOT such functionality, Reason: it has to be implemented at the SMSC side ... That's what I think too So there is no

http or xml connection to smsc

2008-07-21 Thread Dave Jong A Lock
Hey guys, Sorry for the last post, forgot to change the subject. I just want to know if it is possible to connect to smsc with http or xml (instead of smpp) and if so the bigger question is how? Dave -- Never doubt that a small group of committed people can change the world. Indeed, it is the

Hello Users.Kindly helpme

2008-07-21 Thread Rahul Rulz
Hi Users,   Am a student who is doing a project on Gateway in a firm in India.They have their own 3G network and am setting up a wap gateway as my project work and had chosen Kannel. I have installed kannel and am able to connect the mobile client(nokia N95) to kannel gateway and

Load Balancing

2008-07-21 Thread sangprabv
Hi, Is it possible to do load balancing with round robin mechanism on sms-service group? Such as: group = sms-service keyword = abc exec = /path/to/script/1.ext ... group = sms-service keyword = abc exec = /path/to/script/2.ext ... group = sms-service keyword = abc exec = /path/to/script/3.ext

RE: Load Balancing

2008-07-21 Thread info.ubichip
The best is to load balance on the application server. AFAIK, kannel send the sms with the first sms service which match criteria -Original Message- From: sangprabv [mailto:[EMAIL PROTECTED] Sent: lundi 21 juillet 2008 00:34 To: users@kannel.org Subject: Load Balancing Hi, Is it