Re: Send DLR through Opensmpp to the ESME

2011-11-22 Thread Jesus Irausquin
Thanks Rene. I added the smsbox-route to my configuration but it's doesn't works. This appears stillĀ  on my logs: [11738] [3] DEBUG: DLR[internal]: Adding DLR smsc=ext1, ts=b57602f6, src=+34somenumber, dst=+58somenumber, mask=19, boxc=ext1 [11738] [3] ERROR: Packet too short while unpacking Msg

RE: Routing from http smsc to a remote smpp client using opensmpp box

2011-11-22 Thread Rene Kluwen
In clients.txt: testsmpp x localbox 127.0.0.1 In opensmppbox.conf: group = core # Proxy configuration group = opensmppbox bearerbox-host = 127.0.0.1 bearerbox-port = 13001 opensmppbox-id = smppbox1 opensmppbox-port = 2346 log-level = 0 our-system-id =testsmpp route-to

RE: Send DLR through Opensmpp to the ESME

2011-11-22 Thread Rene Kluwen
This error possibly comes from a version mismatch of opensmppbox and bearerbox. From: Jesus Irausquin [mailto:jdirausq...@yahoo.com] Sent: Tuesday, 22 November, 2011 15:51 To: Rene Kluwen; users@kannel.org Subject: Re: Send DLR through Opensmpp to the ESME Thanks Rene. I added the smsbox-r

batch send

2011-11-22 Thread Joel Westerberg
Is there any way I can batch send a larger number of different messages to kannel. The problem I have is that it takes quite a while to do lots of http requests to sendsms, so I'm wondering if it would be possible to send several messages in one http connection some way. I've tried to see if I c

Re: batch send

2011-11-22 Thread ha...@aeon.pk
Submit messages to sqlbox. It's very fast than direct HTTP query. On Tue, Nov 22, 2011 at 11:31 PM, Joel Westerberg wrote: > Is there any way I can batch send a larger number of different messages to > kannel. The problem I have is that it takes quite a while to do lots of > http requests to sen

RE: batch send

2011-11-22 Thread Rene Kluwen
Keep-Alive should be supported. But not sure if only on the client side or also on incoming requests. However, using sqlbox is a lot faster indeed. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Tuesday, 22 November, 2011 19:36 To:

RE: Send DLR through Opensmpp to the ESME

2011-11-22 Thread Rene Kluwen
1st: Please use the Kannel users list to ask questions. 2nd: The short answer: No, if you use svn version for opensmppbox, you should also use the bearerbox svn version. == Rene From: Jesus Irausquin [mailto:jdirausq...@yahoo.com] Sent: Tuesday, 22 November, 2011 19:55 To: Rene Kluwen Sub

Re: Routing from http smsc to a remote smpp client using opensmpp box

2011-11-22 Thread Niel Smith
Rene, You're a star! Works perfectly! Thanks, Niel On 22 November 2011 20:20, Rene Kluwen wrote: > In clients.txt: > > ** ** > > testsmpp x localbox 127.0.0.1 > > ** ** > > In opensmppbox.conf: > > ** ** > > group = core > > ** ** > > ** ** > > # Proxy configuration >