dect
/
asterisk
Archived
13
0
Fork 0

Note that only one timing interface should get loaded.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122977 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-06-16 13:31:36 +00:00
parent 33ed0ff6e6
commit 0f1f063caa
1 changed files with 7 additions and 0 deletions

View File

@ -37,3 +37,10 @@ load => res_musiconhold.so
noload => chan_alsa.so
;noload => chan_oss.so
;noload => chan_console.so
;
;
; Only load one timing interface. If DAHDI is available, use that as it will
; provide the best results.
;
;noload => res_timing_dahdi.so
;noload => res_timing_pthread.so