Mon Jul 20, 2009 04:06
|
karling76: Admin,
Good day to you.
I have a little concern on the sending priority of the messages on queue. How does smsd prioritize the order of the sms for sending?
I am using WATCH command in linux to help me in observing this concern. I can monitor that the file that currently being process for sending will have a duplicate copy with extension .LOCK and then after a few second it will disappear, meaning its either the sms was successfully sent or failed.
I just noticed that sometimes, the FIFO process is not being observed here specially when there is like 50 messages on the queue.
I hope you could enlighten me on this...
P.S.
My naming pattern is based on the incrementing value of the id of message.
example: sendOut_00001, sendOut_00002, sendOut_0003, sendOut_00004
Thanks again
|
karling76: Thank you very much Keke for your time and your assistance.
I got to the buttom of my concern thru you help.. its so dumb of me not to wittingly notice that the configuration name QUEUES in the modem configuration is in plural form, meaning I can put up more than one queue for each modem.
Thanks again.
After possible change of a configuration, you cannot restart smsd once? Even when restarting takes not very much time?
Given the number of our modems installed and the continues increasing of number of messages to send, restarting of the smsd would some time take 15 seconds, specially when sending multi-part sms. This 15 seconds of no sending and receiving has a huge effect in the operation of my setup.
What is the version of smsd you are using? If you are running very heavy load with large number of modems, you might need some special features which are not included all releases.
smstools3-3.1.5.tar.gz
Keke, I also have a working webbased administration of smsservertools. Creation of devices, queues, management of prefixes according to provider are already in place in the admin site. Also, admin can send test messages according to devices, which happened to work thru your assistance.
It was written in cakePHP and Postgresql.
If you and the community will be interested, i am very much willing to share the code. Let this be my contribution to our accommodating and very supportive community .
More power!!!
|
Thu Jul 16, 2009 05:27
|
karling76: hi kaloyski,
Im also from philippines. If you are really serious on pushing this kind of project, we are happy to provide development service to you. You can reach me at my YM: druid_ccc.
Cheers
|
karling76: Hello everyone... i am thinking of possibility to send sms thru a specific device. I intend to use this in loading credits in a particular SIM.
I know this can be done using assigned QUEUE name for that device but this will result restarting the smsd daemon that surely interrupt constant receiving and sending of loads of messages. I dont want to this because originally a particular device is a member of a QUEUE with a lots of devices attached to it.
Thank you very much for you support
|