unified-prefix and dest-TON/NPI

2013-07-21 Thread moazzam
Hi, Can someone confirm if unified-prefix will override the config of destination TON / NPI. For example if Prefix is set to "-, +" and dest ton/npi to 1 does it mean the message will be submitted without + sign like 218 not +218?

DLR issue on Kannel 1.4.4

2015-08-14 Thread Moazzam
Hi, I have a production kannel v1.4.4 instance running with sqlbox and opensmppbox along with mysql as DLR storage. So far so good but I am facing an issue with the DLR where DLR are being queued and strange error related to the message id & destination is appearing the the gateway log as

smsbox is gone

2015-08-14 Thread Moazzam
Hi, I am getting following error in my gateway.log of kannel v1.4.4 off and on. Do not know what is the issue. My smsbox and sqlbox has the id configured like Box connections: smsbox:sqlbox, IP 127.0.0.1 (0 queued), (on-line 0d 0h 47m 11s) smsbox:main, IP 127.0.0.1 (0 queued), (on-l

Re: smsbox is gone

2015-08-15 Thread Moazzam
Thanks, however, I am wondering from where "admin" is coming and where I should define it? in main kannel smsbox or sqlbox or smppbox? //Moazzam On 8/15/2015 4:36 PM, spameden wrote: 2015-08-14 22:02 GMT+03:00 Moazzam <mailto:moz...@gmail.com>>: Hi, I am gett

Re: DLR issue on Kannel 1.4.4

2015-08-15 Thread Moazzam
---| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com <http://www.perusms.com> On Fri

Re: DLR issue on Kannel 1.4.4

2015-08-15 Thread Moazzam
No not using multi part MT my all messages are carrying [flags:-1:0:-1:-1:31] within 140 char length limit. On 8/15/2015 9:42 PM, spameden wrote: 2015-08-15 18:03 GMT+03:00 Moazzam <mailto:moz...@gmail.com>>: Thanks Alvaro, however, I do not think this is related to the dlr

WARNING: SMPP: Unknown TLV

2015-08-17 Thread Moazzam
What is the meaning of this WARNING and how to fix this? WARNING: SMPP: Unknown TLV(0x0428,0x0001,00) for PDU type (submit_sm_resp) received!

outgoing SMS limit per MSISDN

2012-06-19 Thread Moazzam Ali
Hi, is there any way to limit the outgoing SMS per destination MSISDN? For example xxx is a mobile nr and i want to let kannel send only one SMS to this MSISDN per second? //moazzam

Re: outgoing SMS limit per MSISDN

2012-06-20 Thread Moazzam Ali
and should release the queue one by one //moazzam On 06/20/2012 2:28 PM, Amin Mukhaimer wrote: You may want to try using a the variable "throughput" in SMSC configurations, I hope that works... Also, kindly "reply to all" so others can read the message, to get help or

release queued messages one by one

2012-06-20 Thread Moazzam Ali
is it possible to define delay interval between the queued messages? For example if there are 100 SMS queued then after every second one SMS should be submitted to SMSC? //moazzam

Kannel MySQL problem

2012-06-22 Thread Moazzam Ali
I am facing one issue with the kannel 1.4.3 and MySQL, due to some unknown reason sometime kannel throw following error in the log 2012-06-22 17:14:50 [18671] [6] ERROR: MYSQL: database check failed! 2012-06-22 17:14:50 [18671] [6] ERROR: MYSQL: MySQL server has gone away 2012-06-22 17:14:50

Re: R: Kannel MySQL problem

2012-06-23 Thread Moazzam Ali
wait_timeout is set to 120, is it the case? there is no firewall between mysql and kannel as they are both on localhost //moazzam On 06/23/2012 2:38 AM, Julien Buratto wrote: Ali, Check also timeouts values in mysql.. Are you using a custom configured mysql ? Do you have any firewall/proxy

Re: R: Kannel MySQL problem

2012-06-23 Thread Moazzam Ali
complied kannel 1.4.3 stable with mysql support from source on CentOS 6 64-bit //moazzam On 06/23/2012 4:40 PM, spameden wrote: How did you install kannel? Is it from debian's packages? Try to install latest from SVN. 2012/6/23 Moazzam Ali mailto:moz...@gmail.com>> wait

Re: R: Kannel MySQL problem

2012-06-23 Thread Moazzam Ali
There were lots of fixes since 1.4.3. 2012/6/23 Moazzam Ali mailto:moz...@gmail.com>> complied kannel 1.4.3 stable with mysql support from source on CentOS 6 64-bit //moazzam On 06/23/2012 4:40 PM, spameden wrote: How did you install kannel? Is it from debian

Re: R: Kannel MySQL problem

2012-06-24 Thread Moazzam Ali
Thanks, i got it working. It was MySQL, you were right. I increased the wait_timeout to 24 hours and the error has gone //moazzam On 06/23/2012 9:09 PM, spameden wrote: What about sqlbox ? Is it from latest SVN as well? You need to compile it after you've installed kannel from trunk.

Re: release queued messages one by one

2012-06-24 Thread Moazzam Ali
anybody, please help //moazzam On Thu, Jun 21, 2012 at 12:40 AM, Moazzam Ali wrote: > is it possible to define delay interval between the queued messages? For > example if there are 100 SMS queued then after every second one SMS should > be submitted to SMSC? > > //moazzam >

Re: release queued messages one by one

2012-06-24 Thread Moazzam Ali
throughout controls the overall bind capacity not something to control the delay between the queued messages //moazzam On Sun, Jun 24, 2012 at 4:16 PM, Willy Mularto wrote: > Set the throughput > On Jun 21, 2012 2:42 AM, "Moazzam Ali" wrote: > >> is it possible

Re: release queued messages one by one

2012-06-24 Thread Moazzam Ali
$(seq 1 10); do mysql -e "INSERT INTO send_sms set receiver=... "; sleep 1; done 2012/6/24 Moazzam Ali mailto:moz...@gmail.com>> throughout controls the overall bind capacity not something to control the delay between the queued messages //moazzam On Sun, Jun

Re: release queued messages one by one

2012-06-24 Thread Moazzam Ali
smsc config? 2012/6/24 Moazzam Ali mailto:moz...@gmail.com>> out smsapp is already doing this we submit each message to kannel with 3 sec delay from the smsapp but sometime it happen that due to connectivity issue or due to some reason like throttling error, kannel can

Re: release queued messages one by one

2012-06-24 Thread Moazzam Ali
rting message into kannel's queue 2012/6/24 Moazzam Ali mailto:moz...@gmail.com>> this is not desired because my bind limit is 50, actually however some countries like US/Canada there's a limitation of 1sms/sec/number (sender) so i am trying to find out how to hand

retry message on throttling error

2012-06-28 Thread Moazzam Ali
How can I force kannel to retry the messages which were rejected by the SMSC due to throttling error? //moazzam

throttling error and dlr

2012-07-04 Thread Moazzam Ali
is it possible to have dlr from SMSC if some messages are facing throttling error?

Re: throttling error and dlr

2012-07-04 Thread Moazzam Ali
07/04/2012 11:00 PM, spameden wrote: kannel is an asynchronous sender, pretty sure 'throttling error' limits only sending functionality not DLR receiving 2012/7/4 Moazzam Ali mailto:moz...@gmail.com>> is it possible to have dlr from SMSC if some messages are facing throttling error?

Re: throttling error and dlr

2012-07-04 Thread Moazzam Ali
s error. 2012/7/4 Moazzam Ali mailto:moz...@gmail.com>> true, but my question was is it possible to get some kind of dlr if a message failed with throttling error. For example if we see the kannel logs, SMSC only send dlr for error 0x0045 (submit failed) but not for 0

accesslog_parser.pl

2012-07-07 Thread Moazzam Ali
anybody knows how to use accesslog_parser.pl from utils folder?

how to find out dropped messages

2012-07-09 Thread Moazzam Ali
My kannel box is configured with 3 resend retry, can someone tell me how can i find out the dropped messages? Or how kannel log the such messages once all the retries are expired?

Re: sqlbox MySQL error

2012-12-05 Thread Moazzam Ali
it is kannel "1.5.0", not from the trunk but the tar.gz file available on site and yes sqlbox is from the same kannel source code from addons folder On Thu, Dec 6, 2012 at 1:05 AM, spameden wrote: > SQLBox as well from there. > > > 2012/12/6 spameden > >> Did you install kannel from the lates

kannel session receiving but not sending

2008-04-09 Thread Moazzam Ali
Dear all, 5 connections are configured on kannel with TATA and all of them are active but surprisingly the most 1rst connection is only receiving messages not sending. other 4 connection are sending and receiving properly. what can be the problem? any idea SMSC connections: TATASMP