<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Dahdi timing is for dahdi hardware. See here: <a href="https://wiki.asterisk.org/wiki/display/AST/Timing+Interfaces" class="">https://wiki.asterisk.org/wiki/display/AST/Timing+Interfaces</a></div><div class=""><br class=""></div><div class="">You could check your asterisk modules using "module show" on asterisk cli.</div><div class=""><br class=""></div><div class="">Sounds like you might be doing transcoding, which might be the cause of your problems. Are you using the same codec for all calls? If so - which one? I'm not 100% sure about this, but asterisk might be using slin internally for the conf bridge, which means it might have to do some expensive transcoding on the receiving and then again on the sending end. You could check your transcoding times with "core show translation recalc".</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">Stoyan<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 21 Oct 2022, at 12:17 AM, Jerry Geis <<a href="mailto:jerry.geis@gmail.com" class="">jerry.geis@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><br class="">What is the trick to get "preload => res_timing_dahdi" working ?<div class=""><br class=""></div><div class="">I have tried to add to both a CentOS 7 (metal box) and Ubuntu 20.04 (VMware guest) system</div><div class="">restart asterisk and neither print anything about res_timing_dahdi in the /var/log/asterisk/messages file.</div><div class=""><br class=""></div><div class="">Both are having issues with around 80 Confbridge items. </div><div class=""><br class=""></div><div class="">timing test on BOTH return the same...<br class="">Attempting to test a timer with 50 ticks per second.<br class="">Using the 'timerfd' timing module for this test.<br class="">It has been 1000 milliseconds, and we got 50 timer ticks<br class=""></div><div class=""><br class=""></div><div class="">I dont think either system is "correctly" using the dahdi timer.</div><div class=""><br class=""></div><div class="">Thoughts ?</div><div class=""><br class=""></div><div class="">jerry</div></div>
-- <br class="">_____________________________________________________________________<br class="">-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" class="">http://www.api-digital.com</a> --<br class=""><br class="">Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" class="">https://community.asterisk.org/</a><br class=""><br class="">New to Asterisk? Start here:<br class=""> <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" class="">https://wiki.asterisk.org/wiki/display/AST/Getting+Started</a><br class=""><br class="">asterisk-users mailing list<br class="">To UNSUBSCRIBE or update options visit:<br class=""> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" class="">http://lists.digium.com/mailman/listinfo/asterisk-users</a></div></blockquote></div><br class=""></div></body></html>