Re: Multi Page Delivery - Please help

2012-01-05 Thread Niel Smith
Hi, I've also noticed the same behaviour when using a fake smsc, and as far as I can tell this is normal. When sending a looong MTSMS, the message is fragmented / broken into pieces and sent as separate SMSs. Normally you will be charged for each one. (See max-messages under group = sms-service).

Re: Multi Page Delivery - Please help

2012-01-05 Thread Kenny
Hi Mike, With this config, all should be fine. Do you have this problem too using a live SMSC? -- Regards Kenny On Thu, Jan 5, 2012 at 9:09 AM, Niel Smith wrote: > Hi, > > I've also noticed the same behaviour when using a fake smsc, and as far as > I can tell this is normal. > > When sending

How to send multipart messages?

2012-01-05 Thread Tigran Avanesov
Hi all, Are there any special options that I need to send to be able to send multipart messages? I'm submitting SMS to Kannel by accessing the following URL. http://myipaddress:13013/cgi-bin/sendsms?username=test

Sqlbox doesn't save any sms into mysql tables

2012-01-05 Thread mohamed keita
hello I could not solve the problem, but I bypassed. I created in the table one column named date with type timestamp and it's worked. Did you find an other solution? thanks

Re: Sqlbox doesn't save any sms into mysql tables

2012-01-05 Thread Willy Mularto
SQLBox works with 2 tables by default. 1 for the queue and the other 1 is for the sent MT. On Jan 6, 2012, at 7:43 AM, mohamed keita wrote: > hello > > I could not solve the problem, but I bypassed. I created in the table one > column named date with type timestamp and it's worked. Did you