Re: Give outgoing messages priority over incoming

2010-12-16 Thread Nikos Balkanas
Same logic also in transceiver mode. However, I thought you were talking about svn kannel. Alex's patch is a different story. It will delay receiving thread using sleep(), which can also cause ACKs on the transmitting thread to be delayed, conceivably affecting both operations at the same time. For

unified-prefix for short codes?

2010-12-16 Thread Mohammed Saleem
is there a way to set a unified-prefix for short codes rather than handset's numbers? unified-prefix works on sender number in MOs and receiver number in MTs, but we need is a unified-prefix to be applied for receiver number in MOs and sender number in MTs (the opposite) can we accomplish this?

Re: Give outgoing messages priority over incoming

2010-12-16 Thread Alejandro Guerrieri
Yep, my patch is barely a workaround and it definitely impact performance, specially on transceiver mode. If you can use TX + RX instead of TRX, much better. Anyway the patch is not intended to be used under heavy load at all. Regards, Alex On Thu, Dec 16, 2010 at 10:26 AM, Nikos Balkanas wrote:

Kannel 1.5.0 AIX 6.1.4.14

2010-12-16 Thread Howard Allison
Hi, I just compiled 1.5.0 on AIX, and have the infamous "Wrong or no answer to ATZ" problem. I can 'cu' to tty0 no problem...I've got Siemens TC65 attached. Is there anyway I can see exactly what commands are being sent so I can try to replicate with cu? Thanks Mit freundlichen Grüßen Howard ALL

Unicode Character Count

2010-12-16 Thread JAmes
Hi, When sending a unicode sms, the character count is about 500-520 characters. When looking in the kannel-access log file, its showing like this: [msg:956:0051004E00650074 . (lots more after this) Is this binary encoding? Also, how come its showing as 956 characters? How many segment

Re: Unicode Character Count

2010-12-16 Thread Jacob Eiler
Hi James, the message data in the log is written in hex. A single sms can contain 140 octets, when sending unicode (UCS2) each character requires two octets, so you have 70 characters per message. /Jacob On Thu, 2010-12-16 at 19:47 +0700, JAmes wrote: > Hi, > > When sending a unicode sms, the

Asynchronous submit_sm

2010-12-16 Thread Rapture
Hi pips, I have an issue with SMPP 3.4, I noticed my queues have been building up for a while. The operator confirms delays in sending submit_sm_resp. I noticed from the logs that kannel does not attempt to send another submit_sm and queues build up forever. Is there a way of doing asynchro

Re: Unicode Character Count

2010-12-16 Thread Mohammed Saleem
Unicode is represented in hex, each character takes at least 2-bytes (depends on the charset you use) in case of 2-bytes per each character like UCS2: you have 70 characters limit for the SMS part, but if the SMS has more than one part (>70 characters) then each 67 characters (134 bytes) will be s

Re: Asynchronous submit_sm

2010-12-16 Thread Mohammed Saleem
You may need to increase the max-pending-submits but this may cause a throttling error Best Regards, Mohammed M I Sleem http://www.abusleem.net - Personal blog http://www.freakle.com - The Search Freak On Thu, Dec 16, 2010 at 3:02 PM, Rapture wrote: > Hi pips, >

RE: Asynchronous submit_sm

2010-12-16 Thread Rapture
I haven’t currently set the max-pending-submits…what does the variable do and how will this cause a throttling error? Thanks. From: Mohammed Saleem [mailto:mohammedsl...@gmail.com] Sent: Thursday, December 16, 2010 4:13 PM To: Rapture Cc: users@kannel.org Subject: Re: Asynchronous submit_sm

Re: Asynchronous submit_sm

2010-12-16 Thread Mohammed Saleem
when you send a submit_sm, the message will considered pending until it receives the submit_sm_resp so if you set max-pending-submits=5 then kannel will keep sending submit_sm PDUs until there are 5 submit_sm_resp pending to arrive to kannel. see the UG for more info about the throttling error, t

Antwort: Kannel 1.5.0 AIX 6.1.4.14

2010-12-16 Thread Howard Allison
> Howard Allison > Gesendet von: users-boun...@vm1.kannel.org > > 16.12.2010 12:09 > > An > > us...@vm1.kannel.org > > Kopie > > Thema > > Kannel 1.5.0 AIX 6.1.4.14 > > Hi, I just compiled 1.5.0 on AIX, and have the infamous "Wrong or no > answer to ATZ" problem. I can 'cu' to tty0 no problem..

RE: Asynchronous submit_sm

2010-12-16 Thread Rapture
Thanks Saleem, I have set the max-pending-submits to 10 per SMSC connection and my limit on the SMSC side is 100MTs per second. Is there a ceiling to the max-pending-submits that one can set ie can I set it to say … 200? Thanks again. From: Mohammed Saleem [mailto:mohammedsl...@gmail

Re: Asynchronous submit_sm

2010-12-16 Thread Mohammed Saleem
This depends on the SMSC, one of my SMPP connections is set to 30, others are set to 5, while another connection is balanced to 3 connections each one has a max-pensing-submits=25 (75 in total) Try to increase it and monitor the delivery of the messages, make sure there is no drops and define your

RE: Asynchronous submit_sm

2010-12-16 Thread Rapture
Thanks man. Seems to be working now. I think I will set it to 50 to be safe. And a good thing is the operator has admitted the delay of resp but messages get delivered anyway. Regards, Rapture From: Mohammed Saleem [mailto:mohammedsl...@gmail.com] Sent: Thursday, December 16, 2010 5:

Re: Bearerbox dont send sms Nokia 7110

2010-12-16 Thread Alvaro Cornejo
can you add log-file = "/var/log/kannel/modem.log" log-level = 0 to your smsc at config and post log? in your logs we can't see much. Also it would be better if you do set log-level to 0 to get debug info. Regards Alvaro |---

Re: Give outgoing messages priority over incoming

2010-12-16 Thread Nikos Balkanas
Hi, Don't understand. Please rephrase. What is your other problem? BR, Nikos - Original Message - From: Jimmy Samuel Garcia Hynds To: Nikos Balkanas ; Mohammed Saleem Cc: users@kannel.org Sent: Thursday, December 16, 2010 4:49 PM Subject: RE: Give outgoing messages priority over incomi