P-Early-Media ACLI Configuration
Use the following procedure to configure P-Early-Media SIP header support.
-
Access the
sip-interface configuration element.
ORACLE# configure terminal ORACLE(configure)# session-router ORACLE(session-router)# sip-interface ORACLE(sip-interface)#
-
Select the
sip-interface object to edit.
ORACLE(sip-interface)# select <RealmID>: 1: realm01 172.172.30.31:5060 selection: 1 ORACLE(sip-interface)#
-
Use the
p-early-media-header parameter to enable P-Early-Media SIP header support. This parameter is disabled by default.
- disabled—(the default value) disables support
- add—enables support and allows the Oracle Communications Unified Session Manager to add the P-Early-Media header to SIP messages.
- modify—enables support and allows the Oracle Communications Unified Session Manager to modify or strip the P-Early-Media header in SIP messages.
ACMEPACKET(sip-interface)# p-early-media-header add ACMEPACKET(sip-interface)#
-
Use the
p-early-media-direction parameter to specify the supported directionalities.
- sendrecv—send and accept early media
- sendonly—send early media
- recvonly—receive early media
- inactive—reject/cancel early media
ACMEPACKET(sip-interface)# p-early-media-direction sendrecv,sendrecv ACMEPACKET(sip-interface)#
- Type done to save your configuration.