sms concatenation solution

2004-05-28 Thread Sasko Celakovski
Hi,   I had this problem with concatenated messages not being 7-bit encoded. The message was send from Kannel to the SMSC as 8 bit (data_coding set to SMSC Default Alphabet) and it was messed up (by the SMSC) when delivered to the phone.   I have found one solution to this problem. The

sms concatenation solution

2004-06-09 Thread Jeetendra Singh
Hi, This function doesn't work correctly, if the "source" string contains (8n + 1) characters. (n=0,1,12,3,4...) It appends an extra octet 0x00 at the end of generated string. regards, Jeetendra. - Hi, I had this problem with concatenated messages not being 7-bit en

Re: sms concatenation solution

2004-05-28 Thread Stipe Tolj
a way more elegant solution is to set the 'alt-dcs' value to the GSM alphabet to "force" the smsc to use the GSM alphabet and deliver the msg in 7-bit text. Messing in the smpp module to circumvent your specific smsc problem is not a legitime solution IMO. Stipe mailto:[EMAIL PROTECTED] ---

Re: sms concatenation solution

2004-05-28 Thread Sasko Celakovski
But, Kannel’s userguide document states that the alt-dcs can not be used for smpp (Chapter 5 – page 69).  How do I do that? Regards,Sasko >a way more elegant solution is to set the 'alt-dcs' value to the GSM>alphabet to "force" the smsc to use the GSM alphabet and deliver the>msg in 7-bit tex

Re: sms concatenation solution

2004-05-28 Thread Ahmed
PROTECTED] Sent: Friday, May 28, 2004 4:00 PM Subject: Re: sms concatenation solution But, Kannel's userguide document states that the alt-dcs can not be used for smpp (Chapter 5 - page 69). How do I do that? Regards, Sasko >a way more elegant solution is to set the 'alt-dcs'