SIP::to

Description

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

Syntax

SIP::to

SIP::to

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

Examples

when SIP_REQUEST {
    log local0.info "[SIP::to]"
}