Date: Tue, 15 Nov 2016 17:52:07 +0100
From: Olivier <oza.4...@gmail.com>
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] Asterisk 11.24.1 garbled audio
Message-ID:
        <capet9jiqem5bjjqxtstkya6k3glbdsn45z8wylasu24uwaz...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

>Hi,

>How can I double check which timer is currently is use in a running system
?
>core show settings doesn't tell anything, if I'm not mistaken.

How about

module show like timi

?

I use DAHDI timing, and this command on my system it shows:

module show like timi <enter>
Module                         Description                              Use
Count
res_timing_dahdi.so            DAHDI Timing Interface                   147
1 modules loaded

To get this in my modules.conf I specify (among other things):

load => res_timing_dahdi.so
noload => res_timing_pthread.so
noload => res_timing_timerfd.so

I'm using 1.8.32.3, but should apply to you as well.

Using DAHDI timing as I have had extensive problems under a heavily loaded
system with both pthread and timerfd timing.

Not sure if this still applies on your more recent Asterisk version though,
but anyway - this is how you should be able to see what timing is being used
on a running system.

Regards

Stefan


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to