mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
2ecac238f3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
#
|
|
# This file specifies extra SIP headers not included in sip_t structure
|
|
#
|
|
# The line format is:
|
|
# C-name @SINCE sip_t-like-comment
|
|
#
|
|
#### EXTRA HEADER LIST STARTS HERE ####
|
|
|
|
refer_sub @VERSION_1_12_5 /**< Refer-Sub header */
|
|
suppress_body_if_match @VERSION_1_12_5 /**< Suppress-Body-If-Match header */
|
|
suppress_notify_if_match @VERSION_1_12_5 /**< Suppress-Notify-If-Match header*/
|
|
|
|
#### EXTRA HEADER LIST ENDS HERE ####
|