|
2010-07-09
, 21:18
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
|
2010-07-09
, 21:50
|
Posts: 46 |
Thanked: 31 times |
Joined on Jun 2010
@ Lebanon
|
#3
|
|
2010-07-09
, 22:01
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#4
|
Thanks for taking intrest qwerty12!
Perhaps if I explain the purpose of my request things might become more clear.
I'm making a python script, which works on creating a missed call for the other party.
That is, it dials a number, waits for a "valid" dial tone to beep for say 2 seconds, then hangs up.
I got all the mechanics of creating the call and hanging it up and running.
The only problem is, how to distinguish between dialtones (Busy, No Service, etc...)?
Thanks again!
|
2010-07-09
, 22:18
|
Posts: 46 |
Thanked: 31 times |
Joined on Jun 2010
@ Lebanon
|
#5
|
It's been a while, but can you not open the modem device, send "AT DT <number>" then wait for two "RING"s before sending a <CR> to end the call.
|
2010-07-10
, 13:59
|
Posts: 46 |
Thanked: 31 times |
Joined on Jun 2010
@ Lebanon
|
#6
|
|
2010-07-10
, 16:09
|
Posts: 46 |
Thanked: 31 times |
Joined on Jun 2010
@ Lebanon
|
#7
|
The Following User Says Thank You to karimko For This Useful Post: | ||
I would like to know the status of a phone call once programmatically started.
I know so far that i can start a call by:
Are there more members in "com.nokia.csd.Call.Instance" other than "AudioConnect"?
Thanks