Displaying 1 result from an estimated 1 matches for "default_compactheaders".
2010 Oct 12
0
rtpip patch
...e difffile I produced for chan_sip.c in asterisk 1.6.2.11
--- chan_sip.c 2010-10-12 13:47:49.000000000 +0200
+++ chan_sip.c.orig 2010-10-12 13:47:27.000000000 +0200
@@ -987,9 +987,6 @@
#define DEFAULT_CALLCOUNTER FALSE
#define DEFAULT_SRVLOOKUP TRUE /*!< Recommended setting is ON */
#define DEFAULT_COMPACTHEADERS FALSE /*!< Send compact
(one-character) SIP headers. Default off */
-
-#define DEFAULT_RTPIP "auto"
-
#define DEFAULT_TOS_SIP 0 /*!< Call signalling
packets should be marked as DSCP CS3, but the default is 0 to be
compatible with previous versions. */
#defi...