SIP response component

Table of Contents

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.

Table 1. System Characteristics

Index

202

Short title

answer

Types of scenarios

IVR

Starter module

r_sip_ivr_script_component_answer

Mode

Asynchronous

Icon

202

Branching pattern

Non-branching

Properties

Table 2. Properties
Specification Description

Title: Answer Code SIP
Code: sipCode
Visibility: no
Default: — 

Argument containing the SIP response code.
number 1xx6xx.

Title: Answer Text SIP
Code: phrase
Visibility: no
Default: — 

Argument containing the SIP response phrase.
For example, Not Found' for `404.

Title: Reason
Code: reason
Visibility: no
Default: — 

Argument containing the reason. Sent in the SIP reply header Reason.
The header is not added by oomph.

Title: Displayed Name
Code: remotePartyDisplay
Visibility: no
Default: — 

Argument containing the subscriber’s name. Sent in the SIP response as displayname in the header Remote-Party-Id.
The header is not added by oomph.

Title: Forward to number
Code: redirectTo
Visibility: no
Default: — 

Argument containing the telephone number of the subscriber to be forwarded. It is necessary to specify in case of answering with 3xx codes.

Title: Transition
Code: transfer
Visibility: no
Default: — 

Component to which control is passed.

See also