Files
fusionpbx/app
Antonio Fernandez fe390a3509 Fixed Queues so they work along with example cleanup
In troubleshooting a known FreeSwitch bug with mod_callcenter, I started to try out mod_fifo as an alternative. I realized that the dialplan that was being created by Fusion was not working. Creating a queue is very simple so I knew it wasn't a user error on my part so I dug in deeper. There were a few issues I needed to fix to get queues working again.

1. Add a "break on-true" to each condition destination_number (it was changed in two places)
2. populate the "action" for callers entering the queue via the $agent_queue_extension_number
3. remove the appended "_agent" which was added to the $queue_name which was causing the queue for entering and retrieving calls different.
4. remove the inline="true" for the action that executes the lua script

I also fixed the example comments to be accurate to how the queues should be written in the dialplan.
2021-04-07 01:09:22 -04:00
..
2020-09-29 12:29:46 -06:00
2021-01-18 16:43:55 -05:00
2021-02-17 10:51:42 -05:00
2020-12-21 13:07:04 -07:00
2021-02-28 20:35:51 -05:00
2020-12-09 17:18:17 +01:00
2021-03-15 15:12:12 -06:00
2020-07-29 12:01:40 -06:00
2020-03-20 14:47:13 -06:00
2020-12-21 11:35:09 -07:00
2020-07-07 08:17:22 -06:00
2020-04-17 17:01:14 -06:00
2020-03-26 11:21:30 -06:00
2021-03-10 00:01:18 -07:00
2020-03-20 14:47:13 -06:00
2021-01-06 15:35:20 -05:00
2020-03-20 14:47:13 -06:00
2020-07-30 09:36:27 -06:00
2021-03-19 10:32:13 -06:00