Hi,
I install dahdi and test well following the website below. However, there is no init script to restart dahdi. Besides, I can’t even find any dahdi command in CLI. Anyone can help?
systemctl status dahdi
Unit dahdi.service could not be found.
m*CLI> dahdi show status
No such command ‘dahdi show status’ (type ‘core show help dahdi show’ for other possible commands)
i hope the solution explained by david will work because it’s best way of doing it …after you try that if no result you can do another work around way, which i applied in one server (CentOS7-Asterisk13) … it’s going to /etc/rc.d/init.d directory on a working old dahdi - asterisk- linux server … and copy the file named dahdi and paste on the new asterisk server on same directory, because maybe the dahdi installation was not done properly … just in case save somewhere else the existing dahdi file in case you need to bring it back . reboot the server and see if you have a change on dahdi with command systemctl status dahdi or with command /etc/init.d/dahdi status
That’s a bad error, and errors like that - low level hardware compatibility issues between the X100P and newer motherboards - were why we moved away from that design. If you need a low-density analog card for use with Asterisk, we recommend our A4A (PCI) or A4B (PCI-Express) cards. Besides getting a much better card, your dollars are going towards supporting the ongoing development of Asterisk, and even the funding of these forums.
I saw it was for FreeBSD , but you know sometimes some parts of configs work also on other operating systems so i just made a suggestion , maybe he can give a try to make some changes … i did not said it will work.