Bug in sms_split() ?

2002-03-07 Thread Paul Keogh
I've a problem when I send a 160 character message (7BIT coding) to an M20 - the M20 fails with a CMS 304 because the charset_latin1_to_gsm() function *increases* the size of the message to 163 characters due to GSM code escaping. I think sms_split() should figure this in for the SMS box. If

RE: Bug in sms_split() ?

2002-03-07 Thread Oded Arbel
[mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 5:11 PM To: Kannel Development List (E-mail) Subject: Bug in sms_split() ? I've a problem when I send a 160 character message (7BIT coding) to an M20 - the M20 fails with a CMS 304 because the charset_latin1_to_gsm() function