Skip to main content

Update Subscriber SIP Endpoint

PATCH 

/resources/subscribers/:fabric_subscriber_id/sip_endpoints/:id

Updates a Subscriber Sip Endpoint by ID

Request

Path Parameters

    id uuidrequired

    Unique ID of a Sip Endpoint.

    fabric_subscriber_id uuidrequired

    Unique ID of a Fabric Subscriber.

Body

required

    oneOf

    call_handlerCallHandlerPassthroughType (string)

    Call handler of the Sip Endpoint.

    Possible values: [default, passthrough, block-pstn]

    usernamestring

    Username of the Sip Endpoint.

    Example: justice-league
    passwordstring

    Password of the Sip Endpoint.

    Example: hack-me-if-you-can
    password_confirmationstring

    Confirmation of the Password

    Example: hack-me-if-you-can
    caller_idstring

    Caller ID of the Sip Endpoint.

    Example: call-id-123
    send_asstring

    The Number to send as.

    Example: +14632322867
    ciphersCipherType (string)[]

    Ciphers of the Sip Endpoint.

    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]

    codecsCodecType (string)[]

    Codecs of the Sip Endpoint.

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

    encryptionEncryptionType (string)

    Encryption requirement of the Sip Endpoint.

    Possible values: [default, required, optional]

    Default value: default
    Example: optional

Responses

The request has succeeded.

Schema

    iduuidrequired

    Universal Unique Identifier.

    usernamestringrequired

    Username of the Sip Endpoint.

    Example: justice-league
    caller_idstringrequired

    Caller ID of the Sip Endpoint.

    Example: call-id-123
    send_asstringrequired

    Purchased or verified number

    Example: +14632322867
    ciphersCipherType (string)[]required

    Ciphers of the Sip Endpoint.

    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]

    codecsCodecType (string)[]required

    Codecs of the Sip Endpoint.

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

    encryptionEncryptionType (string)required

    Encryption

    Possible values: [default, required, optional]

    call_handlerCallHandlerType (string)required

    Call handler of the Sip Endpoint.

    Possible values: [default, passthrough, block-pstn, relay_script, laml_webhook, laml_application, dialogflow, relay_context, relay_connector, video_room, ai_agent, call_flow]

    calling_handler_resource_iduuidrequired

    Universal Unique Identifier.