Commit Graph

431 Commits

Author SHA1 Message Date
Nate Jones 3647421bf1 Time Conditions: Editable. 2015-02-25 09:52:12 +00:00
Mark Crane c5ba922679 Set the min='0' for dialplan detail edit. 2015-02-20 04:27:14 +00:00
Nate Jones 80fddb7fd4 Visual adjustments. 2015-02-15 10:05:08 +00:00
Nate Jones 18fefa3682 Visual adjustments. 2015-02-15 09:20:19 +00:00
Nate Jones 2b0396063a Code cleanup. 2015-02-15 08:46:20 +00:00
Nate Jones dbd9fbc07b Visual adjustments. 2015-02-15 07:59:02 +00:00
Nate Jones 256e424b3e Removal of colon next to form label names. 2015-02-15 06:50:00 +00:00
Nate Jones b17af46313 Time Conditions: Overhaul (on Add only, so far). 2015-01-24 04:10:37 +00:00
Nate Jones dc3682df3e Dialplan Edit: Some code cleanup. 2015-01-23 00:58:47 +00:00
Nate Jones 4ac2d8adfc Dialplan Edit: Some code cleanup. 2015-01-22 23:49:02 +00:00
Nate Jones 22ea16bdb0 Dialplan Edit: Implement dynamic stretching on Data column. 2015-01-22 19:14:12 +00:00
Mark Crane 04b0ffccc1 Enable ability to have global gateways. 2015-01-22 11:10:51 +00:00
Mark Crane 03220c9754 Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Mark Crane 91bfa85bac Update the memcache reference to use the new cache PHP class. 2015-01-16 00:21:02 +00:00
Mark Crane 618626e97a Fix the string quotations and return on the method. 2015-01-15 19:33:27 +00:00
Mark Crane 8d1f9fe7d4 Exchange the direct call to memcache for the dialplan edit and replace it with the 'cache' class. 2015-01-15 19:15:01 +00:00
Mark Crane 5a8ba17b57 Sets the domain_uuid to null on the child data for global dialplans. 2015-01-09 22:29:12 +00:00
Mark Crane dd51a8237b Make the indentation on the dialplan delete more consistent with the rest of the code base. 2015-01-09 22:09:58 +00:00
Mark Crane bb1886ad63 Finish removing the paths for the main menus. 2015-01-09 21:44:31 +00:00
Mark Crane 7ddc15972e outbound_route_to_bridge simplify the dialplan detail SQL select. 2015-01-09 11:10:13 +00:00
Mark Crane 76f6f7b1d4 Properly escape < and > for dialplan detail data. 2015-01-07 17:11:06 +00:00
Mark Crane 90b55b3d54 Remove the logging to make way for a better logging. The older one caused a problem for someone without permission to write to /tmp/logfile.txt 2015-01-03 08:32:30 +00:00
Mark Crane ddca77629e Move the menu array to app_menu.php 2014-12-26 03:27:54 +00:00
Mark Crane 6d98ffc320 Add app_menu.php files for the menu. 2014-12-25 19:32:57 +00:00
luis daniel lucio quiroz 4438c2cc70 HTML5 input tags for dialplan_edit 2014-12-21 06:27:18 +00:00
Mark Crane 515ae0f0ae Remove the global intercept dialplan. 2014-12-12 10:24:38 +00:00
Mark Crane 8525e3abd7 Take please hold dialplan to the next level. 2014-12-12 10:18:55 +00:00
Mark Crane 13c62fa880 Get dialplan variables for forward all, busy and no answer. 2014-12-03 07:54:43 +00:00
Mark Crane 901117fab7 Revert the changes to call_block dialplan. 2014-12-03 01:44:10 +00:00
Riccardo Granchi 390a5d4724 Engineered the management of bridge failures in local extension, with optional variables which by default provides the standard behavior. Changed the default order for extension_queue, which has *800 prefix, before the extension-intercom, which has the *8 prefix 2014-11-21 15:38:26 +00:00
Mark Crane 5b45bde211 Add a missing single quote and xhtml nowrap. 2014-11-16 09:24:24 +00:00
Riccardo Granchi e791130124 Added extension click_to_call_auto_answer to prevent auto-answer on b-leg 2014-11-14 14:12:50 +00:00
luis daniel lucio quiroz 7453c6a978 better place for rec_extension 2014-11-13 21:16:37 +00:00
luis daniel lucio quiroz a04ef0929a set record extension to wav 2014-11-13 16:26:14 +00:00
Riccardo Granchi f9d854bc94 Added toll allow and ability to enable it in outbound routes 2014-11-13 12:12:41 +00:00
Riccardo Granchi 02f8e6366d Added inline=true in toll_type_assignment extension 2014-11-07 16:00:11 +00:00
Riccardo Granchi 768bdf21b2 Added toll_type_assignment extension 2014-11-06 17:23:27 +00:00
Mark Crane eb142de87e Change the default order for extension queue dialplan to give it a more appropriate order. Dialplan order below 110 are special because they apply to outbound routes. Therefore only dialplans that should affect outbound routes can be below order 110. 2014-10-31 04:30:30 +00:00
Nate Jones 78b7da1ca5 Dialplan Manager: Click Enabled value to toggle dialplan state. 2014-10-31 04:00:01 +00:00
Riccardo Granchi 14133e6df4 Fixed loop issue during forward to voicemail on busy 2014-10-30 09:30:31 +00:00
Riccardo Granchi b4c6906520 Added forward on busy and extension queue features 2014-10-29 16:06:53 +00:00
Philippe Rioual 22f04d0556 updated / enhanced french translations 2014-10-29 08:51:56 +00:00
Richard Neese c972415613 fixing /usr/share/fusionpbx to be /usr/share/examples/fusionpbx 2014-10-23 18:03:33 +00:00
Mark Crane fb4a561149 Fix extension number-alias for extensions using paging. 2014-10-21 22:57:29 +00:00
Toto Caruso 73cf21ca46 Fixed call_block loop on forward to answer machine and cache clean on delete/edit 2014-10-21 16:16:10 +00:00
Mark Crane bb2c58a6fa Add ${record_ext} variable back into local_extension for *2 on demand recording. 2014-10-11 17:17:40 +00:00
Johan Brannlund 9e844f0ebd Fix *2 recording path for single-tenant 2014-10-11 13:43:33 +00:00
Mark Crane b60b2be4c3 Add hold_music variable so that outbound calls work with custom per extension music on hold 2014-09-20 01:18:20 +00:00
Mark Crane 3188cecce6 Use record_ext in local_extension 2014-09-09 05:10:54 +00:00
Mark Crane fea9194c5c Change the order of the redial 2014-09-06 04:18:34 +00:00
Mark Crane 3a822733c0 Fix redial by adding by inserting last_dial 2014-09-06 04:00:25 +00:00
Mark Crane 4f071c013d is_zrtp_secure set continue to true 2014-08-25 01:06:34 +00:00
Mark Crane f5a00b4230 Add the dialplan number for hot desking. Remove a few more redundant continue xml dialplan attributes 2014-08-24 09:02:00 +00:00
Mark Crane ff3a748f57 Remove a redundant continue xml attribute 2014-08-24 08:24:18 +00:00
Mark Crane 6ef129e44d Remove this code that set the dialplan_number as it is no longer needed because of the xml number attribute that was added to the dialplan 2014-08-24 07:53:54 +00:00
Mark Crane 27c760ef3c Fix the call direction dialplan which on sqlite was showing up empty, and missing completely in Postgres. 2014-08-24 07:41:48 +00:00
Mark Crane 3e421a3d34 Feature code call forward *72 on, *73 off, *74 request id and password toggle on/off complete the commits 2014-08-22 07:37:13 +00:00
Mark Crane fa4260057d Move is_local to the dialplan and app/is_local/index.lua 2014-08-17 13:16:18 +00:00
Mark Crane 865e9668d3 Make sure the dialplan_uuid is set before trying to delete it 2014-08-16 18:54:32 +00:00
Mark Crane 3654d64a96 Remove the global app.lua dialplan as it failed to scale 2014-08-16 18:51:43 +00:00
Mark Crane 846e06eb95 Don't add the global inbound routes by default 2014-08-16 18:22:36 +00:00
Mark Crane 64c34744e6 Fix the order of these dialplans 2014-08-06 09:39:49 +00:00
Mark Crane c49328a09c Change the call_direction dialplan to account for outbound call direciton eaerlier in the dialplan. 2014-08-06 09:13:38 +00:00
Nate Jones 2e9d4e9655 Dialplan Edit: Truncate initially displayed Data values with ellipsis (pre edit). 2014-08-04 19:33:26 +00:00
Mark Crane 31e3765a76 Enable the user_record dialplan, fix api_on_answer 2014-08-03 17:58:00 +00:00
Mark Crane 4adc3fc657 Add domain_name to the recording path 2014-08-03 17:41:09 +00:00
Mark Crane 9ce9be52a6 Add from_extension back to the user_record dialplan and fix the record_session condition 2014-08-03 17:16:00 +00:00
Mark Crane 62626d2a7c Add break=never for user_record 2014-08-03 17:05:01 +00:00
Mark Crane e4a447f2b8 Add inline = true for user_exists and user_record 2014-08-03 16:38:38 +00:00
Mark Crane 7453036367 More work with user_exists to get extension_uuid 2014-08-03 14:57:08 +00:00
Mark Crane 7d091e3bc1 Add user_exist, and user_record to the dialplan as replacement to app.lua dialplan 2014-08-03 14:28:50 +00:00
Nate Jones 5bb2bea640 Input Type Switch Button: Changed from left triangle (&#10782;) to left triangle (&#9665;), as wasn't displaying properly in FF on Mac. 2014-08-03 07:02:12 +00:00
Nate Jones 8ded50c67e Input Type Switch Button: Changed from < to left triangle (&#10782;) 2014-08-03 06:18:06 +00:00
Nate Jones b3ef3894f8 Input Type Switch Button: No interprets HTML entities code for left triangle (&#10782;) after switching element type once (wasn't being parsed as an HTML entity, but displayed literally). 2014-08-03 06:12:10 +00:00
Nate Jones c0209959a8 Input Type Switch Button: Changed from < to left triangle (&#10782;) 2014-08-03 05:31:42 +00:00
Nate Jones 0bc5a4870c Dialplan: Implemented bulk-delete.
Default Settings: Minor fixes and enhancements.
2014-07-31 09:21:16 +00:00
Mark Crane 966b6d8cde Fix the commented reference from the wiki to confluence. 2014-07-29 22:58:19 +00:00
Mark Crane 5896a21faa Add the follow me dialplan 2014-07-29 07:42:30 +00:00
Nate Jones 98b25b54ff Copyright: Fixed CDR Details and Dialplan Edit so copyright line stays where intended. Enhanced theme restored. 2014-07-27 15:52:34 +00:00
Mark Crane dfedc3bdb6 Fix the indentation and login redirect issue 2014-07-27 08:00:16 +00:00
Mark Crane e3db9ffb35 Update the dialplan entry for DND 2014-07-27 06:58:15 +00:00
Mark Crane 3d4a237799 Fix the search string for the dialplans 2014-07-27 05:24:27 +00:00
Mark Crane d3e337d232 Changet GET to a REQUEST 2014-07-27 05:12:27 +00:00
Mark Crane 2327d51886 Add the app uuid and order by to the dialplan search 2014-07-27 05:10:21 +00:00
Mark Crane b4cc3da829 Fix the search for the diaplan_order 2014-07-27 04:59:14 +00:00
Mark Crane 097552d571 Search the dialplan name 2014-07-27 04:46:52 +00:00
Mark Crane 49481d8e6b Add the search translation 2014-07-27 04:43:56 +00:00
Mark Crane 5fb6c7607b Add a search for the inbound, outbound routes and the dialplan 2014-07-27 04:40:14 +00:00
Mark Crane 2ff4bd21a4 Update the call forward lua script and remove the pin number 2014-07-25 11:04:16 +00:00
Mark Crane 0e49a135c6 Change value park from continue true to false as continue is not needed and it uses a little more resources when its set to true 2014-07-25 08:32:19 +00:00
Mark Crane 5228789d75 Add continue to all the default dialplans 2014-07-25 08:24:24 +00:00
Mark Crane 62bd78e97c Add continue false to the call forward dialplan 2014-07-25 08:08:59 +00:00
Mark Crane 9fdd07b1bb Add break on-true to the call forward dialplan 2014-07-25 08:03:41 +00:00
Mark Crane 551c96d2bd Add call forward dialplan 2014-07-25 07:09:36 +00:00
Mark Crane db9ed99dcf Add the not found inbound route only if using the xml handler 2014-07-23 23:06:14 +00:00
Mark Crane 1613d19c3b Unset the prepared statements used in the app_defaults.php files. 2014-07-23 22:00:03 +00:00
Mark Crane 09ff31ae5a Disable the global and not found inbound routes by default 2014-07-23 21:35:12 +00:00
Mark Crane c961b4ab82 Show the billing warning only if its installed 2014-07-23 20:47:00 +00:00
Mark Crane 314da0b559 Change limit_execute back to limit as limit_execute is not available on most systems 2014-07-23 20:30:32 +00:00
Mark Crane b1ce33cefc Add dialplan for an extension calling itself to check voicemail 2014-07-22 19:53:23 +00:00
Mark Crane 008744dc9f Update the destination number for the page dialplan 2014-07-14 18:00:01 +00:00
Mark Crane bce4b41cd8 Prevent speed dial transfer to page extension as reported at https://code.google.com/p/fusionpbx/issues/detail?id=639 2014-07-14 17:57:37 +00:00
Mark Crane b4b47852bc Fix voicemail *97 by changing the sip_from_display variable back to the original caller_id_number 2014-07-14 17:44:22 +00:00
luis daniel lucio quiroz 53b3427a6b some language and default values support 2014-07-14 03:42:13 +00:00
Mark Crane 5de5699da8 Fix the call direction dialplan name 2014-07-13 05:11:01 +00:00
Mark Crane 1ed22da0df Remove the C from call block as its no longer needed 2014-07-12 21:12:35 +00:00
Mark Crane 053ce37dfa Fix the name on the variables dialplan 2014-07-12 07:57:04 +00:00
Mark Crane 667023311a Add call direction dialplan back with its original app_uuid. Add variables dialplan for per domain variables 2014-07-12 04:28:55 +00:00
Mark Crane 97f3d676a7 Add call block default dialplan 2014-07-12 02:31:48 +00:00
Nate Jones e67aa0c638 Document (Window) Title: Update variable name to avoid conflict when paging is used. 2014-07-10 00:32:50 +00:00
Mark Crane 743bb3b410 Set continue to false for inbound route - not found 2014-07-09 07:55:57 +00:00
Mark Crane 502ac356d0 Change the variable to identify the voicemail ID. The sip_from_display is compatible with the number alias 2014-07-07 21:37:51 +00:00
Nate Jones 1546661013 Dialplan Edit: If action is bridge, and data is sofia/gateway/... initially show Gateway Name instead of UUID. UUID showed on click to edit. 2014-06-29 06:39:40 +00:00
Nate Jones 7f36b2d6d2 Usability Enhancement: Click on list rows to View/Edit items.
Misc other fixes.
2014-06-22 04:34:19 +00:00
Nate Jones ec1ba51eb9 (Modified) Usability Enhancement: Click on list rows to Edit items. Now uses jQuery (instead of onclick) to avoid being redirected to Edit when canceling a Delete. 2014-06-21 08:52:47 +00:00
Nate Jones 632fd2cb39 Add links to certain column text in a list view.
Misc bug fixes.
2014-06-21 03:42:09 +00:00
Nate Jones e979147858 Add links to certain column text in a list view.
Add ability to edit Call Block number.
2014-06-21 00:58:16 +00:00
Nate Jones 59f80f04e4 Retains bottom border on table cell(s) if content is empty. 2014-06-17 18:51:32 +00:00
Nate Jones e5a23aabaf CDR basic search query, style and language mods, misc minor style mods. 2014-06-16 18:12:21 +00:00
luis daniel lucio quiroz 1b1a97e5b9 local_extension regexp change to allow alphanumeric usernames 2014-06-09 13:53:45 +00:00
Mark Crane e7e7a7ff60 work on dialplan domain select 2014-05-24 03:15:51 +00:00
Mark Crane b1dad9e75f More work on the domain select on the dialplan editor 2014-05-22 06:44:35 +00:00
Mark Crane 59763c0c23 Update the dialplan copy 2014-05-22 04:36:04 +00:00
Mark Crane a39cbaf094 Add a dialplan domain select only available to a user in the superadmin group 2014-05-22 04:20:28 +00:00
Mark Crane b78b021e0d Remove the directory path 2014-05-20 07:35:42 +00:00
Mark Crane 5eab7013df Add a not found log as a last restort inbound route 2014-05-20 07:19:30 +00:00
Mark Crane 8ba0321d0b Update the group intercept lua script 2014-05-16 07:29:16 +00:00
Mark Crane 5d9cfea9c0 Fix blind transfer *1 2014-05-11 08:18:03 +00:00
Mark Crane 9cd2c50b58 Fix a syntax error on the dialplan class 2014-05-10 21:42:35 +00:00
Mark Crane ee852070ee Fix the dialplan default.xml for the debian package install 2014-05-10 20:20:22 +00:00
Mark Crane 1bc88766ab Fix issue 591 where the dialplan xml file was not including the dialplan directory 2014-05-03 00:49:11 +00:00
Mark Crane 62fdf9026d show global dialplans 2014-04-29 17:32:50 +00:00
Nate Jones 3fb96169dc Adjusted select box widths 2014-04-27 09:28:47 +00:00
Nate Jones 5bd68d6041 Order select box selection adjustment 2014-04-27 09:19:03 +00:00
Mark Crane 15ab337ddf Change limit to limit_execute on local_extension 2014-04-27 09:04:46 +00:00
Nate Jones e64fef05dd Submit button also placed at top; reordered to right margin, too. 2014-04-26 22:50:52 +00:00
Nate Jones 360941533a Removed 'Parameter' option from Tag select box and language file, adjusted display attribute to fix glitchy select boxes. 2014-04-16 01:06:11 +00:00
Mark Crane c6c9b25cc5 save the file when the context session has a value 2014-04-15 06:55:48 +00:00
Mark Crane f8870d204c Fix the dialplan/default.xml for the debian package install 2014-04-15 06:22:17 +00:00
Nate Jones a1010fecce Dialplan (Inbound) & Ring Group select box adjustments (focus at top, etc) 2014-04-15 01:31:49 +00:00
Nate Jones 5d250eba32 Default select value adjustments 2014-04-15 01:10:21 +00:00
Mark Crane da179fa1c5 Change the local_extension dialplan bridge to user/@. 2014-04-13 15:54:00 +00:00
Mark Crane 6a4dd6687d Finish up the source conf directory for the Debian Package install. 2014-04-13 04:45:05 +00:00
Mark Crane 088bdc9021 Remove redundant check_str that is being done automatically in the PHP class. 2014-04-03 21:00:13 +00:00
Mark Crane 22e1e9dbb6 Forgot to update the app_uuid which needs to be unique for each dialplan. 2014-04-03 20:35:47 +00:00
Mark Crane 8bd0d7358f Add valet park in (*5900) and park out (*5901 - *5999). 2014-04-03 20:28:03 +00:00
Mark Crane 5dca695f6e Add valet_hold_music to the valet park dialplan. 2014-04-01 09:36:33 +00:00
Mark Crane e1da2c4471 Fix the array so that it will work when adding a record. 2014-04-01 09:24:01 +00:00
Mark Crane 605646cc27 Improve the security, simplify the code, and prevent bugs by using the HTTP POST to build a new array. 2014-04-01 09:01:40 +00:00
Mark Crane af881804d4 Fix the dialplan_number so that it is more accurate. 2014-03-18 09:04:05 +00:00
Nate Jones 841f4ffbf1 Layout mods. 2014-03-17 18:56:33 +00:00
Nate Jones 454681ecab Dialplan Edit layout and style mods
Integrated autosize jquery script for text inputs
Style and functionality mods on domain selector and Enhanced template
2014-03-15 21:35:53 +00:00
Nate Jones b2449126fb Unstack list control icons. 2014-02-26 03:08:06 +00:00
Nuno Miguel Reis c8740bad49 fixed some translations 2014-02-25 22:49:35 +00:00
Mark Crane 2e0a486f22 Only set variables with values not variables. 2014-02-25 09:37:59 +00:00
Nuno Miguel Reis eeed105dff change of some pt_PT translations and fixed some encoding bugs for the new Chile spanish
Conflicts:
	fusionpbx/app/call_center_active/app_languages.php
	fusionpbx/app/calls_active/app_languages.php
	fusionpbx/app/ring_groups/app_languages.php
	fusionpbx/app/schemas/app_languages.php
2014-02-25 03:28:28 +00:00
Nate Jones 11c518aada Response message updates. 2014-02-23 06:06:34 +00:00
Mark Crane 1b6221768a Update the redirect for dialplan_delete.php 2014-02-20 23:57:42 +00:00
Mark Crane 93092bb0e0 Update the redirect for dialplan_detail_delete.php 2014-02-20 23:56:45 +00:00
Mark Crane cbd8e52bd9 Add outbound_routes method to the dialplan class. 2014-02-18 11:08:35 +00:00
Mark Crane c688431748 Disable the please hold dialplan forerly in context: features. 2014-02-16 01:59:48 +00:00
Mark Crane 0f9cf0e79f Finish the Spanish es-cl integration. 2014-02-14 18:37:58 +00:00
Mark Crane a6b2dd512d Add a new Spanish translation donated by José Manuel Calquin Heinsohn. 'es-cl'. This completes the menu Spanish translation. 2014-02-13 20:15:59 +00:00
Mark Crane 50d4731df6 Simplify the approach used to add the global inbound route that calls the dialplan.lua script. 2014-02-11 01:50:39 +00:00
Mark Crane ac8d4bd9f1 Change the context for the local_extension bind_meta_app *1, *3, and *4. 2014-02-10 21:20:40 +00:00
Mark Crane 49a9664487 Move the features context into the regular dialplan context. 2014-02-10 21:13:17 +00:00
Mark Crane b7dc9d39ac Add domain_uuid to the dialplan_detail array. 2014-02-06 10:13:57 +00:00
Mark Crane 6db8a2c8f1 Update the tab spacing on dialplan/dialplan_detail_delete.php. 2014-02-06 07:39:38 +00:00
Mark Crane dd6e7542d1 Add a new dialplan entry for changing the user status useful especially for call center. 2014-02-04 23:19:31 +00:00
Nuno Miguel Reis b581096c2f added missing references 2014-01-21 04:33:54 +00:00
Nuno Miguel Reis e932053c14 fixed dialplan copy 2014-01-21 04:22:10 +00:00
Mark Crane be442661c9 Add a new object relational model class and make the dialplan edit use for add and edit. 2014-01-19 13:09:17 +00:00
Mark Crane 2c347a2e91 Fix the dialplan delete atomic transaction. 2014-01-17 03:04:26 +00:00
Mark Crane b411597473 Change the 'Dialplan Add' to 'Dialplan' 2014-01-16 19:59:26 +00:00
Mark Crane f4b6e939f8 Change the 'Dialplan Add' title to 'Dialplan' 2014-01-16 19:52:04 +00:00
Mark Crane edcaf540b2 When adding an dialplan default it to order number 200. 2014-01-16 19:41:06 +00:00
Mark Crane 3cf0a25f7d Add app/dialplan/ to the dialplan class path. 2014-01-13 14:34:13 +00:00
Mark Crane 7661cf907a Move the dialplan class to the dialplan/resources/classes directory. 2014-01-13 14:21:27 +00:00
Mark Crane 04b0b895d4 Change the dialplan order number for global to 000. 2014-01-12 07:51:06 +00:00
Mark Crane 01ae20a0c3 Add the translation for the Message header when saving the dialplan. 2014-01-12 07:18:15 +00:00
Mark Crane 587849eb38 Adjust the width so it looks better in google chrome. 2014-01-12 01:01:28 +00:00
Mark Crane 187b52ebef Update dialplan/dialplan_edit.php adjust the widths of the fields, change a few to input type text, make the add fields visible by default. 2014-01-11 22:55:54 +00:00
Mark Crane 60e735d51c Move save before copy in dialplan/dialplan_edit.php, 2014-01-11 06:12:55 +00:00
Mark Crane 0a991081bf Add a save button to the top of the Dialplan edit. 2014-01-11 05:52:26 +00:00
Mark Crane 2861c94c58 Improve the dialplan manager so that it looks nicer and is faster to make changes. This change effects the dialplan manager, inbound routes, outbound routes, time conditions, and queues. 2014-01-10 23:58:42 +00:00
Mark Crane 4937c19503 Rename another one of the php files to fit the naming convention. 2014-01-10 23:52:15 +00:00
Mark Crane 07e51b5500 Rename one of the php files to fit the naming convention. 2014-01-10 23:51:44 +00:00
James Rose 96557e673a changed context to domain_name for single tenant. Would come back as default and parked as park@1.2.3.4 2013-12-23 18:14:14 +00:00
Mark Crane a177f2bc71 Remove the log line that isn't needed anymore. 2013-12-21 16:18:54 +00:00
Mark Crane 3c34cebcac Change the valet timeout to 90 seconds. 2013-12-21 01:48:19 +00:00
James Rose fd0bf88d47 fixed var name referred_by_user 2013-12-20 22:41:55 +00:00
Mark Crane 6a0ca57fdc Update valet park. 1. Set the orbit extension to return the call to the original extension that referred it if the call is not answered before the timeout. 2. If the parking lot is occupied return the call to the extension that tried to park it. Team effort by Gill, James, and Mark. 2013-12-20 22:15:18 +00:00
Mark Crane e8dbf586f5 Fix the table header order links so they maintain the app_uuid in the link. Remove the <strong> tag as it should be handled with the title CSS class. 2013-12-18 08:54:03 +00:00
Mark Crane c873301912 Add app.lua dialplan to the global dialplan and set call direction to disabled. 2013-12-01 05:22:25 +00:00
Mark Crane e427602f92 Change the order to 245_page.xml to 250_page.xml. 2013-12-01 05:10:29 +00:00
Mark Crane 500b1bef21 250_global.xml to 100_global.xml 2013-12-01 05:09:12 +00:00
Mark Crane 37a1a08390 rename 100_call-direction.xml to 110_call-direction.xml 2013-12-01 05:08:25 +00:00
Mark Crane 316ac96b7e Dialplan increment the colspan number. 2013-11-12 19:37:17 +00:00
Mark Crane df635df21e Add context to the list of dialplans. 2013-11-12 19:32:15 +00:00
Nuno Miguel Reis 8d81f349f5 added html <strong> tag where missing 2013-10-17 22:07:25 +00:00