Set priority

Set priority SearchSearch
Author Message
aliha
New member
Username: Messi

Post Number: 1
Registered: 01-2006
Posted on Monday, January 09, 2006 - 10:34 pm:   

hello,

Can I set high or low priority when I send an sms?

I've this problem:

User A sends 100 sms
User B (the boss) sends 2 sms 5 seconds later User A

User B has to wait User A and only after he can receive their 2 messages

Is there a solution that resolve this problem?

User B is furious :P

thank's a lot
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5412
Registered: 10-2002
Posted on Friday, January 13, 2006 - 07:19 pm:   

Hi,

There is a setting that was added in recent patch updates to NowSMS. I think it was added in v5.51d, but you can get the latest patch update for v5.51 at the following link: http://www.nowsms.com/download/latestpatch.zip

In the SMSGW.INI file, under [SMSGW], it is possible to include the following settings:

SeparateUserQueues=Yes

This setting enables the server to maintain separate outbound message queues for all users. So in your example, User A and User B will have separate outbound message queues instead of a shared queue.

UserQueueThreshold=###

This setting specifies the maximum number of messages that NowSMS will try to process from any one user queue before it moves to servicing another queue. The default value is 10 (which is too low for many direct connect SMSC environments, as the queue switching does add overhead ... but may be reasonable for GSM modem environments).

-bn