SIP integration
This chapter is dedicated to the SIP integration capabilities of the Quobis communication platform. The Quobis communication platform provides integration for voice and SIP based on a dedicated roles on the Media Server focused on the media handler. So WebRTC and SIP are integrated as a single entity. There are several ways to integrate the platform with an existing SIP network:
SIP trunk integration: standard integration based on inbound/outbound calls, providing frictionless integration between WebRTC applications and an external SIP proxy.
Parallel SIP: a specific integration designed to lead the control of the dialplan and routing actions to an external SIP proxy.
SIP trunk integration
The SIP integration is done by the SIP proxy service. The platform users can be exposed to the SIP network using the SIP mappings. Standard integration based on inbound/outbound calls, providing frictionless integration between WebRTC applications and an external SIP proxy. The platform users will be identified on the SIP network with a SIP identity covered by the sipmappings
service. During installation of the platform a SIP trunk is established manually on the SIP-proxy, to do that, you should configure your environment properly using the system configuration variables.
In summary, to enable the SIP integration you need to:
Enable the sipmappings service
Provision sip-mappings to your users as explained in the user edition section
Configure the SIP-proxy and Audiomixer IPs and ports as explained in the installation section
Check Supported codecs and media quality on the SIP/media section.
Parallel SIP integration
Parallel-sip is a Quobis Media Server feature that allows to reflect all Quobis application traffic on the customer SIP network. When this feature is enabled, the calls between WebRTC users are sent via SIP to VoIP network and, if the external network decides to forward the call to another WebRTC endpoint, Quobis platform will receive the call and locate the WebRTC user. Mainly it delegates all routing decisions (usually taken internally) to an external VoIP network. The benefits of this configuration are full SIP dialplan control, billing and control on a single point, signaling and traffic penalization and RTP and audio inspection. The following example shows a multiple-ringing scenario where some endpoints are on the provider network (VoLTE for example) and others on the Quobis platform (desktop or mobile apps).

This SIP integration method starts with the standard SIP trunk integration, but it requires to enable the parallel SIP integration parameter.
Enable the sipmappings service
Provision sip-mappings to your users as explained in the user edition section
Configure the SIP-proxy and Audiomixer IPs and ports as explained in the installation section
Check Supported codecs and media quality on the SIP/media section.
Enable
activateParallelSip
variable as explained in the installation section
This will enable the SIP signaling customization detailed on the SIP integration done by the QSS service. The outgoing INVITE request has a specific custom SIP header “X-WebRTC-Session” that contains an uuid, if it is returned in the incoming INVITE from SIP leg then Quobis can match the call from a WebRTC client and will add video using the Quobis MS. Quobis MS will send the audio to BroadSoft, so it is possible to manage a conference room in the SIP side or in the Quobis MS side.