0

I have Asterisk 11 installed and is working Fine with DAHDI

I need to add ss7 support to DAHDI and asterisk, do I need to reinstall Asterisk and DAHDI with a version that support ss7 ?

or I just have to install ss7 lib and Asterisk and DAHDI will support ss7 automatically ?

Regards

Mar1
  • 1
  • 1

1 Answers1

0

It is not required to rebuild dahdi. Altough you will need libss7 from Digium/Asterisk, compile and install it. Then Asterisk should be reconfigured (using ./configure in the source directory), look for ss7 during the process. Then asterisk can be rebuilt. When chan_dahdi.so get's linked, sig_ss7.o will be linked in.

viktike
  • 717
  • 4
  • 7