Ahron Greenberg (agree)
Ahron Greenberg (agree)
This is likely the same issue as https://github.com/signalwire/freeswitch/issues/1301
I've been using this fix in production without any issues for a couple of months
I have a lua script I use for announcing the queue position, but that takes quickly to announce, so I didn't notice any issues. The solution would be to have...
> @greenbea Can you dynamically calculate the member position? A SQL query
I force pushed some fixes 1. `queue` was being used after `queue_rwunlock(queue)` causing queue to point to unsafe memory. 2. fixed if queue gets reloaded with a new announcement the...
@406112767 Can you provide us the steps on how to reproduce it?
I just had a similar issue on my server where my system crashed with abort. In the trace file I see ``` Thread 1 (Thread 0x7f98dc2b4700 (LWP 25848)): #0 __GI_raise...
A typical scenario is sending a doorbell's early media to multiple receivers. I also would like to have this feature.
I had the same issue. I solved it by disabling the subscription and updating the subscription table directly. ```sql select * from pglogical.alter_subscription_disable('sub1, true); update pglogical.subscription set sub_forward_origins = '{}'...
This isn't a bug. The event does not fire by design because it is sensitive. https://github.com/signalwire/freeswitch/blob/739e770c343db50a360f752a461da176c8a455ad/src/switch_channel.c#L677