Commit Graph

38 Commits

Author SHA1 Message Date
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
FusionPBX 281979721c
Update fifo_add.php
Change session context to domain_name.
2020-10-22 02:33:18 -06:00
FusionPBX 07f508c16f
Replace the old function dialplan_detail_add with the database save method. 2020-08-17 10:47:17 -06:00
FusionPBX b09ad0f257
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:38:17 -06:00
Nate e8494facee Multiple: Add IDs to form tags, remove empty action attributes. 2020-03-05 10:02:25 -07:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
Nate e1b475ae1a Queues - Add: Button updates. 2020-02-05 19:58:59 -07:00
Nate 5f3095a8c3 Update fifo_add.php. 2019-09-19 06:34:35 -06:00
Nate 8a0f849fe1 FIFO: Database class integration. 2019-08-08 20:10:27 -06:00
markjcrane a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
Len 8de7ef2d84 Update fifo_add.php 2017-09-24 14:50:49 -04:00
FusionPBX 25b0854acc Update fifo_add.php 2017-09-24 10:08:53 -06:00
Mafoo 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Nate Jones ded7cb3266 Visual adjustments. 2015-02-15 11:57:14 +00:00
Nate Jones e5295bad45 Visual adjustments. 2015-02-15 09:20:19 +00:00
Nate Jones 0018e553c4 Visual adjustments. 2015-02-15 07:59:02 +00:00
Nate Jones 996e89c396 Removal of colon next to form label names. 2015-02-15 06:50:00 +00:00
Mark Crane c5755666cb Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Mark Crane bee6b9ae5e Update the memcache reference to use the new cache PHP class. 2015-01-16 00:21:02 +00:00
luis daniel lucio quiroz 8f860b2855 HTML5 input tags for fifo_add 2014-12-21 19:26:44 +00:00
Riccardo Granchi 6a0fe98ad8 Fixed queue creation 2014-10-21 15:17:03 +00:00
Nate Jones dc2196dd6f Document (Window) Title: Update variable name to avoid conflict when paging is used. 2014-07-10 00:32:50 +00:00
Nate Jones beef04d570 Queues, select box mods 2014-04-27 10:20:23 +00:00
Nate Jones 596c6a2b02 Submit button also placed at top; reordered to right margin, too. 2014-04-26 23:37:41 +00:00
Nate Jones 74921ddd3a Fix redirect on Queue add. 2014-02-26 05:29:23 +00:00
Nate Jones cdf418711d Response message updates. 2014-02-23 07:10:19 +00:00
Mark Crane adf6f7c941 Set the default order number for Queues. 2014-01-12 07:03:13 +00:00
Mark Crane 7bba707f0c Queues a.k.a. fifo fix the back button, fix memcache, the title of the page, and remove the redundant files. 2013-09-28 19:11:04 +00:00
Mark Crane 7cce5194e8 Update fifo dialplan details. 2013-09-11 19:56:09 +00:00
Mark Crane 70510f7956 FIFO - use dialplan groups when adding to the dialplan. 2013-09-11 18:50:53 +00:00
Mark Crane e9aa47069c Update the references for header.php and footer.php files to point the resources directory. 2013-07-06 06:29:50 +00:00
Mark Crane 716dc92852 Rename and move persistformvar.php to the resources directory. 2013-07-06 06:21:12 +00:00
Mark Crane c44d39dcf9 Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
Mark Crane 6a70d8db41 Change includes/checkauth.php to resources/check_auth.php. 2013-07-06 05:50:55 +00:00
Nate Jones a48f2b442b Multilinguified Queues (FIFO). Fixed permission issue in fifo_detail_delete.php. Fixed JS issue in fifo_detail_edit.php. 2013-06-09 05:44:19 +00:00
Mark Crane d4a28cc485 Clear memcache as needed. 2013-01-16 00:26:48 +00:00
Mark Crane ccc380fc12 Update the file names in fifo. 2012-11-24 02:44:38 +00:00
Mark Crane acd86842e5 Rename v_fifo_add.php to fifo_add.php. 2012-11-24 02:00:58 +00:00