Commit Graph

611 Commits

Author SHA1 Message Date
FusionPBX cc8914341f
Use &lt; and &gt; in place of < and > 2022-05-04 14:58:15 -06:00
FusionPBX d5481c05fd
Fix the syntax. 2022-05-04 14:44:43 -06:00
FusionPBX 652621c215
Simplify call-forward-all dialplan. 2022-05-04 14:26:44 -06:00
FusionPBX 829f8a35d6
Change the order of the conditions to a-z and add call_direction. 2022-05-03 18:16:08 -06:00
FusionPBX bac66f75ac
Update 480_operator.xml (#6355)
* Update 480_operator.xml

* Define operator to be used in the operator dialplan.
2022-04-29 15:59:18 -06:00
FusionPBX 0e947a28a0
Update 490_do-not-disturb.xml
Remove the limit as it broke DND for multiple customers.
2022-04-21 21:58:10 -06:00
FusionPBX a81f1ece8f
Add fail_on_single_reject for better support of multiple registrations. 2022-04-12 09:28:45 -06:00
FusionPBX bcd8ea8ed4
Change the order number from 15 to 30. 2022-04-11 14:47:18 -06:00
frytimo 7993998927
remove space before tag (#6335)
Having a space before the opening of the PHP tag causes headers to be sent prematurely.
2022-03-29 20:34:29 -06:00
FusionPBX 9595437f01
Handle Caller ID in a differently when call_direction is inbound or local. 2022-03-29 15:26:58 -06:00
emak 62b793efde
Delete duplicate enabled="true" statements (#6332)
Most recent PR on this file duplicated enabled statements causing the dialplan to be invalid and not be generated when running App Defaults.
2022-03-23 10:03:28 -06:00
agree ea8a8cb3ce
[user_record] move back to record_session (#6230)
* [user_record] move back to session_record

use RECORD_ANSWER_REQ variable to start recording after answer

* Use record_session but leave api_on_answer as an disabled option.

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2022-03-22 22:45:10 -06:00
FusionPBX be8fe5de1b
Update 505_call-forward-all.xml 2022-03-22 22:35:05 -06:00
FusionPBX 8ccbf26880
Change valet park timeout from 180 to 900. 2022-03-08 16:04:42 -07:00
FusionPBX 526315ff5a
Change valet park default timeout from 180 to 900. 2022-03-08 16:03:56 -07:00
FusionPBX 7b7db2c4c4
Update 480_operator.xml 2022-02-14 15:53:45 -07:00
FusionPBX a410d5044b
Disable bind_meta_app by default in the operator dialplan. 2022-02-14 15:51:56 -07:00
FusionPBX 6f17f8114e
Disable operator dialplan by default because the extension needs to be set before it is useful. 2022-02-14 15:48:55 -07:00
FusionPBX 2fb7a5a29c
Need to escape the $ with the back slash 2022-01-28 19:20:33 -07:00
FusionPBX b037bf9cf4
Add additional Dialplan upgrade commands. 2022-01-27 00:06:29 -07:00
FusionPBX 8bf4bec589
Add $ as this makes it look for an exact match. 2022-01-19 15:32:19 -07:00
FusionPBX 28c28fab84
Enable *72 in addition to the *72(2-20) digits
Some people were used to *72 original behavior then at some point someone added *72 followed by 2 - 20 digits. However to make everyone happy both of these can co-exist.
2022-01-19 15:27:17 -07:00
FusionPBX d7d99fc9cf
Add permissions=false to the speed_dial dialplan. 2022-01-17 10:10:54 -07:00
AlexC 2a74114cf2
Copy, toggle and delete buttons visible when checkbox is selected (#6242)
* Update bridges.php

* Update call_block.php

* Update call_center_queues.php

* Update call_center_agents.php

* Update call_broadcast.php

* Update call_flows.php

* Update call_recordings.php

* Update conference_centers.php

* Update conference_rooms.php

* Update conference_controls.php

* Update conference_profiles.php

* Update conferences.php

* Update contacts.php

* Update fax.php

* Update ivr_menus.php

* Update music_on_hold.php

* Update phrases.php

* Update recordings.php

* Update streams.php

* Update voicemails.php

* Update devices.php

* Update device_vendors.php

* Update device_vendor_functions.php

* Update extensions.php

* Update gateways.php

* Update dialplans.php

* Update destinations.php

* Update email_templates.php

* Update modules.php

* Update sip_profiles.php

* Update vars.php

* Update databases.php

* Update users.php

* Update default_settings.php

* Update domains.php

* Update groups.php

* Update menu.php
2022-01-13 11:37:59 -07:00
Anthony 1db3e5ba14
Removed Search Reset (#6241)
* Update default_settings.php

* Update devices.php

* Update extensions.php

* Update gateways.php

* Update users.php

* Update destinations.php

* Update dialplans.php

* Update bridges.php

* Update call_block.php

* Update call_broadcast.php

* Update call_flows.php

* Update call_forward.php

* Update call_recordings.php

* Update conference_centers.php

* Update conference_controls.php

* Update conference_profiles.php

* Update conferences.php

* Update contacts.php

* Update fax.php

* Update ivr_menus.php

* Update phrases.php

* Update recordings.php

* Update ring_groups.php

* Update time_conditions.php

* Update voicemails.php

* Update call_center_queues.php

* Update email_logs.php

* Update registrations.php

* Update user_logs.php

* Update access_controls.php

* Update domains.php

* Update email_templates.php

* Update groups.php

* Update menu.php

* Update number_translations.php

* Update sip_profiles.php

* Update database_transactions.php

* Update vars.php

* Update dashboard.php
2022-01-12 16:00:01 -07:00
FusionPBX 975180f248
User dialplan mkdir in the user_record dialplan. 2021-12-27 16:20:30 -07:00
FusionPBX 67be72b452
Database save method set to false. (#6215)
* When database save set to false for app_defaults.php
2021-12-24 12:42:16 -07:00
yois615 84fdf89b34
bind_digit_action for B-leg during internal call (#6157)
The existing code only binds properly when one leg
is not internal.  Here we use LUA to bind the bleg
for internal calls.
2021-12-15 14:45:04 -07:00
agree c8a8ea9bf4
[agent status] Add *22 followed by agent ID (#6184)
* [agent status] Add *22 followed by agent ID

* change break never to on-true
2021-12-14 08:22:24 -07:00
FusionPBX 75e4fd94ab
Use global instead of ${domain_name}. 2021-12-11 10:07:52 -07:00
FusionPBX 38dea5f699
Prevent application duplicates and update the applications array. (#6173)
* Prevent application duplicates and filter the applications before the content.
* Don't allow the new spawn commands as they are as dangerous as system commands.
* Update dialplan_valid false to include bg_spawn, spawn and spawn_stream.
2021-12-05 14:52:36 -07:00
FusionPBX 24a4644dad
Update 505_call-forward-all.xml 2021-11-30 15:00:05 -07:00
FusionPBX a5848ab13b
Use current caller ID name and number to set the Outbound caller ID information. 2021-11-30 14:58:59 -07:00
yois615 a032b5794e
Fix permissions on inband feature codes (#6155)
Using ${sip_authorized} is not effective since the inbound
call often has authorization to call into the PBX, either via
ACL or registration.  Instead, use ${from_user_exists} to test
if this user exists on the system.

We also fix a condition that the local user types *1 and the
remote user receives the dial tone.
2021-11-24 00:02:22 -07:00
FusionPBX 06f580ab05
app_uuid needs to be unique for copied dialplans except for inbound and outbound routes, fifo, time conditions 2021-11-19 22:07:26 -07:00
FusionPBX 188420009e
Only save valid XML.
- Make sure the XML is valid
- Don't allow system and bgsystem in the XML.
2021-11-17 12:28:35 -07:00
FusionPBX 0004a44d1c
When copying a dialplan use a unique uuid for app_uuid. 2021-10-29 13:06:17 -06:00
agree 1fb6878734
[click_to_call] fix Call-Info header set on bleg and move dialplan order before outbound route (#5974)
* [click_to_call] fix Call-Info header set on bleg and move dialplan order before outbound route

* Update and rename 530_click_to_call_auto_answer.xml to 25_click_to_call_auto_answer.xml
2021-10-14 00:44:10 -06:00
FusionPBX f59d211d6d
Add forward_reset to enable ability to unset the forward destination. 2021-09-16 13:22:43 -06:00
FusionPBX 2cd6908b96
Add the number attribute. 2021-09-09 15:07:01 -06:00
FusionPBX 1bb83e491a
Add a dialplan for ring group forward. 2021-09-09 14:23:54 -06:00
FusionPBX 86596ecbbe
Update valet_park_in remove * as it doesn't work with the valet park in. 2021-09-07 10:07:36 -06:00
FusionPBX 7c3eedb262
Fix valet park out regular expression. 2021-09-07 10:06:19 -06:00
FusionPBX be4ea2092b
Update 475_valet_park_out.xml 2021-08-23 11:23:48 -06:00
FusionPBX 3d932c0f0f
Create 474_valet_park_in.xml 2021-08-23 11:22:15 -06:00
FusionPBX c4fc66a384
Add a new permission called dialplan_global. 2021-07-08 00:15:50 -06:00
agree 2d25eeed8d
call forward fix regex (#5986) 2021-06-28 22:07:23 -06:00
FusionPBX a8ed7efd11
Fix a conflict with the page dialplan *724 2021-06-28 10:17:23 -06:00
agree c45ffc6754
agent+ fix dialplan (#5958) 2021-06-10 01:14:06 -06:00
agree 74b806a1e9
[valet park] Add answer for calls that are still in early media 2021-05-20 11:52:17 -04:00
agree bb683c101d
[Valet Park] fix caller id for outbound call parks 2021-05-05 18:52:43 -04:00
Andrew Querol c5af288caf Revert "Revert "Improve the valet_park_auto dialplan to support auto out and whole lot BLF monitoring""
This reverts commit e853db42
2021-04-27 12:44:33 -05:00
FusionPBX 5f4ef5bf96
Revert "Update the valet park dialplan to allow matching park+5901-5999" 2021-04-27 09:32:04 -06:00
FusionPBX e853db421f
Revert "Improve the valet_park_auto dialplan to support auto out and whole lot BLF monitoring" 2021-04-27 09:31:13 -06:00
FusionPBX a445c1d9b0
Use api_on_answer and fix inbound call mask and unmask
- Used api_on_answer so that the recording only starts when the call is answered. Should save diskspace and prevent the need for using action: ringback. 
- Added 'both,self' to the end of the bind_digit_action to fix inbound call mask.
2021-04-26 19:19:05 -06:00
FusionPBX ce2063b1ec
Merge pull request #5611 from winsock/valet-park-update
Update the valet park dialplan to allow matching park+5901-5999
2021-04-23 19:24:51 -06:00
FusionPBX a4099bcbe2
Merge pull request #5612 from winsock/valet-park-auto
Improve the valet_park_auto dialplan to support auto out and whole lot BLF monitoring
2021-04-23 19:18:49 -06:00
FusionPBX 3ce50ef8d2
Add a comment with description: add a band-aid for CLI editors with faulty syntax highlighting 2021-04-09 12:12:31 -06:00
FusionPBX b7b0df86b0
Merge pull request #5855 from daniel-lucio/patch-186
Add a band-aid for CLI editors with faulty syntax highlighting.
2021-04-09 12:10:27 -06:00
demonspork d53bac7f55 Dialplan Fix for Feature Key Sync Race
This is a dialplan approach to fix the feature key sync loop/race with yealink phones. This aproach may also need to be extended to the Call Forward dialplans as well. It limits the number of simultaneous calls for a particular user to change their DND/Forwarding status to a single call at a time. This prevents the infinite loops that the yealinks can get into if the user presses the DND button too quickly with feature key sync enabled.

I am also reverting the lua fix because it was not reliable and can still easily allow the loop to occur.
2021-04-06 15:35:40 -05:00
FusionPBX 94d35ca1d7
Update call-forward-all disable accountcode variable
This variable should be optional as it can be defined in other places as well. It should not be assumed that this is the only place it could be set for those that need it.
2021-04-03 08:41:53 -06:00
Luis Daniel Lucio Quiroz 3d1360b932
Important variable that needs to be present 2021-04-02 10:57:21 -04:00
Luis Daniel Lucio Quiroz 8721dc8e80
[4.5] This is a pure cosmetic fix
When editing in the CLI with any editor that does syntax highlight, the * breaks it. Adding on the following line /* **/ restores the right highlighting
2021-04-01 14:25:17 -04:00
FusionPBX 3385b296fa
Improve dialplan import efficiency.
- Add a more efficient way to check if the dialplan exits
- Remove restore_advanced_xml not used anymore.
- Add dialplan_context = public
2021-03-30 12:59:47 -06:00
Andrew Querol 65cdf03be3 Remove unused info action 2021-03-25 09:17:16 -05:00
Andrew Querol 972934e780 Update the main valet_park dialplan to match the improvements made to the auto dialplan.
Parking lots are no longer directly prefixed with *. But for backwards compatibility can be called that way still.

Parking lot name changed from `park` to `5900` to allow monitoring the whole parking lot with a BLF if desired.

Fix regex from matching 5900 to allow this dialplan to work with the valet_park_auto if enabled.
2021-03-25 09:17:16 -05:00
Andrew Querol df7f4db55d Improve the valet_park auto dialplan by adding support for auto out and support for whole lot BLF monitoring.
If the Referred-By header is set call the normal `auto in` code. If it isn't set that means someone called it directly, call `auto out` ato attempt to pop the calls in the lot in FIFO order.

This also changes the parking lot name from `park` to `5900` this allows phones to monitor `park+5900` to get the status of the whole parking lot. Before you would have to monitor `park+park` to get this functionality.
2021-03-25 09:17:01 -05:00
FusionPBX 449f6ab872
Remove the cdata seems to cause problems rather than help. 2021-02-11 03:35:16 -07:00
FusionPBX 43e2bfc422
sip_h_Diversion on call-forward-all change default to true. 2021-02-01 22:11:15 -07:00
FusionPBX d4ee4c1991
Change from true to optional 2021-02-01 22:00:30 -07:00
agree 1205e89796
dialplan xml fix cache delete when editing global dialplans 2021-01-31 16:08:29 -05:00
FusionPBX 456aa8dce4
Add outbound caller id name and number to follow me destinations. 2021-01-28 17:34:30 -07:00
FusionPBX 9213c71b71
Merge pull request #5704 from winsock/patch-1
Do not clobber caller ID names if no number is set
2021-01-26 22:55:39 -07:00
FusionPBX d10634d4b3
Add ability to import enabled attribute from the dialplan xml. 2021-01-25 10:12:29 -07:00
FusionPBX 515603db3b
Update 505_call-forward-all.xml
Use tab for indentation, use CDATA for the sip_h_Diversion header, and then add an attribute for enabled.
2021-01-25 10:08:16 -07:00
FusionPBX b78637ff81
Update 055_rtp_has_crypto.xml
Add more crypto options.
2021-01-22 10:24:50 -07:00
FusionPBX 04869c26f9
Update 055_rtp_has_crypto.xml 2021-01-20 20:29:18 -07:00
FusionPBX f473772850
Update 055_rtp_has_crypto.xml 2021-01-20 20:23:51 -07:00
FusionPBX 0a2187a610
Rename 050_rtp_has_crypto.xml to 055_rtp_has_crypto.xml 2021-01-20 20:20:26 -07:00
FusionPBX 11f28f09a5
Create 050_rtp_has_crypto.xml 2021-01-20 20:20:02 -07:00
FusionPBX 322bbd4c20
Use column names in the SQL Query. 2021-01-20 10:46:00 -07:00
FusionPBX 03866355f6
Change dialplan_detail_enabled to boolean. 2021-01-20 10:45:08 -07:00
FusionPBX 7d3e754812
Set the dialplan_detail_enabled default value to true. 2021-01-19 22:18:40 -07:00
FusionPBX 1ddf5bbf41
Check if dialplan_detail_enabled is true or if null consider the value as true and add line feeds to improve readability of the SQL statement. 2021-01-19 18:59:09 -07:00
FusionPBX e64c70ff9d
Add ability to use the dialplan_detail_enabled field. 2021-01-19 18:56:51 -07:00
FusionPBX fb45bfb3fa
Add dialplan_detail_enabled to the app_config.php file. 2021-01-19 18:55:32 -07:00
Andrew Querol ead9afad70
Do not clobber caller ID names
By default custom caller ID names will get clobbered by this diaplan if no number is set. This is potentially problematic if you just want a custom caller ID name set for multiple extensions using the default caller ID number.
2021-01-06 13:27:08 -06:00
FusionPBX c60f2e492f
After importing the dialplans generate the dialplan xml. 2020-12-14 18:00:04 -07:00
FusionPBX dc8f9146ba
Update the array name so that is_array evaluates to true. 2020-12-14 17:31:41 -07:00
fusionate 87c2e80542 Call Recording: Allow recording of certain feature codes. 2020-12-08 11:10:50 -07:00
fusionate 46b2f00826 Dialplan Manager: Adjust toggle method to support multiple domains if used on show all. 2020-12-04 12:53:51 -07:00
fusionate c67c8cd4c2 Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record. 2020-11-30 14:15:57 -07:00
Andrew Querol ef91055b5c Fix the names of the parking lot dialplan with the auto-in support.
This now matches the normal default valet_park dialplan with naming the lots with * prefixed.
2020-11-20 18:55:01 -06:00
fusionate 4b57b2b7f4 Dialplans: Include Outbound Routes in Dialplans list 2020-11-18 16:24:44 -07:00
fusionate 832b3fae22 Call Block: Outbound call support. 2020-11-17 17:39:49 -07:00
fusionate aa87250196 Call Recording: Ignore feature-code calls. 2020-11-16 17:26:12 -07:00
agree 9708c482fe
Update dialplan_edit.php 2020-11-05 17:56:17 -05:00
Greenbea 6770d15b3c Fix cache delete for global dialplans 2020-11-05 11:29:41 -05:00
FusionPBX e9b962a8e2
Update dialplan_add.php
Change session context to domain_name.
2020-10-22 02:31:10 -06:00
FusionPBX d770e2f4ad
Remove deprecated methods dialplan_detail_add and dialplan_detail_update. 2020-08-17 10:52:10 -06:00
FusionPBX f06e07a309
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:40:23 -06:00
FusionPBX 3161cd638b
Remove the old save_dialplan_xml function. 2020-08-14 00:13:17 -06:00
FusionPBX 35d8e048cb
Remove save_dialplan_xml function. 2020-08-14 00:09:09 -06:00
FusionPBX c8b45c9eb5
Remove root.php 2020-08-13 23:10:49 -06:00
chansizzle d23073f925
Update 045_call_recording_on_demand.xml (#5376)
mask/unmask on demand recordings
2020-07-31 18:16:07 -06:00
Gill Abada d19e81bb22
feature add mask/unmask recordings in real time. white space cleanup. (#5373)
Co-authored-by: Gill Abada <gill@callifi.com>
2020-07-31 10:01:36 -06:00
FusionPBX 4eea4ee3cd
Rename 080_hold_music.xml to 080_user_hold_music.xml 2020-07-10 18:55:22 -06:00
FusionPBX 466b77053d
Rename the new hold music dialplan to user hold music. 2020-07-10 13:38:04 -06:00
FusionPBX 0be0bc3417
Create 080_hold_music.xml 2020-07-10 01:02:52 -06:00
FusionPBX 8cd1c447f5
Remove hold_music from user_exists dialplan 2020-07-10 01:02:16 -06:00
FusionPBX 19df9b4aa8
Change sip_from_user to user_name 2020-06-23 13:24:54 -06:00
FusionPBX fecb64b3e8
Update 900_voicemail.xml 2020-05-13 12:03:54 -06:00
Igor Olhovskiy c536beed37
Change min number of digis to 1 (#5246)
As per https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+read
And aligned to 310_att_xfer
2020-05-01 19:30:45 -06:00
Nate 6fe2eedee9 Dialplans - Edit: Retain Domain if Admin editing record. 2020-03-30 11:59:32 -06:00
Nate 993760802f Dialplans - List: Cleanup. 2020-03-30 11:58:52 -06:00
Nate 8d3e7bbee4 Dialplans - List: Fix Admin view. 2020-03-30 11:58:17 -06:00
Nate 20166c4280 Dialplans: Modal integration. 2020-03-26 09:06:12 -06:00
racitup a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
FusionPBX d34fcaf17e Update 507_call_forward_not_registered.xml 2020-03-11 21:56:35 -06:00
FusionPBX 73e3752359 Update 505_call-forward-all.xml 2020-03-11 21:55:18 -06:00
FusionPBX 0ec2878cd9 Update 505_call-forward-all.xml 2020-03-11 21:43:11 -06:00
FusionPBX 240b00a07e Update 505_call-forward-all.xml 2020-03-11 21:35:55 -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 a2694e18a5 Dialplans - Edit: Wider Group and Order input fields. 2020-03-04 10:33:32 -07:00
Nate 8cf57f30be Multiple - Edit: Minor mods. 2020-03-03 19:59:41 -07:00
Nate cf00766088 Dialplans - Edit: Add select-all checkbox for bulk delete of Details. 2020-02-28 06:26:58 -07:00
Nate 45b40c9613 Dialplans: Remove deprecated copy and detail delete scripts. 2020-02-27 14:36:41 -07:00
Nate 12d7d62bc5 Dialplans - Edit: Use class method for Copy - fixes missing app_uuid bug. 2020-02-27 14:35:34 -07:00
Nate f5bf44758b Dialplans - Edit: Permission adjustments. 2020-02-27 14:06:07 -07:00
Nate 4ea158cf3c Update dialplan_edit.php 2020-02-27 13:45:36 -07:00
Nate 05212dc713 Dialplans - Edit: Integrate checkboxes on Details for bulk delete on Save (uses token). Add delete button with dynamic action. 2020-02-27 13:41:13 -07:00
FusionPBX f6ab5679f3 Update 018_global-variables.xml 2020-02-27 13:21:28 -07:00
FusionPBX cabde04672 Update 018_global-variables.xml 2020-02-25 09:00:36 -07:00
Len 375feaedc6 update order number to match (#5154) 2020-02-24 22:42:40 -07:00
Nate f620a434e4 Dialplans: Remove deprecated delete script. 2020-02-13 12:24:00 -07:00
FusionPBX 7718cc66a7 Update dialplan_add.php 2020-02-07 12:31:33 -07:00
FusionPBX 5ee91a0015 Rename 020_call_direction.xml to 015_call_direction.xml 2020-02-06 18:59:09 -07:00
FusionPBX 6424239fb9 Rename 015_global-variables.xml to 018_global-variables.xml 2020-02-06 18:58:18 -07:00
FusionPBX 88c40fa2aa Update 015_global-variables.xml 2020-02-06 18:55:44 -07:00
FusionPBX b703d528ad Update 020_domain-variables.xml 2020-02-06 18:55:23 -07:00
FusionPBX a38f51d99a Update 020_domain-variables.xml 2020-02-06 18:55:06 -07:00
FusionPBX 886dd24e4b Create 015_global-variables.xml 2020-02-06 18:54:33 -07:00
FusionPBX 23b31b6186 Rename 020_variables.xml to 020_domain-variables.xml 2020-02-06 18:46:50 -07:00
root e9f4d5113f Added destination select permissions 2020-01-21 11:43:19 -05:00
FusionPBX 0c5e2cc85e Update 870_cidlookup.xml 2020-01-20 10:57:17 -07:00
FusionPBX 3375fcfa55 Update 870_cidlookup.xml 2020-01-20 10:52:00 -07:00
FusionPBX 1d0b37c10f Update 870_cidlookup.xml 2020-01-20 10:51:13 -07:00
FusionPBX 2be2246574 Update dialplan_edit.php 2020-01-18 13:03:43 -07:00
chansizzle c9b45a7335 Update dialplan_edit.php 2020-01-16 14:59:27 -07:00
FusionPBX 947c018160 Update 870_cidlookup.xml 2020-01-16 14:33:01 -07:00
FusionPBX 2ce8693abe Update 870_cidlookup.xml 2020-01-16 14:32:37 -07:00
Nate 578090dd31 Dialplan - Add/Edit/XML: Action bar and button updates, token integration. 2020-01-11 13:53:21 -07:00
chansizzle a5d4c56850 Update app_config.php (#5049) 2020-01-09 11:14:38 -07:00
chansizzle 8a0de3aa57 Update app_config.php (#5027) 2020-01-08 20:37:46 -07:00
Nate ba0658caed Queues: Add window title. 2020-01-06 11:55:22 -07:00
chansizzle 773dadc1da Update dialplan_edit.php (#4999) 2019-12-31 19:46:17 -07:00
FusionPBX daf6829adc Update 045_call_recording_on_demand.xml 2019-12-19 17:29:32 -07:00
FusionPBX 237779f5ec Update 045_call_recording_on_demand.xml 2019-12-19 17:24:02 -07:00
FusionPBX c698ab03e0 Update 045_call_recording_on_demand.xml 2019-12-19 17:06:04 -07:00
FusionPBX e20d406ddb Update 045_call_recording_on_demand.xml 2019-12-19 17:04:29 -07:00
FusionPBX b960a2b4af Create 045_call_recording_on_demand.xml 2019-12-19 16:59:15 -07:00
FusionPBX 7a388667c9 Update 085_bind_digit_action.xml 2019-12-19 16:55:10 -07:00
root 45319ef301 Set directories to 755 and files to 644 2019-12-14 17:34:17 +00:00
Luis Daniel Lucio Quiroz f3a5387853 Some Loopback endpoint support (#4937)
* Some Loopback endpoint support

Leg B won't have the variable domain_name filled correctly, regardless if you do the right loopback/user/domain values.
however, the context variable is filled correctly. This will allow us to let all the dial plans run correctly.

* Update 010_user_exists.xml
2019-12-11 19:05:26 -07:00
Nate a8a215d10e Dialplans: Minor adjustment to class delete method. 2019-12-09 11:33:30 -07:00
Luis Daniel Lucio Quiroz 4523d6e264 Same as 4.4, move 404 not found from DEBUG to WARNING (#4925)
New system use the journal (some still use syslog). the "log" action default level is DEBUG.
This change moves the 404 error code to WARNING, the mod_syslog will report to the journal (or syslog).
2019-12-03 15:35:24 -07:00
Nate bec5c647c9 List View: Updates to action classes. 2019-11-30 15:18:48 -07:00
Nate aa593c03fc List Views: Minor adjustments to code. 2019-11-30 14:18:00 -07:00
Nate bfb17507f1 List Views: Simplify action handling. 2019-11-30 11:12:41 -07:00
FusionPBX 874cdd6140 Update dialplan_edit.php 2019-11-28 04:29:28 -07:00
FusionPBX df412e7135 Delete dialplan_detail_edit.php 2019-11-28 04:29:03 -07:00
FusionPBX 87f5965009 Update dialplan_detail_edit.php 2019-11-28 02:46:01 -07:00
FusionPBX ac0dbde301 Update dialplans.php 2019-11-28 02:30:09 -07:00
noci2012 e1ed3140cc nl-nl translations next batch. (#4892)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)

* Add nl-nl items (database_transactions)

* Add nl-nl items (destinations)

* Add nl-nl (devices)

* Add nl-nl (conferences)

* Add nl-nl (conferences_active)

* Add nl-nl (conference_centers)

* Update nl-nl (conference_centers)

* Add nl-nl (conference_controls)

* Add nl-nl items (conference_profiles)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_outbound)

* Add nl-nl items (dialplans)

* Add nl-nl items (edit)

* Add nl-nl items (email_logs)

* Add nl-nl items (errors)

* Add nl-nl items (exec)

* Add nl-nl items (access_controls)

* some skipped entries

* add nl-nl items (extensions)

* add nl-nl items (fifo)

* fixed translation, better fitting word kenmerk instead of etiket

* add nl-nl items (fifo_list)

* add nl-nl items (follow_me)

* add nl-nl items (gateways)

* add nl-nl items (ivr_menus)

* add nl-nl items (meetings)

* add nl-nl items (log_viewer)

* add nl-nl items (ring_groups)

* add nl-nl items (messages)

* add nl-nl items (modules)

* add nl-nl items (music_on_hold)

* add nl-nl items (number_translations)

* fix merge conflict (gateways)
2019-11-22 17:37:36 -07:00
noci2012 0b49249546 Next batch of nl-nl translations. (#4883)
* add nl-nl items

* Update app_config.php

* add nl-nl items

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_menu.php

* Fix typos inn nl-nl

* Add nl-nl items

* dd nl-nl items.

* Add nl-nl items.

* Add nl-nl items (call-flows)

* Add nl-nl items

* Add nl-nl items

* dd nl-nl items (calls)

* Add nl-nl items

* Add nl-nl items (contacts)

* Add nl-nl items (vars)

* Add nl-nl items (voicemails)

* Add nl-nl items (xml_cdr)

* Add nl-nl items (xml_cdr)

* This reverts commit 41afeb4796.

* Add nl-nl items (voicemail_greetings)

* Add nl-nl items (system)

* Add nl-nl items (sip_profiles)

* Add nl-nl items (sip_status)

* Add nl-nl items (settings)

* Add nl-nl items (database_transactions)

* Add nl-nl items (destinations)

* Add nl-nl (devices)

* Add nl-nl (conferences)

* Add nl-nl (conferences_active)

* Add nl-nl (conference_centers)

* Update nl-nl (conference_centers)

* Add nl-nl (conference_controls)

* Add nl-nl items (conference_profiles)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_inbound)

* Add nl-nl items (dialplan_outbound)

* Add nl-nl items (dialplans)

* Add nl-nl items (edit)

* Add nl-nl items (email_logs)

* Add nl-nl items (errors)

* Add nl-nl items (exec)
2019-11-20 15:16:17 -07:00
Nate 243ae25e1f Dialplans: List view updates. 2019-11-07 23:05:38 -07:00
Nate b560c1f720 Dialplan: Restore domain uuid to dialplan details. 2019-11-07 21:16:29 -07:00
agree cd2cbc8da3 Update dialplans.php (#4833) 2019-11-05 22:44:46 -07:00
FusionPBX fd585cc5f0 Update dialplans.php 2019-11-04 22:13:50 -07:00
FusionPBX 3daeb5f169 Update dialplans.php 2019-11-04 22:04:22 -07:00
FusionPBX 5986a9e84a Fix the dialplan search. 2019-11-04 21:13:32 -07:00
FusionPBX b3a379dfaa Update and rename 860_bind_digit_action.xml to 085_bind_digit_action.xml 2019-10-31 10:06:25 -06:00
FusionPBX c3b815fc2d Update dialplan.php 2019-10-22 20:56:34 -06:00
FusionPBX f5b60fb31c Update dialplan.php 2019-10-22 14:34:18 -06:00
FusionPBX f0e02654b2 Update dialplan.php 2019-10-20 18:45:47 -06:00
FusionPBX b3614a6a79 Update app_defaults.php 2019-10-19 19:09:30 -06:00
FusionPBX 7070cccb16 Update dialplan.php 2019-10-19 19:07:47 -06:00
FusionPBX f34ced6927 Update dialplans.php 2019-10-19 18:53:54 -06:00
FusionPBX fd1c7b5c3b Update dialplans.php 2019-10-19 18:52:51 -06:00
FusionPBX ae4f3a1b9d Update 500_follow-me-destinations.xml 2019-10-18 12:42:04 -06:00
FusionPBX e557a1e939 Update 500_call-forward.xml 2019-10-18 12:41:45 -06:00
FusionPBX ee9c9238af Update 999_not-found.xml 2019-10-18 12:41:13 -06:00
FusionPBX f81b075bfc Update 900_voicemail.xml 2019-10-18 12:40:53 -06:00
FusionPBX 9a6ce78277 Update 890_local_extension.xml 2019-10-18 12:40:35 -06:00
FusionPBX 26fe15b55b Update 870_cidlookup.xml 2019-10-18 12:40:22 -06:00
FusionPBX e296b415a6 Update 860_bind_digit_action.xml 2019-10-18 12:40:09 -06:00
FusionPBX d7f34a5a0f Update 570_nway_conference.xml 2019-10-18 12:39:45 -06:00
FusionPBX 1945a2561a Update 560_extension_queue.xml 2019-10-18 12:39:17 -06:00
FusionPBX ce92024945 Update 550_talking_clock_date.xml 2019-10-18 12:39:03 -06:00
FusionPBX bb305db5e7 Update 540_talking_clock_time.xml 2019-10-18 12:38:47 -06:00
FusionPBX 47d2116013 Update 530_talking_clock_date_and_time.xml 2019-10-18 12:38:36 -06:00
FusionPBX 4d9ed04c6d Update 530_click_to_call_auto_answer.xml 2019-10-18 12:38:14 -06:00
FusionPBX e3850f5cae Update 510_follow-me.xml 2019-10-18 12:37:50 -06:00
FusionPBX 15cd2d79ca Update 507_call_forward_not_registered.xml 2019-10-18 12:37:34 -06:00
FusionPBX 7d7953af76 Update 505_call-forward-all.xml 2019-10-18 12:37:20 -06:00
FusionPBX da95613830 Update 495_call_screen.xml 2019-10-18 12:35:36 -06:00
FusionPBX 72b95ad125 Update 490_do-not-disturb.xml 2019-10-18 12:35:22 -06:00
FusionPBX 56b349cf33 Update 485_operator-forward.xml 2019-10-18 12:35:11 -06:00
FusionPBX d3d2749179 Update 480_operator.xml 2019-10-18 12:34:52 -06:00
FusionPBX caf840405d Update 475_valet_park_out.xml 2019-10-18 12:34:40 -06:00
FusionPBX 581b222c7b Update 470_valet_park_in.xml 2019-10-18 12:34:24 -06:00
FusionPBX f88b3d8c55 Update 470_valet_park.xml 2019-10-18 12:34:10 -06:00
FusionPBX 862ec4b673 Update 440_wake-up.xml 2019-10-18 12:33:57 -06:00
FusionPBX 8fa9ad8249 Update 430_directory.xml 2019-10-18 12:33:42 -06:00
FusionPBX 24bc9b0187 Update 420_disa.xml 2019-10-18 12:33:27 -06:00
FusionPBX 3b1dfadad0 Update 410_freeswitch_conference.xml 2019-10-18 12:33:08 -06:00
FusionPBX d339c6da56 Update 400_recordings.xml 2019-10-18 12:32:55 -06:00
FusionPBX 6545b4acce Update 380_hold_music.xml 2019-10-18 12:31:23 -06:00
FusionPBX 8e64afea58 Update 370_tone_stream.xml 2019-10-18 12:31:09 -06:00
FusionPBX a6f1742cd0 Update 370_is_secure.xml 2019-10-18 12:30:53 -06:00
FusionPBX 28956d2065 Update 360_milliwatt.xml 2019-10-18 12:30:39 -06:00
FusionPBX bb286e8313 Update 360_is_zrtp_secure.xml 2019-10-18 12:30:22 -06:00
FusionPBX 3bd284752b Update 350_please_hold.xml 2019-10-18 12:30:02 -06:00
FusionPBX 1a6e1dc35c Update 350_echo.xml 2019-10-18 12:29:46 -06:00
FusionPBX 916bd8a1ec Update 340_delay_echo.xml 2019-10-18 12:29:32 -06:00
FusionPBX ea3576c60e Update 340_cf.xml 2019-10-18 12:29:19 -06:00
FusionPBX 73843fa096 Update 330_vmain_user.xml 2019-10-18 12:29:02 -06:00
FusionPBX 8be159d4bf Update 330_is_transfer.xml 2019-10-18 12:28:00 -06:00
FusionPBX fac5371d24 Update 320_xfer_vm.xml 2019-10-18 12:26:15 -06:00
FusionPBX f31398cdbb Update 320_vmain.xml 2019-10-18 12:25:38 -06:00
FusionPBX f5fd2f34a6 Update 310_send_to_voicemail.xml 2019-10-18 12:24:03 -06:00
FusionPBX bb10bec0b6 Update 310_extension-to-voicemail.xml 2019-10-18 12:23:11 -06:00
FusionPBX 7c2d44191a Update 310_att_xfer.xml 2019-10-18 12:22:55 -06:00
FusionPBX 33bc4573b7 Update 300_dx.xml 2019-10-18 12:22:43 -06:00
FusionPBX b7760c6b0a Update 290_intercept-ext.xml 2019-10-18 12:21:25 -06:00
FusionPBX b73171ddda Update 290_intercept-ext-polycom.xml 2019-10-18 12:21:13 -06:00
FusionPBX 659a2ec31b Update 290_extension_queue.xml 2019-10-18 12:21:01 -06:00
FusionPBX db5fb988a3 Update 280_call_return.xml 2019-10-18 12:20:47 -06:00
FusionPBX 25e9c3ccf1 Update 270_call_privacy.xml 2019-10-18 12:20:27 -06:00
FusionPBX 7a66665f92 Update 260_eavesdrop.xml 2019-10-18 12:20:08 -06:00
FusionPBX 6cfdcff2c3 Update 250_page-extension.xml 2019-10-18 12:19:58 -06:00
FusionPBX 0813b57d1d Update 250_conf-xfer.xml 2019-10-18 12:19:40 -06:00
FusionPBX 16230c5db7 Update 240_page.xml 2019-10-18 12:19:15 -06:00
FusionPBX 787f24c0a6 Update 230_group-intercept.xml 2019-10-18 12:16:40 -06:00
FusionPBX 4e31384927 Update 220_provision.xml 2019-10-18 12:16:07 -06:00
FusionPBX 2e74a6f8e7 Update 210_agent_status_id.xml 2019-10-18 12:15:38 -06:00
FusionPBX dac7fa5b6f Update 200_agent_status.xml 2019-10-18 12:15:19 -06:00
FusionPBX e4127ea28b Update 070_speed_dial.xml 2019-10-18 12:13:18 -06:00
FusionPBX 695deaa6b8 Update 080_default_caller_id.xml 2019-10-18 12:12:56 -06:00