dahdi and digium debian package

Hi

I’m trying to install dahdi. I just need the dahdi timer for
conference.
I currently using digium debian package for asterisk 1.8.8.1.
When i install asterisk-dahdi , i’ve got several dependencies which
came for official debian repository (including the dahdi package) and
are outdated.
Is it normal than dahdi is not include into digium packages ? Do i have
to compil it before install asterisk-dahdi ?

Thanks for your help.

5 Responses to “dahdi and digium debian package”

  1. Paul Belanger said:

    Feb 22, 12 at 1:52 pm

    Yes, we do not package DAHDI and rely on the OS version. So it is
    possible that some of the dependencies will be from Debian.

    As long as the asterisk-dahdi package comes for the same repository as
    the asterisk package you should be fine.

  2. A J Stiles said:

    Feb 22, 12 at 2:36 pm

    Debian packages are designed for “least surprise”. By the time a package has
    made it to “Stable” it is pretty thoroughly tested, but may be out of date.

    My best suggestion? Uninstall and purge any Debian packages you installed
    (backup needed config files first …..) and just install Dahdi and Asterisk
    from the Source Code.

  3. Paul Belanger said:

    Feb 22, 12 at 2:44 pm

    I don’t know how to reply to this. I can only assume you only manage a
    single box. What if OP is running more then 1 asterisk box, manually
    compiling asterisk and installing it each time would not be the best
    solution.

  4. cfh said:

    Feb 22, 12 at 7:03 pm

    You can install dahdi kernel modules with the deb package source and the
    debian tool module-assistant

    use

    apt-get install dahdi-source
    m-a a-i dahdi
    dpkg -i dahdi-modules-2.6.*.deb

  5. A J Stiles said:

    Feb 23, 12 at 4:48 am

    Then you build your own .deb package, and install that on all the boxes you
    manage (assuming the same architecture).