Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | |
---|---|
In this section:
|
The
...
Spacevars | ||
---|---|---|
|
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 |
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 | ||
---|---|---|
|
SIP-B uses P-Asserted-Identity to send called party identity. P-Asserted-Identity is allowed for certain request types. The
...
Spacevars | ||
---|---|---|
|
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 |
---|