Keywords: Mode: All keywords (AND) |
Wed Oct 20, 2010 02:06
|
GOwin:
Description: Used to send alerts reported by various system monitors in RT.
Usage: Private
Number of users: just me
Deployment: 1 organization
Volume of 160-character SMs per day: 0 (typical); 1-10 (peak)
Hardware: White box Linux server, Moto handset
Hi, i know this is not the right place for this message, but I dont know elswhere to place it.
But what is RT ?
Best regards
WolfieDK
I suppose it stands for Real Time, based on the context of the original message.
|
Wed Sep 09, 2009 15:15
|
GOwin: Description: As a back-end handler of SMs for a customized information monitoring and alert service. I use python for my front-end application, and SQLite for my database.
Usage: Private (internal users) organizations.
Number of users: undisclosed
Deployment: 3 organizations
Volume of 160-character SMs per day: 300-500 (typical); 700-800 (peak)
How about you?
|
Mon Sep 07, 2009 04:46
|
GOwin: :D
Nice! Will look forward to it.
|
Sun Sep 06, 2009 02:31
|
GOwin: Was reading the version history for updates and noticed that you plan to make a release this fall for the smst3 with built-in SQL support.
How is it going? Are you on track for a fall release?
|
Sun Aug 02, 2009 07:43
|
GOwin: does smst3 support mms/picture messaging?
|
Fri May 29, 2009 03:02
|
GOwin: Yes, I've been reading the documentation and I realized that I can basically add any header for my own purpose, and smstools will simply ignore it. I should've done that in the first place.
Yes, your explanation about the database is exactly what I have in mind.
Right now, I'm using SQLite for this purpose. Of course, any sql database will work but SQLite is small and has enough features I am looking for. (no external dependencies, file based, etc.) If SQL database is built-in in future versions, it would be awesome!
I'm also working on a new smsevent script using python to eliminate the other dependencies, I'm going to share it as soon as I'm done with it. I was scratching my bald head why i'm not getting some of the headers and realized that the smsevent script depends on formail.
|
Sun May 24, 2009 15:42
|
GOwin: I keep on thinking how nicer it would be had smstools been using an sql database in the first place instead of generating temporary files.
What do you think?
Anyway, what's an alternative to getting the msgid that smst generates when I submit a message to the incoming spool? I'm attempting to develop an application that is using smstools in the backend. And I need to keep track of the messages being sent/received by each user, even while they're on qeue or in the spool.
|
Wed May 20, 2009 08:03
|
GOwin: Thanks for the quick reply! There are lots of new info I can learn from them.
|
Wed May 20, 2009 03:33
|
GOwin: Could anyone post sample scripts for the eventhandler if I intend to store the incoming/outgoing messages into an sql database?
|