06.0 Answer

Answer an incoming call. This method will typically be used in conjunction with the subscribe method. The API client uses the subscribe method to be notified when an incoming call is received. The client then calls this method to answer the call.

Entry point:

https://<server host>/servicemanager/rest/CallManagementAPI/answer

HTTP Method: POST

Content Type: application/x-www-form-urlencoded

Parameters:

exten - the extension to answer.
uniqueId - the ID of the specific call to answer. Retrieve this ID from the subscribe method response.
answerString - the auto answer string for the target handset. This is specific to the manufacturer, make and model of the handset.
apiKey - api key provided by Noojee Support
 
Sample success response:
{"Message":"OK","Code":0}