Oldbadbear / opensoftphone

Automatically exported from code.google.com/p/opensoftphone
0 stars 0 forks source link

AutoAnswer #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Looking for an auto answer solution for this piece of software

Thankyou

Chris

Original issue reported on code.google.com by chrispre...@gmail.com on 17 Nov 2010 at 4:50

GoogleCodeExporter commented 9 years ago

Original comment by florian....@gmail.com on 10 Jan 2012 at 8:23

GoogleCodeExporter commented 9 years ago
You can easily implement that. Have a look at:
- SoftPhonePreferencePage That's where you could add a new setting to 
auto-answer calls
- newIncomingCall method of the PhoneState enum in the PjsuaClient class. 
That's where you need to automatically accept the call. See how the 
callAnswer() method in the INCOMING_CALL state does it.

Original comment by florian....@gmail.com on 10 Jan 2012 at 8:36

GoogleCodeExporter commented 9 years ago

Original comment by florian....@gmail.com on 27 Mar 2012 at 7:47