Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

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}
  • No labels