Commit Graph

157 Commits

Author SHA1 Message Date
FusionPBX e1556c9dc3 Update destination_edit.php
Rewrote a large amount of the page to the new class which allows for much less code. Also remove the proprietary billing system and its contributor as their code was removed. Proper integration should not have to touch project code but be a standalone plugin. If current plugin capability is not sufficient will need to expand its capabilities.
2016-10-02 11:40:49 -06:00
FusionPBX c372ece23e Update destination_edit.php
Update the dialplan destination to update the dialplan xml and adjust the array that is saved.
2016-10-02 10:26:28 -06:00
FusionPBX 1f22343263 Update destination_edit.php 2016-08-03 01:04:26 -06:00
FusionPBX aee9e76029 Update destination_edit.php
Only check for duplicates on inbound destinations.
2016-08-03 00:50:11 -06:00
FusionPBX 462bb54a9b Update destination_edit.php
Prevent fax details from duplicating, fix trailing spaces, and adjust some indentation.
2016-08-03 00:06:36 -06:00
FusionPBX bb17126542 Update destination_edit.php 2016-08-02 22:30:29 -06:00
markjcrane 7b2fd68806 Add support for destination_number name to be customized on inbound routes. 2016-03-21 11:13:47 -06:00
markjcrane 08b4e3138c Add destination number regex and string_to_regex function. 2016-03-17 13:22:03 -06:00
markjcrane 0a973bfd34 Add round brackets around the condition destination_number for inbound routes generated by destinations. 2016-02-22 14:28:45 -07:00
markjcrane fa081456b1 Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
markjcrane 748e286ae9 Add style white-space: nowrap; to destination edit. 2015-11-19 22:42:33 -07:00
Matthew Vale 6339a7363d missed none when pasting new code 2015-11-09 11:49:09 +00:00
Matthew Vale 1fd61fb37e Bugfix for destinations_edit.php
the tr_fax_detecion segment is optional so causes the onchange_type javascript to stop when it can't find it.
2015-11-09 11:47:15 +00:00
markjcrane ce8175782d Remove the redundant public condition from the inbound route. 2015-10-24 16:39:22 -06:00
markjcrane f3ccf63a0a Remove the exit on the dialplan destination edit. 2015-10-16 16:52:58 -07:00
reliberate cde85270f3 Destinations: Hide Account Code field on Add/Edit of Outbound Destinations. 2015-08-15 10:41:34 -06:00
reliberate a2b9bae284 Destinations: Hide unrelated form elements on edit of Outbound Destination. 2015-08-15 09:07:01 -06:00
reliberate de4b65ce97 Destination Add/Edit: Hide irrelevant controls if Type is Outbound, dynamically set Context accordingly. 2015-08-14 18:23:49 -06:00
markjcrane 2f40dfac97 Add the missing echo. 2015-08-07 13:39:25 -05:00
markjcrane 28ad9a34af Use the new destinations php class for ivr menu and destinations. 2015-08-07 13:13:55 -05:00
Mark Crane 5a34fb1a35 Add dialplan add temporary permissions. 2015-04-30 01:17:47 +00:00
Mark Crane 09d0ae1a0e Add a space. 2015-04-30 01:05:09 +00:00
Mark Crane 86fa97e41a Add the sub table dialplan destination permission. 2015-04-30 01:03:55 +00:00
Mark Crane 62b4838b8b Change the permission name from delete to edit. 2015-04-29 23:50:00 +00:00
Mark Crane 70453cfd5a Fix the permissions for admin using the time conditions and dialplan -> destinations. 2015-04-29 23:22:36 +00:00
Nate Jones 3d997e9687 Groups: Integrate Show All and ability to edit assigned Domain. Create, edit, delete non-default groups.
Users: Adjust so assigned Domain doesn't get overwritten if user_all permission exists, but user_domain doesn't.
Destinations: Adjust so assigned Domain doesn't get overwritten if destination_all permission exists, but destination_domain doesn't.
2015-03-31 21:47:31 +00:00
Nate Jones 017c29f475 Destinations: Changing a Destination's Domain should now also update the domain_uuid on the associated dialplan and dialplan details. Delete Destination from a different domain should also function properly now. 2015-03-31 02:53:36 +00:00
Nate Jones a2efa8d340 Destinations: Fix issue with Domain not getting set correctly when editing Destination under a remote (different than current) domain (via the destination_domain permission). 2015-03-30 22:57:12 +00:00
Nate Jones 0f20f952b4 Destination: Exclude set:accountcode from being displayed in the Actions list. 2015-03-23 23:57:27 +00:00
Nate Jones 6f4209e2f6 Misc: Implement maximum limits on multiple apps. 2015-03-22 08:17:04 +00:00
Nate Jones 7bec3fee74 Follow Me: Fix redirect issue, after save, from Issue 886.
Destinations: Minor visual adjustments.
2015-03-22 00:53:56 +00:00
Nate Jones a1f298e639 Destinations: Fixed a logic issue causing actions to be discarded. Also, retain the existing dialplan Name and Description through an update of a Destination. 2015-03-18 22:21:40 +00:00
Nate Jones 267dcdf6fb Destinations: Removed attempt to create a dialplan entry when no Action is selected. Resolves Issue 867. 2015-03-18 07:28:05 +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
Nate Jones 4587b2ab59 Devices: Added GUI for new Key Profiles feature.
Destinations: Fixed missing label.
2015-02-15 00:33:56 +00:00
Mark Crane 8b7f658b7a Add domain control to dialplan -> destinations to users in the superadmin group by default. 2015-01-25 08:24:32 +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
Mark Crane 495f4a0226 Fix the string quotations and return on the method. 2015-01-15 19:33:27 +00:00
luis daniel lucio quiroz 1f4a35fc89 HTML5 input tags for destination_edit 2014-12-21 06:18:18 +00:00
Mark Crane 2aae2e9714 Fix Dialplan Destination so that it won't fail if fax app is not installed. 2014-12-17 11:33:31 +00:00
Mark Crane 2daa350690 Only filter the conditions from the dialplan actions. 2014-12-10 04:43:27 +00:00
Mark Crane 14ececc425 Fix the destination edit so that it will update the dialplan 2014-09-04 01:19:02 +00:00
Mark Crane 192a3fb386 Dialplan destinations do not add the dialplan if the action was not defined 2014-09-03 03:32:46 +00:00
Mark Crane 311ebc6c69 Complete fixing the dialplan destination edit functionality so that it will not duplicate the dialplan details 2014-08-08 01:16:30 +00:00
Mark Crane a3aeeb3b63 Fix duplication of some of the dialplan details. 2014-08-07 16:11:10 +00:00
Mark Crane 4776d0adb2 Only write the dialplan for dialplan -> destinations if the destination_number is set 2014-08-05 23:57:48 +00:00
luis daniel lucio quiroz ea2b0196df when discounting, let us use negative numbers 2014-08-05 22:35:03 +00:00
Nate Jones d65541748a Destination Edit: Corrected misplaced HTML tags, remove colon (:) output when not necessary on Actions select box. 2014-08-03 06:43:49 +00:00
Mark Crane 477e950ab3 Add the caller id prefix 2014-08-02 10:39:49 +00:00
Mark Crane 912bbb6a7d Add effectice to caller_id_number to make it set the new caller id with the prefix.'; 2014-08-02 06:18:57 +00:00
Mark Crane fb8bb3b038 Move the caller id name prefix to a different position inside Destinations 2014-08-02 06:09:55 +00:00
Mark Crane 28d02b34f9 Fix the syntax in destination_edit.php 2014-08-02 06:02:12 +00:00
Mark Crane fd2f3b8d8b Add caller ID name prefix to inbound routes via dialplan destinations. 2014-08-02 04:41:00 +00:00
luis daniel lucio quiroz a24dd89b59 billing now supports domain_uuid to let currect domain erasing work properly, missing support to bill extension created added 2014-08-01 13:14:50 +00:00
Mark Crane d15075fece Move the account code description to an appropriate location. 2014-07-30 01:12:41 +00:00
luis daniel lucio quiroz ad77d7adc8 we save more info to let reporting accuracy 2014-07-24 05:32:16 +00:00
luis daniel lucio quiroz ae3ac784a4 discount new destination value from balance when billing 2014-07-24 03:48:26 +00:00
luis daniel lucio quiroz ae90c95292 add support to save buying price for destination (billing) 2014-07-24 03:06:33 +00:00
luis daniel lucio quiroz c03acc635c add number field for monthly price (billing) 2014-07-23 22:53:51 +00:00
Mark Crane 1395fb5ec5 Unset the prepared statements after they have been used in destination_edit.php 2014-07-23 20:06:09 +00:00
Mark Crane 212fb0da39 Use the escaped destination number 2014-07-18 00:32:15 +00:00
Mark Crane 46e9e08442 Add a \ to escape the + in destination number formatted in E.164 format. 2014-07-18 00:31:07 +00:00
luis daniel lucio quiroz 1ded40211e more support to fussion schema 2014-07-17 23:46:04 +00:00
luis daniel lucio quiroz 3fea9a0cb6 billing app update support 2014-07-17 20:47:35 +00:00
Mark Crane 8e1fdbc4da Update dialplan destinations 2014-07-15 06:26:51 +00:00
Mark Crane 94d1207415 Move accouncode in default into the if statement and move it above enabled. 2014-07-15 06:19:19 +00:00
luis daniel lucio quiroz c3159d9805 some language and default values support 2014-07-14 03:42:13 +00:00
luis daniel lucio quiroz df83466a4d set carrier and accountcode for incoming routes if data exists 2014-07-13 23:22:15 +00:00
luis daniel lucio quiroz bb985212dd preliminar support for carrier & accountcode for destinations 2014-07-13 22:29:25 +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
Mark Crane bb68b9950a Change the dialplan detail order so that it starts with 10 instead of 0 2014-07-02 06:42:43 +00:00
Mark Crane a661d714d6 Fix the a syntax problem and the dialplan detail order 2014-07-02 06:40:28 +00:00
Mark Crane 3000dc9f61 Add fax detection when adding a dialplan destination if the fax extension is set 2014-07-02 06:21:20 +00:00
luis daniel lucio quiroz a8632ea05b billing support for destination objects 2014-06-23 15:18:22 +00:00
Nate Jones 3c07aa1a35 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
Mark Crane 684db5bdd9 Inbound routes dialplan continue set default to false 2014-06-09 20:00:28 +00:00
Mark Crane d7533a2a57 Fix destination edit so it will save again 2014-06-09 19:41:34 +00:00
Mark Crane ebd1ad3180 Unset the prepared statement 2014-05-30 08:03:55 +00:00
Mark Crane 220d661ca5 work on the order on the dialplan destatinations updating inbound routes 2014-05-30 07:47:44 +00:00
Mark Crane ec81d18007 On dialplan destinations only show bridge and transfer actions 2014-05-30 07:30:43 +00:00
Mark Crane 8ee350d625 Remove one of the sql queries that was in dialplan -> destinations 2014-05-30 07:24:06 +00:00
Mark Crane 205ffa9191 Remove the destination_number from the SQL where 2014-05-26 17:08:53 +00:00
Mark Crane ea9c90587c Finish up the changes to the duplicate test. 2014-05-26 17:06:02 +00:00
Mark Crane 7f5d7e3e93 Improve the duplicate test used on dialplan -> destinations 2014-05-26 17:00:29 +00:00
Mark Crane 8e0cbf9a14 Add the translation for Duplicate Detected on the destination edit. 2014-05-24 20:06:27 +00:00
Mark Crane efd547ab72 Dialplan -> Destination -> Edit require type, number, context and enabled 2014-05-24 18:59:37 +00:00
Mark Crane ab6886a796 Add record_ext=mp3 option when recording an extension. 2014-05-24 17:32:32 +00:00
Mark Crane f4366abdb0 Try again. Only add the dialplan for dialplan -> destinations of the action is set 2014-05-01 03:48:31 +00:00
Mark Crane 3e6ebe7d97 Only add the dialplan for dialplan -> destinations of the action is set 2014-05-01 03:30:33 +00:00
Nate Jones bac3749ddd Submit button also placed at top; reordered to right margin, too. 2014-04-26 22:50:52 +00:00
Mark Crane ad9bdd9f48 Add the dialplan destination action translation 2014-04-25 05:27:19 +00:00
Mark Crane 5c91357f1a Call the XML writing function for those that need it. Clear memcache for those using XML on demand 2014-04-25 02:56:41 +00:00
Mark Crane 5100007321 Check to see if the dialplan exists on the dialplan destination. 2014-04-25 01:48:20 +00:00
Mark Crane 91966d448d Dialplan destinations additional changes to the code to so it managers the dialplan better 2014-04-24 13:37:56 +00:00
Mark Crane c5412f85ac Add an inbound route when adding a dialplan destination. 2014-04-24 11:27:53 +00:00
Mark Crane b2e9a9dc2c Dialplan -> Destinations initial commit for the destination action. 2014-04-24 09:16:25 +00:00
Nate Jones 0831f00318 Default select value adjustments 2014-04-15 01:10:21 +00:00