Creates a new SIP registration (the platform registers as a user on a 3rd party SIP server).
There are two modes of SIP registration:
is_persistent to false) which is initiated only when the specificed user (with user_id or user_name) logs in via one of Voximplant SDKs. As soon the user logs off, the registration goes offline. This mode helps to implement SIP softphone-like apps using Voximplant’s SDKs.Please note that when you create a SIP registration, we reserve the subscription fee and taxes for the upcoming month. Read more in the Billing page.
Allowed roles: Owner, Admin, Accountant.
Example request: Create SIP registration.
The application ID which a new SIP registration is to be bound to. Can be used instead of the application_name parameter
The application name which a new SIP registration is to be bound to. Can be used instead of the application_id parameter
The rule ID which a new SIP registration is to be bound to. Can be used instead of the rule_name parameter
The rule name which a new SIP registration is to be bound to. Can be used instead of the rule_id parameter
The user ID which a new SIP registration is to be bound to. Can be used instead of the user_name parameter
The user name which a new SIP registration is to be bound to. Can be used instead of the user_id parameter
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.