Reverse billing SMS

2003-02-10 Thread Eric Carlson
Can you configure Kannel to do this and is so how? Do you need a special arrangement with an operator please?

Re: Repost: Does sendota support dlrs

2002-11-25 Thread Eric Carlson
To clarify: I use the xml method of encoding the ota params in the call to sendota. I need to know how many splits there were in the message like sendsms does. If there are splits, sendsms tells you in the dlr. With sendota, you can see the split count in the kannel log but with no dlr you just

Re: Does sendota support dlrs?

2002-11-16 Thread Eric Carlson
Anyone know a little more about this please? (Or is it a dumb question ;-)) On Tue, 12 Nov 2002 23:08:34 +, you wrote: I have set up sendsms and it takes the dlrurl fine. I use this callbackto add mysql entries. I want the same for my OTA transmissions but theres no mention of dlrurl

Does sendota support dlrs?

2002-11-12 Thread Eric Carlson
I have set up sendsms and it takes the dlrurl fine. I use this callbackto add mysql entries. I want the same for my OTA transmissions but theres no mention of dlrurl dlrmask in the sendota param list!!!

Dlr and sendsms url

2002-10-28 Thread Eric Carlson
I am using sendsms and have the dlrurl set as one of the http params to it like this dlrmask=31text=textdlrurl=http://localhost:8080/smsapp/callback?id=1234 Problem is I want to get at more params so I try to add more to the end but the callback servlet only sees the first one I try

Calling kannel from a servlet

2002-05-14 Thread Eric Carlson
Hi, Doh! This is driving me nuts. Whats wroing with this please, it keeps just giving Unexpected end of file from server. Using the url+args in a browser is fine so its not my setup, just this damn code!! Also, come to think about it in this case I don't want *any* return value from the cgi