Skip to main content

Set SIP Settings

Configures Session Initiation Protocol (SIP) settings

Request Body required
  • enable boolean required

    Determines whether the SIP is enabled

  • proxy ipv4|dns required

    SIP proxy

  • realm ipv4|dns required

    SIP realm address

  • user string required

    Possible values: non-empty and <= 31 characters, Value must match regular expression ^[0-9a-zA-Z\s~!@#$%^&;*()_-+={[}]|"<,>.?/]{1,31}?$`

    SIP account user name

  • password string required

    Possible values: >= 6 characters and <= 31 characters, Value must match regular expression ^[0-9a-zA-Z\s~!@#$%^&;*()_-+={[}]|"<,>.?/]{6,31}?$`

    SIP account user password. 'Password is an any symbol from a to z uppercase or lowercase, from 0 to 9 in digits. Available special symbols: ~`!@#$%^&;*()_-+={[}]|"<,>.?/'

  • transport string

    Possible values: [udp, tcp, tls]

    Secure SIP Protocol

  • user_id string

    Possible values: non-empty and <= 31 characters, Value must match regular expression ^[0-9a-zA-Z\s~!@#$%^&;*()_-+={[}]|"<,>.?/]{0,31}?$`

    SIP user id

  • is_enable_ring_code boolean

    Determines whether the ring code is enabled

  • timeout integer required

    Possible values: [120, 300, 600, 1200, 1800]

    Call timeout

  • registration_interval integer

    Possible values: >= 30 and <= 900

    SIP server registration interval in seconds

  • stun object required

    STUN settings

  • ip ipv4|dns required

    STUN IP address

  • port integer required

    STUN port

Responses

OK

Loading...