aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-16 13:31:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-16 13:31:36 +0000
commit0f1f063caa7e8ddef3d2b1d32b8042cdc238e410 (patch)
tree0de74fc52298955a5c6adbf1ab899171351a8432
parent33ed0ff6e6b99a370f6e89c36df23c41eba4f690 (diff)
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
-rw-r--r--configs/modules.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 2ca3c03d4..8f73de1ef 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -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