Ticket #4426 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

sip_notify.conf being supplied from multiple modules results in symlink errors

Reported by: p_lindheimer Assigned to: p_lindheimer
Priority: minor Milestone: 2.9
Component: Core Version: 2.8-branch
Keywords: restart endpointman Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

currently sip_notify.conf is being supplied by the restart module and also the endpoint manager which is in contributed_modules directory but will be moving to core in the future.

This results in symlink errors. The ownership of the sip_notify.conf needs to be moved to core where other sip modules are owned, and then added to the core_conf class so other modules such as these two can add sip_notify entries.

Change History

07/12/10 18:06:30 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [10103]) fixes #4426 move sip_notify.conf to core and use core_conf to add sections