You should see a test result, if not then dahdi is not properly compiled. In this result timertest is functional.
[root@sip ~]# timertest
Opened timer...
Set timer duration to 8000 samples (1000 ms)
Waiting...
Timer Expired (999 ms)!
Timer Expired (1998 ms)!
Timer Expired (2999 ms)!
Timer Expired (4000 ms)!
^C
[root@sip ~]#
You can also check if dahdi is compiled on the active kernel with 'dkms status' and 'uname -a'.
dkms status will print the installation status on all installed kernels.
uname -a will print the active kernel version.
[root@sip ~]# dkms status
dahdi, 2.11.1-11.el7.scopserv, 3.10.0-1127.el7.x86_64, x86_64: installed
wanpipe, 7.0.26-1.el7.scopserv, 3.10.0-1127.el7.x86_64, x86_64: installed
[root@sip ~]#
[root@sip ~]# uname -a
Linux hostname 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@sip ~]#