[asterisk-users] Not able to build the chan_sip.c module

Alec Davis sivad.a at paradise.net.nz
Mon May 27 04:29:40 CDT 2013


> 
> i am trying to install asterisk newer version on the Elastix 
> machine, but while installing the chan_sip,c module is not 
> building while make. when i see  in make menuselect options 
> it showing "XXX" -- extended , please let me know how to 
> enable it and make build chan_sip module.
> --
> Upendra

from makeselect you'll find chan_sip depends on the following
    Depends on: chan_local(M), res_crypto(M), res_http_websocket(M)

then you'll find res_crytpo is dependant on open_ssl
     Depends on: openssl(E)

which for me on debian wheezy is
    libssl-dev 

Alec Davis




More information about the asterisk-users mailing list