How To set priority for sending text sms from kannel

View: New views
17 Messages — Rating Filter:   Alert me  

How To set priority for sending text sms from kannel

by kiran.reddy@mpowerglobal.in :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Re: How To set priority for sending text sms from kannel

by ayokunle odusanya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.






--
Ayokunle Odusanya



Re: How To set priority for sending text sms from kannel

by Alejandro Guerrieri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.--
Ayokunle Odusanya




Re: How To set priority for sending text sms from kannel

by ayokunle odusanya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,



On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.--
Ayokunle Odusanya






--
Ayokunle Odusanya



Re: How To set priority for sending text sms from kannel

by kiran.reddy@mpowerglobal.in :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya




Re: How To set priority for sending text sms from kannel

by Alejandro Guerrieri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.--
Ayokunle Odusanya






--
Ayokunle Odusanya




Re: How To set priority for sending text sms from kannel

by kiran.reddy@mpowerglobal.in :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya






--
Ayokunle Odusanya




Re: How To set priority for sending text sms from kannel

by Alejandro Guerrieri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

URLs appear to be correct. Keep in mind that you won't notice it's effect unless you have a lot of traffic and your queue is consistently > 0. Without queueing you won't notice anything.

There's nothing special to configure to enable priority handling: it will be honored at kannel level, and _maybe_ at your SMSC's (assuming you're using a protocol that can handle it, for example SMPP).

Regards,

Alejandro

On Mon, Nov 9, 2009 at 11:43 AM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya






--
Ayokunle Odusanya





Re: How To set priority for sending text sms from kannel

by ayokunle odusanya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alejandro,

Thanks for the response.

With no priority set (meaning 0), I am observing something strange. The queue is not processed on a first-arrived-first-served basis, with a present large queue, when I send a new set of messages with the default priority (0), the new message goes on top of the big queue. I am using the new version of kannel (1.4.3). What could be the cause of this strange effect.


Thanks,


Ayokunle O.



On Fri, Nov 6, 2009 at 6:00 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.--


Re: How To set priority for sending text sms from kannel

by Alejandro Guerrieri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That's to be expected in fact, if the queue is caused by retries. New messages have higher priority than retries.

Regards,

Alejandro

On Mon, Nov 9, 2009 at 12:36 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for the response.

With no priority set (meaning 0), I am observing something strange. The queue is not processed on a first-arrived-first-served basis, with a present large queue, when I send a new set of messages with the default priority (0), the new message goes on top of the big queue. I am using the new version of kannel (1.4.3). What could be the cause of this strange effect.


Thanks,


Ayokunle O.




On Fri, Nov 6, 2009 at 6:00 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.--



Re: How To set priority for sending text sms from kannel

by ayokunle odusanya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks again. But the queue are messages that were sent to kannel, they are not there due to retries. Is it possible there is something I need to adjust in the configuration?


Regards,


Ayokunle O.



On Mon, Nov 9, 2009 at 12:43 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
That's to be expected in fact, if the queue is caused by retries. New messages have higher priority than retries.

Regards,

Alejandro


On Mon, Nov 9, 2009 at 12:36 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for the response.

With no priority set (meaning 0), I am observing something strange. The queue is not processed on a first-arrived-first-served basis, with a present large queue, when I send a new set of messages with the default priority (0), the new message goes on top of the big queue. I am using the new version of kannel (1.4.3). What could be the cause of this strange effect.


Thanks,


Ayokunle O.




On Fri, Nov 6, 2009 at 6:00 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.--





Re: How To set priority for sending text sms from kannel

by Alejandro Guerrieri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Not that I know of...

On Mon, Nov 9, 2009 at 12:47 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Thanks again. But the queue are messages that were sent to kannel, they are not there due to retries. Is it possible there is something I need to adjust in the configuration?


Regards,


Ayokunle O.




On Mon, Nov 9, 2009 at 12:43 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
That's to be expected in fact, if the queue is caused by retries. New messages have higher priority than retries.

Regards,

Alejandro


On Mon, Nov 9, 2009 at 12:36 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for the response.

With no priority set (meaning 0), I am observing something strange. The queue is not processed on a first-arrived-first-served basis, with a present large queue, when I send a new set of messages with the default priority (0), the new message goes on top of the big queue. I am using the new version of kannel (1.4.3). What could be the cause of this strange effect.


Thanks,


Ayokunle O.




On Fri, Nov 6, 2009 at 6:00 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks.--






Re: How To set priority for sending text sms from kannel

by kiran.reddy@mpowerglobal.in :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alejandro,

I have lot of traffic and my queue is consistently > 0. I even set priority=0 for all messages after that if i use priority=1 or priority=2 and send messages will be delivered in the same order as been pushed,it is not considering the priority. I am using SMPP protocol only and i have not set any configuration to handle priority in the kannel level.
.
Please suggest me.

Regards,
Kiran Reddy
http://bit.ly/FNDC09

Alejandro Guerrieri wrote:
URLs appear to be correct. Keep in mind that you won't notice it's effect unless you have a lot of traffic and your queue is consistently > 0. Without queueing you won't notice anything.

There's nothing special to configure to enable priority handling: it will be honored at kannel level, and _maybe_ at your SMSC's (assuming you're using a protocol that can handle it, for example SMPP).

Regards,

Alejandro

On Mon, Nov 9, 2009 at 11:43 AM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya






--
Ayokunle Odusanya





Re: How To set priority for sending text sms from kannel

by Alejandro Guerrieri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are you using latest CVS? I'm not sure if this has anything to do with your problem, but the SMPP module has a lot of changes since 1.4.3.

Regards,

Alejandro

On Mon, Nov 9, 2009 at 2:53 PM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

I have lot of traffic and my queue is consistently > 0. I even set priority=0 for all messages after that if i use priority=1 or priority=2 and send messages will be delivered in the same order as been pushed,it is not considering the priority. I am using SMPP protocol only and i have not set any configuration to handle priority in the kannel level.
.
Please suggest me.

Regards,
Kiran Reddy
http://bit.ly/FNDC09


Alejandro Guerrieri wrote:
URLs appear to be correct. Keep in mind that you won't notice it's effect unless you have a lot of traffic and your queue is consistently > 0. Without queueing you won't notice anything.

There's nothing special to configure to enable priority handling: it will be honored at kannel level, and _maybe_ at your SMSC's (assuming you're using a protocol that can handle it, for example SMPP).

Regards,

Alejandro

On Mon, Nov 9, 2009 at 11:43 AM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya






--
Ayokunle Odusanya






Re: How To set priority for sending text sms from kannel

by kiran.reddy@mpowerglobal.in :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am using Kannel bearerbox version `1.4.1'. Build `Sep 8 2007 .

Regards,
Kiran Reddy
http://bit.ly/FNDC09

Alejandro Guerrieri wrote:
Are you using latest CVS? I'm not sure if this has anything to do with your problem, but the SMPP module has a lot of changes since 1.4.3.

Regards,

Alejandro

On Mon, Nov 9, 2009 at 2:53 PM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

I have lot of traffic and my queue is consistently > 0. I even set priority=0 for all messages after that if i use priority=1 or priority=2 and send messages will be delivered in the same order as been pushed,it is not considering the priority. I am using SMPP protocol only and i have not set any configuration to handle priority in the kannel level.
.
Please suggest me.

Regards,
Kiran Reddy
http://bit.ly/FNDC09


Alejandro Guerrieri wrote:
URLs appear to be correct. Keep in mind that you won't notice it's effect unless you have a lot of traffic and your queue is consistently > 0. Without queueing you won't notice anything.

There's nothing special to configure to enable priority handling: it will be honored at kannel level, and _maybe_ at your SMSC's (assuming you're using a protocol that can handle it, for example SMPP).

Regards,

Alejandro

On Mon, Nov 9, 2009 at 11:43 AM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya






--
Ayokunle Odusanya










Re: How To set priority for sending text sms from kannel

by Alejandro Guerrieri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hmm, that's rather old, I'm not sure if priority queueing was already in place and working.

Can you try with a newer version? I recommend you to use latest CVS, it's as stable as 1.4.3 and it has a lot of improvements.

Regards,

Alejandro

On Mon, Nov 9, 2009 at 3:18 PM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi,

I am using Kannel bearerbox version `1.4.1'. Build `Sep 8 2007 .


Regards,
Kiran Reddy
http://bit.ly/FNDC09

Alejandro Guerrieri wrote:
Are you using latest CVS? I'm not sure if this has anything to do with your problem, but the SMPP module has a lot of changes since 1.4.3.

Regards,

Alejandro

On Mon, Nov 9, 2009 at 2:53 PM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

I have lot of traffic and my queue is consistently > 0. I even set priority=0 for all messages after that if i use priority=1 or priority=2 and send messages will be delivered in the same order as been pushed,it is not considering the priority. I am using SMPP protocol only and i have not set any configuration to handle priority in the kannel level.
.
Please suggest me.

Regards,
Kiran Reddy
http://bit.ly/FNDC09


Alejandro Guerrieri wrote:
URLs appear to be correct. Keep in mind that you won't notice it's effect unless you have a lot of traffic and your queue is consistently > 0. Without queueing you won't notice anything.

There's nothing special to configure to enable priority handling: it will be honored at kannel level, and _maybe_ at your SMSC's (assuming you're using a protocol that can handle it, for example SMPP).

Regards,

Alejandro

On Mon, Nov 9, 2009 at 11:43 AM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya






--
Ayokunle Odusanya









Re: How To set priority for sending text sms from kannel

by kiran.reddy@mpowerglobal.in :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

oh ok sure i will do that

Regards,
Kiran Reddy
http://bit.ly/FNDC09

Alejandro Guerrieri wrote:
Hmm, that's rather old, I'm not sure if priority queueing was already in place and working.

Can you try with a newer version? I recommend you to use latest CVS, it's as stable as 1.4.3 and it has a lot of improvements.

Regards,

Alejandro

On Mon, Nov 9, 2009 at 3:18 PM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi,

I am using Kannel bearerbox version `1.4.1'. Build `Sep 8 2007 .


Regards,
Kiran Reddy
http://bit.ly/FNDC09

Alejandro Guerrieri wrote:
Are you using latest CVS? I'm not sure if this has anything to do with your problem, but the SMPP module has a lot of changes since 1.4.3.

Regards,

Alejandro

On Mon, Nov 9, 2009 at 2:53 PM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

I have lot of traffic and my queue is consistently > 0. I even set priority=0 for all messages after that if i use priority=1 or priority=2 and send messages will be delivered in the same order as been pushed,it is not considering the priority. I am using SMPP protocol only and i have not set any configuration to handle priority in the kannel level.
.
Please suggest me.

Regards,
Kiran Reddy
http://bit.ly/FNDC09


Alejandro Guerrieri wrote:
URLs appear to be correct. Keep in mind that you won't notice it's effect unless you have a lot of traffic and your queue is consistently > 0. Without queueing you won't notice anything.

There's nothing special to configure to enable priority handling: it will be honored at kannel level, and _maybe_ at your SMSC's (assuming you're using a protocol that can handle it, for example SMPP).

Regards,

Alejandro

On Mon, Nov 9, 2009 at 11:43 AM, kiran.reddy@... <kiran.reddy@...> wrote:
Hi Alejandro,

Thanks for immediate replay
Can you please check the url's which i mentioned below is that correct ?
If possible can you please give me sample urls like below and sample configuration.

Regards,
Kiran Reddy

Alejandro Guerrieri wrote:
If not set, the priority used is 0.

Kannel uses an "a la Robert Sedgewick" algorithm. If no other priorities are present, the queue is processed as usual, on a first-arrived-first-served basis.

Regards,

Alejandro

On Fri, Nov 6, 2009 at 2:39 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
Hi Alejandro,

Thanks for this.

What is the default priority set by kannel incase no value is set. And does it mean a value of 0 (lowest priority) will make a message sent queue after the big queue?

Thanks,




On Fri, Nov 6, 2009 at 2:26 PM, Alejandro Guerrieri <alejandro.guerrieri@...> wrote:
Yes, priority works on SMPP as expected. Valid values are  0..3, being 0 the lowest priority and 3 the highest.

Kannel will honor the priority internally (e.g., if you have a big queue or priority 0 messages and you send a priority 1 message, it will go on top despite the big queue). It will also set the priority value on the SMPP pdu, though it depends on the carrier to honor it or not.

I think the documentation is not clear enough on this subject, but I've tested and used this feature with no problems for a long time.

Hope it helps,

Alejandro

On Fri, Nov 6, 2009 at 2:18 PM, ayokunle odusanya <ayokunle.odusanya@...> wrote:
It will be nice to see someone who can help tackle this issue. I am also having similar problem with setting SMS priority. I use the latest version of kannel.

Hope to hear from someone soon.

Thanks. --
Ayokunle Odusanya






--
Ayokunle Odusanya








-- 
Regards,
Kiran Reddy
http://bit.ly/FNDC09