Operating system name and version: OpenSuse
Version of smsd: 3.*
Smsd installed from: sources
Name and model of a modem: hyuiawei e155 (or alike, sorry =) )
Interface: USB
Hi all!
I got all things up and running and my question is a bit specific: is there some way to link message I'm composing and sending to smsd with one I'm recieving from evenhandler?
It was brief, now I'll try to describe situation a bit more.
We have oracle DBMS on one side and OpenSUSE linux with SMS Server Tools and a couple of USB modems installed on the other one. We manage to put most of the work on DBMS, so on linux machine I configured smsd.conf as "one queue - one device" and configured providers, tarification, etc. on DBMS side.
So now I can decide which device is better to send SMS with infinite variations of limits =).
Then, on DBMS side I compose SMS file and put it on linux directory in incoming folder to smsd to take it and process. Then evenhandler puts all reports back in database.
For better tarification I want to count message I'm going to send before I create sms-file. It's not a problem to insert a row in database, it's problem then to link report, sended with eventhandler, with row I inserted in database before creating sms-file.
As I see, common are only message itself and target no, but if we occasionaly sent same message to the same target within small amount of time (i.e. at the same time) using same device - then we are stuck. Or am I wrong?
Hope I was clear.
And hope you'll help me.
Thanks forward.