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). Each part will have a specific
data header to specify the total number of messages, the order of each, and
some ID.

It is then role of subscriber's handset to wait for all the pieces and
combine them into a single message.

The same happens in reverse for long MOSMS messages, the handset again
fragments the messages into parts, and kannel will then reassemble them.
(See the sms-combine-concatenated-mo and
sms-combine-concatenated-mo-timeout parameters in the group = core)

So in short, the fake smsc does not automatically reassemble messages.

Regards,


On 24 December 2011 14:30, michael osakede ire...@yahoo.com wrote:

 Hi,

 below is my kannel config, when i send a 3 part message it is delivered in
 3 separate messages,instead of one message with 3 pages. what do i add to
 my config to enable all the message parts to be packaged as one message?
 I amusing SQLBOX with my Kannel

 group = smsc
 smsc = fake
 smsc-id = FAKE
 port = 2
 group = smsc
 smsc = smpp
 smsc-id = x
 host = smsplus1.routesms.com
 port = 2345
 receive-port = 2345
 msg-id-type=0x01
 smsc-username = xx
 smsc-password = xx
 system-type = NULL
 dest-addr-ton = 1
 address-range =
 bind-addr-ton = 0
 bind-addr-npi = 1
 dest-addr-ton = 1
 dest-addr-npi = 1
 source-addr-ton = 5
 source-addr-npi = 1
 enquire-link-interval = 60
 interface-version = 34
 reconnect-delay = 30
 allowed-smsc-id = xx



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 daniel.alfred.sm...@gmail.comwrote:

 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). Each part will have a
 specific data header to specify the total number of messages, the order of
 each, and some ID.

 It is then role of subscriber's handset to wait for all the pieces and
 combine them into a single message.

 The same happens in reverse for long MOSMS messages, the handset again
 fragments the messages into parts, and kannel will then reassemble them.
 (See the sms-combine-concatenated-mo and
 sms-combine-concatenated-mo-timeout parameters in the group = core)

 So in short, the fake smsc does not automatically reassemble messages.

 Regards,



 On 24 December 2011 14:30, michael osakede ire...@yahoo.com wrote:

 Hi,

 below is my kannel config, when i send a 3 part message it is delivered
 in 3 separate messages,instead of one message with 3 pages. what do i add
 to my config to enable all the message parts to be packaged as one message?
 I amusing SQLBOX with my Kannel

 group = smsc
 smsc = fake
 smsc-id = FAKE
 port = 2
 group = smsc
 smsc = smpp
 smsc-id = x
 host = smsplus1.routesms.com
 port = 2345
 receive-port = 2345
 msg-id-type=0x01
 smsc-username = xx
 smsc-password = xx
 system-type = NULL
 dest-addr-ton = 1
 address-range =
 bind-addr-ton = 0
 bind-addr-npi = 1
 dest-addr-ton = 1
 dest-addr-npi = 1
 source-addr-ton = 5
 source-addr-npi = 1
 enquire-link-interval = 60
 interface-version = 34
 reconnect-delay = 30
 allowed-smsc-id = xx





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
http://myipaddress:13013/cgi-bin/sendsms?username=testpassword=testto=123
456789from=TESTtext=long_long_text
password=testto=123456789from=TESTtext=long_long_text

 

But instead of receiving the message itself I see some strange symbols on my
phone, something similar to

4eX1-06I! . and it contains some not Latin symbols as well.

 

If I make the text shorter (less then 160) without changing anything else it
works fine, so this is just multipart message problem.

If I set coding and charset (coding=1charset=windows-1252) then my Samsung
phone receives the message, but Nokia says Unsupported message type

http://myipaddress:13013/cgi-bin/sendsms?coding=1
http://myipaddress:13013/cgi-bin/sendsms?coding=1charset=windows-1252user
name=testpassword=testto=123456789from=TESTtext=long_long_text
charset=windows-1252username=testpassword=testto=123456789from=TESTtex
t=long_long_text

 

How to solve that?

 

Thanks in advance.



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 find an other 
 solution?
 
 thanks

Willy Mularto
F300HD+MR18DE (NLC1725)