Ticket #2331 (closed Patches: fixed)

Opened 6 years ago

Last modified 6 years ago

mISDN

Reported by: vieri Assigned to: p_lindheimer
Priority: minor Milestone: 2.4
Component: Core Version: 2.3.0
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description (Last modified by p_lindheimer)

some package installers may setup the mISDN device so I think it doesn't hurt to add /dev/mISDN to:

/var/lib/asterisk/bin/freepbx_engine:

        # Ensure that various hardware devices are owned correctly.
        [ -e /dev/zap ] && chown -R asterisk:asterisk /dev/zap
        [ -e /dev/capi20 ] && chown -R asterisk:asterisk /dev/capi20
        [ -e /dev/misdn ] && chown -R asterisk:asterisk /dev/misdn
        [ -e /dev/mISDN ] && chown -R asterisk:asterisk /dev/mISDN
        [ -e /dev/dsp ] && chown -R asterisk:asterisk /dev/dsp

        echo Permissions OK

Change History

09/12/07 04:43:59 changed by vieri

Please move the priority to "major" as even the official mISDN web site states that the <devnode> should be mISDN and not misdn. (correct me if I'm wrong)

/var/lib/asterisk/bin/freepbx_engine , line 88:

        [ -e /dev/mISDN ] && chown -R asterisk:asterisk /dev/mISDN

Or maybe freepbx_engine should query system udev config for the mISDN device and grab user and group permissions from there.

09/12/07 12:42:08 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.
  • confirmation changed from Unreviewed to Confirmed.
  • component changed from - choose - to Core.
  • description changed.

r5027 (trunk)
r5028 (2.3)