From 11d977287112b184ce75f293a65168596a6f9ce7 Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 29 May 2009 23:05:14 +0000 Subject: 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 --- configs/modules.conf.sample | 6 ------ 1 file changed, 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 -- cgit v1.2.3