i'm developing something similar, i need a script that accepts phone calls, finds the number, drops the call then initiates a callback.

would your system require caller line identification? the bit about acting on a ring seems pretty trivial to me. i was planning on a php script (simply because that's what i'm most comfortable with) that opens a socket to the command:

cu -s 115200 -l /dev/ttyUSB0

when the modem receives a call, the the output goes RING RING RING, and you can enter AT strings to pick up the call etc. (you can try it manually, just plug your modem in, issue that command and then call it, you'll see RING RING RING on the screen, then type ath1 to pickup, ath0 to hangup ... etc. etc.)

i'm pretty sure you can use AT strings to access CLI information (obviously not for international numbers).

cheers

iain

On Thu, 9 Nov 2006, Julien Buratto wrote:

If any of you is interested in developing with me a kind of "ring
service on demand", please contact me.

This should work like you have a smsc modem connected to kannel, when
that modem receives a call from a phone, it sends and SMS or better call
a service URL

Anyone ?
Cheers
Julien



Reply via email to