Resume
Resume
During a programmable SIP call, the RCML <Resume> Verb instructs Restcomm to resume a call after it was put on hold through the RCML <Hold> Verb.
This verb will trigger a SIP RE-INVITE towards the remote party SIP Infrastructure.
The <Resume> feature can also be invoked via REST API.
If <Resume> is used while a call was never put on hold before it will be ignored! |
Resume Attributes
Name | Allowed Values | Default Value |
---|---|---|
action |
Relative or absolute URL |
none |
method |
GET, POST |
POST |
Action Attribute
The 'action' attribute takes a URL as an argument. After the verb finishes executing, Restcomm will make a GET or POST request to this URL including the parameters below.
The request made to this URL may include the following additional parameters:
Parameter | Description | Allowed Values |
---|---|---|
ResumeStatus |
Provides the application with our understanding (based on SIP re-INVITE transaction messages) of the status of the Resume operation. |
resumed, failed, no-answer |
ResumeSipResponseCode |
The SIP response code received in response to the RESUME request sent to the SIP endpoint. |
integer |
Notice that Restcomm will also send the standard RCML Voice parameters in the request. |