opensips/opensips.patch.dict

Sat, 24 Mar 2012 21:40:49 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 24 Mar 2012 21:40:49 +0100
changeset 414
fd611cde817f
permissions
-rw-r--r--

Introduce many changes to the buildconf and source code including:
(01) clean up, update, and partially update default config files,
(02) seems that Melware is unable to perform release engineering so
update chan_capi to new daily snapshot to solve echo problems,
(03) correct Asterisk inadequate hard coded gmime version check,
(04) force postgresql pthreads linkage to solve build problem,
(05) remove buggy hard coded LibXML configure definitions,
(06) remove local architecture specification to allow GCC
internal logic to determine proper CPU type instead,
(07) remove vendor sound install target causing uncontrolled
downloads and non RPM managed file installation,
(08) solve long outstanding bug in tcptls causing Asterisk
to ignore any intermediate CA certificate signatures,
(09) back out Digium engineering team's bright idea of replacing the
very portable and pervasive POSIX rand(1) with ast_random(), and
then not even implementing it causing all references to fail in
platforms not providing the very new POSIX.1-2008 mkdtemp(3)
function only distributed by BSD and some Linux,
(10) withdraw advanced linker symbol manipulations from SVR5 builds
until either Binutils supports hybrid versioned and anonymous
linker scripts or GCC stops hard coding versioned linker scripts,
(11) correct missing library linkage, some tailored to a specific OS,
(12) remove outdated logic for the no longer distributed gmime-config(1),
(13) remove local gmime buildconf hacks now that Asterisk has corrected
their own build configuration to almost portably support gmime,
(14) solve build problems relating to undetected LibXML paths,
(15) correct erroneous out of tree include definitions,
(16) improve some variable and comment naming,
(17) simplify sound language path hierarchy creation,
and correct australian english installation logic.

michael@377 1 Index: etc/dictionary.opensips
michael@377 2 diff -Nau etc/dictionary.opensips.orig etc/dictionary.opensips
michael@377 3 --- etc/dictionary.opensips.orig 2011-01-15 08:08:46.712651102 +0100
michael@377 4 +++ etc/dictionary.opensips 2011-01-15 08:07:55.702748921 +0100
michael@377 5 @@ -14,6 +14,7 @@
michael@377 6
michael@377 7
michael@377 8 #### Attributes ###
michael@377 9 +ATTRIBUTE Sip-Method 101 integer
michael@377 10 ATTRIBUTE Sip-Uri-User 208 string # Proprietary, auth_radius
michael@377 11 ATTRIBUTE Sip-Group 211 string # Proprietary, group_radius
michael@377 12 ATTRIBUTE Sip-Rpid 213 string # Proprietary, auth_radius
michael@377 13 @@ -23,6 +24,7 @@
michael@377 14
michael@377 15 ### Service-Type Values ###
michael@377 16 VALUE Service-Type Group-Check 12 # Proprietary, group_radius
michael@377 17 +VALUE Service-Type Sip-Session 15
michael@377 18 VALUE Service-Type SIP-Caller-AVPs 30 # Proprietary, avp_radius
michael@377 19 VALUE Service-Type SIP-Callee-AVPs 31 # Proprietary, avp_radius
michael@377 20

mercurial