aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-29 23:05:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-29 23:05:14 +0000
commit11d977287112b184ce75f293a65168596a6f9ce7 (patch)
tree3747a51e94305ab71fc31f198ed20eb03e196b53 /configs
parent5312169f95dcc9776d47b408dd49c6209382841c (diff)
Merged revisions 198186 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r198186 | russell | 2009-05-29 18:04:31 -0500 (Fri, 29 May 2009) | 2 lines Suggesting that only a single timing module be loaded is no longer necessary. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@198187 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/modules.conf.sample6
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index e18753b85..a86b57a07 100644
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -38,9 +38,3 @@ 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