Tryied to set UDH field, denied.

2004-07-13 Thread Erki Bender
hei, I got the following error (Tryied to set UDH field, denied.) in smsbox.log when I try to send an operator logo using XML POST. Also when I add a coding parameter, then there is an error 'Tried to set Coding field, denied.' in smsbox.log. I have the following conf: group = sms-service

Porting the SMPP code to Kylix

2004-07-13 Thread Dave Holmes
Are there any kylix developers on this mailing list ? We have been running the Kannel gateway on our server for nearly a year now and think its very good at what it does, however we have now reached a point where we need to integrate the SMPP protocol a lot more tightly with our application,

RE: Fetch received SMS from phone

2004-07-13 Thread Amin Abbaspour
Hi, The following worked well with my SL45i: init-string = AT+CNMI=1,2,0,2,1 Amin Here's an init string that should work with the SL45: init-string = AT+CNMI=1,2,0,1,1 otherwise turning sim buffering on will help as well. Rene Kluwen Chimit -Original Message- From: [EMAIL

RE: Sending SMS faster that via HTTP

2004-07-13 Thread Rene Kluwen
1. SQLBOX (see patch earlier on the list) can send messages by injecting them in an sql table. Never tested it's performance but for almost sure it is faster than SMSBOX. 2. Did you try using a persistant HTTP connection to SMSBOX? (not sure if it is supported). Rene Kluwen Chimit -Original