esm_class parameter

2010-05-28 Thread Anderson Schmidt
Hi all, I have a SMSC documentation saying that for short SMS, the esm_class needs to be 0 and for long SMS, over than 159 chars, I have to use the value 64. Currently my Kannel instance sends for long SMS: esm_class: 67 = 0x0043 and for short SMS: esm_class: 3 = 0x0003 So, long SMSs

Re: esm_class parameter

2010-05-28 Thread Alejandro Guerrieri
0x40 (64 in decimal) is used when the message has an UDH payload. Messages over 160 characters use an UDH (to allow for later reasembly). You only need to change the default from store and forward to default smsc, and it should be fine, kannel will automagically use 0 for regular sms and 64 for

Re: esm_class parameter

2010-05-28 Thread Alejandro Guerrieri
More specifically: http://www.opensubscriber.com/message/de...@kannel.org/403338.html You need to use ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE. Regards, Alex On Fri, May 28, 2010 at 9:09 PM, Alejandro Guerrieri alejandro.guerri...@gmail.com wrote: 0x40 (64 in decimal) is used when the message

Res: esm_class parameter

2010-05-28 Thread Anderson Schmidt
: esm_class parameter More specifically: http://www.opensubscriber.com/message/de...@kannel.org/403338.html You need to useĀ ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE. Regards, Alex On Fri, May 28, 2010 at 9:09 PM, Alejandro Guerrieri alejandro.guerri...@gmail.com wrote: 0x40 (64 in decimal

Res: esm_class parameter

2010-05-28 Thread Anderson Schmidt
kannel users@kannel.org Enviadas: Sexta-feira, 28 de Maio de 2010 16:13:27 Assunto: Re: esm_class parameter More specifically: http://www.opensubscriber.com/message/de...@kannel.org/403338.html You need to use ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE. Regards, Alex On Fri, May 28, 2010 at 9:09 PM

How to use esm_class parameter

2010-02-10 Thread Sandesh Waman // Viva
Dear All, I am using kannel, now I am not getting prefix with sender ID (Ex. TA-XYZ or AD-XYZ) My provider told me to include esm_class parameter, can any one plz help me regarding this. Also when I am setting value of Source add ton = 5 and source add npi= 9 it is not reflecting in PDU logs