Sat, 03 Oct 2009 16:18:52 +0200
Update version, adjust corresponding buildconf, and correct logic.
1: Make minor corrections and improvements to scripts patch logic.
2: Upgrade to most recent stable release version 3.0.2.
3: Force selection of a single db backend, as multiple ones never
were supported (changing 'with_db<end>' identifiers accordingly.)
4: Unfortunately add gawk requirement although only partly needed.
5: Add openssl::with_threads requirement to solve strange and hard
to debug problems on Solaris leading to connection failures:
'host-dir JobId 0: Error: openssl.c:86 Connect failure: ERR=error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number'
and
'host-dir JobId 40: Fatal error: TLS negotiation failed with FD at "back1.host.com:9102"'
michael@202 | 1 | ; |
michael@202 | 2 | ; ENUM Configuration for resolving phone numbers over DNS |
michael@202 | 3 | ; |
michael@202 | 4 | ; Sample config for Asterisk |
michael@202 | 5 | ; This file is reloaded at "module reload enum" in the CLI |
michael@202 | 6 | ; |
michael@202 | 7 | ;[general] |
michael@202 | 8 | ; |
michael@202 | 9 | ; The search list for domains may be customized. Domains are searched |
michael@202 | 10 | ; in the order they are listed here. |
michael@202 | 11 | ; |
michael@202 | 12 | ;search => e164.arpa |
michael@202 | 13 | ; |
michael@202 | 14 | ; If you'd like to use the E.164.org public ENUM registry in addition |
michael@202 | 15 | ; to the official e164.arpa one, uncomment the following line |
michael@202 | 16 | ; |
michael@202 | 17 | ;search => e164.org |
michael@202 | 18 | ; |
michael@202 | 19 | ; As there are more H323 drivers available you have to select to which |
michael@202 | 20 | ; drive a H323 URI will map. Default is "H323". |
michael@202 | 21 | ; |
michael@202 | 22 | ;h323driver => H323 |