CustomContext interface

Received Options on call custom context.

Extends

Properties

sipHeaders

sip headers X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.

voipHeaders

voip headers.

Inherited Properties

userToUser

UUI header.

xHeaders

X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.

Property Details

sipHeaders

sip headers X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.

sipHeaders?: xHeader[]

Property Value

voipHeaders

voip headers.

voipHeaders?: xHeader[]

Property Value

Inherited Property Details

userToUser

UUI header.

userToUser?: string

Property Value

string

Inherited From CustomContextOptions.userToUser

xHeaders

X-headers should begin with “X-MS-Custom-“ prefix. Only the first 5 valid headers are parsed. The rest are ignored.

xHeaders?: xHeader[]

Property Value

Inherited From CustomContextOptions.xHeaders