Author |
Post |
|
#1 Sat Jun 18, 2011 18:13, 162 months ago.
|
Member
Registered: Jun 2011
Location: Finland
|
Operating system name and version: Debian GNU/Linux 6.0 Version of smsd: 3.1.14 Smsd installed from: sources Name and model of a modem / phone: Cinterion TC65 Interface: USB to serial converter
Hi folks.
My question is pretty much summed up in the subject line, but here's what I'm trying to achieve with Smstools3 which I have so far been unable to do. Anyone care to comment if this is possible and if it is, how should this be implemented? I'm able to tweak the C code if necessary but I thought it would be better to ask here first, in case this could be achieved by configuration file trickery. So, here's what I want to do:
* Answer an incoming call * Play a sequence of DTMF tones with AT+VTS to give the caller an acknowledgement * Hang up * Repeat
Best regards and thanks in advance,
Joni Kähärä KOTKA, Finland
|
|
#2 Sun Jun 19, 2011 10:53, 162 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Smstools3 does not answer to incoming calls.
Are you calling your server to see if it's up and running? If this is the case, Smstools3 could hang up the call, store it as "missed call", and in the eventhandler create an answer which is either a "phone call" with DTMF tones, or SMS with a text "This number only accepts SMS.".
|
|
#3 Sun Jun 19, 2011 11:22, 162 months ago.
|
Member
Registered: Jun 2011
Location: Finland
Topic owner
|
Howdy.
In our application a user gets a notification SMS and he or she can react to this message either by sending a reply SMS, or calling back. At the moment when the user calls back the call is immediately hanged up and the user is left a bit puzzled and unsure whether the call went through or not.
Thanks again,
Joni Kähärä KOTKA, Finland
|
|
#4 Sun Jul 17, 2011 08:48, 162 months ago.
|
Member
Registered: Apr 2011
Location: Jawa Timur, Indonesia
|
How do we do this ???
If i calling my server, Smstools3 could hang up the call, store it as "missed call", and in the eventhandler create an answer which is SMS with a text "This number only accepts SMS."
Can you show the example script to do this action ?
|
|
#5 Sun Jul 17, 2011 12:26, 162 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
abuzaid wrote How do we do this ???
If i calling my server, Smstools3 could hang up the call, store it as "missed call", and in the eventhandler create an answer which is SMS with a text "This number only accepts SMS."
Can you show the example script to do this action ?
Check this topic: [answered] when an incoming call, hang up the phone, send SMS that contact you.
|
|
#6 Sun Jul 17, 2011 14:12, 162 months ago.
|
Member
Registered: Apr 2011
Location: Jawa Timur, Indonesia
|
Thanks for your quick solution...
|