sip channel in vicibox 4.0.3 and asterisk 1.8

Support forum for the ViciBox ISO Server Install and ISO LiveCD Demo

Moderators: enjay, williamconley, Staydog, mflorell, MJCoate, mcargile, Kumba

sip channel in vicibox 4.0.3 and asterisk 1.8

Postby bghayad » Thu May 30, 2013 1:11 pm

Hello;

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
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: sip channel in vicibox 4.0.3 and asterisk 1.8

Postby DruRoland » Thu May 30, 2013 2:28 pm

Are modules like chan_sip and chan_iax2 loaded?
2x ViciBox v.5.0.2-130807 | BUILD: 130809-1410 | SVN Version: 2019 | Asterisk: 1.8.23-vici
Debian 7 MySQL 5.5 server 4-core 16GB RAM Master & Slave
18 seats, outbound/blended with full recording
DruRoland
 
Posts: 52
Joined: Wed Jan 23, 2013 8:33 pm

Re: sip channel in vicibox 4.0.3 and asterisk 1.8

Postby bghayad » Thu May 30, 2013 3:13 pm

chan_sip is not existed under /usr/lib/asterisk/modules

Is it because I did zypper refresh and zupper up before doing the compilation for asterisk?
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: sip channel in vicibox 4.0.3 and asterisk 1.8

Postby bghayad » Thu May 30, 2013 7:32 pm

It seems it is not working and this maybe because of the dependencies because when I apply make menuselect, I see XXXX at chan_sip which is not generated.

How I can know the dependencies that are causing the conflict which is causing a fail to have chan_sip?

Do I have to remove asterisk and dahdi before installing asterisk 1.8?

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: sip channel in vicibox 4.0.3 and asterisk 1.8

Postby DomeDan » Mon Jun 03, 2013 6:48 am

was it this file you downloaded: asterisk-1.8.21.0-vici-beta.tar.gz ?

don't use menuselect, delete the folder or do a 'make clean' and do:
./configure
make
and make install if there was no problem

I don't think I removed the previous asterisk before installing 1.8
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com
DomeDan
 
Posts: 1226
Joined: Tue Jan 04, 2011 9:17 am
Location: Sweden

Re: sip channel in vicibox 4.0.3 and asterisk 1.8

Postby bghayad » Thu Jun 13, 2013 8:09 pm

What about DAHDI? Because normally dahdi should be compiled before asterisk.
Compiling and Installing DAHDI will require to install some dependencies .. I am afraid that these dependencies will effect also on asterisk.
Normally, I download the latest DAHDI from asterisk website and I compile and install it, then I do asterisk compilation and installation.

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: sip channel in vicibox 4.0.3 and asterisk 1.8

Postby bghayad » Fri Jun 14, 2013 9:57 pm

OK, I succeeded to resolve the problem of the chan_sip, it was required to install the openssl-devel which was possible only by installing libopenssl-devel as it is not existed under the name openssl-devel.

Now, I am trying to resolve the gtalk and jingle channels, and it is required to have the iksemel(E) which requires to have libiksemel-dev.

I searched a lot for libiksemel-dev for opensuse and did not find it using zypper or yast. Meanwhile, I have libiksemel3-1.4-28.1.x86_64 but I need its devel package. Where to be found please?

Is there anyone who was able to enable gtalk and jingle channels on opensuse using asterisk 1.8 (asterisk-1.8.21.0-vici-beta.tar.gz)?

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: sip channel in vicibox 4.0.3 and asterisk 1.8

Postby bghayad » Fri Jun 14, 2013 10:14 pm

OK, again. Resolved. I used the below link:

http://www.adambotbyl.com/debian-asteri ... endencies/

But really some devel libraries did not find it .. although, I tried to download as much as I can which leaded me to have jingle and gtalk.

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm


Return to ViciBox Server Install and Demo

Who is online

Users browsing this forum: No registered users and 49 guests