Click or drag to resize

ReplaceParserExtensionParseExtensionHeader Method

Replaces = "Replaces" HCOLON callid *(SEMI replaces-param) replaces-param = to-tag / from-tag / early-flag / generic-param to-tag = "to-tag" EQUAL token from-tag = "from-tag" EQUAL token early-flag = "early-only"

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public override AbstractExtensionHeader ParseExtensionHeader(
	string headerName
)

Parameters

headerName
Type: SystemString

Return Value

Type: AbstractExtensionHeader
See Also