Managing SIP Connections: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
This section describes working with SIP connections in telephony:
- how to check the status of the SIP connector
- how to create and configure a SIP connection
- how to retrieve a list of application connections and monitor registration status
- how to update or delete a connection
To call the methods, you need the Manage numbers - modify access permission.
Quick navigation: all methods
User documentation: How to connect a PBX via REST application
Interaction with Other Objects
Outgoing SIP Line. After creating a SIP connection, its CONFIG_ID can be used in voximplant.line.outgoing.sip.set to set the default outgoing SIP line.
SIP Registration. For cloud PBX, the response from voximplant.sip.get returns a REG_ID. This identifier is used in voximplant.sip.status to check the registration status.
How to Choose the Connection Type
|
Type |
Description |
When to Use |
|
|
Operator's cloud PBX |
When connecting to an external SIP provider |
|
|
Office PBX |
When connecting to a local or office PBX |
User Documentation
How to Get Started
- Check the status of the SIP connector via voximplant.sip.connector.status
- Create a connection using the voximplant.sip.add method, specifying the type as
cloudoroffice - Retrieve the list of connections via voximplant.sip.get and select the desired
CONFIG_ID - For cloud PBX, check the registration status using the voximplant.sip.status method with
REG_ID - If necessary, update the connection via voximplant.sip.update or delete it via voximplant.sip.delete
Overview of Methods
Scope:
telephonyWho can perform the method: user with the Manage numbers - modify permission
|
Method |
Description |
|
Creates a SIP connection linked to the application |
|
|
Updates an existing SIP connection |
|
|
Returns a list of SIP connections created by the application |
|
|
Returns the status of SIP registration for cloud PBX |
|
|
Deletes an existing SIP connection |
|
|
Returns the current status of the SIP connector |