Print

Creating a custom header

Procedure

In thesession.connection.protocol.sip.unknownhdr session variable array, add a name and value pair.

Example

To create a custom header with the name as new_header and value as mycustomheader, add the following to the session.connection.protocol.sip.unknownhdr array:

AVAYA_SIPHEADER.session.connection.protocol.sip.unknownhdr[0].name = "new_header" 
AVAYA_SIPHEADER.session.connection.protocol.sip.unknownhdr[0].value = "mycustomheader"