Multiexcerpt include |
---|
MultiExcerptName | Dynamically Programmable Metadata |
---|
PageWithExcerpt | SIPREC Support |
---|
|
Include Page |
---|
| _callData_max_size |
---|
| _callData_max_size |
---|
|
The command syntax to configure the sipRecMetadataProfile
is shown below:
Code Block |
---|
|
% set profiles services sipRecMetadataProfile <sipRecMetadataProfile>
version <0..1>
sipHeader <sipHeader>
sipToXmlTagName <sipToXmlTagName>
state <disabled | enabled> |
The command syntax to attach the sipRecMetadataProfile to the SRS Trunk Group is shown below:
Code Block |
---|
% set addressContext <addressContext> zone <zone> sipTrunkGroup <sipTrunkGroup> services sipRecMetadataProfile <sipRecMetadataProfile> |
Info |
---|
The sipRecMetadataProfile must be attached to the sipTrunkGroup towards the SRS. |
In order to maintain the backward compatibility use the below command with metadataSource set to "fromInvite":
Code Block |
---|
set profiles service sipRecMetadataProfile <name> state <enabled/disabled> metadataSource<fromInvite/fromLatest> version<0/1> sipHeader <headerName> sipToXmlTagName <corresponding xml tag Name> |
To enable this feature set metadataSource
to "fromLatest":
Code Block |
---|
set profiles service sipRecMetadataProfile <name> state <enabled/disabled> metadataSource<fromLatest> version<1> sipHeader <headerName> sipToXmlTagName <corresponding xml tag Name> |
To trigger the SIPREC metadata XML update in case of early media:
Code Block |
---|
set profiles service sipRecMetadataProfile <name> state <enabled/disabled> metadataSource<fromLatest> version<1> metaDataUpdateForEarlyMedia<Enabled/Disabled> sipHeader <headerName> sipToXmlTagName <corresponding xml tag Name> |
To trigger the SIPREC metadata XML update in case of refer:
Code Block |
---|
set profiles service sipRecMetadataProfile <name> state <enabled/disabled> metadataSource<fromLatest> version<1> triggerMetadataUpdateForRefer<Enabled/Disabled> sipHeader <headerName> sipToXmlTagName <corresponding xml tag Name> |
Caption |
---|
0 | Table |
---|
1 | SIPREC Metadata Profile parameters |
---|
|
Parameter | Length/Range | Default | Description | M/O |
---|
metaDataSource | ENUM | INITIAL_INVITE | INITIAL_INVITE: Indicates to send header values from Initial INVITE Message. LATEST: Indicates to send the most recent headers value/information beginning from SIP INVITE Message till the most recent SIP Request/Response Message on that particular call leg until the SBC triggers SIPREC INVITE towards the SRS. | M | MetaDataUpdateForEarlyMedia | State | disabled | For the early media scenario, the SIPREC is initiated already. On reception of SIP 200 OK, The SBC triggers the "SIPREC Re-INVITE" with the updated metadata in SIPREC Metadata XML using the headers from the SIP 200 OK message based on the configuration. The CLI configuration "MetaDataUpdateForEarlyMedia" under "sipRecMetaDataProfile" is used to control this behavior. disabled : To maintain the backward compatibility.enabled : Only for "metaDataSource" set to "LATEST". SBC triggers SIPREC Re-INVITE towards the SRS.
| M | sipHeader <variable>
| Up to 31 characters | N/A | Indicates the SIP header, which are included in the SRS call. Note: Maximum 32 SIP headers can be created in one sipRecMetadataProfile . | O | sipRecMetadataProfile <variable> | Up to 23 characters | N/A | Indicates the name of the profile and specifies the SIP headers that are included in the SRS call. | M | sipToXmlTagName <variable>
| Up to 31 characters | N/A | Indicates XML tag name for the configured SIP header. | O | state | N/A | disabled | Indicates the admin state of the SIPREC metadata profile. The options are: disabled (default) enabled
| O | triggerMetadataUpdateForRefer | State | disabled | disabled : To maintain backward compatibility.enabled : The SBC triggers "SIPREC Re-INVITE" towards the SRS on the occurrence of SIP REFER Message (The header values are taken from REFER message) to update the metadata in SIPREC Metadata XML based on the configuration in sipRecMetadataProfile.
| M | version | 0 to 1 | 0 | Indicates the SIPREC metadata profile version. The options are: 0(default) : When the version is set as 0, the SBC supports backward compatibility and pre-defined metadata for passing proprietary call specific information from the SRC to the SRS.1 : When the version is set as 1, the SBC supports dynamic configuration of the metadata variables.
| O |
|
Configuring sipRecMetadataProfile
and attaching it to the SRS Trunk Group:
Code Block |
---|
% set profiles services sipRecMetadataProfile SRMP_ING version 1 sipHeader P-Preferred-Identity sipToXmlTagName xPPreferredIdentity
% set profiles services sipRecMetadataProfile SRMP_ING state enable |
In order to maintain the backward compatibility use the below command with metadataSource set to "fromInvite":
Code Block |
---|
set profiles service sipRecMetadataProfile profile1 state enabled metadataSource fromInvite version 1 sipHeader from sipToXmlTagName xfrom |
To enable this feature set metadataSource
to "fromLatest":
Code Block |
---|
set profiles service sipRecMetadataProfile profile2 state enabled metadataSource fromLatest version 1 sipHeader to sipToXmlTagName xto |
To trigger the SIPREC metadata XML update in case of early media:
Code Block |
---|
set profiles service sipRecMetadataProfile profile3 state enabled metadataSource fromLatest version 1 metaDataUpdateForEarlyMedia Enabled sipHeader contact sipToXmlTagName xcontact |
To trigger the SIPREC metadata XML update in case of refer:
Code Block |
---|
set profiles service sipRecMetadataProfile profile4 state enabled metadataSource fromLatest version 1 triggerMetadataUpdateForRefer Enabled sipHeader refer-to sipToXmlTagName xrefer-to |