<div dir="ltr"><div dir="ltr"><div>>Setting "batch=yes" in your /etc/asterisk/cdr.conf file may fix this by 
moving the database interaction to separate threads away from the call.</div><div><br></div><div>I can certainly try this, but I believe the maria-odbc-driver is what is running as a single thread. Its been a few months since I played with this, I think there may also be a compiled in parameter in the unixodbc regarding threading that's default value was changed in recent years.</div><div><br></div><div>The only asterisk issue is why it would hang at SET(CDR_PROP(disable)=1)? Perhaps there is an interaction where odbc_adaptive always checks an aspect of the tables it interacts with (and needlessly when disabling cdr). I started looking at the source - but got pulled onto another project before I was able to determine anything, and have not revisited the issue. So for me this isn't current but just me throwing in my recollections that may pertain to Federico's issue.<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 17, 2023 at 5:37 PM C. Maj <<a href="mailto:chris@penguinpbx.com">chris@penguinpbx.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 8/17/23 12:44, John Harragin wrote:<br>
> You should be able to define multiple data sources. However I'm having my<br>
> own issues. I have my dialplan accessing one maria database which is hosted<br>
> locally on the asterisk server then logging cdr with odbc adaptive which<br>
> connects to maria on a remote machine. This works fine except when the<br>
> remote server is out of reach the calls zombie and eventually lead to a<br>
> fault.<br>
<br>
Setting "batch=yes" in your /etc/asterisk/cdr.conf file may fix this by <br>
moving the database interaction to separate threads away from the call.<br>
<br>
-- <br>
_____________________________________________________________________<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.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/wiki/display/AST/Getting+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/mailman/listinfo/asterisk-users</a></blockquote></div></div>