Re: Delay in sms receiving and sending

2010-02-10 Thread Nikos Balkanas
Hi, I presume you are talking about SMS sent from mobiles (MO). Timing on those is vary variant and depends mostly on your SMSc queue and how busy it is. If you have problems with timely delivery, talk to them. Else please post detailed bb logs showing explicitly the delay involved. BR, nikos

Re: Trying to set up Kannel to receive SMS messages

2010-02-10 Thread Nikos Balkanas
Well, there is actually a fake SMPP smsc, test/test_smpp but it won't actually deliver any SMS. I am confused by what you mean host SMS. If you are seeking final delivery to destination, you are asking for a real SMSc, which neither kannel, nor SMPPbox is. SMPPBox is an SMPP proxy, in other

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: Ask for help for compiling gateway 1.4.3

2010-02-10 Thread Nikos Balkanas
Please use users' list for such questions (subscribe first). Post output of: ls -la test/decompile.o and file test/decompile.o BR, Nikos - Original Message - From: Phaithoon Atsawasuwan To: de...@kannel.org Sent: Monday, February 08, 2010 8:54 AM Subject: FW: Ask for help

Re: Delay in sms receiving and sending

2010-02-10 Thread Nikos Balkanas
Hi, These logs do not demonstrate problem adequately. Please repost using maximum detail, as asked. BR, Nikos - Original Message - From: Marc ANDREAS To: Nikos Balkanas ; users@kannel.org Sent: Wednesday, February 10, 2010 8:44 PM Subject: Re : Delay in sms receiving and

Re: Not getting gateway specified.

2010-02-10 Thread Nikos Balkanas
That's fine. What you see in logs (addr_ton) is different from what you have configured (source-addr-ton). You should worry about source-addr-ton only in submit_sm pdus, not bind_receiver. BR, Nikos - Original Message - From: Sandesh Waman // Viva To: Kannel Users Sent:

Re: Kannel priority in 1.4.3

2010-02-10 Thread Nikos Balkanas
Hi, I do see some preliminary support for priority in the cimd2 driver, but I don't see doing anything with it. BTW priority is 1-9. BR, Nikos - Original Message - From: Gabor Maros gabor.ma...@erstebank.hu To: users@kannel.org Sent: Wednesday, February 03, 2010 5:56 PM Subject:

Re: Not getting gateway specified.

2010-02-10 Thread Sandesh Waman // Viva
Thanks for the reply Nikos. On Thu, Feb 11, 2010 at 9:36 AM, Nikos Balkanas nbalka...@gmail.com wrote: That's fine. What you see in logs (addr_ton) is different from what you have configured (source-addr-ton). You should worry about source-addr-ton only in submit_sm pdus, not bind_receiver.