RE: AW: Storing CDR for each SMS

2013-01-10 Thread Logic 1902
CC: tho...@ist.schuldig.de; users@kannel.org Better use kannel and sqlbox from the latest trunk, there were lots of bugs fixed and added some functionality, I never had sqlbox from ubuntu / debian official repos working correctly with advanced parameters. 2013/1/9 Logic 1902 logic1

Storing CDR for each SMS

2013-01-09 Thread Logic 1902
Hi, I need to generate SMS record in form of a text file or whatever for each SMS received or store them all in a DB first hand (without getting this functionality of storing done by my servlet invoked by URL call). How can I do that? Am I missing something in Kannel configuration? Regards

RE: AW: Storing CDR for each SMS

2013-01-09 Thread Logic 1902
-boun...@kannel.org [mailto:users-boun...@kannel.org] Im Auftrag von Logic 1902 Gesendet: Mittwoch, 9. Januar 2013 17:48 An: users@kannel.org User List Kannel Betreff: Storing CDR for each SMS Hi, I need to generate SMS record in form of a text file or whatever for each SMS received or store them

Malformed Address and Unknown TLV

2008-04-16 Thread Logic 1902
Hi, Two things; 1- Unknown TLV Error - have read postings before; this is not an error O.K. but does it affect message delivery in any way? 2- 'Malformed address, expected at least 7 digits' (error below in trace) - sometimes the same sending works but sometimes it gives this error? does it

Throtteling

2008-04-05 Thread Logic 1902
I have, with my peer operator, bandwidth of 1 sms/sec currently. Now, my application sends 3 sms all ina single instance (thanks to my app quick response architecture ) I get throttling error on SMPP. Using throughput = 1 max-pending-submits = 1 doesnot make this error disappear - please

RE: Query

2008-04-04 Thread Logic 1902
First you need to know with which port your device is connected. you can also check this by #dmesg | tail -f and the plug your phone in so see response strings and ports you get connected with.. Date: Fri, 4 Apr 2008 09:34:21 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re:

Response from Kannel

2008-04-03 Thread Logic 1902
Dear all, please tell me how can I add a new line in strings of responses sent by kannel. forexamle, I want this message; Hello, I am working to look like this, Hello,I am working I am using Java and as far as java language is concerned; new line character is '\n' - but it does not work

RE: Response from Kannel

2008-04-03 Thread Logic 1902
, Apr 3, 2008 at 2:09 PM, Logic 1902 [EMAIL PROTECTED] wrote: Dear all, please tell me how can I add a new line in strings of responses sent by kannel. forexamle, I want this message; Hello, I am working to look like this, Hello, I am working I am using Java and as far as java