Commit Graph

6703 Commits

Author SHA1 Message Date
FusionPBX 293386d72c Update 520_follow_me_bridge.xml 2019-02-20 09:06:34 -07:00
FusionPBX 823ce58d4c Update 010_user_exists.xml 2019-02-20 08:58:54 -07:00
FusionPBX de4c5d4f03 Update contact_edit.php 2019-02-20 08:09:12 -07:00
FusionPBX 70d1eb4cd5 Update destinations.php 2019-02-20 07:59:51 -07:00
FusionPBX b99054552f Update 520_follow_me_bridge.xml 2019-02-19 11:55:31 -07:00
FusionPBX d1d6d263f3 Update follow_me.php 2019-02-19 11:26:44 -07:00
FusionPBX 444193f001 Update call_edit.php 2019-02-19 10:30:23 -07:00
FusionPBX 5da935c55d Update app_config.php 2019-02-19 09:24:40 -07:00
FusionPBX a1cf0e90ce Update extension_edit.php 2019-02-19 08:41:56 -07:00
FusionPBX 8752303a3b Update device_edit.php 2019-02-19 08:40:37 -07:00
FusionPBX 45f32cf7cb Update device_edit.php 2019-02-19 08:38:48 -07:00
konradSC 020e2b4733 autocomplete="new-password" for devices (#4005)
Chrome is no longer supporting autocomplete="off". The new standard for Chrome is autocomplete="new-password". This also seems to work for Firefox as well.
2019-02-19 08:37:10 -07:00
konradSC 9727035305 Marker for identifying call as follow-me loopback (#3977)
* Marker for identifying call as follow-me loopback

We need a way of the dialplan identifying calls that are generated by follow-me using loopback. This setting couple with a dialplan statement allows us to identify and set proper caller-id-name/number.

* Create 030_is_loopback.xml

Are you a follow_me call that is using the loopback interface? 
Ok then, are you a user on the system? 
Yes, ok. Let's set your outbound_caller_id_name and outbound_caller_id_number so that you show up correctly. 
Thanks.
2019-02-18 18:41:24 -07:00
FusionPBX af7a313cad Rename 030_is_local.xml to 035_is_local.xml 2019-02-18 18:29:41 -07:00
FusionPBX 0d98092c9c Update xml_cdr.php 2019-02-18 13:30:17 -07:00
FusionPBX 41336e191d Update app_defaults.php 2019-02-14 10:27:20 -07:00
FusionPBX e647de5601 Update fax_edit.php 2019-02-12 14:01:04 -07:00
FusionPBX a1a68faf0d Update fax_send.php 2019-02-12 12:49:13 -07:00
FusionPBX 3d258cb44c Update app_config.php 2019-02-11 20:45:25 -07:00
FusionPBX a3767d4913 Update extension_edit.php 2019-02-11 20:42:59 -07:00
FusionPBX f3bfec4c3c Update provision.php 2019-02-09 08:26:35 -07:00
FusionPBX ffe608bb78 Update call_broadcast_send.php 2019-02-09 08:23:10 -07:00
FusionPBX 9d2b5d40c1 Update 010_user_exists.xml 2019-02-08 16:06:44 -07:00
FusionPBX 90e93e8977 Update 050_user_record.xml 2019-02-08 16:01:02 -07:00
FusionPBX ca6996fa16 Update phrase_edit.php 2019-02-05 18:37:52 -07:00
FusionPBX fec97a0a20 Update dialplan_add.php 2019-02-05 18:36:45 -07:00
FusionPBX fbfd8703b0 Update ivr_menu.php 2019-02-05 18:35:35 -07:00
FusionPBX 9e9d9a6252 Update dialplan_detail_edit.php 2019-02-05 18:34:55 -07:00
FusionPBX f19d95d345 Update ivr_menu_copy.php 2019-02-05 18:33:50 -07:00
FusionPBX 72274b9a50 Update dialplan_detail_delete.php 2019-02-05 18:33:18 -07:00
FusionPBX e2a110ccbd Update app_defaults.php 2019-02-05 18:31:03 -07:00
FusionPBX 6ee722be37 Update ring_group_delete.php 2019-02-05 18:29:38 -07:00
FusionPBX a325c11c67 Update phrase_detail_delete.php 2019-02-05 18:28:57 -07:00
FusionPBX 47f1ee33eb Update call_flow_delete.php 2019-02-05 18:27:01 -07:00
FusionPBX 178966d5cd Update phrase_detail_delete.php 2019-02-05 18:15:54 -07:00
FusionPBX 9b24edeec8 Update phrase_delete.php 2019-02-05 18:15:31 -07:00
FusionPBX 4d0b88c442 Update ivr_menu_copy.php 2019-02-05 18:09:36 -07:00
FusionPBX 9dfe4f924a Update gateway_edit.php 2019-02-05 10:46:16 -07:00
FusionPBX 89e3a144f6 Update gateway_edit.php 2019-02-05 10:46:03 -07:00
FusionPBX 93c36ff33d Update phrase_delete.php 2019-02-05 10:43:19 -07:00
FusionPBX a37e2a8b71 Update phrase_edit.php 2019-02-05 10:40:51 -07:00
FusionPBX 9a2a255fac Update phrase_delete.php 2019-02-05 10:39:17 -07:00
FusionPBX 1613627a78 Update phrase_edit.php 2019-02-05 10:37:30 -07:00
FusionPBX d7aa219b13 Update gateway_copy.php 2019-02-05 10:31:55 -07:00
FusionPBX 5166801b05 Update gateway_delete.php 2019-02-05 10:15:26 -07:00
emaktech 966844d558 Show fax file date in user's timezone (#3999)
Previously timezone was showing in GMT, this now shows fax time in user's timezone. Code to display timezone was copied from fax_logs.php page.
2019-02-04 17:22:40 -07:00
FusionPBX b6851e76cf Update app_defaults.php 2019-02-04 16:08:50 -07:00
FusionPBX b190190070 Update follow_me.php 2019-02-04 13:47:05 -07:00
FusionPBX 61d96f7f05 Update cmd.php 2019-02-03 12:43:02 -07:00
FusionPBX f6f2df8152 Update registrations.php 2019-02-03 12:41:55 -07:00
FusionPBX a7785cef65 Update xml_cdr_inc.php 2019-02-01 13:35:30 -07:00
FusionPBX 0e359fa573 Update app_config.php 2019-01-30 09:32:07 -07:00
FusionPBX c7161b89df Update app_config.php 2019-01-30 09:02:38 -07:00
FusionPBX d02dbc0f9d Update xml_cdr.php 2019-01-30 08:52:49 -07:00
FusionPBX 78db3f3c42 Update app_config.php 2019-01-30 08:49:25 -07:00
FusionPBX 29bf914dcb Update xml_cdr_inc.php 2019-01-30 08:36:37 -07:00
FusionPBX daebf57a9f Update app_config.php 2019-01-29 20:05:49 -07:00
FusionPBX 22b50d2032 Update app_config.php 2019-01-29 19:44:54 -07:00
FusionPBX f76a7d253f Update app_config.php 2019-01-29 16:02:26 -07:00
FusionPBX fcb41fa504 Update app_menu.php 2019-01-29 16:00:56 -07:00
FusionPBX 3bf215aa5e Update app_config.php 2019-01-29 15:56:18 -07:00
FusionPBX 992d960771 Update app_menu.php 2019-01-29 15:55:14 -07:00
FusionPBX ea8163e72a Update app_config.php 2019-01-29 15:50:36 -07:00
FusionPBX 3f8509ce53 Update app_menu.php 2019-01-29 15:50:00 -07:00
FusionPBX 2de15017e6 Update extension_edit.php 2019-01-29 13:22:17 -07:00
FusionPBX 6f8a116c82 Update app_config.php 2019-01-29 13:19:34 -07:00
FusionPBX e00284a956 Update xml_cdr.php (#3975)
Truncate values in the CDR list to fix the Column width.
2019-01-24 22:34:23 -07:00
FusionPBX eac9e0942b Update contacts.php (#3974) 2019-01-24 22:32:53 -07:00
Nate 6007b02e8c Server Errors app to display web server error log. 2019-01-23 20:10:38 -07:00
Nate 04b02d5fa5 Fix Port and integrate Hostname Setting on send_email() function. Add Test button to Emails app to test outbound SMTP Settings. 2019-01-23 14:40:10 -07:00
FusionPBX c4b5bfa95f Update extension_edit.php 2019-01-19 13:38:55 -07:00
FusionPBX d6f2dc13f2 Update follow_me.php 2019-01-19 11:59:47 -07:00
FusionPBX 6cb5264b1c Update follow_me.php 2019-01-19 11:39:04 -07:00
FusionPBX 4a9f0f5e38 Update follow_me.php 2019-01-19 11:36:40 -07:00
FusionPBX c8b5819f1d Update follow_me.php 2019-01-19 11:27:05 -07:00
FusionPBX a74e832542 Update device_edit.php 2019-01-18 14:44:12 -07:00
FusionPBX d198a9af60 Update app_config.php 2019-01-18 14:38:31 -07:00
Valiantiam ca9a179549 Update 370_tone_stream.xml (#3964) 2019-01-17 13:10:40 -05:00
FusionPBX 254c1649eb Update 310_extension-to-voicemail.xml 2019-01-14 17:30:42 -05:00
FusionPBX ac746ac9c9 Update 900_voicemail.xml 2019-01-14 17:29:12 -05:00
FusionPBX cc17e23c91 Update 890_local_extension.xml 2019-01-14 17:28:40 -05:00
FusionPBX adaf7b0db4 Update 010_user_exists.xml 2019-01-14 17:27:54 -05:00
FusionPBX 68450df8a6 Update extension_edit.php 2019-01-13 23:59:03 -05:00
FusionPBX 0078ac1f04 Update conference_edit.php 2019-01-13 22:53:12 -05:00
FusionPBX cd6cef5237 Update provision.php 2019-01-09 11:25:55 -07:00
FusionPBX c40205bdf6 Update extension_edit.php 2019-01-05 09:50:10 -07:00
dougstamp 19d5877fa4 Update extension_edit.php (#3473)
Added code to update device_key_label on devices that have the extension set as BLF/etc. when an extensions effective_caller_id_name is changed.
2019-01-05 09:02:31 -07:00
Killsudo 55653bc0af Add Fanvil support to adjust display brightness and inactivity dimmer (#3946) 2019-01-05 08:56:41 -07:00
TylerP d4d16af40d Resize images for gswave app (#3955)
* Resize Images

* Update index.php
2019-01-05 08:39:27 -07:00
Nate 7d9b56c81a Adminer: Minor fixes. 2019-01-04 11:57:26 -07:00
FusionPBX f1634d13d3 Update app_config.php 2019-01-02 16:33:09 -07:00
FusionPBX 9854f7564d Update app_config.php 2019-01-02 16:25:27 -07:00
FusionPBX 49752437dc Update app_config.php 2019-01-02 15:51:23 -07:00
FusionPBX 1e4f4af060 Update app_menu.php 2019-01-02 15:49:40 -07:00
FusionPBX 31d4140f47 Update app_config.php 2019-01-02 15:49:10 -07:00
FusionPBX 99c4ac1938 Update app_menu.php 2019-01-02 15:40:09 -07:00
Nate f4d582037c Messages: Further permissions integration. 2019-01-02 13:23:32 -07:00
Nate 7ad667455b Messages: Sending of media files now functional. Permission added to control New Messages. 2019-01-02 13:21:14 -07:00
Nate 674e69ebf8 Messages: Misc improvements. Ability to set usage type(s) on Destinations for From field. 2018-12-29 16:05:59 -07:00
Nate 356db35167 Messages: Apply display limits to Contacts/numbers list. 2018-12-29 11:52:47 -07:00
Nate fdfa619432 Messages: Add Default Settings to control Contact and Thread refresh rates. 2018-12-29 11:31:54 -07:00
Nate ab0acd1fa1 Messages app improvements. Output escaped. Display limit added as Default Setting. Media download fixed. Sending of media/file attachments enabled, but not yet functional - waiting on feedback from provider. 2018-12-29 11:13:18 -07:00
FusionPBX bfd0f89268 Update destination_edit.php 2018-12-27 13:18:13 -07:00
Nate 4d0e1c1ec5 Remove mobile detection class, use modified user_agent function instead. 2018-12-27 09:12:24 -07:00
konradSC 365aebc308 Update BLF for agents when making changes in the GUI. Also use BLF as a speed dial for login/logout. (#3949)
* Create call_center_notify.php

Function for sending BLF notify to ELS.

* Update call_center_agent_status.php

* Update 200_agent_status.xml

* Update 200_agent_status.xml
2018-12-25 22:25:24 -07:00
Marcel Gisselmann 4d99191679 Update xml_cdr_delete.php (#3899)
* Update xml_cdr_delete.php

Fix typo in delete() query

* Update xml_cdr_delete.php

Fix delete recording from filesystem and database

* Fix Padding
2018-12-24 13:19:54 -07:00
Nate 463a94f537 Add mobile device detection to project. Improved Messages app when used on a mobile device. 2018-12-21 23:29:20 -07:00
Nate 8b55c90b73 Update message_media.php 2018-12-20 21:55:26 -08:00
Nate 5c88575702 Messages display image media, prompt to download other media types. 2018-12-20 22:53:00 -07:00
Nate da9dd87546 View received media in Messages. 2018-12-20 21:03:12 -07:00
Nate 4e81a01c6c Add needed language strings to Messages. 2018-12-20 18:42:10 -07:00
reliberate 4e795e642e Messages app modifications. 2018-12-19 22:21:32 -08:00
FusionPBX efe44c71e4 Update fax_files.php 2018-12-17 18:49:02 -07:00
FusionPBX 4393fdd75d Update fax_file_delete.php 2018-12-17 18:36:09 -07:00
FusionPBX 7ce02c79fb Update fax_files_remote.php 2018-12-17 18:34:35 -07:00
FusionPBX 4942a43b01 Update fax_log_view.php 2018-12-17 18:33:04 -07:00
FusionPBX 64e18695d9 Update fax_log_delete.php 2018-12-17 18:31:48 -07:00
FusionPBX 265815f129 Update fax_logs.php 2018-12-17 18:26:21 -07:00
FusionPBX 9c2e8e2ae2 Update xml_cdr_inc.php 2018-12-16 14:33:55 -07:00
FusionPBX 77f7d2b970 Update app_config.php 2018-12-15 10:03:02 -07:00
FusionPBX 0042c5f889 Update index.php 2018-12-14 21:13:45 -07:00
FusionPBX 1e50557606 Update index.php 2018-12-14 20:55:09 -07:00
FusionPBX 5ea5c64855 Update fax_edit.php 2018-12-14 15:13:28 -07:00
FusionPBX cfa1b5a040 Update 330_vmain_user.xml 2018-12-14 14:42:34 -07:00
FusionPBX 0787dd358a Update app_languages.php 2018-12-13 18:14:36 -07:00
FusionPBX adc9032269 Update setting_edit.php 2018-12-13 18:08:45 -07:00
FusionPBX c7acf601a9 Update app_languages.php 2018-12-13 17:58:38 -07:00
FusionPBX 92f920f20a Update setting_edit.php 2018-12-13 17:57:36 -07:00
FusionPBX 983bfce4d6 Update app_languages.php 2018-12-13 17:56:37 -07:00
FusionPBX 90bcd8faee Update app_languages.php 2018-12-13 17:52:48 -07:00
FusionPBX c47653656e Update setting_edit.php 2018-12-13 17:48:17 -07:00
FusionPBX 4796b14411 Update setting_edit.php 2018-12-13 17:34:49 -07:00
FusionPBX fd2d453d54 Update setting_edit.php 2018-12-13 17:17:00 -07:00
FusionPBX 8d6f02e4f3 Update app_languages.php 2018-12-13 17:11:54 -07:00
FusionPBX 40c7743cfa Update app_config.php 2018-12-13 17:08:06 -07:00
volga629 acb6c20536 Allow event socket set 0.0.0.0 (#3951)
* Allow set 0.0.0.0

* Update sip_status.php
2018-12-13 17:02:03 -07:00
konradSC a4ce898e9f Fix the labels and the paging controls (#3950)
* Fix the labels and the paging controls

* Update xml_cdr_archive.php

Change uuid to xml_cdr_uuid.
2018-12-13 15:59:42 -07:00
FusionPBX c3145b2b9f Update filelist.php 2018-12-13 01:11:25 -07:00
FusionPBX 550e7f2598 Update app_config.php 2018-12-12 10:11:16 -07:00
Killsudo a7c858dfde Add support for setting default ring tone and unique ring tone per line (#3945) 2018-12-12 10:09:52 -07:00
Killsudo 582118bd71 Fanvil x6 softkey (#3944)
* Add intial Fanvil X6 softkey settings

* Map 'programmable' key to dssSoft internal keys
2018-12-12 10:09:07 -07:00
Killsudo 96a6c350d4 Add device key icon for dss programming (#3896)
* Expand Fanvil DSS-Key support for templating

* Add DSS key programming to Fanvil X6

* Add device key icon support.

* Additional device key icon fixes

* Fix SQL for device_key_label

* Add device_key_icon varible to X6 dss key programming

* Add new Advanced SIP Var (#3859)

Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"

sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}

* Variables for DP750 Handset Assignment, Ring Type (#3772)

New variables for the DP750 to allow the following settings:

$grandstream_repeater_mode_enable
(Enables or disables repeater mode on DP750 base)

$grandstream_hanging_group_mode
(Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.)

$grandstream_handset_X_line_Y_enable
(Allows setting of handset to line assignment)

* Update app_config.php

* Update 520_follow_me_bridge.xml (#3893)

Search through all SIP Profiles when looking up the Contact.

* Update xml_cdr_delete.php (#3891)

Fix typo in delete() query

* Make storage_path and storage_type = http_cache work (#3892)

* Make storage_path work

if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.

* Update ivr.conf.lua

Add storage_path definition so storage_type of http_cache works correctly

* Fix IVR (#3898)

IVR was broken after previous update/change.

* Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894)

* Update directory.xml

* Update directory.xml

* Update directory.xml

* Update directory.xml

* Update directory.xml (#3931)

* Update directory.xml (#3929)

* Update directory.xml (#3928)

* Update directory.xml (#3930)

* Update directory.xml (#3927)

* Update directory.xml (#3924)

* Update directory.xml (#3922)

* Update directory.xml (#3921)

* Update directory.xml (#3923)

* Update directory.xml (#3926)

* Update directory.xml (#3925)

* Update directory.xml (#3920)

* Update directory.xml (#3916)

* Update directory.xml (#3906)

* Update directory.xml (#3919)

* Update directory.xml (#3918)

* Update directory.xml (#3917)

* Update directory.xml (#3915)

* Update directory.xml (#3914)

* Update directory.xml (#3912)

* Update directory.xml (#3911)

* Update directory.xml (#3910)

* Update directory.xml (#3909)

* Update directory.xml (#3913)

* Update directory.xml (#3908)

* Update directory.xml (#3901)

* Update directory.xml (#3902)

* Update directory.xml (#3904)

* Update directory.xml (#3907)

* Update directory.xml (#3905)

* Update directory.xml (#3903)

* Update extensions.php

* Update domains.php

* Update dialplans.php

* Update users.php

* Update click_to_call.php

* Update app_config.php

* Update app_languages.php

* Update dialplan_edit.php

* Show enabled extension only on operator panel (#3900)

Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.

* Add new default_settings for Fanvil products (#3895)

* Add new default_settings for Fanvil products

* Set setting names too lowercase.

* Add additional firmware auto upgrade options

* Add intial Fanvil i30 device support (#3897)

* Update app_config.php

* Update dialplan.php (#3934)

Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.

* Update dialplan.php

* Fanvil x6 template (#3936)

* Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys

* Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings.

* Remove TR069 CPE serial number from template

* Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login

* Fanvil i30 template fixes (#3933)

* Make varible names lowercase. follows cf76c39e97

* Additional i30 fixs around FusionPBX and feature enhancements.

* Add dynamic memory key programming

* Add support for configuring time to leave switch relay open on i-series devices

* Add OSD parameters, fix egs_syslog, protect RTSP streams by default

* Fix Fanvil 'Memory' keys (#3932)

* Expand Fanvil DSS-Key support for templating

* Fanvil vendor key fixes.

* Fanvil - Edit device keys to type 'memory' only

* Add Fanvil SpeedDial memory key support

* Update recordings.lua (#3937)

Bug fix. Allow for nil and blank entries.

* Add DSS key programming to Fanvil X6

* Fanvil 'icon' key for dss key profiles

* Fanvil 'icon' key for dss key profiles

Add new Advanced SIP Var (#3859)

Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"

sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}

Variables for DP750 Handset Assignment, Ring Type (#3772)

New variables for the DP750 to allow the following settings:

$grandstream_repeater_mode_enable
(Enables or disables repeater mode on DP750 base)

$grandstream_hanging_group_mode
(Allows users to set hanging group mode (e.g. ring handsets at the same time, sequentially, etc.)

$grandstream_handset_X_line_Y_enable
(Allows setting of handset to line assignment)

Update app_config.php

Update 520_follow_me_bridge.xml (#3893)

Search through all SIP Profiles when looking up the Contact.

Update xml_cdr_delete.php (#3891)

Fix typo in delete() query

Make storage_path and storage_type = http_cache work (#3892)

* Make storage_path work

if storage_path was set, the script would fail. I have fixed it by removing the references to unset variables. I also made the recordings use the path.

* Update ivr.conf.lua

Add storage_path definition so storage_type of http_cache works correctly

Fix IVR (#3898)

IVR was broken after previous update/change.

Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894)

Update directory.xml

Update directory.xml

Update directory.xml

Update directory.xml

Update directory.xml (#3931)

Update directory.xml (#3929)

Update directory.xml (#3928)

Update directory.xml (#3930)

Update directory.xml (#3927)

Update directory.xml (#3924)

Update directory.xml (#3922)

Update directory.xml (#3921)

Update directory.xml (#3923)

Update directory.xml (#3926)

Update directory.xml (#3925)

Update directory.xml (#3920)

Update directory.xml (#3916)

Update directory.xml (#3906)

Update directory.xml (#3919)

Update directory.xml (#3918)

Update directory.xml (#3917)

Update directory.xml (#3915)

Update directory.xml (#3914)

Update directory.xml (#3912)

Update directory.xml (#3911)

Update directory.xml (#3910)

Update directory.xml (#3909)

Update directory.xml (#3913)

Update directory.xml (#3908)

Update directory.xml (#3901)

Update directory.xml (#3902)

Update directory.xml (#3904)

Update directory.xml (#3907)

Update directory.xml (#3905)

Update directory.xml (#3903)

Update extensions.php

Update domains.php

Update dialplans.php

Update users.php

Update click_to_call.php

Update app_config.php

Update app_languages.php

Update dialplan_edit.php

Show enabled extension only on operator panel (#3900)

Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.

Add new default_settings for Fanvil products (#3895)

* Add new default_settings for Fanvil products

* Set setting names too lowercase.

* Add additional firmware auto upgrade options

Update app_config.php

Update dialplan.php (#3934)

Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.

Update dialplan.php

Fanvil x6 template (#3936)

* Allow Fanvil x6 template to dynamically provision DSS memory and expansion keys

* Expand Fanvil X6 template options to match latest firmware. Use more FusionPBX default settings.

* Remove TR069 CPE serial number from template

* Have template use the 'admin_name' and 'admin_pass' default settings for admin webui login

Fanvil i30 template fixes (#3933)

* Make varible names lowercase. follows cf76c39e97

* Additional i30 fixs around FusionPBX and feature enhancements.

* Add dynamic memory key programming

* Add support for configuring time to leave switch relay open on i-series devices

* Add OSD parameters, fix egs_syslog, protect RTSP streams by default

Fix Fanvil 'Memory' keys (#3932)

* Expand Fanvil DSS-Key support for templating

* Fanvil vendor key fixes.

* Fanvil - Edit device keys to type 'memory' only

* Add Fanvil SpeedDial memory key support

Update recordings.lua (#3937)

Bug fix. Allow for nil and blank entries.

Add DSS key programming to Fanvil X6

* resync3
2018-12-12 10:08:21 -07:00
Killsudo e2587078eb Default Fanvil X6 to ISO8601 time and date format. (#3943) 2018-12-12 10:03:56 -07:00
FusionPBX 0da7c5e103 Update provision.php 2018-12-11 15:38:15 -07:00
FusionPBX ac9d8ca228 Update provision.php 2018-12-11 15:34:00 -07:00
FusionPBX e4444a8faa Update index.php 2018-12-11 12:37:57 -07:00
FusionPBX 3f4d0de600 Update conference_sessions.php 2018-12-11 03:16:21 -07:00
FusionPBX a72ce0f6c2 Update conference_sessions.php 2018-12-10 17:36:22 -07:00
FusionPBX d4064c4be4 Create download.php 2018-12-10 17:18:02 -07:00
FusionPBX edb295b95f Update conference_rooms.php 2018-12-10 17:16:19 -07:00
FusionPBX 2690d5baec Update conference_centers.php 2018-12-10 17:05:02 -07:00
FusionPBX 2f4cf98b18 Rename conference_center.php to conference_centers.php 2018-12-10 16:57:49 -07:00
FusionPBX af21dee65f Update conference_center.php 2018-12-10 16:57:37 -07:00
FusionPBX 66a92d9c6b Update call_recordings.php 2018-12-10 16:00:56 -07:00
konradSC 78389fee4f Update recordings.php (#3942)
Recording Descriptions are very important when using recording slots. They should be displayed on the main page and not relegated to an unremarkable corner of recordings_edit.php. No longer will Descriptions hide in the darkness. Now is the time for Descriptions to come forth into the light and shine brightly as a beacon of hope for all superusers and admins that seek their aid.
2018-12-10 09:55:37 -07:00
FusionPBX eb5ed98d84 Update index.php 2018-12-08 18:32:15 -07:00
FusionPBX 18c854f794 Update filelist.php 2018-12-08 15:47:03 -07:00
FusionPBX 8ff1b40633 Rename 507-call_forward_not_registered.xml to 507_call_forward_not_registered.xml 2018-12-08 10:53:58 -07:00
FusionPBX e9a487da68 Update 507-call_forward_not_registered.xml 2018-12-08 10:39:05 -07:00
FusionPBX db91ddadab Update 520_follow_me_bridge.xml 2018-12-08 10:35:17 -07:00
FusionPBX 94ad0df3ca Create 507-call_forward_not_registered.xml 2018-12-08 10:34:44 -07:00
Killsudo 108356bb59 Fix Fanvil 'Memory' keys (#3932)
* Expand Fanvil DSS-Key support for templating

* Fanvil vendor key fixes.

* Fanvil - Edit device keys to type 'memory' only

* Add Fanvil SpeedDial memory key support
2018-12-06 21:19:49 -07:00
Killsudo 2b0e70f68b Fanvil i30 template fixes (#3933)
* Make varible names lowercase. follows cf76c39e97

* Additional i30 fixs around FusionPBX and feature enhancements.

* Add dynamic memory key programming

* Add support for configuring time to leave switch relay open on i-series devices

* Add OSD parameters, fix egs_syslog, protect RTSP streams by default
2018-12-06 21:19:02 -07:00
FusionPBX 2cdc5f1b95 Update dialplan.php 2018-12-06 09:32:39 -07:00
konradSC d075905309 Update dialplan.php (#3934)
Adds the ability to set "dialplan_destination" db field from Upgrade App Defaults and xml dialplan templates.
2018-12-06 09:24:33 -07:00
FusionPBX f5ce4d63c5 Update app_config.php 2018-12-05 19:57:11 -07:00
Killsudo 3864b234b5 Add new default_settings for Fanvil products (#3895)
* Add new default_settings for Fanvil products

* Set setting names too lowercase.

* Add additional firmware auto upgrade options
2018-12-05 19:51:54 -07:00
sergey-mz f0a8d44229 Show enabled extension only on operator panel (#3900)
Add e.enabled = 'true' to SQL where and show only enabled extensions on the operator panel.
2018-12-05 19:50:46 -07:00
FusionPBX 8dbcf22541 Update dialplan_edit.php 2018-12-05 17:20:09 -07:00
FusionPBX df36be9570 Update app_languages.php 2018-12-05 17:19:28 -07:00
FusionPBX df090e31dc Update app_config.php 2018-12-05 17:18:27 -07:00
FusionPBX 2b2c27afeb Update click_to_call.php 2018-12-05 00:45:40 -07:00
FusionPBX b4db529ebd Update dialplans.php 2018-12-04 23:17:27 -07:00
FusionPBX 7c7af05b6c Update extensions.php 2018-12-04 22:06:50 -07:00
Killsudo 5f8dfb5ea9 Add Fanvil one-hit privisioning support for X6 and i30 devices (#3894) 2018-12-04 00:16:35 -07:00
Marcel Gisselmann a4b906e758 Update xml_cdr_delete.php (#3891)
Fix typo in delete() query
2018-12-03 13:12:16 -07:00
konradSC f2ca04d256 Update 520_follow_me_bridge.xml (#3893)
Search through all SIP Profiles when looking up the Contact.
2018-12-03 10:44:33 -07:00
FusionPBX 2fa73d6eee Update app_config.php 2018-12-02 21:59:03 -07:00
FusionPBX 91298ca15c Update app_config.php 2018-12-02 11:21:46 -07:00
FusionPBX a212218e38 Update app_defaults.php 2018-12-02 11:15:38 -07:00
konradSC 9e6da1078c Update follow_me.php (#3885)
Escape the single quote so the sql query will work correctly.
2018-11-30 14:12:12 -07:00
Len c72aaf78aa Create readme (#3875) 2018-11-29 14:36:44 -07:00
FusionPBX c424afc733 Update 230_group-intercept.xml 2018-11-29 10:18:19 -07:00
diger e5ad9f1308 Fix sqlite error (#3861) 2018-11-23 08:07:05 -07:00
FusionPBX 7b8eda9e49 Update xml_cdr.php 2018-11-23 08:03:36 -07:00
FusionPBX 6ca703693a Update xml_cdr.php 2018-11-21 16:07:02 -07:00
FusionPBX d1e677b450 Update extensions.php 2018-11-21 12:46:50 -07:00
FusionPBX dd27347353 Update call_flow_edit.php 2018-11-14 15:13:57 -06:00
FusionPBX 3cc0ba3caf Update 320_vmain.xml 2018-11-14 10:14:42 -06:00
Len b0349ec03a Update app_config.php (#3857) 2018-11-14 09:25:59 -06:00
Len ec1b1c1443 Update app_languages.php (#3858) 2018-11-14 09:25:35 -06:00
ednt 050f05ee1f Update conference_session_details.php (#3856)
result_count is not longer in use, so we can remove it.
2018-11-14 03:01:28 -06:00
FusionPBX bacdd643cf Update ring_group_edit.php 2018-11-14 00:25:14 -06:00
emaktech 18b6d4e920 Add record_append=false (#3854)
When re-recording the extension voice mail name the new recorded name is appended to the old recorded name file.  The new recorded name should replace the old recorded name.
2018-11-13 23:38:12 -06:00
emaktech 65ea399502 Add record_append=false (#3855)
When re-recording the extension voice mail name the new recorded name is appended to the old recorded name file.  The new recorded name should replace the old recorded name.
2018-11-13 23:37:53 -06:00
FusionPBX 0ea32e4140 Update xml_cdr_details.php 2018-11-13 17:53:20 -06:00
FusionPBX 1e7ecf9a5f Update conference_session_details.php 2018-11-13 17:52:16 -06:00
FusionPBX f6b87192e9 Update xml_cdr_details.php 2018-11-13 16:48:43 -06:00
Len 4bee542bf7 Update app_config.php (#3847) 2018-11-12 14:30:42 -07:00
FusionPBX 9e2c21176b Update app_config.php 2018-11-10 12:17:32 -07:00
FusionPBX 3c0b858a01 Update dialplan_outbound_add.php 2018-11-10 00:51:53 -07:00
FusionPBX 52ef690f4c Update dialplan_outbound_add.php 2018-11-10 00:44:20 -07:00
FusionPBX 431e1a3d31 Update app_config.php 2018-11-09 13:33:22 -07:00
FusionPBX 8fcdd20450 Update ivr_menu_edit.php 2018-11-09 11:32:05 -07:00
FusionPBX e4cd21ed4d Update xml_cdr_details.php 2018-11-09 10:36:30 -07:00
andycol a0847e3059 fix ivr not saving (#3769)
The error says Ivr not enabled and wont save, this fixes it
2018-11-09 07:47:40 -07:00
FusionPBX 6ae151f026 Update ring_group_edit.php 2018-11-03 13:10:53 -06:00
FusionPBX 2fc2faa38e Update device_edit.php 2018-11-03 11:54:11 -06:00
FusionPBX 1c354f8859 Update app_config.php 2018-11-03 11:36:27 -06:00
FusionPBX b36c723bed Update ivr_menu_edit.php 2018-11-03 11:35:27 -06:00
FusionPBX 4c1f70a082 Update ring_group_edit.php 2018-11-03 11:28:41 -06:00
FusionPBX fbbfe4b12b Update app_config.php 2018-11-03 11:26:31 -06:00
FusionPBX ee5b1320c4 Update ivr_menu_edit.php 2018-11-03 11:24:25 -06:00
FusionPBX da295ff525 Update app_config.php 2018-11-03 11:23:30 -06:00
FusionPBX 95d3c4a00e Update 470_valet_park.xml 2018-11-02 17:21:21 -06:00
FusionPBX db77066500 Update dialplan_outbound_add.php 2018-11-01 17:47:39 -06:00
FusionPBX d22f5ab5e0 Update follow_me.php 2018-11-01 17:40:16 -06:00
FusionPBX 6bc098778d Update 520_follow_me_bridge.xml 2018-11-01 12:29:10 -06:00
FusionPBX c0872640fa Update 520_follow_me_bridge.xml 2018-11-01 11:10:15 -06:00
FusionPBX ee7a684768 Update 495_call_screen.xml 2018-10-31 17:39:42 -06:00
FusionPBX b0d4b86221 Rename 880_call_screen.xml to 495_call_screen.xml 2018-10-31 17:38:22 -06:00
FusionPBX 036dd12654 Update follow_me.php 2018-10-30 18:01:50 -06:00
Andrew Siplas b2e754789f Add 833, 844 to toll-free outbound pattern. (#3750)
Confirmed via https://www.nationalnanpa.com/enas/nonGeoNpaServiceReport.do
2018-10-29 14:27:42 -06:00
FusionPBX d300781a37 Update gateway_edit.php 2018-10-27 01:55:30 -06:00
sergey-mz ed48f3aba5 Missing ; in line 127 (#3723)
Missing ; in line 127
2018-10-26 10:24:54 -06:00
FusionPBX 0f1da4165c Update 470_valet_park.xml 2018-10-25 23:32:08 -06:00
FusionPBX 41be3e2f7b Update app_config.php 2018-10-25 23:27:29 -06:00
FusionPBX c95e16f6e5 Update 900_voicemail.xml 2018-10-25 12:38:38 -06:00
Luis Daniel Lucio Quiroz 0108998768 Unescape Json before decoding (#3695)
I have realized since 4.4, json is escaped (\" for example). Some PHP releases fail to decode if that is used.
2018-10-25 09:32:09 -06:00
FusionPBX 1117c9cb2e Create app_defaults.php 2018-10-24 18:42:58 -06:00
FusionPBX 76c1a64d57 Update app_defaults.php 2018-10-24 18:30:39 -06:00
FusionPBX 4b23965593 Update dialplan_outbound_add.php 2018-10-24 15:51:48 -06:00
FusionPBX 8c9f1af479 Update call_block_delete.php 2018-10-24 11:58:22 -06:00
FusionPBX 1a40dfe9ee Update v_xml_cdr_import.php 2018-10-24 10:51:56 -06:00
FusionPBX 39748ebc29 Update extension_edit.php 2018-10-23 23:14:07 -06:00
FusionPBX f48cd2836f Update device_edit.php 2018-10-23 23:12:24 -06:00
FusionPBX ef57fea831 Update call_block_edit.php 2018-10-23 10:38:43 -06:00
FusionPBX f085ce215b Update call_block_cdr_add.php 2018-10-23 10:36:44 -06:00
FusionPBX 8ad62ff4cf Update call_recordings.php 2018-10-22 15:14:56 -06:00
FusionPBX d730b1e098 Update device_imports.php 2018-10-20 14:53:11 -06:00
FusionPBX 4cad99dbfd Update provision.php 2018-10-20 14:18:06 -06:00
FusionPBX 130e53e3fa Update extension_imports.php 2018-10-20 11:58:58 -06:00
FusionPBX 94cf9231e8 Update ivr_menu_edit.php 2018-10-20 11:07:53 -06:00
FusionPBX f64a41d6ec Update app_config.php 2018-10-20 11:06:37 -06:00
FusionPBX 4319878232 Update provision.php 2018-10-19 12:15:49 -06:00
FusionPBX 97471c5397 Update xml_cdr_search.php 2018-10-17 22:43:06 -06:00
FusionPBX 019068cf20 Update xml_cdr_details.php 2018-10-17 22:36:03 -06:00
FusionPBX d0b40b1d39 Update xml_cdr.php 2018-10-17 22:27:40 -06:00
FusionPBX 778debc34c Update xml_cdr_inc.php 2018-10-17 22:22:46 -06:00
FusionPBX fabc145bd7 Update xml_cdr.php 2018-10-17 22:08:20 -06:00
FusionPBX 32f794fb3f Update v_xml_cdr_import.php 2018-10-17 22:03:31 -06:00
FusionPBX 5a709b2d28 Update app_config.php 2018-10-17 21:59:41 -06:00
FusionPBX 3bcd6b1f4f Update xml_cdr.php 2018-10-17 15:52:15 -06:00
FusionPBX 711e008b3a Update v_xml_cdr_import.php 2018-10-17 15:45:23 -06:00
FusionPBX dc2925e922 Update v_xml_cdr_import.php 2018-10-17 15:41:14 -06:00
FusionPBX adf712ea36 Update contact_import.php 2018-10-17 02:32:57 -06:00
FusionPBX 46bd0b1518 Update contact_import.php 2018-10-17 02:25:28 -06:00
FusionPBX 84c9d5a744 Update contact_import.php 2018-10-17 02:15:50 -06:00
FusionPBX 7f86624751 Update destination_edit.php 2018-10-16 22:14:42 -06:00
FusionPBX 44fdae6117 Update destinations.php 2018-10-16 00:30:40 -06:00
FusionPBX 3cbcfa213c Update extension_edit.php 2018-10-15 16:50:59 -06:00
FusionPBX dbc7c14527 Update app_config.php 2018-10-15 16:30:48 -06:00
FusionPBX 25a8ad9e08 Update xml_cdr_extension_summary.php 2018-10-15 16:11:55 -06:00
FusionPBX 3de2eacb27 Update ring_group_edit.php 2018-10-15 09:49:35 -06:00
FusionPBX 42d287be1f Update device_profile_edit.php 2018-10-13 19:25:48 -06:00
FusionPBX 996ad938d7 Update ivr_menu_edit.php 2018-10-12 17:22:39 -06:00
FusionPBX 480afc8530 Update ivr_menu_edit.php 2018-10-12 17:19:59 -06:00
Killsudo 0b566f448b Fix grandstream private (#3632)
* Setup Grandstream GXP2100 Template and Phonebook for working provisioning

* Fix private function contact_grandstream so it can work until the code path is removed entirely
2018-10-12 14:33:05 -06:00
FusionPBX 9665d8535a Update call_center_queues.php 2018-10-11 18:05:27 -06:00
FusionPBX 761dfd0762 Update app_config.php 2018-10-06 17:38:20 -06:00
FusionPBX d7761e7820 Update 520_follow_me_bridge.xml 2018-10-06 13:15:13 -06:00
FusionPBX cf81716045 Update 520_follow_me_bridge.xml 2018-10-06 12:59:00 -06:00
FusionPBX 1540abfb2f Update 520_follow_me_bridge.xml 2018-10-06 12:54:05 -06:00
FusionPBX b4e4396d95 Update 520_follow_me_bridge.xml 2018-10-06 12:44:13 -06:00
FusionPBX ccd04eb578 Update 520_follow_me_bridge.xml 2018-10-06 12:04:30 -06:00
FusionPBX 19f933bc40 Update follow_me.php 2018-10-05 19:23:27 -06:00
FusionPBX 903b566da9 Update follow_me.php 2018-10-05 13:39:47 -06:00
Killsudo f81d96c44b Check for directory before trying to create (#3627) 2018-10-04 20:30:31 -06:00
FusionPBX cb953f5093 Update app_config.php 2018-10-04 13:34:40 -06:00
FusionPBX 4ffd4eac59 Update var_edit.php 2018-10-03 08:32:32 -06:00
FusionPBX 9ab0f598fc Update device_imports.php 2018-09-28 12:51:43 -06:00
FusionPBX 0275de7fc7 Update extension_imports.php 2018-09-28 12:50:00 -06:00
FusionPBX 349f7518b3 Update extension_imports.php 2018-09-28 12:47:34 -06:00
FusionPBX 15663fc472 Update extension_imports.php 2018-09-28 12:46:17 -06:00
FusionPBX 37fd6c6f50 Update device_imports.php 2018-09-28 12:43:13 -06:00
FusionPBX 52168c83e1 Update voicemails.php 2018-09-28 12:31:20 -06:00
FusionPBX be6da63dcd Update voicemail_imports.php 2018-09-28 12:18:25 -06:00
FusionPBX df11ad9614 Update voicemails.php 2018-09-28 12:08:38 -06:00
FusionPBX 09a0c7bf65 Create voicemail_imports.php 2018-09-28 12:02:37 -06:00
FusionPBX fa135d677d Update app_config.php 2018-09-28 11:56:08 -06:00
FusionPBX 1cf3f7f0ec Delete app_config.php 2018-09-28 11:54:10 -06:00
FusionPBX 43d59f7cad Delete app_languages.php 2018-09-28 11:54:04 -06:00
FusionPBX 8bd6785761 Delete app_menu.php 2018-09-28 11:53:59 -06:00
FusionPBX 2bf77da879 Delete root.php 2018-09-28 11:53:53 -06:00
FusionPBX 0fe0c2a908 Delete app_config.php 2018-09-28 11:53:32 -06:00
FusionPBX dd970c4cec Delete app_languages.php 2018-09-28 11:53:25 -06:00
FusionPBX 3f512d5060 Delete app_menu.php 2018-09-28 11:53:20 -06:00
FusionPBX c621ad643b Delete root.php 2018-09-28 11:53:14 -06:00
FusionPBX b48106a08d Delete app_config.php 2018-09-28 11:52:56 -06:00
FusionPBX d39f3d24d2 Delete app_languages.php 2018-09-28 11:52:51 -06:00
FusionPBX 769302cbe7 Delete app_menu.php 2018-09-28 11:52:45 -06:00
FusionPBX 2e986c75f2 Delete root.php 2018-09-28 11:52:40 -06:00
FusionPBX 589006878e Delete root.php 2018-09-28 11:52:18 -06:00
FusionPBX cb19165804 Delete app_menu.php 2018-09-28 11:52:10 -06:00
FusionPBX d5b179ee75 Delete app_languages.php 2018-09-28 11:52:04 -06:00
FusionPBX 6391628c98 Delete app_config.php 2018-09-28 11:51:57 -06:00
FusionPBX 2fca395764 Update app_languages.php 2018-09-28 11:50:51 -06:00
FusionPBX 47fcfb08c2 Update destination_imports.php 2018-09-28 11:47:45 -06:00
FusionPBX 75dfff8d6d Update app_languages.php 2018-09-28 11:45:09 -06:00
FusionPBX 85fc7d1d6a Update app_languages.php 2018-09-28 11:41:19 -06:00
FusionPBX 8fce550763 Update destination_imports.php 2018-09-28 11:37:41 -06:00
FusionPBX 3527fd9f39 Update extensions.php 2018-09-28 11:06:32 -06:00
FusionPBX c45172e3c3 Update destinations.php 2018-09-28 11:05:48 -06:00
FusionPBX 13a7bc8147 Update devices.php 2018-09-28 11:05:08 -06:00
FusionPBX 6b2fbd3b36 Update app_config.php 2018-09-28 10:58:19 -06:00
FusionPBX a4c9790d8a Update extension_imports.php 2018-09-28 10:56:51 -06:00
FusionPBX 72495bcf47 Update app_config.php 2018-09-28 10:54:03 -06:00
FusionPBX a5b0bbcd88 Update app_config.php 2018-09-28 10:52:55 -06:00
FusionPBX 43598725e5 Update extension_imports.php 2018-09-28 10:48:43 -06:00
FusionPBX ec041e3e31 Update device_imports.php 2018-09-28 10:47:42 -06:00
FusionPBX 62c2c078d6 Update device_imports.php 2018-09-28 10:47:18 -06:00
FusionPBX 80f27f5201 Update destination_imports.php 2018-09-28 10:46:44 -06:00
FusionPBX 439bf73ad4 Rename app/user_imports/user_imports.php to core/users/user_imports.php 2018-09-28 10:44:48 -06:00
FusionPBX 503adcd103 Rename app/extension_imports/extension_imports.php to app/extensions/extension_imports.php 2018-09-28 10:44:09 -06:00
FusionPBX 8ebc6e46bb Rename app/destination_imports/destination_imports.php to app/destinations/destination_imports.php 2018-09-28 10:43:27 -06:00
FusionPBX 6fe8a78977 Rename app/device_imports/device_imports.php to app/devices/device_imports.php 2018-09-28 10:42:27 -06:00
FusionPBX 1cea9cca79 Update destination_imports.php 2018-09-28 01:12:08 -06:00
FusionPBX fadd207dcf Update device_imports.php 2018-09-28 01:07:49 -06:00
FusionPBX 217b6d8eac Update extension_imports.php 2018-09-28 01:02:06 -06:00
FusionPBX a514c69324 Update user_imports.php 2018-09-28 00:58:06 -06:00
andycol 56ab5a4f86 fix user imports (#3595)
User imports was looking for /app/users/users.php
not /core/users/users.php
2018-09-28 00:41:40 -06:00
markjcrane ee9f41bedc Add imports 2018-09-25 18:14:30 +00:00
FusionPBX 628991e573 Update app_config.php 2018-09-22 09:20:01 -06:00
FusionPBX b082b0b156 Update app_config.php 2018-09-22 09:17:49 -06:00
Len fc107291dc Update app_config.php (#3516) 2018-09-20 13:20:04 -04:00
FusionPBX e19cbf30ae Update app_config.php 2018-09-20 12:38:02 -04:00
Len cd5041b334 Update app_config.php (#3484)
* Update app_config.php

* Update app_config.php
2018-09-20 11:43:43 -04:00
FusionPBX 458d99071f Update fax.php 2018-09-20 01:01:06 -04:00
FusionPBX d6dc5519d4 Update fax_send.php 2018-09-20 00:52:53 -04:00
FusionPBX 1e7993dcc7 Update message_edit.php 2018-09-19 23:46:41 -04:00
FusionPBX 68ceaed6fe Update fax_send.php 2018-09-19 23:34:20 -04:00
FusionPBX aec791e893 Update app_languages.php 2018-09-19 03:31:03 -04:00
FusionPBX db8a53503c Update message_edit.php 2018-09-19 03:27:54 -04:00
FusionPBX 793fde567e Update index.php 2018-09-19 03:19:16 -04:00
FusionPBX 778434f5ca Update message_send.php 2018-09-19 03:17:37 -04:00
FusionPBX e8ac98ce3f Update message_send.php 2018-09-19 02:45:53 -04:00
FusionPBX 90b6d06f4d Update app_config.php 2018-09-17 19:57:58 -06:00
Trick Solutions 99b00675e5 Changed the default setting for Vlan from 1 to 0. Grandstream phones take the value of 0 as a non tag, if the setting is set to 1 the tag is set to 1. Tagging of Vlan 1 will break most unmanaged switch setups. This value could be change to any other value if needed if your trying to demonstrate a value. (#3482) 2018-09-17 16:41:41 -06:00
FusionPBX dcae8729bb Update message_send.php 2018-09-16 11:06:14 -06:00
FusionPBX 3a3be41151 Create message_send.php 2018-09-16 11:01:18 -06:00
FusionPBX 9f8bf03cb6 Update app_config.php 2018-09-16 10:57:18 -06:00
emaktech 9b32c42d71 Allow Editing 48 Lines on device_edit Page (#3478)
Similar to #3472 needed to allow up to 48 extension to be selectable and editable on the device_edit page.

Additionally, fixed sorting issue so line numbers are correctly sorted sequentially (line number is stored as text field so needed to change cast in SQL query).
2018-09-14 13:10:17 -06:00
Len 5ca3cc55ed Update app_config.php (#3476)
* Update app_config.php

* Update app_config.php
2018-09-14 09:36:36 -06:00
emaktech cc9bf89660 Allow editing 48 lines on extension_edit page (#3472)
When provisioning 48 port analog gateway, (Grandstream GXW4248 for example) need ability to configure up to 48 lines per device.
2018-09-13 23:53:19 -06:00
FusionPBX ada85fdf96 Update app_defaults.php 2018-09-13 22:51:38 -07:00
shaunjstokes e1b989d91b Fix PHP out of memory error on App Defaults (#3403)
If 400+ domains exist it's not possible to Execute App Defaults without getting PHP out of memory error on line 630 in 'app\dialplan\resources\classes\dialplan.php'.

It would be better to first build XML for each domain_name (context) then for all else.
2018-09-13 23:50:08 -06:00
FusionPBX e8ba73b5f5 Update provision.php 2018-09-12 13:59:27 -06:00
FusionPBX 46933c086c Update device_edit.php 2018-09-12 13:57:33 -06:00
FusionPBX 5dd843b183 Update app_languages.php 2018-09-12 13:54:47 -06:00
FusionPBX 8ce52bbc81 Update app_config.php 2018-09-12 13:53:40 -06:00
FusionPBX 3337b2c36c Update index.php 2018-09-08 09:28:52 -06:00
FusionPBX 250298a765 Update app_config.php 2018-09-05 20:51:32 -06:00
FusionPBX d2271e89cf Update app_config.php 2018-09-04 08:35:40 -06:00
FusionPBX 799402973b contact_notes escaped twice remove the extra one. 2018-09-02 10:03:48 -06:00
FusionPBX 9301b245de Update app_config.php 2018-09-01 10:24:23 -06:00
FusionPBX 344046a5b8 Update messages.php 2018-09-01 03:20:07 -06:00
FusionPBX 184efed542 Update messages.php 2018-09-01 03:16:28 -06:00
FusionPBX 6433ffe98e Update messages.php 2018-09-01 02:13:35 -06:00
AlexanderDCrane 28ed367200 Update conference_control_detail_edit.php (#3400) 2018-08-31 14:36:24 -06:00
AlexanderDCrane e889e8ae93 Update conference_control_details.php (#3398) 2018-08-31 14:36:03 -06:00
AlexanderDCrane bcc6bc6955 Update ivr_menu_edit.php (#3396) 2018-08-31 14:35:19 -06:00
AlexanderDCrane 42f5abb217 Update fax_files.php (#3394) 2018-08-31 14:34:27 -06:00
AlexanderDCrane 243906c5f4 Update fax_send.php (#3392) 2018-08-31 14:33:17 -06:00
AlexanderDCrane d075353ce5 Update time_conditions.php (#3388) 2018-08-31 14:09:21 -06:00
AlexanderDCrane 65b2fcc4e3 Update call_edit.php (#3390) 2018-08-31 14:08:44 -06:00
AlexanderDCrane 71669f970b Update ring_group_edit.php (#3386) 2018-08-31 13:37:23 -06:00
AlexanderDCrane 3edc4eb3f3 Update call_edit.php (#3384) 2018-08-31 13:36:45 -06:00
AlexanderDCrane d128cfce9b Update call_center_agent_status.php (#3382) 2018-08-31 13:25:00 -06:00
AlexanderDCrane aed077b313 Update call_flow_edit.php (#3378) 2018-08-31 13:24:03 -06:00
AlexanderDCrane 43e3456810 Update dialplan_outbound_add.php (#3377) 2018-08-31 12:55:19 -06:00
AlexanderDCrane 8d8ad48d24 Update call_block_edit.php (#3374) 2018-08-31 12:50:19 -06:00
AlexanderDCrane 88d9105808 Update contact_timer.php (#3370) 2018-08-31 12:21:50 -06:00
AlexanderDCrane 099bff4a39 Update device_profile_edit.php (#3371) 2018-08-31 12:21:23 -06:00
FusionPBX 92464d9f85 Update destinations.php 2018-08-31 12:17:32 -06:00
AlexanderDCrane 658651c682 Update contact_setting_edit.php (#3367) 2018-08-31 12:13:37 -06:00
FusionPBX feddea343c Update messages.php 2018-08-30 22:26:06 -06:00
FusionPBX dc2085861b Update app_languages.php 2018-08-30 22:21:07 -06:00
FusionPBX 90919237c5 Update message_edit.php 2018-08-30 22:19:53 -06:00
FusionPBX ee864ead45 Rename messages2.php to messages.php 2018-08-30 21:42:23 -06:00
markjcrane a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
FusionPBX 70ed586a82 Update messages.php 2018-08-30 19:48:09 -06:00
markjcrane 1b8466a14b Add app/messages 2018-08-30 16:18:34 +00:00
FusionPBX b42de823e8 Update index.php 2018-08-30 01:26:49 -06:00
AlexanderDCrane d957438a3e Update dialplan_inbound_add.php (#3360) 2018-08-29 15:14:56 -06:00
AlexanderDCrane 508a68067a Update setting_edit.php (#3361) 2018-08-29 15:14:29 -06:00
Len 78a5a68a40 Update conference_profile_param_edit.php (#3325)
problem: blank page
bug fix: removed extra   " on line 159, 170, 206
2018-08-28 19:33:13 -06:00
AlexanderDCrane 02841475f6 Update fax_send.php (#3302) 2018-08-27 20:41:39 -06:00
AlexanderDCrane dccf8f2575 Update ring_group_destination_edit.php (#3305) 2018-08-27 20:40:49 -06:00
AlexanderDCrane 1a8a24809f Update setting_edit.php (#3306) 2018-08-27 20:40:06 -06:00
AlexanderDCrane 12b608f414 Update extension_dashboard.php (#3301) 2018-08-27 20:39:43 -06:00
AlexanderDCrane 0484b7fcf0 Update dialplan_edit.php (#3300) 2018-08-27 20:39:15 -06:00
AlexanderDCrane ba3903eed2 Update sip_profile_edit.php (#3307) 2018-08-27 20:38:39 -06:00
AlexanderDCrane 45c4b5661d Update time_condition_edit.php (#3308) 2018-08-27 20:36:45 -06:00
AlexanderDCrane 2be898b8a1 Update voicemail_greeting_edit.php (#3311) 2018-08-27 20:36:19 -06:00
AlexanderDCrane 704a5c9d48 Update dialplan_outbound_add.php (#3299) 2018-08-27 20:35:50 -06:00
AlexanderDCrane 42f93183bc Update dialplan_inbound_add.php (#3298) 2018-08-27 20:34:56 -06:00
AlexanderDCrane 8e2357f48c Update voicemail_message_edit.php (#3312) 2018-08-27 20:33:50 -06:00
AlexanderDCrane f044a0f4a9 Update voicemail_option_edit.php (#3313) 2018-08-27 20:32:27 -06:00
AlexanderDCrane a6265bcfcf Update pin_number_edit.php (#3304) 2018-08-27 20:28:18 -06:00
AlexanderDCrane 6ad42dd583 Update var_edit.php (#3309) 2018-08-27 20:27:42 -06:00
AlexanderDCrane 9f2bf3b5b3 Update vars.php (#3310) 2018-08-27 20:26:46 -06:00
AlexanderDCrane afdf8cfcaf Update device_setting_edit.php (#3297) 2018-08-27 20:26:24 -06:00
AlexanderDCrane fb846fa73a Update pin_numbers.php (#3303) 2018-08-27 16:14:29 -06:00
AlexanderDCrane 3ddb3443ca Update device_profile_edit.php (#3296) 2018-08-27 16:14:08 -06:00
AlexanderDCrane e202cb4392 Update database_transaction_edit.php (#3294) 2018-08-27 15:13:04 -06:00
AlexanderDCrane 233b4650b6 Update database_transactions.php (#3293) 2018-08-27 15:12:43 -06:00
AlexanderDCrane 22ba9413aa Update contact_urls.php (#3292) 2018-08-27 15:12:28 -06:00
AlexanderDCrane 7dbe8b8288 Update contact_setting_edit.php (#3291) 2018-08-27 15:12:11 -06:00
AlexanderDCrane 0de03a620e Update contact_notes.php (#3290) 2018-08-27 15:11:55 -06:00
AlexanderDCrane 910322171d Update device_line_edit.php (#3295) 2018-08-27 15:11:30 -06:00
AlexanderDCrane b022e1ff69 Update conference_profile_params.php (#3285) 2018-08-27 14:50:47 -06:00
AlexanderDCrane 22c3d8a91f Update click_to_call.php (#3287) 2018-08-27 14:50:31 -06:00
AlexanderDCrane 08e0bd7570 Update conference_profile_param_edit.php (#3288) 2018-08-27 14:50:12 -06:00
AlexanderDCrane 65b3c732de Update contact_import.php (#3289) 2018-08-27 14:49:53 -06:00
AlexanderDCrane fd4a807afd Update call_center_queue_edit.php (#3286) 2018-08-27 14:46:55 -06:00
FusionPBX 726d6cc31a Update 050_user_record.xml 2018-08-27 10:52:58 -06:00
FusionPBX 3645c11b9c Update 050_user_record.xml 2018-08-27 10:16:48 -06:00
FusionPBX 3df2118366 Update 050_user_record.xml 2018-08-27 09:54:21 -06:00
FusionPBX 563dc3ba3f Update 470_valet_park.xml 2018-08-25 17:28:19 -06:00
FusionPBX 1c6b37cc00 Update 050_user_record.xml 2018-08-25 17:11:18 -06:00
FusionPBX bbeca443d3 Update app_config.php 2018-08-24 14:49:46 -06:00
FusionPBX f71c059f88 Update destinations.php 2018-08-23 11:20:14 -06:00
FusionPBX 3b393cc8ab Update provision.php 2018-08-21 21:23:43 -06:00
FusionPBX 5f7006a22c Update provision.php 2018-08-21 21:21:03 -06:00
FusionPBX e28d3428d2 Update app_config.php 2018-08-21 21:15:36 -06:00
FusionPBX 7dc640886e Update app_config.php 2018-08-21 21:04:48 -06:00
FusionPBX eb827ff7d6 Update device_edit.php 2018-08-18 21:40:06 -06:00
FusionPBX c338ef6e4d Update destination_edit.php 2018-08-17 21:43:29 -06:00
FusionPBX 5e3f053134 Update destination_edit.php 2018-08-17 21:14:24 -06:00
FusionPBX 1cce62a337 Update destination_edit.php 2018-08-17 20:58:54 -06:00
FusionPBX ccd18f8d08 Rename follow_me_bridge_520.xml to 520_follow_me_bridge.xml 2018-08-14 12:12:17 -06:00
FusionPBX b99324ad40 Update 010_user_exists.xml 2018-08-14 12:11:21 -06:00
FusionPBX 2668122679 Create follow_me_bridge_520.xml 2018-08-14 12:08:58 -06:00
FusionPBX bfbcda6736 Update follow_me.php 2018-08-14 12:02:43 -06:00
FusionPBX e205b29973 Update app_config.php 2018-08-14 10:57:10 -06:00
FusionPBX e68d0c6db0 Update registrations.php 2018-08-11 17:02:55 -06:00
FusionPBX c54eb15c7c Update dialplans.php 2018-08-10 17:45:02 -06:00
FusionPBX 541b052017 Update extension_edit.php 2018-08-10 13:05:55 -06:00
Len 5bfa15a76e Update app_config.php (#3280) 2018-08-09 11:21:17 -06:00
Len 9956cc1324 Update app_config.php (#3278) 2018-08-08 12:22:54 -06:00
markjcrane 440fedcb5f Add Grandstream Wave 2018-08-08 14:27:48 +00:00
FusionPBX b928053b71 Update device_edit.php 2018-08-02 02:28:01 -06:00
FusionPBX bae853b8e3 Update device_edit.php 2018-08-02 01:57:28 -06:00
FusionPBX 53f39d5664 Update contact_edit.php 2018-08-02 01:12:31 -06:00
FusionPBX d50659fa04 Update extension_edit.php 2018-07-30 11:23:46 -06:00
FusionPBX e1cf14f352 Update bridge_edit.php 2018-07-28 23:25:15 -05:00
FusionPBX f4b3c10597 Update gateway_edit.php 2018-07-24 16:41:02 -05:00
FusionPBX a5f658f75b Update gateway_edit.php 2018-07-24 16:36:45 -05:00
FusionPBX 471572658a Update gateway_edit.php 2018-07-24 16:21:32 -05:00
FusionPBX 31c72b4cd1 Update gateway_copy.php 2018-07-22 10:37:48 -06:00
FusionPBX 04e97d9493 Update gateway_copy.php 2018-07-22 10:32:20 -06:00
FusionPBX b33eae98bf Update call_center_queue_edit.php 2018-07-18 19:06:32 -06:00
FusionPBX 6773177c24 Update call_center_queue_edit.php 2018-07-18 17:39:43 -06:00
FusionPBX 79a34bdef0 Update call_center.php 2018-07-18 17:26:18 -06:00
FusionPBX ebc0a441ae Update call_center_queue_edit.php 2018-07-18 17:08:25 -06:00
FusionPBX 733fb7f969 Update call_center_queue_edit.php 2018-07-18 17:05:11 -06:00
FusionPBX 5e58090fe8 Update app_config.php 2018-07-18 16:59:21 -06:00
FusionPBX 8ad91dbf6a Update app_config.php 2018-07-17 00:18:13 -06:00
FusionPBX 7217da0015 Update app_config.php 2018-07-17 00:12:55 -06:00
FusionPBX 9c7e7130c1 Update app_config.php 2018-07-17 00:08:09 -06:00
FusionPBX 08a0971707 Update bridges.php 2018-07-16 10:06:22 -06:00
Len f333ba4c78 add default for the polycom_nat_ip variable (#3241) 2018-07-12 21:54:24 -06:00
FusionPBX 0a5bd19a2d Update calls.php 2018-07-12 20:58:18 -06:00
FusionPBX 3bdaee340b Update app_config.php 2018-07-12 08:47:47 -06:00
FusionPBX 5d0f6f3d97 Update destination_edit.php 2018-07-12 08:29:27 -06:00
FusionPBX 949c05a082 Update contact_times.php 2018-07-11 23:32:08 -06:00
FusionPBX 0f551f6954 Update contact_setting_edit.php 2018-07-11 23:00:05 -06:00
FusionPBX 50e2f59746 Update music_on_hold.php 2018-07-09 14:03:39 -06:00
FusionPBX 907de6cdb4 Update switch_music_on_hold.php 2018-07-09 14:01:29 -06:00
FusionPBX 728f6d0b4f Update xml_cdr.php 2018-07-06 11:42:07 -06:00
FusionPBX 28ff508264 Update calls.php 2018-07-05 15:21:09 -06:00
FusionPBX bf49d2424a Update sip_status.php 2018-07-05 14:59:54 -06:00
FusionPBX 0a8b6bf9ca Update sip_profile_edit.php 2018-07-05 14:42:31 -06:00
FusionPBX d51906a32d Update sip_profile_edit.php 2018-07-05 14:33:15 -06:00
FusionPBX 99afc816ed Update sip_profile_edit.php 2018-07-05 14:28:03 -06:00
FusionPBX fc91d8a357 Update sip_profiles.php 2018-07-05 14:25:14 -06:00
andycol 66baa4f66a fix pin_codes dialplan (#3240)
it was not adding the pin_number.lua part as that was not added by mistake the first time i submitted
2018-07-05 08:34:34 -06:00
FusionPBX 0d2d664908 Update sip_profile_edit.php 2018-07-04 12:02:36 -06:00
FusionPBX 51181f0b52 Update sip_profiles.php 2018-07-04 12:01:09 -06:00
FusionPBX 1612caebe9 Delete sip_profile_setting_edit.php 2018-07-04 11:09:13 -06:00
FusionPBX 4639ace6dd Delete sip_profile_settings.php 2018-07-04 11:08:49 -06:00
FusionPBX a45314ad17 Update sip_profiles.php 2018-07-04 11:03:32 -06:00
FusionPBX 5899ed2c1d Update sip_profiles.php 2018-07-04 11:02:15 -06:00
TekMason 1a2a480815 Update app_config.php (#3236)
* Update app_config.php

Addition of device Vendors that already have provisioning folders.

* Update app_config.php
2018-07-03 20:28:45 -06:00
FusionPBX 92e9978e43 Update xml_cdr_inc.php 2018-07-03 18:40:35 -06:00
FusionPBX 5900129ddd Update device_edit.php 2018-07-02 21:41:48 -06:00
FusionPBX 9eb861e971 Update v_xml_cdr_import.php 2018-07-02 21:01:37 -06:00
FusionPBX 8f1d686d38 Update contacts_vcard.php 2018-07-02 20:53:58 -06:00
FusionPBX 1b749d3422 Update voicemail_option_edit.php 2018-07-02 10:59:37 -06:00
FusionPBX 4bfa9f95d8 Update voicemails.php 2018-07-02 10:57:31 -06:00
FusionPBX 78b83fc8f7 Update contact_edit.php 2018-07-02 10:52:38 -06:00
FusionPBX e5c226f3a0 Update contacts.php 2018-07-02 10:44:14 -06:00
FusionPBX dd30383eda Update music_on_hold.php 2018-07-02 10:03:49 -06:00
FusionPBX 7d404bb356 Update music_on_hold_edit.php 2018-07-02 09:53:47 -06:00
FusionPBX 3020c6cbbb Update music_on_hold.php 2018-07-01 10:36:10 -06:00
FusionPBX 6e289633e9 Update ring_groups.php 2018-07-01 10:13:34 -06:00
FusionPBX dcd2267877 Update call_center_agent_edit.php 2018-06-30 18:56:48 -06:00
FusionPBX 995d8e6a21 Update call_center_queue_edit.php 2018-06-30 18:49:18 -06:00
FusionPBX c0c49ec2be Update call_center_queues.php 2018-06-30 18:46:28 -06:00
FusionPBX 965e4f1252 Delete ivr_menu_options.php 2018-06-30 18:29:00 -06:00
FusionPBX cdeb4cfc4c Update ivr_menu_edit.php 2018-06-30 18:11:41 -06:00
FusionPBX 7ab30d8f7e Update ivr_menus.php 2018-06-30 17:32:08 -06:00
FusionPBX f7d6fb4d17 Update module_edit.php 2018-06-30 17:23:54 -06:00
FusionPBX 85209bd15c Update modules.php 2018-06-30 17:09:04 -06:00
FusionPBX afe1159c50 Update conference_session_details.php 2018-06-30 11:43:44 -06:00
FusionPBX 8fd4306a16 Update conference_room_edit.php 2018-06-30 11:36:05 -06:00
FusionPBX 19c6236b5b Update conference_rooms.php 2018-06-30 11:30:49 -06:00
FusionPBX 832523a5d2 Update conference_centers.php 2018-06-30 11:26:27 -06:00
FusionPBX abb2d12048 Update email_template_edit.php 2018-06-30 11:18:13 -06:00
FusionPBX 66300d4d38 Update email_templates.php 2018-06-30 11:14:55 -06:00
FusionPBX 8c2866af2c Update number_translation_edit.php 2018-06-30 11:08:00 -06:00
FusionPBX 009140395b Update number_translations.php 2018-06-30 10:58:57 -06:00
FusionPBX 0243f055f0 Update dialplan_add.php 2018-06-29 23:20:38 -06:00
FusionPBX 07d951c577 Update extensions.php 2018-06-29 22:58:48 -06:00
FusionPBX f663073718 Update device_vendor_functions.php 2018-06-29 22:25:57 -06:00
FusionPBX e23561636c Update device_vendor_function_edit.php 2018-06-29 22:18:26 -06:00
FusionPBX d6fcc91daf Update device_vendor_edit.php 2018-06-29 22:06:07 -06:00
FusionPBX 44512457e5 Update access_control_node_edit.php 2018-06-29 19:48:02 -06:00
FusionPBX 20e841421c Update access_control_nodes.php 2018-06-29 19:31:42 -06:00
FusionPBX ca3a1dc9fc Update access_control_nodes.php 2018-06-29 19:19:52 -06:00
FusionPBX d809a01373 Update access_control_nodes.php 2018-06-29 18:54:36 -06:00
FusionPBX d9f178563c Update access_control_node_edit.php 2018-06-29 18:43:23 -06:00
FusionPBX d49e876dce Update access_control_edit.php 2018-06-29 18:28:09 -06:00
FusionPBX 19bb43b0cd Update xml_cdr_inc.php 2018-06-29 14:18:34 -06:00
FusionPBX 7d59569110 Update dialplan_outbound_add.php 2018-06-29 09:58:07 -06:00
FusionPBX 8278b9ee49 Update app_languages.php 2018-06-29 09:52:59 -06:00
andycol a591e627c6 Fix Pin Numbers (#3230)
* Fix Pin Numbers

Fix the pin numbers dropdown

* Fix pin codes

Fix pin codes and rename aswell as move position

* fix pin codes

* fix pin codes

* Update dialplan_outbound_add.php
2018-06-29 09:48:12 -06:00
Vindaloo VoIP cf1b799d6f Create sample.csv (#3203) 2018-06-28 18:28:07 -06:00
FusionPBX 6cd06de689 Update app_config.php 2018-06-27 23:54:23 -06:00
FusionPBX 7aaa4757fe Update dialplan_outbound_add.php
Fix the new toll allow option.
2018-06-27 23:49:10 -06:00
FusionPBX 03b2a5a3a0 Update xml_cdr_delete.php 2018-06-27 19:52:40 -06:00
FusionPBX 47f655965f Update call_broadcast_edit.php 2018-06-27 09:37:51 -06:00
andycol b4918b7a23 pin code dropdown (#3200)
add dropdown to enable pin codes
2018-06-27 09:15:07 -06:00
Vindaloo VoIP 9152c97b9b Update app_languages.php (#3202) 2018-06-27 09:13:03 -06:00
Vindaloo VoIP de3f2b0ef2 Update call_broadcast_edit.php (#3201)
Functionality added to add phone number by upload CSV or TXT file.
2018-06-27 09:12:45 -06:00
FusionPBX 758a89484c Update xml_cdr_inc.php 2018-06-26 11:38:23 -06:00
konradSC 9c86e5bae1 Fix wildcard search for Source (#3197)
Match updates in 4.4 branch to fix search options
2018-06-26 11:36:48 -06:00
konradSC ca08b8f6df Add Custom option for Yealink DSS key (#3198)
* Add Custom option for Yealink DSS key

Must also set "features.enhanced_dss _keys.enable = 1" in the provisioning files.

Adding this for creating speed dials with a pause then DTMF digits.

* Update app_languages.php

Add Custom option for Yealink DSS key
2018-06-26 11:32:45 -06:00
FusionPBX db89323b3f Update destination_edit.php 2018-06-26 11:19:39 -06:00
FusionPBX 128b3db2d5 Update destination_edit.php 2018-06-26 11:14:39 -06:00
FusionPBX c6b12e5f00 Update xml_cdr_export.php 2018-06-25 21:08:28 -06:00
FusionPBX c15dacbd5d Update app_config.php 2018-06-25 12:29:41 -06:00
FusionPBX b83f7fdd32 Update extension_edit.php 2018-06-24 14:02:43 -06:00
FusionPBX f99e968f0e Update click_to_call.php 2018-06-22 01:40:04 -06:00
FusionPBX b182faa96d Update destinations.php 2018-06-21 18:24:17 -06:00
FusionPBX f33f1139d6 Update app_config.php 2018-06-21 18:02:27 -06:00
FusionPBX fdc35ae528 Update dialplan_delete.php 2018-06-20 23:35:03 -06:00
FusionPBX a9df4cb086 Update destination_edit.php 2018-06-20 23:32:58 -06:00
FusionPBX 487d7337a0 Update destinations.php 2018-06-20 23:32:03 -06:00
FusionPBX e615187c22 Update app_languages.php 2018-06-20 23:31:22 -06:00
FusionPBX 728ecbabc0 Update app_config.php 2018-06-20 23:27:50 -06:00
Jonathan R 8bc161caa0 Update app_languages.php (#3194) 2018-06-20 09:46:17 -06:00
FusionPBX 0466ff86b2 Update dialplan_edit.php
Fix a minor display issue.
2018-06-19 20:33:10 -06:00
FusionPBX da541205ac Update dialplan_outbound_add.php 2018-06-18 10:33:50 -06:00
andycol b9824daf7f set toll allow to a text box (#3117)
this is for ease of setting it up without making mistakes in the dialplan
2018-06-18 10:00:54 -06:00
FusionPBX d1ac931b53 Update app_defaults.php 2018-06-17 16:31:59 -06:00
FusionPBX 4aec0a7474 Update gateway_copy.php 2018-06-14 01:37:44 -06:00
FusionPBX ffffa1313a Update gateway_edit.php 2018-06-14 01:36:21 -06:00
AlexanderDCrane 3053a364e0 Update xml_cdr_statistics.php (#3190) 2018-06-13 17:31:21 -06:00
FusionPBX ab61bbe994 Update dialplan_edit.php 2018-06-13 15:48:10 -06:00
FusionPBX 857308ed6e Update dialplan_edit.php 2018-06-13 07:52:38 -06:00
AlexanderDCrane 5dcbb0aa1a Update contact_url_edit.php (#3161) 2018-06-13 07:36:24 -06:00
AlexanderDCrane 67d66d149c Update contact_relation_edit.php (#3163) 2018-06-13 07:31:59 -06:00
AlexanderDCrane 6a09d30701 Update call_center_queue_edit.php (#3140) 2018-06-13 07:27:52 -06:00
AlexanderDCrane a1cbcd9444 Update call_broadcast_edit.php (#3139) 2018-06-13 07:27:05 -06:00
AlexanderDCrane e56e746f80 Update contact_email_edit.php (#3160) 2018-06-13 07:24:38 -06:00
AlexanderDCrane fb2c34419b Update contact_note_edit.php (#3165) 2018-06-13 07:23:55 -06:00
AlexanderDCrane a2748fbf04 Update contact_time_edit.php (#3167) 2018-06-13 07:21:25 -06:00
AlexanderDCrane 61776a16d6 Update call_flow_edit.php (#3142) 2018-06-13 01:24:18 -06:00
AlexanderDCrane 927b2ff9fd Update call_recording_edit.php (#3144) 2018-06-13 01:22:38 -06:00
AlexanderDCrane 3331427a3a Update call_edit.php (#3146) 2018-06-13 01:21:44 -06:00
AlexanderDCrane aac76d9936 Update call_block_edit.php (#3137) 2018-06-13 01:18:56 -06:00
AlexanderDCrane f3d4564c41 Update extension_edit.php (#3125) 2018-06-13 01:13:38 -06:00
AlexanderDCrane 9403347bed Update device_edit.php (#3123) 2018-06-13 01:11:41 -06:00
AlexanderDCrane 4ac7575ddf Update contact_address_edit.php (#3158) 2018-06-13 00:56:16 -06:00
AlexanderDCrane c90ae90dbf Update contact_phone_edit.php (#3156) 2018-06-13 00:54:36 -06:00
AlexanderDCrane 689cc8bab7 Update conference_center_edit.php (#3148) 2018-06-13 00:52:27 -06:00
AlexanderDCrane 88ba99d6b1 Update contact_setting_edit.php (#3169) 2018-06-13 00:51:00 -06:00
FusionPBX f666339a9f Update xml_cdr_statistics.php 2018-06-13 00:47:42 -06:00
FusionPBX 51fc383d0a Update xml_cdr_search.php 2018-06-13 00:32:49 -06:00
AlexanderDCrane d91bcb70d3 Update contact_edit.php (#3154) 2018-06-13 00:25:52 -06:00
AlexanderDCrane acc187a684 Update conference_edit.php (#3152) 2018-06-13 00:23:41 -06:00
AlexanderDCrane a9cea2bb3e Update music_on_hold_edit.php (#3177) 2018-06-13 00:21:04 -06:00
AlexanderDCrane c1457ac053 Update fax_edit.php (#3173) 2018-06-13 00:18:35 -06:00
AlexanderDCrane a6773807fd Update phrase_edit.php (#3179) 2018-06-13 00:13:12 -06:00
FusionPBX bef3444158 Update ring_group_edit.php 2018-06-12 17:30:12 -06:00
AlexanderDCrane e2ce8e1f0b Update ring_group_edit.php (#3182) 2018-06-12 17:24:34 -06:00
FusionPBX dfec93b8c5 Update voicemail_edit.php 2018-06-12 17:23:42 -06:00
AlexanderDCrane e891b5ed37 Update voicemail_edit.php (#3186) 2018-06-12 17:17:13 -06:00
FusionPBX 262d6c8124 Update destination_edit.php 2018-06-12 08:57:02 -06:00
FusionPBX 842fecf405 Update destination_edit.php 2018-06-12 08:42:50 -06:00
FusionPBX fff7b78ab3 Update click_to_call.php 2018-06-10 21:31:45 -06:00
FusionPBX b1674362d3 Update conference_rooms.php 2018-06-09 21:49:41 -06:00
AlexanderDCrane 690608da40 Escape user data on xml_cdr_statistics.php (#3115) 2018-06-09 20:43:18 -06:00
AlexanderDCrane fcf3885eca Escape user data on service_edit.php (#3116) 2018-06-09 20:42:39 -06:00
FusionPBX ea71d1eeac Update voicemail_greeting_edit.php 2018-06-09 20:42:12 -06:00
FusionPBX 6baa76b91a Update voicemail_greeting_edit.php 2018-06-09 20:40:49 -06:00
FusionPBX 0e0e080270 Update voicemail_greetings.php 2018-06-09 19:54:39 -06:00
AlexanderDCrane 0a4b536172 Escape user data on xml_cdr_archive.php (#3114) 2018-06-09 13:36:35 -06:00
AlexanderDCrane 9f43705e6e Escape user data on xml_cdr.php (#3112) 2018-06-09 13:21:23 -06:00
AlexanderDCrane 7c9960298f Escape user data on xml_cdr_search.php (#3113) 2018-06-09 13:20:44 -06:00
AlexanderDCrane c4fd21aaa9 Escape user data on destination_edit.php (#3109) 2018-06-09 13:20:00 -06:00
FusionPBX edcbb57c4c Update log_viewer.php 2018-06-09 13:02:13 -06:00
FusionPBX 1537214b38 Update app_languages.php 2018-06-09 13:00:39 -06:00
AlexanderDCrane 0bf680e02e Escape user data on voicemail_edit.php (#3108) 2018-06-09 12:05:36 -06:00
AlexanderDCrane 6e0200bf8f Escape user data on stream_edit.php (#3106) 2018-06-09 11:58:18 -06:00
AlexanderDCrane a26a6263df Escape user data on music_on_hold_edit.php (#3101) 2018-06-09 11:57:17 -06:00
AlexanderDCrane 538beb172c Escape user data on phrase_edit.php (#3102) 2018-06-09 11:56:43 -06:00
AlexanderDCrane 6cb53e9ba8 Escape user data on ring_group_edit.php (#3105) 2018-06-09 11:56:07 -06:00
AlexanderDCrane 92dee0668c Escape user data on ivr_menu_edit.php (#3100) 2018-06-09 11:55:41 -06:00
FusionPBX d9a9aa2b18 Update dialplan_edit.php 2018-06-09 11:55:06 -06:00
AlexanderDCrane 501ba8f242 Escape user data on dialplan_edit.php (#3103) 2018-06-09 11:41:03 -06:00
AlexanderDCrane 56ded99189 Escape user data on recording_edit.php (#3104) 2018-06-09 11:40:24 -06:00
AlexanderDCrane d04057ea0c Escape user data on conference_edit.php (#3099) 2018-06-09 11:39:57 -06:00
AlexanderDCrane 4de22df2f5 Escape user data on conference_profile_edit.php (#3098) 2018-06-09 11:39:29 -06:00
AlexanderDCrane 43578cacde Escape user data on conference_control_edit.php (#3097) 2018-06-09 11:39:20 -06:00
AlexanderDCrane b4b5150954 Escape user data on conference_center_edit.php (#3096) 2018-06-09 11:05:35 -06:00
AlexanderDCrane 1da7eadbca Escape user data on call_center_queue_edit.php (#3095) 2018-06-09 11:02:45 -06:00
AlexanderDCrane a62e7d2fc8 Escape user data on call_recording_edit.php (#3094) 2018-06-09 11:01:55 -06:00
AlexanderDCrane aaa73d8ca0 Escape user data on call_flow_edit.php (#3093) 2018-06-09 10:55:57 -06:00
AlexanderDCrane 60d0e3c5c1 Escape user data on call_broadcast_edit.php (#3092) 2018-06-09 10:13:54 -06:00
AlexanderDCrane a21872e87b Update call_block_edit.php (#3091) 2018-06-09 10:09:58 -06:00
AlexanderDCrane 51d5b51a09 Update bridge_edit.php (#3090) 2018-06-09 10:05:21 -06:00
Luis Daniel Lucio Quiroz 07a292b552 Same logic as v_xml_cdr_import.php (#3048) 2018-06-09 09:30:02 -06:00
FusionPBX a9f7728cdb Revert "Add Pin Code option to outbound route (#3084)" (#3089)
This reverts commit a6a5068ea6.
2018-06-09 08:52:28 -06:00
andycol d269f36d71 Add Pin Code option to outbound route (#3084)
Added a true of false pin code option to outbound route for ease of enabling pin code dialing
2018-06-09 08:50:53 -06:00
AlexanderDCrane 1dcb16ce1d Escape user data (#3088)
* Escape user data on extension_edit.php

* Escape user data on gateway_edit.php

* Escape user data on user_edit.php
2018-06-08 14:44:21 -06:00
AlexanderDCrane 9a8f3dfcc2 Escape user data on device_edit.php (#3087)
* Update user_edit.php

* Escape user data on device_edit.php
2018-06-08 14:01:07 -06:00
FusionPBX bba4f62d50 Update contact_notes.php 2018-06-08 00:33:16 -06:00
FusionPBX fdc569a810 Update contact_urls.php 2018-06-08 00:29:09 -06:00
FusionPBX ce71f97b57 Update contact_times.php 2018-06-08 00:28:00 -06:00
FusionPBX fc8d1f4ef3 Update contact_settings.php 2018-06-08 00:24:58 -06:00
FusionPBX d6a4242d22 Update contact_relations.php 2018-06-08 00:23:30 -06:00
FusionPBX 150a324e1b Update contact_extensions.php 2018-06-08 00:18:24 -06:00
FusionPBX 12a4e52e12 Update contact_emails.php 2018-06-08 00:17:06 -06:00
FusionPBX 749c3afe70 Update contact_addresses.php 2018-06-08 00:15:57 -06:00
FusionPBX 4ef81eb3de Update registrations.php 2018-06-07 12:27:28 -06:00
FusionPBX 1e8c510874 Update registrations.php 2018-06-07 12:20:33 -06:00
FusionPBX f407bb0e20 Update services.php 2018-06-07 11:03:13 -06:00
FusionPBX 7ec287246f Update registrations.php 2018-06-07 10:55:53 -06:00
FusionPBX 6e62c109ba Update emails.php 2018-06-07 10:54:10 -06:00
FusionPBX 955e47de33 Update call_center_agent_status.php 2018-06-07 10:52:09 -06:00
FusionPBX 9cf334b88a Update contact_phones.php 2018-06-06 12:04:14 -06:00
FusionPBX cba301e800 Update voicemail_greetings.php 2018-06-06 11:35:04 -06:00
FusionPBX 2e30d62058 Update voicemail_messages.php 2018-06-06 11:26:55 -06:00
FusionPBX ed0b8f2928 Update fax.php 2018-06-06 11:11:35 -06:00
FusionPBX 19a5f02c40 Update fax_files.php 2018-06-06 11:07:29 -06:00
FusionPBX cb50919485 Update conference_sessions.php 2018-06-06 10:36:28 -06:00
FusionPBX 0934fa9a63 Update conference_rooms.php 2018-06-06 10:33:52 -06:00
FusionPBX eaf8fa1247 Update call_center_agents.php 2018-06-06 10:26:57 -06:00
FusionPBX eb6f714e4c Update device_vendors.php 2018-06-06 10:21:10 -06:00
FusionPBX 722c75f82d Update device_profiles.php 2018-06-06 10:20:02 -06:00
FusionPBX 63584e76cb Update call_broadcast.php 2018-06-06 09:34:34 -06:00
FusionPBX 32ce43d208 Update voicemails.php 2018-06-05 18:46:51 -06:00
FusionPBX 3753b965e0 Update time_conditions.php 2018-06-05 18:42:54 -06:00
FusionPBX d82dfd8138 Update streams.php 2018-06-05 18:40:02 -06:00
FusionPBX e6ebe84595 Update recordings.php 2018-06-05 18:37:39 -06:00
FusionPBX 4499a69dff Update phrases.php 2018-06-05 18:32:54 -06:00
FusionPBX 6e054b0d6b Update music_on_hold.php 2018-06-05 18:29:26 -06:00
FusionPBX 8a59c98b18 Update contacts.php 2018-06-05 18:23:58 -06:00
FusionPBX 049093c5f3 Update app_defaults.php 2018-06-05 18:21:38 -06:00
FusionPBX e2b8254b25 Update conferences.php 2018-06-05 18:18:39 -06:00
FusionPBX e59c4eb883 Update conference_profiles.php 2018-06-05 18:14:49 -06:00
FusionPBX 334912a3bc Update conference_controls.php 2018-06-05 18:13:28 -06:00
FusionPBX bb98f134b5 Update conference_centers.php 2018-06-05 18:12:23 -06:00
FusionPBX 096067d48a Update call_recordings.php 2018-06-05 18:09:49 -06:00
FusionPBX 61046f694f Update call_flows.php 2018-06-05 14:16:09 -06:00
FusionPBX 3ea18a4e92 Update call_center_queues.php 2018-06-05 14:14:47 -06:00
FusionPBX c007530fa2 Update call_broadcast.php 2018-06-05 13:43:42 -06:00
FusionPBX e7c6197318 Update calls.php 2018-06-05 13:25:09 -06:00
FusionPBX c17b9496e5 Update call_center_queue.php 2018-06-05 12:37:23 -06:00
FusionPBX 4cf3d8aeb7 Update call_broadcast.php 2018-06-05 12:34:34 -06:00
FusionPBX 89dfa66333 Update call_block.php 2018-06-05 12:30:25 -06:00
FusionPBX e70468d5d7 Update bridges.php 2018-06-05 12:29:24 -06:00
FusionPBX 450238d8d6 Update ring_groups.php 2018-06-05 12:18:28 -06:00
FusionPBX 480e75efab Update ivr_menus.php 2018-06-05 12:13:48 -06:00
FusionPBX 8a5929e0da Update 050_user_record.xml 2018-06-03 18:10:02 -06:00
FusionPBX 6288c801e9 Update access_control_nodes.php 2018-06-03 18:02:41 -06:00
FusionPBX 2466b3b37a Update access_control_node_edit.php 2018-06-03 18:01:45 -06:00
FusionPBX 7ed385e0c8 Update access_control_node_delete.php 2018-06-03 18:01:25 -06:00
FusionPBX 0206ba63ca Update access_control_edit.php 2018-06-03 18:01:10 -06:00
FusionPBX 10d66f32fe Update access_control_delete.php 2018-06-03 18:00:10 -06:00
FusionPBX 51fb6c4a43 Update access_controls.php 2018-06-03 17:59:16 -06:00
FusionPBX 4e24a8bf6e Update dialplans.php 2018-06-03 17:42:57 -06:00
FusionPBX 90eb641eda Update destinations.php 2018-06-03 16:54:20 -06:00
FusionPBX cc5f369927 Update gateways.php 2018-06-03 16:47:15 -06:00
FusionPBX 22aed077b7 Update fax_edit.php 2018-06-02 23:17:13 -06:00
FusionPBX 8c60b28e67 Update fax.php 2018-06-02 22:33:26 -06:00
FusionPBX 571712b18c Update xml_cdr_extension_summary.php 2018-06-02 22:15:19 -06:00
FusionPBX ea7ab170b7 Update devices.php 2018-06-02 21:51:31 -06:00