Dynamic Set esm_class

2013-12-12 Thread Himanshu Matta
Hello, I am using sqlbox to send bulk messages. I want to use esm_class dynamically like- esm_class=64 for long sms esm_class=0for unicode short sms esm_class=67 for unicode long sms Where I have to set this parameters ? -- Thanks and regards, Himanshu Matta

How to set esm_class to 0

2013-08-15 Thread Shayan shah
Hi, How can we force kannel to set esm_class to 0 for submit_sm when a udh is also passed. Currently, I have changed the pdu-u.submit_sm.esm_class to  ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE in gw/smsc/smsc_smpp.c. Now when I send a message with no UDH, the esm_class is set to 0 , but when a UDH

Modify ESM_CLASS 1.4.3

2013-01-16 Thread Jinson Abraham
Hello, How can I modify esm_class in 1.4.3? I'm trying to configure Kannel to send SIM Tool Kit messages. --- Jinson

Re: How to set esm_class when using sqlbox

2011-08-06 Thread Nikos Balkanas
Hi, Please use users list for such questions, not devel. Someone is already working in making esm_class configurable per smsc in bb, but it is much more difficult to support it in sendsms interface. To answer your question, it is not supported in bb, therefore it cannot be set in sqlbox. BR

Re: How to set esm_class when using sqlbox

2011-08-06 Thread Sam
Tnx for the info. I'll wait till its implemented in BB. In the interim, how to I send long messages in SqlBox ? On 8/6/11, Nikos Balkanas nbalka...@gmail.com wrote: Hi, Please use users list for such questions, not devel. Someone is already working in making esm_class configurable per smsc

How to set esm_class when using sqlbox

2011-06-20 Thread Sam
Hi, My operator requires that i set esm_class: to be 64 for long messages. I am using SQLBOX and the default value i see in log as shown below is 3. Please how do I achieve this? I have used `coding` at 0,1 and 2 without any positive effect. Kindly help. --Sam 2011-06-20 13:02:41 [30294] [6

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
for concatenated messages (if you don't change the default, it will use 3 and 67 instead). Regards, Alex On Fri, May 28, 2010 at 8:47 PM, Anderson Schmidt alsn...@yahoo.com.brwrote: Hi all, I have a SMSC documentation saying that for short SMS, the esm_class needs to be 0 and for long SMS, over

Re: esm_class parameter

2010-05-28 Thread Alejandro Guerrieri
the default, it will use 3 and 67 instead). Regards, Alex On Fri, May 28, 2010 at 8:47 PM, Anderson Schmidt alsn...@yahoo.com.brwrote: 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

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
Hi Alejandro, It works, exactly as you mentioned. esm_class = 0 for short SMS and esm_class = 64 for long SMS. Thanks a lot the help! BR, Anderson De: Alejandro Guerrieri alejandro.guerri...@gmail.com Para: Anderson Schmidt alsn...@yahoo.com.br Cc: users

Can I change data_coding and esm_class at user's conf?

2010-04-29 Thread Gonzalo Vergara
Hello there again, I have an issue trying sending wappush through smsbox. I was told by our operator I must set the following parameters: - data_coding = 245 - esm_class = 0x04. Is it possible do this at kannel.conf file or should I change the source code? Thanks in advance

concatenated mo esm_class

2010-04-21 Thread Richard Merryweather
Hi, Just a quick question. I have an SMSC we connect to that does not set this for incoming concatenated SMS, the value is: esm_class: 0 = 0x. The UDH itself appears to be being set correctly. This causes kannel (far as I can tell) to not know how to deal with the MO we get a blank MO

Re: concatenated mo esm_class

2010-04-21 Thread Marcelo Olivas
Hi Richard, I had the same problem with one of my SMSC in Mexico. Without the esm_class parameter you are out of luck when it comes to the concatenated (concat) message. The concat has to be set in the PDU package, so the SMSC has to provide you that. By default Kannel tries to concat

Re: Can't set esm_class

2010-03-31 Thread Juan Nin
Malthe, Google is your friend... Search in Google for kannel esm_class and all the first links contain the answer. Regards, Juan On Fri, Mar 26, 2010 at 6:55 AM, Malthe Borch mbo...@unicef.org wrote: Hi list, –– Browsing the list archives, I can't seem to find an answer to this, so an up

Re: Can't set esm_class

2010-03-31 Thread Malthe Borch
On 31 March 2010 14:40, Juan Nin jua...@gmail.com wrote: Search in Google for kannel esm_class and all the first links contain the answer. I did search there, but what I find is that I have to modify the source code. Does that hold true for the current version, too? (the most recent posts about

Re: Can't set esm_class

2010-03-31 Thread Juan Nin
still true check this: http://www.opensubscriber.com/message/de...@kannel.org/403338.html On Wed, Mar 31, 2010 at 9:20 AM, Malthe Borch mbo...@gmail.com wrote: On 31 March 2010 14:40, Juan Nin jua...@gmail.com wrote: Search in Google for kannel esm_class and all the first links contain

Can't set esm_class

2010-03-26 Thread Malthe Borch
Hi list, –– Browsing the list archives, I can't seem to find an answer to this, so an up-front apology for asking this for the nth time. Either as a response to an SMS service request, or directly using SMS send, how do I set the SMPP ``esm_class`` to something other than the default 3

how set up the esm_class to 0

2010-03-16 Thread hafez ahmad
hi all, How can I set up esm_class=0 in Kannel 1.43 Thanks, Hafez

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

Re: kannel 1.4.3 and error Invalid esm_class

2010-01-11 Thread Andrés Suero
I have changed the default value of the esm_class, from ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE to ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE in line 851 of gw/smsc/smsc_smpp.c, this have resolved my problem at least for now, tomorrow I have to test in production. If something goes wrong I will send

Re: kannel 1.4.3 and error Invalid esm_class

2010-01-08 Thread kanedauy
: sequence_number: 75 = 0x004b 2009-12-24 10:20:36 [17305] [26] DEBUG: message_id: NULL 2009-12-24 10:20:36 [17305] [26] DEBUG: SMPP PDU dump ends. 2009-12-24 10:20:36 [17305] [26] ERROR: SMPP[movistar]: SMSC returned error code 0x0043 (Invalid esm_class field data) in response

Re: kannel 1.4.3 and error Invalid esm_class

2010-01-08 Thread Nikos Balkanas
Subject: Re: kannel 1.4.3 and error Invalid esm_class No one had this problem ever? kanedauy wrote: I have a debian 5 (lenny), and I have kannel 1.4.3, Im having this problem when I send sms to a specific provider, the log for this smsc tells me: 2009-12-24 10:20:36 [17305] [26] DEBUG: SMPP

kannel 1.4.3 and error Invalid esm_class

2010-01-07 Thread kanedauy
] DEBUG: message_id: NULL 2009-12-24 10:20:36 [17305] [26] DEBUG: SMPP PDU dump ends. 2009-12-24 10:20:36 [17305] [26] ERROR: SMPP[movistar]: SMSC returned error code 0x0043 (Invalid esm_class field data) in response to submit_sm. It's a problem in my configuration or is the provider? my

Re: How to set esm_class to 0 (zero)

2008-12-07 Thread Eric Kamara
Hi Gustavo, In order to change the esm_class you will have to make some changes to Kannel. See the link below for details: http://www.mail-archive.com/[EMAIL PROTECTED]/msg04241.html Regards, Eric On Fri, Dec 5, 2008 at 4:45 PM, Villada, Gustavo [EMAIL PROTECTED]wrote: Hi, We are sending

Re: esm_class again :) ( binfo)

2005-11-14 Thread Juan Nin
is a variable that can be passed to sendsms... But according to what Fred says it looks like he uses it to pass aditional parameters to the smpp module... is this correct? can binfo be used to accomplish the modification of esm_class? if so, how should it be used? Here's another thread that mentions

Re: esm_class again :) ( binfo)

2005-11-14 Thread Enver ALTIN
that was a totally different subject. I just realized that binfo is a variable that can be passed to sendsms... But according to what Fred says it looks like he uses it to pass aditional parameters to the smpp module... is this correct? can binfo be used to accomplish the modification of esm_class

Re: esm_class again :) ( binfo)

2005-11-14 Thread Juan Nin
Enver ALTIN wrote: Let me sum it up, My patch adds another CGI parameter to sendsms called submission_mode, and SMPP will directly set esm_class to that value. Fred's solution was to prevent adding SMSC-specific sendsms parameters by passing a list of name=value pairs via binfo and use

esm_class again :) ( binfo)

2005-11-14 Thread Juan Nin
Hi! I need to use esm_class 0 with a Telco. I could change Kannel's code to use it as default mode (but would mean running 2 different Kannel instances) or maybe use Enver Altin's smpp-esmclass-submissionmode patch. On a thread on the devel list about Enver's patch, I've seen this post

Re: esm_class again :) ( binfo)

2005-11-14 Thread Enver ALTIN
On Mon, Nov 14, 2005 at 09:53:43AM -0200, Juan Nin wrote: Hi! Hey, I need to use esm_class 0 with a Telco. I could change Kannel's code to use it as default mode (but would mean running 2 different Kannel instances) or maybe use Enver Altin's smpp-esmclass-submissionmode patch

Re: esm_class again :) ( binfo)

2005-11-14 Thread Juan Nin
Enver ALTIN wrote: On Mon, Nov 14, 2005 at 09:53:43AM -0200, Juan Nin wrote: Hi! Hey, I need to use esm_class 0 with a Telco. I could change Kannel's code to use it as default mode (but would mean running 2 different Kannel instances) or maybe use Enver Altin's smpp-esmclass

Re: esm_class

2005-08-02 Thread Anand Gupta
Thx a lot. That is because kannel makes a transformation to GSM charset and the character ' does not exist in GSM charset. On Saturday 30 July 2005 08:37, Anand Gupta wrote: Anyone ? Here is what i am using to kannel lynx --dump

Re: esm_class

2005-07-30 Thread Alberto Devesa
That is because kannel makes a transformation to GSM charset and the character ' does not exist in GSM charset. On Saturday 30 July 2005 08:37, Anand Gupta wrote: Anyone ? Here is what i am using to kannel lynx --dump

esm_class

2005-07-28 Thread Anand Gupta
I see that kannel sets esm_class as 3 by default, however my smsc requires it to be 0. How can i set it as 0 ? -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
Apart from the esm_class to be set as 0, there are more parameters which i want to change for kannel. These are specific to the smpp protocol. SERVICE_TYPE (This is send as null by kannel, however i need to set this as CMT) Any help would be appreciated. -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Alejandro Guerrieri
) line 638. Hope it helps, Alejandro. On 7/28/05, Anand Gupta [EMAIL PROTECTED] wrote: Apart from the esm_class to be set as 0, there are more parameters which iwant to change for kannel. These are specific to the smpp protocol. SERVICE_TYPE (This is send as null by kannel, however i need to set thisas

Re: esm_class

2005-07-28 Thread Anand Gupta
/smsc_smpp.c and change it there. It should be on (or nearby) line 638. Hope it helps, Alejandro. On 7/28/05, Anand Gupta [EMAIL PROTECTED] wrote: Apart from the esm_class to be set as 0, there are more parameters which i want to change for kannel. These are specific to the smpp protocol

Re: esm_class

2005-07-28 Thread Rodrigo Cremaschi
) by default. You need to set it to ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE (0x). To do that, go to gw/smsc/smsc_smpp.c and change it there. It should be on (or nearby) line 638. Hope it helps, Alejandro. On 7/28/05, Anand Gupta [EMAIL PROTECTED] wrote: Apart from the esm_class

Re: esm_class

2005-07-28 Thread Anand Gupta
Thx this worked for me. I specified service-type=CMT and kannel took it Try service-type=TYPE in your configuration file. -- regards, Anand Gupta

Re: esm_class

2005-07-28 Thread Anand Gupta
: dest_addr_ton: 1 = 0x0001 2005-07-28 17:04:07 [23003] [7] DEBUG: dest_addr_npi: 1 = 0x0001 2005-07-28 17:04:07 [23003] [7] DEBUG: destination_addr: xx 2005-07-28 17:04:07 [23003] [7] DEBUG: esm_class: 0 = 0x 2005-07-28 17:04:07 [23003] [7] DEBUG: protocol_id: 0

Re: esm_class

2005-07-28 Thread Anand Gupta
I am sending the following message to kannel `Hi` However in the log file kannel shows the incoming message as ?Hi? I did some debugging and the text i am sending to kannel is %60Hi%60 %60 is ` char, then how come kannel is interpreting it as ? symbol which infact is %3F. Any clues ?

Re: esm_class

2005-07-28 Thread Anand Gupta
Here is what i am using to kannel lynx --dump http://127.0.0.1:13030/cgi-bin/sendsms?username=testpassword=footo=11text=%60Hi%60from=anandcoding=0; The message shown in kannel logs is ?Hi? :(( -- regards, Anand Gupta

Re: Is it possible to set up the esm_class for Kannel?

2005-01-09 Thread Davy Chan
The oldest code on my systems v1.3.1. It already had the support for setting esm_class for SMPP if udh/rpi was set in the MT SMS sent to the bearerbox. See ya... d.c. **Subject: RE: Is it possible to set up the esm_class for Kannel? **Date: Fri, 7 Jan 2005 11:29:47 -0800 **From: Olga

Re: Is it possible to set up the esm_class for Kannel?

2005-01-07 Thread Davy Chan
**Subject: RE: Is it possible to set up the esm_class for Kannel? **Date: Fri, 7 Jan 2005 07:54:34 -0800 **From: Olga Rudchenko [EMAIL PROTECTED] **To: devel@kannel.org ** ** **Hi, ** **Thanks so much for help! I am really stick with this problem. ** **We already use Kannel but would like

RE: Sending sms, problem with smsc params (esm_class)

2004-11-23 Thread Marko Helle
Hi all, By looking smsc_smpp.c file, I can see that initialization of esm_class is hard coded to: pdu-u.submit_sm.esm_class = ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE; So, in order to set esm_class to zero, I have to extend my limits and do some C coding :) If I set: pdu

Sending sms, problem with smsc params (esm_class)

2004-11-22 Thread Marko Helle
Hi all, I'm trying to configure kannel to work with one smsc. Their spec says that for SUBMIT_SM there should be esm_class set which have values like: - messaging mode - message type - gsm network features - UDHI indicator How can I specify these values to esm_class field? And what

Re: Sending sms, problem with smsc params (esm_class)

2004-11-22 Thread shyam kumar
On Mon, 2004-11-22 at 21:34, Marko Helle wrote: Hi all, I'm trying to configure kannel to work with one smsc. Their spec says that for SUBMIT_SM there should be esm_class set which have values like: - messaging mode - message type - gsm network features - UDHI indicator How can I

set the udh indicator (esm_class) with empty udh

2004-04-05 Thread Yury Mikhienko
Hi all! Can I set the esm_class with empty UDH (with sendsms usage)? Thanks. -- Best regards, Yury Mikhienko. IT ERP group head, ZAO Mobikom-Kavkaz tel: (8632) 704188

esm_class default values

2003-06-18 Thread Kwok Peng Tuck
I'm trying to change the esm_class value for my smpp connection, is it possible to be changed from the config file ? Currently kannel defaults to 3 but our service provider wants 0 . Thanks.