Skip to main content

Create/Update multiple call forward rules with link_id

  • This endpoint is used by Link management system
  • If there is already forward rule with same forward_number it will be updated
  • Available forward number patterns:
    • \d+ - digits only
    • ^sip:([0-9A-Za-z+\-_]*@)((\b((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?(?:\:\d{1,5})?)(\.|$)){4}\b)|([0-9]*[A-Za-z+\-_]+[0-9]*)((\.([0-9]*[A-Za-z+\-_]+[0-9]*))+\b))$ - full SIP URI, for example, sip:[email protected] or sip:[email protected]
    • ^sip:(\b((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?(?:\:\d{1,5})?)(\.|$)){4}\b)$ - SIP URI without name and host, for example sip:192.168.1.2
Request Body required
  • list_items object[]
Responses

OK


Schema
  • result object[]
  • link_id uuid

    Unique entity set by the server to bind some parameters with each other. By default return null value

  • success boolean
  • extended_info string

    Possible values: [created, updated, deleted, entity_not_found, number_taken_by_another_identifier, bound_time_profile_doesnt_exist, face_id_not_supported, number_of_face_identifiers_exceeded, number_of_identifiers_exceeded]

    Entity state information result

Loading...