Re: [asterisk-users] Asterisk simply stops call processing

2023-03-01 Thread John Harragin
I've been having a related problem. I have Asterisk with some call processing accessing Maria (hosted on the phone server, running Ubuntu) via func_odbc. That same odbc driver is used to write cdr records on a different server. I had never noticed a problem (and no threading attribute defined)

Re: [asterisk-users] Asterisk simply stops call processing

2023-02-28 Thread Antony Stone
On Wednesday 22 February 2023 at 15:29:38, John Harragin wrote: > If there are multiple connections that the utilize the same driver, try > putting: > > Threading = 2 > > in the appropriate driver section of > /etc/odbcinst.ini I'll give that a go, however I doubt that it is the problem,

Re: [asterisk-users] Asterisk simply stops call processing

2023-02-28 Thread John Harragin
If there are multiple connections that the utilize the same driver, try putting: Threading = 2 in the appropriate driver section of /etc/odbcinst.ini ...this would be a possibility if the problem is intermittent. Also can you successfully execute the same SQL from the cli? By the way,

[asterisk-users] Asterisk simply stops call processing

2023-02-20 Thread Antony Stone
Hi. I have a strange problem and I'm looking for suggestions on how to investigate it. I have a dialplan which is processing a call, and Asterisk simply stops doing anything for that call. I have verbose and debug logging turned on. There are two steps at a particular point in the dialplan: