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 | ; Asterisk configuration file |
michael@202 | 3 | ; |
michael@202 | 4 | ; Module Loader configuration file |
michael@202 | 5 | ; |
michael@202 | 6 | |
michael@202 | 7 | ;[modules] |
michael@202 | 8 | ;autoload=yes |
michael@202 | 9 | ; |
michael@202 | 10 | ; Any modules that need to be loaded before the Asterisk core has been |
michael@202 | 11 | ; initialized (just after the logger has been initialized) can be loaded |
michael@202 | 12 | ; using 'preload'. This will frequently be needed if you wish to map all |
michael@202 | 13 | ; module configuration files into Realtime storage, since the Realtime |
michael@202 | 14 | ; driver will need to be loaded before the modules using those configuration |
michael@202 | 15 | ; files are initialized. |
michael@202 | 16 | ; |
michael@202 | 17 | ; An example of loading ODBC support would be: |
michael@202 | 18 | ;preload => res_odbc.so |
michael@202 | 19 | ;preload => res_config_odbc.so |
michael@202 | 20 | ; |
michael@202 | 21 | ; Uncomment the following if you wish to use the Speech Recognition API |
michael@202 | 22 | ;preload => res_speech.so |
michael@202 | 23 | ; |
michael@202 | 24 | ; If you want, load the GTK console right away. |
michael@202 | 25 | ; |
michael@202 | 26 | ;noload => pbx_gtkconsole.so |
michael@202 | 27 | ;load => pbx_gtkconsole.so |
michael@202 | 28 | ; |
michael@202 | 29 | ;load => res_musiconhold.so |
michael@202 | 30 | ; |
michael@202 | 31 | ; Load either OSS or ALSA, not both |
michael@202 | 32 | ; By default, load OSS only (automatically) and do not load ALSA |
michael@202 | 33 | ; |
michael@202 | 34 | ;noload => chan_alsa.so |
michael@202 | 35 | ;noload => chan_oss.so |