Udp port 5060 wasn't listened when i started asterisk 10.1

Hi,

Today I built and installed asterisk 10.1. But when I launched it, I found udp port 5060 wasn’t listened and didn’t know what caused it.

The start log is as below. Look forward for someone’s kind reply, thanks.

Asterisk 10.1.0, Copyright © 1999 - 2011 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

[ Booting…
[ Reading Master Configuration ]
[ Initializing Custom Configuration Options ]
[Jan 31 16:55:12] WARNING[24343]: http.c:1058 __ast_http_load: Got 1 addresses
[Jan 31 16:55:12] NOTICE[24343]: cdr.c:1558 do_reload: CDR simple logging enabled.
[Jan 31 16:55:12] NOTICE[24343]: loader.c:1133 load_modules: 185 modules will be loaded.
…[Jan 31 16:55:12] NOTICE[24343]: res_smdi.c:1418 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
…[Jan 31 16:55:12] WARNING[24343]: loader.c:396 load_dynamic_module: Error loading module ‘res_crypto’: /usr/lib/asterisk/modules/res_crypto.so: cannot open shared object file: No such file or directory
[Jan 31 16:55:12] WARNING[24343]: loader.c:458 load_dynamic_module: Error loading module ‘chan_iax2.so’: /usr/lib/asterisk/modules/chan_iax2.so: undefined symbol: ast_aes_set_decrypt_key
[Jan 31 16:55:12] WARNING[24343]: loader.c:848 load_resource: Module ‘chan_iax2.so’ could not be loaded.
[Jan 31 16:55:12] WARNING[24343]: loader.c:396 load_dynamic_module: Error loading module ‘res_crypto’: /usr/lib/asterisk/modules/res_crypto.so: cannot open shared object file: No such file or directory
[Jan 31 16:55:12] WARNING[24343]: loader.c:458 load_dynamic_module: Error loading module ‘pbx_dundi.so’: /usr/lib/asterisk/modules/pbx_dundi.so: undefined symbol: ast_check_signature_bin
[Jan 31 16:55:12] WARNING[24343]: loader.c:848 load_resource: Module ‘pbx_dundi.so’ could not be loaded.
[Jan 31 16:55:12] WARNING[24343]: loader.c:396 load_dynamic_module: Error loading module ‘res_crypto’: /usr/lib/asterisk/modules/res_crypto.so: cannot open shared object file: No such file or directory
[Jan 31 16:55:12] WARNING[24343]: loader.c:458 load_dynamic_module: Error loading module ‘func_aes.so’: /usr/lib/asterisk/modules/func_aes.so: undefined symbol: ast_aes_set_decrypt_key
[Jan 31 16:55:12] WARNING[24343]: loader.c:848 load_resource: Module ‘func_aes.so’ could not be loaded.
…[Jan 31 16:55:12] WARNING[24343]: chan_dahdi.c:18167 process_dahdi: Ignoring any changes to ‘userbase’ (on reload) at line 23.
[Jan 31 16:55:12] WARNING[24343]: chan_dahdi.c:18167 process_dahdi: Ignoring any changes to ‘vmsecret’ (on reload) at line 31.
[Jan 31 16:55:12] WARNING[24343]: chan_dahdi.c:18167 process_dahdi: Ignoring any changes to ‘hassip’ (on reload) at line 35.
[Jan 31 16:55:12] WARNING[24343]: chan_dahdi.c:18167 process_dahdi: Ignoring any changes to ‘hasiax’ (on reload) at line 39.
[Jan 31 16:55:12] WARNING[24343]: chan_dahdi.c:18167 process_dahdi: Ignoring any changes to ‘hasmanager’ (on reload) at line 47.
.[Jan 31 16:55:12] NOTICE[24343]: chan_skinny.c:7689 config_load: Configuring skinny from skinny.conf
[Jan 31 16:55:12] WARNING[24343]: chan_skinny.c:7763 config_load: Failed to bind to 0.0.0.0:2000: Address already in use
…[Jan 31 16:55:12] NOTICE[24343]: pbx_ael.c:164 pbx_load_module: Starting AEL load process.
[Jan 31 16:55:12] NOTICE[24343]: pbx_ael.c:177 pbx_load_module: AEL load process: parsed config file name ‘/etc/asterisk/extensions.ael’.
[Jan 31 16:55:12] NOTICE[24343]: pbx_ael.c:180 pbx_load_module: AEL load process: checked config file name ‘/etc/asterisk/extensions.ael’.
[Jan 31 16:55:12] NOTICE[24343]: pbx_ael.c:187 pbx_load_module: AEL load process: compiled config file name ‘/etc/asterisk/extensions.ael’.
[Jan 31 16:55:12] NOTICE[24343]: pbx_ael.c:192 pbx_load_module: AEL load process: merged config file name ‘/etc/asterisk/extensions.ael’.
[Jan 31 16:55:12] NOTICE[24343]: pbx_ael.c:195 pbx_load_module: AEL load process: verified config file name ‘/etc/asterisk/extensions.ael’.
… == Aliased CLI command ‘hangup request’ to ‘channel request hangup’
== Aliased CLI command ‘originate’ to ‘channel originate’
== Aliased CLI command ‘help’ to ‘core show help’
== Aliased CLI command ‘pri intense debug span’ to ‘pri set debug 2 span’
== Aliased CLI command ‘reload’ to ‘module reload’
… ]
Asterisk Ready.
*CLI>

Thanks!

Same issue here. Nothing is jumping out at me when turning up verbosity either.

Digging through sip.conf now, but no setting I have tried for bindaddr or udpbindaddr, 0.0.0.0 or 0.0.0.0:5060 or the servers direct IP address has worked.

This is ridiculous, 1.8.8.2 opens port 5060 by default and “upgrading” to 1.8.9.0 makes it stop listening. Installing 1.8.9.0 on a fresh install also has the same issue. Have also tried the latest RC in 1.8.10 and 10.2, still no good.

The changelog for changes between 1.8.8.0 and 1.8.9.0 is rather extensive, but again nothing there is jumping out about changing how to enable sip listening. I am sure that the patch that is causing this was also applied to version 10.

Don’t know if it matters, but for documenting variables I am running Ubuntu server 11.10 x64.

Does anyone have an idea of what changed in these versions that could cause this issue?