Name

SIPAddHeader() — Adds a SIP header to the outbound call

Synopsis

SIPAddHeader(Header: Content)

Adds a header to a SIP call placed with the Dial() application. A nonstandard SIP header should begin with X-, such as X-Asterisk-Accountcode:. Use this application with care—adding the wrong headers may cause any number of problems.

For more flexibility, see the SIP_HEADER() dialplan function.

exten => 123,1,SIPAddHeader(X-Asterisk-Testing: Just testing!)
exten => 123,2,Dial(SIP/123)

See Also

SIP_HEADER

Get Asterisk: The Future of Telephony, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.