<p dir="ltr">Why not just timing test<br>
It shows the timer used</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Nov 16, 2016 8:13 AM, "Stefan Viljoen" <<a href="mailto:viljoens@verishare.co.za">viljoens@verishare.co.za</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Date: Tue, 15 Nov 2016 17:52:07 +0100<br>
From: Olivier <<a href="mailto:oza.4h07@gmail.com">oza.4h07@gmail.com</a>><br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
        <<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.<wbr>com</a>><br>
Subject: Re: [asterisk-users] Asterisk 11.24.1 garbled audio<br>
Message-ID:<br>
        <<a href="mailto:CAPeT9jiQeM5BJJQXtstKyA6k3GLbDSN45Z8WYLaSu24UwAzfEQ@mail.gmail.com">CAPeT9jiQeM5BJJQXtstKyA6k3GLb<wbr>DSN45Z8WYLaSu24UwAzfEQ@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
>Hi,<br>
<br>
>How can I double check which timer is currently is use in a running system<br>
?<br>
>core show settings doesn't tell anything, if I'm not mistaken.<br>
<br>
How about<br>
<br>
module show like timi<br>
<br>
?<br>
<br>
I use DAHDI timing, and this command on my system it shows:<br>
<br>
module show like timi <enter><br>
Module                         Description                              Use<br>
Count<br>
res_timing_dahdi.so            DAHDI Timing Interface                   147<br>
1 modules loaded<br>
<br>
To get this in my modules.conf I specify (among other things):<br>
<br>
load => res_timing_dahdi.so<br>
noload => res_timing_pthread.so<br>
noload => res_timing_timerfd.so<br>
<br>
I'm using 1.8.32.3, but should apply to you as well.<br>
<br>
Using DAHDI timing as I have had extensive problems under a heavily loaded<br>
system with both pthread and timerfd timing.<br>
<br>
Not sure if this still applies on your more recent Asterisk version though,<br>
but anyway - this is how you should be able to see what timing is being used<br>
on a running system.<br>
<br>
Regards<br>
<br>
Stefan<br>
<br>
<br>
--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br>
</blockquote></div></div>