Keywords: Mode: All keywords (AND) |
Tue Mar 29, 2016 18:55
|
paries: dym, this may be not what you are looking for but i just bought a FoxBox GT Gateway from
http://www.smsfoxbox.it/
it may be more than you what to pay but it does have what you are looking for. it is also based on this code and then has a bunch of php wrappers. I am pretty sure it is running on a raspberry ( i do know it is running debian wheezy)
there are a couple of cavets.
1) the doc is really really bad
2) the php wrapper code is amateuristic
3) the support is really bad
but so far the hardware seems to work, and the php is a good place to start and replace.
paries
|
Mon Mar 28, 2016 19:07
|
paries: Debian GNU/Linux 7 (wheezy):
3.1.15:
Smsd installed from: device supplier
Name and model of a modem / phone: unsure
Interface: unsure
Hello,
I have purchased a device with two SIMs from http://www.smsfoxbox.it/
after looking under the hood it appears they are using this software.
I need to figure out a way to determine the time it takes to send a text.
i have script that creates the SMS file in the outgoing dir and then i assume smsd reads this file , sends the message and then calls the event handler script which i have currently writing to a DB
my question is , is there a way to to know how long it takes to process a file, of am i going to have to modify the smsd.c file (boy it has been decades since i have done C )
Thanks for any help
|