[Home]

Summary:ASTERISK-28066: modification of modules.conf
Reporter:Daniel Rebetez (DRZ)Labels:pjsip
Date Opened:2018-09-21 07:30:49Date Closed:2020-01-14 10:24:40.000-0600
Priority:CriticalRegression?
Status:Closed/CompleteComponents:. I did not set the category correctly.
Versions:15.1.1 Frequency of
Occurrence
Related
Issues:
Environment:Ubuntu 18.10 and Asterisk 16.0.0.rc2Attachments:
Description: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
Comments:By: Asterisk Team (asteriskteam) 2018-09-21 07:30:51.995-0500

We appreciate the difficulties you are facing, however information request type issues would be better served in a different forum.

The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.

If this issue is actually a bug please use the Bug issue type instead.

Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

By: Asterisk Team (asteriskteam) 2018-09-21 07:30:52.657-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].