markjcrane
2adb0147a9
Allow admin access to the menu for dialplan -> destinations.
2016-02-23 11:10:27 -07:00
markjcrane
88e6d0599c
Add round brackets around the condition destination_number for inbound routes generated by destinations.
2016-02-22 14:28:45 -07:00
markjcrane
5a06f486af
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
Mafoo
ad324f4744
changed throw Exception to die
...
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
2669f6f1a9
Added check for if .project.ROOT is missing
...
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
markjcrane
23b4b7c9bf
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
Matthew Vale
b20a38f454
added logic in cli mode to chdir to the correct directory first
...
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00:00
Matthew Vale
173ae7001d
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
b81748bd22
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
1ad1c31b27
Rollout of root.php
2016-01-12 13:55:39 +00:00
Matthew Vale
b76a1a4b4f
First pass on app/*
2015-12-10 10:12:41 +00:00
markjcrane
ae4a9d499f
Add style white-space: nowrap; to destination edit.
2015-11-19 22:42:33 -07:00
Matthew Vale
b3133f1eb1
missed none when pasting new code
2015-11-09 11:49:09 +00:00
Matthew Vale
131954137a
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
ed0e78ace2
Remove the redundant public condition from the inbound route.
2015-10-24 16:39:22 -06:00
markjcrane
1f8f627533
Remove the exit on the dialplan destination edit.
2015-10-16 16:52:58 -07:00
markjcrane
f8c2ea5b22
Make the destinations more consistent.
2015-09-04 23:23:15 -06:00
markjcrane
31d727cab5
Count the destinations.
2015-09-04 23:18:13 -06:00
reliberate
22ac756b16
Destinations: Hide Account Code field on Add/Edit of Outbound Destinations.
2015-08-15 10:41:34 -06:00
reliberate
26a810459b
Destinations: Hide unrelated form elements on edit of Outbound Destination.
2015-08-15 09:07:01 -06:00
reliberate
a4d324ac46
Destination Add/Edit: Hide irrelevant controls if Type is Outbound, dynamically set Context accordingly.
2015-08-14 18:23:49 -06:00
markjcrane
49e27b3637
Fix destination context for the destinations select list.
2015-08-11 13:24:07 -06:00
markjcrane
bf96d4afc1
Add the missing echo.
2015-08-07 13:39:25 -05:00
markjcrane
4366aa083a
Use the new destinations php class for ivr menu and destinations.
2015-08-07 13:13:55 -05:00
markjcrane
181ab435a8
Add a missing 'and' in the SQL query.
2015-08-06 23:21:10 -05:00
markjcrane
15ca076e09
Escape the $ in the domain_uuid variable.
2015-08-05 18:17:39 -05:00
markjcrane
5c8a6dd7fe
Add destination details to several app_config.php files.
2015-08-04 14:52:10 -06:00
root
fead5df810
Add latest translations
2015-08-02 23:42:11 +00:00
markjcrane
44245e760f
Add AR eg translation.
2015-07-05 23:13:46 -06:00
Mark Crane
64772fa2bb
Add latest translations
2015-06-18 08:30:02 +00:00
Mark Crane
6654507706
Add latest translations
2015-06-15 19:30:00 +00:00
Mark Crane
b64c850a9a
Sync the recent translations
2015-06-13 05:35:54 +00:00
Mark Crane
2b69ac00d7
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Mark Crane
2b7fa564de
Add the format number to destinations list and adjust the function to only process numeric.
2015-05-05 04:50:23 +00:00
Mark Crane
f80e2c5d3c
Add dialplan add temporary permissions.
2015-04-30 01:17:47 +00:00
Mark Crane
5b0e78f656
Add a space.
2015-04-30 01:05:09 +00:00
Mark Crane
0dbfe88608
Add the sub table dialplan destination permission.
2015-04-30 01:03:55 +00:00
Mark Crane
78c526c4ab
Change the permission name from delete to edit.
2015-04-29 23:50:00 +00:00
Mark Crane
3d0e258f30
Fix the permissions for admin using the time conditions and dialplan -> destinations.
2015-04-29 23:22:36 +00:00
Mark Crane
d6636aee17
Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.
2015-04-08 13:38:58 +00:00
Nate Jones
88295a53d7
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
2fb45fe1d2
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
1fb31f0f63
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
49044ff0f4
Permissions: Consistify (new word!) permission names for Show All functionality on Devices & Destinations.
2015-03-29 01:33:56 +00:00
Mark Crane
58d5c5a913
Fix Destinations so that it will correctly show DIDs that are not assigned to a domain.
2015-03-27 18:13:03 +00:00
Nate Jones
b82de6cd1f
Destination: Exclude set:accountcode from being displayed in the Actions list.
2015-03-23 23:57:27 +00:00
Nate Jones
83ee064db6
Destinations: Fixed search, sorting and paging. Should resolve issue 891 (at least #1 ).
2015-03-23 16:33:16 +00:00
Nate Jones
fcb53fd7f9
Misc: Implement maximum limits on multiple apps.
2015-03-22 08:17:04 +00:00
Nate Jones
4e29b11b7c
Follow Me: Fix redirect issue, after save, from Issue 886.
...
Destinations: Minor visual adjustments.
2015-03-22 00:53:56 +00:00
Nate Jones
1c5e9196d6
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