Skip to main content

Create SIP endpoint

Create SIP endpoint

Request Body REQUIRED
username string
password string
caller_id string
send_as string
ciphers string[]

Possible values: [AEAD_AES_256_GCM_8, AES_256_CM_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32, AES_CM_128_HMAC_SHA1_32]

codecs string[]

Possible values: [PCMU, PCMA, G722, G729, OPUS, VP8, H264]

encryption string

Possible values: [required, optional]

call_handler string
call_request_url uri
call_request_method string

Possible values: [GET, POST]

call_fallback_url uri
call_fallback_method string

Possible values: [GET, POST]

call_status_callback_url uri
call_status_callback_method string

Possible values: [GET, POST]

call_laml_application_id uuid
call_ai_agent_id uuid
call_flow_id uuid
call_flow_version uuid
call_dialogflow_agent_id uuid
call_relay_application string
call_video_room_id uuid
call_relay_script_url uri
call_relay_script_method string

Possible values: [GET, POST]

calling_handler_resource_id uuid
Responses
200

A SIP endpoint

Schema OPTIONAL
id uuid OPTIONAL
project_id uuid OPTIONAL
display_name string OPTIONAL
type string OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
sip_endpoint object OPTIONAL
id uuid OPTIONAL

A unique identifier for the SIP endpoint

username string OPTIONAL
password string OPTIONAL
caller_id string OPTIONAL
send_as string OPTIONAL
ciphers string[] OPTIONAL

Possible values: [AEAD_AES_256_GCM_8, AES_256_CM_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32, AES_CM_128_HMAC_SHA1_32]

codecs string[] OPTIONAL

Possible values: [PCMU, PCMA, G722, G729, OPUS, VP8, H264]

encryption string OPTIONAL

Possible values: [required, optional]

call_handler string OPTIONAL
call_request_url uri OPTIONAL
call_request_method string OPTIONAL

Possible values: [GET, POST]

call_fallback_url uri OPTIONAL
call_fallback_method string OPTIONAL

Possible values: [GET, POST]

call_status_callback_url uri OPTIONAL
call_status_callback_method string OPTIONAL

Possible values: [GET, POST]

call_laml_application_id uuid OPTIONAL
call_ai_agent_id uuid OPTIONAL
call_flow_id uuid OPTIONAL
call_flow_version uuid OPTIONAL
call_dialogflow_agent_id uuid OPTIONAL
call_relay_application string OPTIONAL
call_video_room_id uuid OPTIONAL
call_relay_script_url uri OPTIONAL
call_relay_script_method string OPTIONAL

Possible values: [GET, POST]

calling_handler_resource_id uuid OPTIONAL
422

Unprocessable Entity

Schema OPTIONAL
type string
code string
message string
attribute string OPTIONAL
url uri