I've installed asterisk but cannot start it, it fails with the following message:
$ asterisk -vvvc
dyld: Symbol not found: ___ast_adsi_available
Referenced from: /usr/local/sbin/asterisk
Expected in: flat namespace
Trace/BPT trap: 5
Steps I've taken:
-- disable res_adsi and app_adsi using make menuselect
-- noload => res_adsi.so in modules.conf
My modules.conf file:
[modules]
autoload=yes
noload => res_adsi.so
I have only extensions.conf, modules.conf and sip.conf files and they are pretty much stripped down.
Any ideas why it is still trying to load adsi stuff? Thanks in advance.
