Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

...

...

Back to Table of Contents

Back to SIP Services

In this section:

Table of Contents

 

The

...

Spacevars
0series4
 supports SIP for Business (SIP-B) protocol which outlines advanced SIP features for business telephony networks. Example SIP-B features are shown below.

Include Page
Transparency_Profile_Note
Transparency_Profile_Note

N-Way Calling

With N-way calling, multiple contacts are associated with the same Address of Record (AoR). A conference server returns back its identity in the user part of the Contact header in the 200 response for an INVITE request. It also includes focus parameter in the Contact header to indicate that it is a conference focus. When transparency is enabled for contact header then ‘infocus’ is passed transparently to the other side.

Example CLI command to enable N-way calling:

Code Block

...

set global signaling sipSigControls multipleContactsPerAoR enabled

Instance-id

SIP-B uses Instance-id to identify a particular registering device. A "sip.instance" feature tag is used in the Contact header of SIP requests and responses. Each device is expected to provide a globally unique instance-id. The

...

Spacevars
0product
 does not need to rely on this value for its own processing. When transparency is enabled for contact header then instance id is passed transparently to other side.

P-Asserted-Identity

SIP-B uses P-Asserted-Identity to send called party identity. P-Asserted-Identity is allowed for certain request types. The

...

Spacevars
0product
 supports transparently passing this parameter.

Out-of-Dialog-REFER

If “relayNonInviteRequest” flag is enabled, Out-of-Dialog requests like REFER and SUBSCRIBE/NOTIFY are relayed using a route look-up to the ERE based on the request URI.

Example CLI command to enable relayNonInviteRequest flag:

Code Block

...

set addressContext default zone defaultSigZone sipTrunkGroup DALSG signaling relayNonInviteRequest enabled 

Pagebreak