SIP::from

Description

Returns the value of the From header in a SIP request.

Syntax

SIP::from

SIP::from

  • Returns the value of the ‘’’From* header in a SIP request.

Examples

when SIP_REQUEST {
log local0. "SIP Protocol - REQUEST: Values From & To"
log local0. "From: [SIP::from] To: [SIP::to]"
}