Displaying 4 results from an estimated 4 matches for "res_pjsip_log_forwarder".
2016 Aug 16
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
...pjsip in modules.conf ??
I have now :
[modules]
autoload=yes
preload => res_config_mysql.so
noload => pbx_gtkconsole.so
noload => res_pjsip.so
noload => res_pjsip_pubsub.so
noload => res_pjsip_session.so
noload => chan_pjsip.so
noload => res_pjsip_exten_state.so
noload => res_pjsip_log_forwarder.so
load => res_musiconhold.so
noload => chan_alsa.so
noload => chan_oss.so
noload => chan_console.so
This does not make the CLI erros go away. I still have the idea that
pjsip is loaded.
Kind regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL...
2016 Aug 17
4
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
...preload => res_config_mysql.so
> noload => pbx_gtkconsole.so
> noload => res_pjsip.so
> noload => res_pjsip_pubsub.so
> noload => res_pjsip_session.so
> noload => chan_pjsip.so
> noload => res_pjsip_exten_state.so
> noload => res_pjsip_log_forwarder.so
> load => res_musiconhold.so
> noload => chan_alsa.so
> noload => chan_oss.so
> noload => chan_console.so
>
>
> This does not make the CLI erros go away. I still have the idea
> that pjsip is loaded.
>
>
>
> I'm not sure...
2013 Sep 24
2
PJSIP Authrentication by IP fails
...d => res_pjsip_caller_id.so
load => res_pjsip_diversion.so
load => res_pjsip_dtmf_info.so
noload => res_pjsip_endpoint_identifier_anonymous.so
load => res_pjsip_endpoint_identifier_ip.so
noload => res_pjsip_endpoint_identifier_user.so
load => res_pjsip_exten_state.so
load => res_pjsip_log_forwarder.so
load => res_pjsip_logger.so
noload => res_pjsip_messaging.so
noload => res_pjsip_mwi.so
load => res_pjsip_nat.so
load => res_pjsip_notify.so
noload => res_pjsip_one_touch_record_info.so
noload => res_pjsip_outbound_authenticator_digest.so
noload => res_pjsip_outbound_regi...
2016 Aug 15
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
Hello
using pjproject 2.5.5
using asterisk-certified-13.8-cert1
Compiled pjproject 2.5.5 with :
./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --prefix=/usr
--libdir=/usr/lib64 --enable-shared --disable-video --disable-sound
--disable-opencore-amr
Compiled Asterisk 13 with
./configure --libdir=/usr/lib64
All pjproject modules are selectable in menuselect, so here no problem.