Hello.
I need to use a patched version of asterisk13, to support extra features of Cisco phones. So I used the well known patch located at
http://usecallmanager.nz/patching-asterisk.html
Compilation completed with no issues, and I have created symlinks to the new binaries and guided it to use the existing configuration, like this:
cd /usr/sbin
mv asterisk asterisk.original
mv safe_asterisk safe_asterisk.original
ln -s /opt/servers/asteriskpatched/sbin/asterisk .
ln -s /opt/servers/asteriskpatched/sbin/safe_asterisk .
cd /opt/servers/asteriskpatched
mv etc etc.original
ln -s /etc/asterisk .
Asterisk runs fine, but it does not read any of the existing configuration. No extensions, no trunks etc.
I am using latest Issabel.
I would appreciate some help.
Thank you