SIP response component
Description
Sends a SIP response to the incoming INVITE that initiated the start of the IVR script. This can be:
* preliminary response 1xx,
* final successful response 2xx,
* final forwarding response 3xx,
* final answer on failure 4xx – 6xx.
After unsuccessful final answers, the execution of the main branch of the script is automatically terminated.
Under the SIP protocol, an arbitrary number of preliminary responses can be sent sequentially within a limited time interval (~30 seconds), and only one final response can be sent.
Index |
|
Short title |
|
Types of scenarios |
|
Starter module |
|
Mode |
Asynchronous |
Icon |
![]() |
Branching pattern |
Non-branching |
Properties
Specification | Description |
---|---|
Title: |
Argument containing the SIP response code. |
Title: |
Argument containing the SIP response phrase. |
Title: |
Argument containing the reason. Sent in the SIP reply header |
Title: |
Argument containing the subscriber’s name. Sent in the SIP response as displayname in the header |
Title: |
Argument containing the telephone number of the subscriber to be forwarded. It is necessary to specify in case of answering with 3xx codes. |
Title: |
Component to which control is passed. |
See also
-
role ivr