Answer

Answer

The answer verb answers an incoming call by sending a SIP 200 OK.

{
  "verb": "answer"
}

Note: It’s usually not necessary to use the answer verb, as Zerpia automatically answers the call when it encounters the first verb that requires a media connection. For instance, if your application starts with a say verb, Zerpia will automatically answer the call when it begins executing the say verb. The answer verb is provided as a convenience for cases where you might want to, for example, answer the call and then pause (play silence) for a second or two while your backend system formulates an application.

There are no attributes in the answer command.

Ready To Get Started?