[asterisk-bugs] [JIRA] (ASTERISK-28066) modification of modules.conf
Daniel Rebetez (JIRA)
noreply at issues.asterisk.org
Fri Sep 21 07:30:54 CDT 2018
Daniel Rebetez created ASTERISK-28066:
-----------------------------------------
Summary: modification of modules.conf
Key: ASTERISK-28066
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28066
Project: Asterisk
Issue Type: Information Request
Security Level: None
Components: . I did not set the category correctly.
Affects Versions: 15.1.1
Environment: Ubuntu 18.10 and Asterisk 16.0.0.rc2
Reporter: Daniel Rebetez
Severity: Critical
I'm working with SIP signalisation and hard phone Zhang, Fanvil and yealink. I'm a teacher in a technical school and use Asterisk to teach VOIP system.
It will never work if I don't modify modules.conf in this way:
; Channel Drivers
load = chan_bridge_media.so
load = chan_pjsip.so
I have had to add this line below to be able to connect hard phones to Asterisk IPBX
load = chan_sip.so
…
; At the end of modules.conf I have had to add theses lines below to be able to connect hard phones to Asterisk IPBX
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
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list