[asterisk-users] Segmentation fault
C. Maj
chris at PenguinPBX.com
Thu Aug 17 13:58:29 CDT 2023
On 8/17/23 12:44, John Harragin wrote:
> You should be able to define multiple data sources. However I'm having my
> own issues. I have my dialplan accessing one maria database which is hosted
> locally on the asterisk server then logging cdr with odbc adaptive which
> connects to maria on a remote machine. This works fine except when the
> remote server is out of reach the calls zombie and eventually lead to a
> fault.
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.
More information about the asterisk-users
mailing list