You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

REST API Method: PUT /rest/siplocalregistrartable/{identifier}

Creates an SIP Local Registrar Table given a specific Table ID.

URL:

https://134.56.227.163/rest/siplocalregistrartable/{identifier}

HTTP Method

PUT

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionNoNostringnone64 - Max Length Specifies a name to be used for the registrar.
MaxUsersNoNoint0Possible values:
  • 0 - Minimum
  • 1000 - Maximum
Sets the number of contacts that are allowed to register to this registrar. A value of 0 means there is no limit to the number of contacts. If the specified limit is exceeded the proxy will reject the registration request.

Usage Example: (about cURL | requires a session token)

Put code example here

Response:

Put Code response here
  • No labels