Vicibox 4.0.3, vicidial VERSION: 2.8-403a BUILD: 130510-1350, Intel(R) Xeon(R) CPU X3470 @ 2.93GHz, Single Server, Asterisk1.8.21.0-vici-beta
Really I surprised that I do not have sip or iax channel and a lot of commands can not be applied from the CLI (like sip ... or enable or debug .. etc).
When running make menuselect, I see at the chan_sip XXX, also when I did make, I saw some messages, so I did rm menuselect.makeopt and then I did make and I saw another error, then I did make and it worked .. but no sip or iax channels. Kindly find below the messages.
First make command (before I did rm make menuselect.makeopts):
- Code: Select all
***********************************************************
The 'CRYPTO' dependency was previously satisfied but
is now unsatisfied.
The functionality of the following modules will
be affected:
chan_iax2
func_aes
pbx_dundi
***********************************************************
***********************************************************
The 'LDAP' dependency was previously satisfied but
is now unsatisfied.
The following modules will no longer be available:
res_config_ldap
***********************************************************
***********************************************************
The 'OPENSSL' dependency was previously satisfied but
is now unsatisfied.
The following modules will no longer be available:
res_crypto
***********************************************************
***********************************************************
The existing menuselect.makeopts file did not specify
that 'chan_sip' should not be included. However, either some
dependencies for this module were not found or a
conflict exists.
Either run 'make menuselect' or remove the existing
menuselect.makeopts file to resolve this issue.
***********************************************************
***********************************************************
The existing menuselect.makeopts file did not specify
that 'res_crypto' should not be included. However, either some
dependencies for this module were not found or a
conflict exists.
Either run 'make menuselect' or remove the existing
menuselect.makeopts file to resolve this issue.
***********************************************************
***********************************************************
The existing menuselect.makeopts file did not specify
that 'res_config_ldap' should not be included. However, either some
dependencies for this module were not found or a
conflict exists.
Either run 'make menuselect' or remove the existing
menuselect.makeopts file to resolve this issue.
***********************************************************
make: *** [menuselect.makeopts] Error 255
Second make (after rm menuselect.makeopts):
- Code: Select all
KPost:/usr/src/asterisk-1.8.21.0-vici-beta # make
menuselect/menuselect --check-deps menuselect.makeopts
menuselect/menuselect --check-deps menuselect.makeopts
***********************************************************
The 'CRYPTO' dependency was previously satisfied but
is now unsatisfied.
The functionality of the following modules will
be affected:
chan_iax2
func_aes
pbx_dundi
***********************************************************
make: *** [menuselect.makeopts] Error 255
The next make, it worked but did not find the sip or iax channels and alot of commands are not available in the CLI.
What could be the problem?
Regards
Bilal