serfreeman1337
serfreeman1337
Related issue: https://github.com/CyCoreSystems/ari/issues/129 Original solution by @rashikzaman --- This change is [](https://reviewable.io/reviews/cycoresystems/ari/135)
On my "Arch Linux" machine I'm experiencing start up crash: ``` Core was generated by `/home/serfreeman1337/.local/share/Steam/steamapps/common/Half-Life/hl_linux -st'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0xd1927f6b in CEnginePatchesLinux::HookSvcHandlers (this=0xd1c6bec0 ,...
``` $ /usr/lib/bluetooth/bluetoothd -v 5.78 ``` bluetoothd crashes when keyboard goes to sleep and disconnects ``` Core was generated by `/usr/lib/bluetooth/bluetoothd'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000062dd8bf08248...
When the other side cancels an incoming call before we answer it the session locks until it timeouts with an "ACK missed" message. Example handler: ```go d.HandleFunc(func(d *diago.DialogServerSession) { d.Progress()...
### Improvement Description When using the `force_longest_waiting_caller` setting, placing the caller first in the queue actually prioritizes the caller after other calls in other queues based on a waiting time....
Check priority first when determining which caller is waiting the longest, so that callers with higher priority will always ring first even if they have less wait time. Resolves: #1637