fusionpbx: Update to version 4.3.4

- Changed MASTERSITE due to tagged releases not being supported anymore. A forked repo is now used.
This commit is contained in:
Angel M. Adames 2018-01-04 13:45:51 +00:00
parent f2df59a472
commit 1bdfa68621
3 changed files with 367 additions and 104 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD$
DISTNAME= fusionpbx-4.2.2
DISTNAME= fusionpbx-4.3.4
CATEGORIES= comms net audio
GITHUB_PROJECT= fusionpbx
MASTER_SITES= ${MASTER_SITE_GITHUB:=fusionpbx/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=angelmadames/}
EXTRACT_SUFX= .zip
MAINTAINER= kethzer.dr@gmail.com

View File

@ -21,6 +21,7 @@ share/fusionpbx/app/adminer/app_defaults.php
share/fusionpbx/app/adminer/app_menu.php
share/fusionpbx/app/adminer/index.php
share/fusionpbx/app/adminer/root.php
share/fusionpbx/app/azure/resources/classes/azure.php
share/fusionpbx/app/backup/app_config.php
share/fusionpbx/app/backup/app_languages.php
share/fusionpbx/app/backup/app_menu.php
@ -56,6 +57,7 @@ share/fusionpbx/app/call_centers/app_config.php
share/fusionpbx/app/call_centers/app_defaults.php
share/fusionpbx/app/call_centers/app_languages.php
share/fusionpbx/app/call_centers/app_menu.php
share/fusionpbx/app/call_centers/call_center_agent_dashboard.php
share/fusionpbx/app/call_centers/call_center_agent_delete.php
share/fusionpbx/app/call_centers/call_center_agent_edit.php
share/fusionpbx/app/call_centers/call_center_agent_status.php
@ -74,13 +76,24 @@ share/fusionpbx/app/call_flows/call_flow_delete.php
share/fusionpbx/app/call_flows/call_flow_edit.php
share/fusionpbx/app/call_flows/call_flows.php
share/fusionpbx/app/call_flows/root.php
share/fusionpbx/app/call_recordings/app_config.php
share/fusionpbx/app/call_recordings/app_languages.php
share/fusionpbx/app/call_recordings/app_menu.php
share/fusionpbx/app/call_recordings/call_recording_delete.php
share/fusionpbx/app/call_recordings/call_recording_edit.php
share/fusionpbx/app/call_recordings/call_recordings.php
share/fusionpbx/app/call_recordings/download.php
share/fusionpbx/app/call_recordings/resources/classes/call_recordings.php
share/fusionpbx/app/call_recordings/root.php
share/fusionpbx/app/calls/app_config.php
share/fusionpbx/app/calls/app_defaults.php
share/fusionpbx/app/calls/app_languages.php
share/fusionpbx/app/calls/app_menu.php
share/fusionpbx/app/calls/call_edit.php
share/fusionpbx/app/calls/calls.php
share/fusionpbx/app/calls/resources/classes/call_forward.php
share/fusionpbx/app/calls/resources/classes/do_not_disturb.php
share/fusionpbx/app/calls/resources/classes/feature_event_notify.php
share/fusionpbx/app/calls/resources/classes/follow_me.php
share/fusionpbx/app/calls/root.php
share/fusionpbx/app/calls_active/app_config.php
@ -133,6 +146,7 @@ share/fusionpbx/app/conference_profiles/conference_profile_params.php
share/fusionpbx/app/conference_profiles/conference_profiles.php
share/fusionpbx/app/conference_profiles/root.php
share/fusionpbx/app/conferences/app_config.php
share/fusionpbx/app/conferences/app_defaults.php
share/fusionpbx/app/conferences/app_languages.php
share/fusionpbx/app/conferences/app_menu.php
share/fusionpbx/app/conferences/conference_delete.php
@ -202,12 +216,21 @@ share/fusionpbx/app/contacts/resources/images/icon_gcontacts.png
share/fusionpbx/app/contacts/resources/images/icon_gmaps.png
share/fusionpbx/app/contacts/resources/images/icon_timer.png
share/fusionpbx/app/contacts/root.php
share/fusionpbx/app/database_transactions/app_config.php
share/fusionpbx/app/database_transactions/app_languages.php
share/fusionpbx/app/database_transactions/app_menu.php
share/fusionpbx/app/database_transactions/database_transaction_delete.php
share/fusionpbx/app/database_transactions/database_transaction_edit.php
share/fusionpbx/app/database_transactions/database_transactions.php
share/fusionpbx/app/database_transactions/root.php
share/fusionpbx/app/destinations/app_config.php
share/fusionpbx/app/destinations/app_defaults.php
share/fusionpbx/app/destinations/app_languages.php
share/fusionpbx/app/destinations/app_menu.php
share/fusionpbx/app/destinations/destination_delete.php
share/fusionpbx/app/destinations/destination_edit.php
share/fusionpbx/app/destinations/destinations.php
share/fusionpbx/app/destinations/resources/classes/destinations.php
share/fusionpbx/app/destinations/root.php
share/fusionpbx/app/devices/app_config.php
share/fusionpbx/app/devices/app_defaults.php
@ -217,6 +240,7 @@ share/fusionpbx/app/devices/cmd.php
share/fusionpbx/app/devices/device_copy.php
share/fusionpbx/app/devices/device_dashboard.php
share/fusionpbx/app/devices/device_delete.php
share/fusionpbx/app/devices/device_download.php
share/fusionpbx/app/devices/device_edit.php
share/fusionpbx/app/devices/device_key_delete.php
share/fusionpbx/app/devices/device_key_edit.php
@ -234,84 +258,11 @@ share/fusionpbx/app/devices/device_vendor_edit.php
share/fusionpbx/app/devices/device_vendor_function_delete.php
share/fusionpbx/app/devices/device_vendor_function_edit.php
share/fusionpbx/app/devices/device_vendor_functions.php
share/fusionpbx/app/devices/device_vendor_restore.php
share/fusionpbx/app/devices/device_vendors.php
share/fusionpbx/app/devices/devices.php
share/fusionpbx/app/devices/resources/classes/device.php
share/fusionpbx/app/devices/root.php
share/fusionpbx/app/dialplan/app_config.php
share/fusionpbx/app/dialplan/app_defaults.php
share/fusionpbx/app/dialplan/app_languages.php
share/fusionpbx/app/dialplan/app_menu.php
share/fusionpbx/app/dialplan/dialplan_add.php
share/fusionpbx/app/dialplan/dialplan_advanced.php
share/fusionpbx/app/dialplan/dialplan_copy.php
share/fusionpbx/app/dialplan/dialplan_delete.php
share/fusionpbx/app/dialplan/dialplan_detail_delete.php
share/fusionpbx/app/dialplan/dialplan_detail_edit.php
share/fusionpbx/app/dialplan/dialplan_edit.php
share/fusionpbx/app/dialplan/dialplans.php
share/fusionpbx/app/dialplan/resources/classes/dialplan.php
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/010_user_exists.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/020_variables.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/025_call_limit.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/030_is_local.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/040_call_block.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/050_user_record.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/060_redial.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/070_speed_dial.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/200_agent_status.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/210_agent_status_id.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/220_provision.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/230_group-intercept.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/240_page.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/250_conf-xfer.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/250_page-extension.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/260_eavesdrop.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/270_call_privacy.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/280_call_return.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/290_extension_queue.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/290_intercept-ext.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/300_dx.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/310_att_xfer.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/310_extension-to-voicemail.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/310_send_to_voicemail.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/320_vmain.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/320_xfer_vm.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/330_is_transfer.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/330_vmain_user.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/340_cf.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/340_delay_echo.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/350_echo.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/350_please_hold.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/360_is_zrtp_secure.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/360_milliwatt.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/370_is_secure.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/370_tone_stream.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/380_hold_music.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/400_recordings.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/410_freeswitch_conference.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/420_disa.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/430_directory.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/440_wake-up.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/470_valet_park.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/470_valet_park_in.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/475_valet_park_out.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/480_operator.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/485_operator-forward.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/490_do-not-disturb.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/500_call-forward.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/510_follow-me.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/530_click_to_call_auto_answer.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/540_talking_clock_time.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/550_talking_clock_date.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/870_cidlookup.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/880_call_screen.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/890_local_extension.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/900_voicemail.xml
share/fusionpbx/app/dialplan/root.php
share/fusionpbx/app/dialplan_inbound/app_config.php
share/fusionpbx/app/dialplan_inbound/app_defaults.php
share/fusionpbx/app/dialplan_inbound/app_languages.php
@ -324,6 +275,88 @@ share/fusionpbx/app/dialplan_outbound/app_languages.php
share/fusionpbx/app/dialplan_outbound/app_menu.php
share/fusionpbx/app/dialplan_outbound/dialplan_outbound_add.php
share/fusionpbx/app/dialplan_outbound/root.php
share/fusionpbx/app/dialplans/app_config.php
share/fusionpbx/app/dialplans/app_defaults.php
share/fusionpbx/app/dialplans/app_languages.php
share/fusionpbx/app/dialplans/app_menu.php
share/fusionpbx/app/dialplans/dialplan_add.php
share/fusionpbx/app/dialplans/dialplan_copy.php
share/fusionpbx/app/dialplans/dialplan_delete.php
share/fusionpbx/app/dialplans/dialplan_detail_delete.php
share/fusionpbx/app/dialplans/dialplan_detail_edit.php
share/fusionpbx/app/dialplans/dialplan_edit.php
share/fusionpbx/app/dialplans/dialplan_xml.php
share/fusionpbx/app/dialplans/dialplans.php
share/fusionpbx/app/dialplans/resources/classes/dialplan.php
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/010_caller_details.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/010_user_exists.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/015_caller_details.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/020_call_direction.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/020_variables.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/025_call_limit.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/030_is_local.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/040_call_block.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/060_redial.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/070_speed_dial.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/080_default_caller_id.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/200_agent_status.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/210_agent_status_id.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/220_provision.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/230_group-intercept.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/240_page.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/250_conf-xfer.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/250_page-extension.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/260_eavesdrop.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/270_call_privacy.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/280_call_return.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/290_extension_queue.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/300_dx.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/310_att_xfer.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/310_extension-to-voicemail.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/310_send_to_voicemail.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/320_vmain.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/320_xfer_vm.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/330_is_transfer.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/330_vmain_user.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/340_cf.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/340_delay_echo.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/350_echo.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/350_please_hold.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/360_is_zrtp_secure.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/360_milliwatt.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/370_is_secure.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/370_tone_stream.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/380_hold_music.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/400_recordings.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/410_freeswitch_conference.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/420_disa.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/430_directory.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/470_valet_park_in.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/475_valet_park_out.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/480_operator.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/485_operator-forward.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/490_do-not-disturb.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/500_call-forward.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/505_call-forward-all.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/510_follow-me.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/530_click_to_call_auto_answer.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/540_talking_clock_time.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/550_talking_clock_date.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/560_extension_queue.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/570_nway_conference.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/860_bind_digit_action.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/870_cidlookup.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/880_call_screen.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/890_local_extension.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/900_voicemail.xml
share/fusionpbx/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml
share/fusionpbx/app/dialplans/root.php
share/fusionpbx/app/edit/app_config.php
share/fusionpbx/app/edit/app_languages.php
share/fusionpbx/app/edit/app_menu.php
@ -359,6 +392,14 @@ share/fusionpbx/app/edit/resources/images/icon_replace.png
share/fusionpbx/app/edit/resources/images/icon_save.png
share/fusionpbx/app/edit/resources/images/icon_sidebar.png
share/fusionpbx/app/edit/root.php
share/fusionpbx/app/email_templates/app_config.php
share/fusionpbx/app/email_templates/app_languages.php
share/fusionpbx/app/email_templates/app_menu.php
share/fusionpbx/app/email_templates/email_template_delete.php
share/fusionpbx/app/email_templates/email_template_edit.php
share/fusionpbx/app/email_templates/email_templates.php
share/fusionpbx/app/email_templates/resources/classes/email_templates.php
share/fusionpbx/app/email_templates/root.php
share/fusionpbx/app/emails/app_config.php
share/fusionpbx/app/emails/app_languages.php
share/fusionpbx/app/emails/app_menu.php
@ -391,6 +432,7 @@ share/fusionpbx/app/extensions/app_defaults.php
share/fusionpbx/app/extensions/app_languages.php
share/fusionpbx/app/extensions/app_menu.php
share/fusionpbx/app/extensions/extension_copy.php
share/fusionpbx/app/extensions/extension_dashboard.php
share/fusionpbx/app/extensions/extension_delete.php
share/fusionpbx/app/extensions/extension_download.php
share/fusionpbx/app/extensions/extension_edit.php
@ -449,6 +491,7 @@ share/fusionpbx/app/gateways/gateway_delete.php
share/fusionpbx/app/gateways/gateway_edit.php
share/fusionpbx/app/gateways/gateways.php
share/fusionpbx/app/gateways/root.php
share/fusionpbx/app/grandstream/app_config.php
share/fusionpbx/app/ivr_menus/app_config.php
share/fusionpbx/app/ivr_menus/app_defaults.php
share/fusionpbx/app/ivr_menus/app_languages.php
@ -487,6 +530,21 @@ share/fusionpbx/app/music_on_hold/music_on_hold_delete.php
share/fusionpbx/app/music_on_hold/music_on_hold_edit.php
share/fusionpbx/app/music_on_hold/resources/classes/switch_music_on_hold.php
share/fusionpbx/app/music_on_hold/root.php
share/fusionpbx/app/number_translations/app_config.php
share/fusionpbx/app/number_translations/app_defaults.php
share/fusionpbx/app/number_translations/app_languages.php
share/fusionpbx/app/number_translations/app_menu.php
share/fusionpbx/app/number_translations/cmd.php
share/fusionpbx/app/number_translations/number_translation_delete.php
share/fusionpbx/app/number_translations/number_translation_edit.php
share/fusionpbx/app/number_translations/number_translations.php
share/fusionpbx/app/number_translations/resources/classes/number_translations.php
share/fusionpbx/app/number_translations/resources/switch/conf/number_translation/GB_national_to_e164.xml
share/fusionpbx/app/number_translations/resources/switch/conf/number_translation/e164_to_GB_national.xml
share/fusionpbx/app/number_translations/resources/switch/conf/number_translation/remove_leading_plus.xml
share/fusionpbx/app/number_translations/resources/switch/conf/number_translation/strip_non_digits.xml
share/fusionpbx/app/number_translations/resources/switch/conf/number_translation/strip_symbols.xml
share/fusionpbx/app/number_translations/root.php
share/fusionpbx/app/operator_panel/app_config.php
share/fusionpbx/app/operator_panel/app_languages.php
share/fusionpbx/app/operator_panel/app_menu.php
@ -524,10 +582,22 @@ share/fusionpbx/app/phrases/root.php
share/fusionpbx/app/pin_numbers/app_config.php
share/fusionpbx/app/pin_numbers/app_languages.php
share/fusionpbx/app/pin_numbers/app_menu.php
share/fusionpbx/app/pin_numbers/pin_download.php
share/fusionpbx/app/pin_numbers/pin_number_delete.php
share/fusionpbx/app/pin_numbers/pin_number_edit.php
share/fusionpbx/app/pin_numbers/pin_numbers.php
share/fusionpbx/app/pin_numbers/root.php
share/fusionpbx/app/polycom/app_config.php
share/fusionpbx/app/providers/app_config.php
share/fusionpbx/app/providers/app_languages.php
share/fusionpbx/app/providers/app_menu.php
share/fusionpbx/app/providers/provider_delete.php
share/fusionpbx/app/providers/provider_setup.php
share/fusionpbx/app/providers/providers.php
share/fusionpbx/app/providers/resources/classes/providers.php
share/fusionpbx/app/providers/resources/images/logo_voicetel.png
share/fusionpbx/app/providers/resources/images/skyetel-logo.png
share/fusionpbx/app/providers/root.php
share/fusionpbx/app/provision/app_config.php
share/fusionpbx/app/provision/app_defaults.php
share/fusionpbx/app/provision/app_menu.php
@ -549,12 +619,11 @@ share/fusionpbx/app/registrations/app_config.php
share/fusionpbx/app/registrations/app_languages.php
share/fusionpbx/app/registrations/app_menu.php
share/fusionpbx/app/registrations/cmd.php
share/fusionpbx/app/registrations/resources/classes/status_registrations.php
share/fusionpbx/app/registrations/registrations.php
share/fusionpbx/app/registrations/resources/classes/registrations.php
share/fusionpbx/app/registrations/resources/images/refresh_active.gif
share/fusionpbx/app/registrations/resources/images/refresh_paused.png
share/fusionpbx/app/registrations/root.php
share/fusionpbx/app/registrations/status_registrations.php
share/fusionpbx/app/registrations/status_registrations_inc.php
share/fusionpbx/app/ring_groups/app_config.php
share/fusionpbx/app/ring_groups/app_defaults.php
share/fusionpbx/app/ring_groups/app_languages.php
@ -594,6 +663,7 @@ share/fusionpbx/app/sip_profiles/resources/xml/sip_profiles/internal.xml
share/fusionpbx/app/sip_profiles/root.php
share/fusionpbx/app/sip_profiles/sip_profile_copy.php
share/fusionpbx/app/sip_profiles/sip_profile_delete.php
share/fusionpbx/app/sip_profiles/sip_profile_domain_delete.php
share/fusionpbx/app/sip_profiles/sip_profile_edit.php
share/fusionpbx/app/sip_profiles/sip_profile_setting_delete.php
share/fusionpbx/app/sip_profiles/sip_profile_setting_edit.php
@ -628,6 +698,7 @@ share/fusionpbx/app/time_conditions/time_condition_delete.php
share/fusionpbx/app/time_conditions/time_condition_edit.php
share/fusionpbx/app/time_conditions/time_conditions.php
share/fusionpbx/app/tones/app_config.php
share/fusionpbx/app/tones/app_languages.php
share/fusionpbx/app/traffic_graph/app_config.php
share/fusionpbx/app/traffic_graph/app_languages.php
share/fusionpbx/app/traffic_graph/app_menu.php
@ -653,6 +724,7 @@ share/fusionpbx/app/voicemail_greetings/voicemail_greeting_delete.php
share/fusionpbx/app/voicemail_greetings/voicemail_greeting_edit.php
share/fusionpbx/app/voicemail_greetings/voicemail_greetings.php
share/fusionpbx/app/voicemails/app_config.php
share/fusionpbx/app/voicemails/app_defaults.php
share/fusionpbx/app/voicemails/app_languages.php
share/fusionpbx/app/voicemails/app_menu.php
share/fusionpbx/app/voicemails/resources/classes/voicemail.php
@ -670,6 +742,7 @@ share/fusionpbx/app/xml_cdr/app_config.php
share/fusionpbx/app/xml_cdr/app_defaults.php
share/fusionpbx/app/xml_cdr/app_languages.php
share/fusionpbx/app/xml_cdr/app_menu.php
share/fusionpbx/app/xml_cdr/download.php
share/fusionpbx/app/xml_cdr/report.php
share/fusionpbx/app/xml_cdr/resources/classes/xml_cdr.php
share/fusionpbx/app/xml_cdr/root.php
@ -686,6 +759,8 @@ share/fusionpbx/app/xml_cdr/xml_cdr_search.php
share/fusionpbx/app/xml_cdr/xml_cdr_statistics.php
share/fusionpbx/app/xml_cdr/xml_cdr_statistics_csv.php
share/fusionpbx/app/xml_cdr/xml_cdr_statistics_inc.php
share/fusionpbx/app/yealink/app_config.php
share/fusionpbx/app/yealink/resources/firmware/README.md
share/fusionpbx/core/apps/app_config.php
share/fusionpbx/core/apps/app_languages.php
share/fusionpbx/core/apps/app_menu.php
@ -727,6 +802,22 @@ share/fusionpbx/core/domain_settings/domain_settings.php
share/fusionpbx/core/domain_settings/domains.php
share/fusionpbx/core/domain_settings/root.php
share/fusionpbx/core/events/resources/classes/events.php
share/fusionpbx/core/groups/app_config.php
share/fusionpbx/core/groups/app_defaults.php
share/fusionpbx/core/groups/app_languages.php
share/fusionpbx/core/groups/app_menu.php
share/fusionpbx/core/groups/group_permissions.php
share/fusionpbx/core/groups/groupadd.php
share/fusionpbx/core/groups/groupdelete.php
share/fusionpbx/core/groups/groupedit.php
share/fusionpbx/core/groups/groupmemberadd.php
share/fusionpbx/core/groups/groupmemberdelete.php
share/fusionpbx/core/groups/groupmembers.php
share/fusionpbx/core/groups/groups.php
share/fusionpbx/core/groups/permissions_copy.php
share/fusionpbx/core/groups/permissions_default.php
share/fusionpbx/core/groups/resources/classes/permission.php
share/fusionpbx/core/groups/root.php
share/fusionpbx/core/install/app_config.php
share/fusionpbx/core/install/app_languages.php
share/fusionpbx/core/install/app_menu.php
@ -980,20 +1071,27 @@ share/fusionpbx/core/install/resources/images/flags/ar-eg.png
share/fusionpbx/core/install/resources/images/flags/catalonia.png
share/fusionpbx/core/install/resources/images/flags/cs.png
share/fusionpbx/core/install/resources/images/flags/de-at.png
share/fusionpbx/core/install/resources/images/flags/de-ch.png
share/fusionpbx/core/install/resources/images/flags/de-de.png
share/fusionpbx/core/install/resources/images/flags/en-us.png
share/fusionpbx/core/install/resources/images/flags/england.png
share/fusionpbx/core/install/resources/images/flags/es-cl.png
share/fusionpbx/core/install/resources/images/flags/es-mx.png
share/fusionpbx/core/install/resources/images/flags/europeanunion.png
share/fusionpbx/core/install/resources/images/flags/fam.png
share/fusionpbx/core/install/resources/images/flags/fr-ca.png
share/fusionpbx/core/install/resources/images/flags/fr-fr.png
share/fusionpbx/core/install/resources/images/flags/he-il.png
share/fusionpbx/core/install/resources/images/flags/it-it.png
share/fusionpbx/core/install/resources/images/flags/nl-nl.png
share/fusionpbx/core/install/resources/images/flags/pl.png
share/fusionpbx/core/install/resources/images/flags/pl-pl.png
share/fusionpbx/core/install/resources/images/flags/pt-br.png
share/fusionpbx/core/install/resources/images/flags/pt-pt.png
share/fusionpbx/core/install/resources/images/flags/ro-ro.png
share/fusionpbx/core/install/resources/images/flags/ru-ru.png
share/fusionpbx/core/install/resources/images/flags/scotland.png
share/fusionpbx/core/install/resources/images/flags/sv-se.png
share/fusionpbx/core/install/resources/images/flags/uk.png
share/fusionpbx/core/install/resources/images/flags/uk-ua.png
share/fusionpbx/core/install/resources/images/flags/wales.png
share/fusionpbx/core/install/resources/page_parts/install_config_database.php
share/fusionpbx/core/install/resources/page_parts/install_config_detail.php
@ -1030,35 +1128,22 @@ share/fusionpbx/core/upgrade/upgrade.php
share/fusionpbx/core/upgrade/upgrade_domains.php
share/fusionpbx/core/upgrade/upgrade_schema.php
share/fusionpbx/core/user_settings/app_config.php
share/fusionpbx/core/user_settings/app_defaults.php
share/fusionpbx/core/user_settings/app_languages.php
share/fusionpbx/core/user_settings/app_menu.php
share/fusionpbx/core/user_settings/root.php
share/fusionpbx/core/user_settings/user_dashboard.php
share/fusionpbx/core/user_settings/user_edit.php
share/fusionpbx/core/users/app_config.php
share/fusionpbx/core/users/app_defaults.php
share/fusionpbx/core/users/app_languages.php
share/fusionpbx/core/users/app_menu.php
share/fusionpbx/core/users/group_permissions.php
share/fusionpbx/core/users/groupadd.php
share/fusionpbx/core/users/groupdelete.php
share/fusionpbx/core/users/groupedit.php
share/fusionpbx/core/users/groupmemberadd.php
share/fusionpbx/core/users/groupmemberdelete.php
share/fusionpbx/core/users/groupmembers.php
share/fusionpbx/core/users/groups.php
share/fusionpbx/core/users/index.php
share/fusionpbx/core/users/permissions_copy.php
share/fusionpbx/core/users/permissions_default.php
share/fusionpbx/core/users/resources/classes/permission.php
share/fusionpbx/core/users/root.php
share/fusionpbx/core/users/signup.php
share/fusionpbx/core/users/user_delete.php
share/fusionpbx/core/users/user_edit.php
share/fusionpbx/core/users/user_setting_delete.php
share/fusionpbx/core/users/user_setting_edit.php
share/fusionpbx/core/users/user_settings.php
share/fusionpbx/core/users/userdelete.php
share/fusionpbx/core/users/users.php
share/fusionpbx/core/users/usersupdate.php
share/fusionpbx/index.php
share/fusionpbx/login.php
share/fusionpbx/logout.php
@ -1460,6 +1545,7 @@ share/fusionpbx/resources/classes/file.php
share/fusionpbx/resources/classes/groups.php
share/fusionpbx/resources/classes/logging.php
share/fusionpbx/resources/classes/menu.php
share/fusionpbx/resources/classes/messages.php
share/fusionpbx/resources/classes/orm.php
share/fusionpbx/resources/classes/permissions.php
share/fusionpbx/resources/classes/ringbacks.php
@ -1472,7 +1558,6 @@ share/fusionpbx/resources/classes/tones.php
share/fusionpbx/resources/classes/users.php
share/fusionpbx/resources/classes/vcard.php
share/fusionpbx/resources/cmd.php
share/fusionpbx/resources/config.php.dist
share/fusionpbx/resources/countries.php
share/fusionpbx/resources/download.php
share/fusionpbx/resources/edit_area/edit_area_full.gz
@ -1640,16 +1725,21 @@ share/fusionpbx/resources/install/scripts/app/fax/resources/templates/en/us/outb
share/fusionpbx/resources/install/scripts/app/fax/resources/templates/en/us/outbound/fail/subject.tpl
share/fusionpbx/resources/install/scripts/app/fax/resources/templates/en/us/outbound/success/body.tpl
share/fusionpbx/resources/install/scripts/app/fax/resources/templates/en/us/outbound/success/subject.tpl
share/fusionpbx/resources/install/scripts/app/feature_event/index.lua
share/fusionpbx/resources/install/scripts/app/feature_event/resources/functions/feature_event_notify.lua
share/fusionpbx/resources/install/scripts/app/hangup/index.lua
share/fusionpbx/resources/install/scripts/app/is_local/index.lua
share/fusionpbx/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_body.tpl
share/fusionpbx/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_subject.tpl
share/fusionpbx/resources/install/scripts/app/provision/index.lua
share/fusionpbx/resources/install/scripts/app/ring_groups/index.lua
share/fusionpbx/resources/install/scripts/app/ring_groups/resources/scripts/call_forward.lua
share/fusionpbx/resources/install/scripts/app/ring_groups/resources/scripts/confirm.lua
share/fusionpbx/resources/install/scripts/app/ring_groups/resources/scripts/destination.lua
share/fusionpbx/resources/install/scripts/app/ring_groups/resources/scripts/monitor.lua
share/fusionpbx/resources/install/scripts/app/ring_groups/resources/scripts/ring_member.lua
share/fusionpbx/resources/install/scripts/app/servers/resources/clear_cache.lua
share/fusionpbx/resources/install/scripts/app/servers/resources/file_cache.lua
share/fusionpbx/resources/install/scripts/app/servers/resources/memcache.lua
share/fusionpbx/resources/install/scripts/app/speed_dial/index.lua
share/fusionpbx/resources/install/scripts/app/toll_allow/index.lua
@ -1680,6 +1770,7 @@ share/fusionpbx/resources/install/scripts/app/voicemail/resources/functions/reco
share/fusionpbx/resources/install/scripts/app/voicemail/resources/functions/return_call.lua
share/fusionpbx/resources/install/scripts/app/voicemail/resources/functions/send_email.lua
share/fusionpbx/resources/install/scripts/app/voicemail/resources/functions/send_sms.lua
share/fusionpbx/resources/install/scripts/app/voicemail/resources/functions/tutorial.lua
share/fusionpbx/resources/install/scripts/app/voicemail/resources/scripts/mwi.lua
share/fusionpbx/resources/install/scripts/app/voicemail/resources/scripts/mwi_subscribe.lua
share/fusionpbx/resources/install/scripts/app/voicemail/resources/templates/de/at/email_body.tpl
@ -1698,6 +1789,7 @@ share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/conf
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/configuration/ivr.conf.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/configuration/local_stream.conf.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/configuration/translate.conf.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/acl.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/directory.lua
@ -1707,6 +1799,7 @@ share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/dire
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/reverse-auth-lookup.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua
share/fusionpbx/resources/install/scripts/app/xml_handler/resources/scripts/languages/languages.lua
share/fusionpbx/resources/install/scripts/blf_subscribe.lua
share/fusionpbx/resources/install/scripts/call_flow.lua
share/fusionpbx/resources/install/scripts/call_flow_monitor.lua
share/fusionpbx/resources/install/scripts/call_flow_subscribe.lua
@ -1741,6 +1834,8 @@ share/fusionpbx/resources/install/scripts/recordings.lua
share/fusionpbx/resources/install/scripts/resources/functions/api.lua
share/fusionpbx/resources/install/scripts/resources/functions/base64.lua
share/fusionpbx/resources/install/scripts/resources/functions/base64_alex.lua
share/fusionpbx/resources/install/scripts/resources/functions/basic_event_service.lua
share/fusionpbx/resources/install/scripts/resources/functions/blf.lua
share/fusionpbx/resources/install/scripts/resources/functions/cache.lua
share/fusionpbx/resources/install/scripts/resources/functions/channel_utils.lua
share/fusionpbx/resources/install/scripts/resources/functions/config.lua
@ -1958,7 +2053,6 @@ share/fusionpbx/resources/pop3/rfc822_addresses.php
share/fusionpbx/resources/recaptchalib.php
share/fusionpbx/resources/require.php
share/fusionpbx/resources/root.php
share/fusionpbx/resources/schema.php
share/fusionpbx/resources/secure_download.php
share/fusionpbx/resources/switch.php
share/fusionpbx/resources/tcpdf/CHANGELOG.TXT
@ -2010,6 +2104,7 @@ share/fusionpbx/resources/templates/conf/autoload_configs/cdr_sqlite.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/cepstral.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/cidlookup.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/conference.conf
share/fusionpbx/resources/templates/conf/autoload_configs/conference_layouts.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/console.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/db.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/dialplan_directory.conf.xml
@ -2039,6 +2134,7 @@ share/fusionpbx/resources/templates/conf/autoload_configs/modules.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/mongo.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/nibblebill.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/opal.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/opus.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/osp.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/perl.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/pocketsphinx.conf.xml
@ -2052,6 +2148,7 @@ share/fusionpbx/resources/templates/conf/autoload_configs/rtmp.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/sangoma_codec.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/shout.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/skinny.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/smpp.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/sofia.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/spandsp.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/spidermonkey.conf.xml
@ -2061,6 +2158,7 @@ share/fusionpbx/resources/templates/conf/autoload_configs/timezones.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/tts_commandline.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/unicall.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/unimrcp.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/v8.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/verto.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/voicemail.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/voicemail_ivr.conf.xml
@ -2110,7 +2208,6 @@ share/fusionpbx/resources/templates/conf/languages/en/ivr/wakeup.xml
share/fusionpbx/resources/templates/conf/languages/en/vm/sounds.xml
share/fusionpbx/resources/templates/conf/languages/en/vm/tts.xml
share/fusionpbx/resources/templates/conf/languages/en/vm/voicemail_ivr.xml
share/fusionpbx/resources/templates/conf/languages/en/wakeup/sounds.xml
share/fusionpbx/resources/templates/conf/languages/fr/demo/demo.xml
share/fusionpbx/resources/templates/conf/languages/fr/dir/sounds.xml
share/fusionpbx/resources/templates/conf/languages/fr/dir/tts.xml
@ -2269,12 +2366,24 @@ share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource_cus
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource_recompiled.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource_uncompiled.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_security.php
share/fusionpbx/resources/templates/provision/aastra/480i/aastra.cfg
share/fusionpbx/resources/templates/provision/aastra/480i/{$mac}.cfg
share/fusionpbx/resources/templates/provision/aastra/673x/aastra.cfg
share/fusionpbx/resources/templates/provision/aastra/673x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/aastra/675x/aastra.cfg
share/fusionpbx/resources/templates/provision/aastra/675x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/aastra/686x/aastra.cfg
share/fusionpbx/resources/templates/provision/aastra/686x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/aastra/9112i/aastra.cfg
share/fusionpbx/resources/templates/provision/aastra/9112i/{$mac}.cfg
share/fusionpbx/resources/templates/provision/aastra/9133i/aastra.cfg
share/fusionpbx/resources/templates/provision/aastra/9133i/{$mac}.cfg
share/fusionpbx/resources/templates/provision/aastra/include/general
share/fusionpbx/resources/templates/provision/aastra/include/keys
share/fusionpbx/resources/templates/provision/aastra/include/network
share/fusionpbx/resources/templates/provision/aastra/include/provision
share/fusionpbx/resources/templates/provision/aastra/include/sip
share/fusionpbx/resources/templates/provision/algo/8180/algom{$mac}.conf
share/fusionpbx/resources/templates/provision/atcom/ag198/{$mac}.cfg
share/fusionpbx/resources/templates/provision/cisco/7940/DISTINCTIVERINGLIST.XML
share/fusionpbx/resources/templates/provision/cisco/7940/RINGLIST.XML
@ -2310,6 +2419,7 @@ share/fusionpbx/resources/templates/provision/cisco/spa509g/{$mac}.xml
share/fusionpbx/resources/templates/provision/cisco/spa512g/{$mac}.xml
share/fusionpbx/resources/templates/provision/cisco/spa514g/{$mac}.xml
share/fusionpbx/resources/templates/provision/cisco/spa525g/{$mac}.xml
share/fusionpbx/resources/templates/provision/cisco/spa525g2/{$mac}.xml
share/fusionpbx/resources/templates/provision/digium/d50/${mac}.cfg
share/fusionpbx/resources/templates/provision/escene/e3xx/timezones.txt
share/fusionpbx/resources/templates/provision/escene/e3xx/{$mac}.xml
@ -2317,14 +2427,49 @@ share/fusionpbx/resources/templates/provision/escene/e3xx/{$mac}_extern.xml
share/fusionpbx/resources/templates/provision/escene/e3xx/{$mac}_phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/dp715.sm/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/dp715/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/dp750/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/dp750/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gswave/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp110x/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp116x/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp116x/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp140x/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp140x/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp140xbk/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp140xbk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp1450/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp1450/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp1450bk/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp1450bk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp16xx/label.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp16xx/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp16xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp17xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp20xx/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp20xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2124/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2124/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2130/README.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2130/label.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2130/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2130/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2135/README.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2135/label.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2135/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2135/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2140/README.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2140/label.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2140/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2140/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2160/README.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2160/gxp2160_labels.ott
share/fusionpbx/resources/templates/provision/grandstream/gxp2160/label.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2160/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2160/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2170/README.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2170/label.txt
share/fusionpbx/resources/templates/provision/grandstream/gxp2170/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2170/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp21xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp21xxbk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2200/{$mac}.xml
@ -2333,6 +2478,8 @@ share/fusionpbx/resources/templates/provision/grandstream/gxv300x/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv3140/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv3175/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv3175v2/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv3240/phonebook.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv3240/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv3275/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv3504/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxw4004/{$mac}.xml
@ -2356,6 +2503,10 @@ share/fusionpbx/resources/templates/provision/mitel/5330/MN_Generic.cfg
share/fusionpbx/resources/templates/provision/mitel/5330/MN_{$mac}.cfg
share/fusionpbx/resources/templates/provision/mitel/5340/MN_Generic.cfg
share/fusionpbx/resources/templates/provision/mitel/5340/MN_{$mac}.cfg
share/fusionpbx/resources/templates/provision/obihai/obi1032/{$mac}.xml
share/fusionpbx/resources/templates/provision/obihai/obi1062/{$mac}.xml
share/fusionpbx/resources/templates/provision/obihai/obi302/{$mac}.xml
share/fusionpbx/resources/templates/provision/obihai/obi310/{$mac}.xml
share/fusionpbx/resources/templates/provision/panasonic/tgp500/KX-TGP500B04.cfg
share/fusionpbx/resources/templates/provision/panasonic/tgp500/{$mac}.cfg
share/fusionpbx/resources/templates/provision/panasonic/tgp550/KX-TGP550T04.cfg
@ -2370,6 +2521,7 @@ share/fusionpbx/resources/templates/provision/panasonic/ut136/KX-UT136.cfg
share/fusionpbx/resources/templates/provision/panasonic/ut136/{$mac}.xml
share/fusionpbx/resources/templates/provision/panasonic/ut670/KX-UT670.cfg
share/fusionpbx/resources/templates/provision/panasonic/ut670/{$mac}.cfg
share/fusionpbx/resources/templates/provision/polycom/3.x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/polycom/4.x/{$mac}-directory.xml
share/fusionpbx/resources/templates/provision/polycom/4.x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/polycom/5.x/{$mac}-directory.xml
@ -2383,6 +2535,9 @@ share/fusionpbx/resources/templates/provision/polycom/8030/phone1.cfg
share/fusionpbx/resources/templates/provision/polycom/8030/sip.cfg
share/fusionpbx/resources/templates/provision/polycom/8030/{$mac}-registration.cfg
share/fusionpbx/resources/templates/provision/polycom/8030/{$mac}.cfg
share/fusionpbx/resources/templates/provision/sangoma/s300/{$mac}.xml
share/fusionpbx/resources/templates/provision/sangoma/s500/{$mac}.xml
share/fusionpbx/resources/templates/provision/sangoma/s700/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/300/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/320/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/360/{$mac}.xml
@ -2393,82 +2548,181 @@ share/fusionpbx/resources/templates/provision/snom/820/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/8xx/desktop.ini
share/fusionpbx/resources/templates/provision/snom/8xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/m3/{$mac}.cfg
share/fusionpbx/resources/templates/provision/spectralink/empty.txt
share/fusionpbx/resources/templates/provision/vtech/vcs754/directory.xml
share/fusionpbx/resources/templates/provision/vtech/vcs754/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/cp860/directory.xml
share/fusionpbx/resources/templates/provision/yealink/cp860/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/cp860/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/cp860/y000000000037.cfg
share/fusionpbx/resources/templates/provision/yealink/cp860/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/cp920/directory.xml
share/fusionpbx/resources/templates/provision/yealink/cp920/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/cp920/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/cp920/y000000000000.cfg
share/fusionpbx/resources/templates/provision/yealink/cp920/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/cp960/directory.xml
share/fusionpbx/resources/templates/provision/yealink/cp960/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/cp960/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/cp960/y000000000000.cfg
share/fusionpbx/resources/templates/provision/yealink/cp960/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t19p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t19p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t19p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t19p/y000000000053.cfg
share/fusionpbx/resources/templates/provision/yealink/t19p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t20p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t20p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t20p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t20p/y000000000007.cfg
share/fusionpbx/resources/templates/provision/yealink/t20p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t21p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t21p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t21p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t21p/y000000000052.cfg
share/fusionpbx/resources/templates/provision/yealink/t21p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t22p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t22p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t22p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t22p/y000000000005.cfg
share/fusionpbx/resources/templates/provision/yealink/t22p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t23g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t23g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t23g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t23g/y000000000044.cfg
share/fusionpbx/resources/templates/provision/yealink/t23g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t23p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t23p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t23p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t23p/y000000000044.cfg
share/fusionpbx/resources/templates/provision/yealink/t23p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t26p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t26p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t26p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t26p/y000000000004.cfg
share/fusionpbx/resources/templates/provision/yealink/t26p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t27g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t27g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t27g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t27g/y000000000069.cfg
share/fusionpbx/resources/templates/provision/yealink/t27g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t27p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t27p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t27p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t27p/y000000000045.cfg
share/fusionpbx/resources/templates/provision/yealink/t27p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t28p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t28p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t28p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t28p/y000000000000.cfg
share/fusionpbx/resources/templates/provision/yealink/t28p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t29g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t29g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t29g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t29g/y000000000046.cfg
share/fusionpbx/resources/templates/provision/yealink/t29g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t32g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t32g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t32g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t32g/y000000000032.cfg
share/fusionpbx/resources/templates/provision/yealink/t32g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t38g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t38g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t38g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t38g/y000000000038.cfg
share/fusionpbx/resources/templates/provision/yealink/t38g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t40g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t40g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t40g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t40g/y000000000076.cfg
share/fusionpbx/resources/templates/provision/yealink/t40g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t40p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t40p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t40p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t40p/y000000000054.cfg
share/fusionpbx/resources/templates/provision/yealink/t40p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t41p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t41p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t41p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t41p/y000000000036.cfg
share/fusionpbx/resources/templates/provision/yealink/t41p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t41s/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t41s/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t41s/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t41s/y000000000068.cfg
share/fusionpbx/resources/templates/provision/yealink/t41s/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t42g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t42g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t42g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t42g/y000000000029.cfg
share/fusionpbx/resources/templates/provision/yealink/t42g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t42s/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t42s/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t42s/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t42s/y000000000067.cfg
share/fusionpbx/resources/templates/provision/yealink/t42s/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t46g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t46g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t46g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t46g/y000000000028.cfg
share/fusionpbx/resources/templates/provision/yealink/t46g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t46s/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t46s/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t46s/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t46s/y000000000066.cfg
share/fusionpbx/resources/templates/provision/yealink/t46s/{$mac}.boot
share/fusionpbx/resources/templates/provision/yealink/t46s/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t48g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t48g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t48g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t48g/y000000000035.cfg
share/fusionpbx/resources/templates/provision/yealink/t48g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t48s/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t48s/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t48s/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t48s/y000000000065.cfg
share/fusionpbx/resources/templates/provision/yealink/t48s/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t49g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t49g/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t49g/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t49g/y000000000051.cfg
share/fusionpbx/resources/templates/provision/yealink/t49g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t52s/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t52s/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t52s/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t52s/y000000000074.cfg
share/fusionpbx/resources/templates/provision/yealink/t52s/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t54s/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t54s/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t54s/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t54s/y000000000070.cfg
share/fusionpbx/resources/templates/provision/yealink/t54s/{$mac}.boot
share/fusionpbx/resources/templates/provision/yealink/t54s/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t56a/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t56a/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t56a/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t56a/y000000000056.cfg
share/fusionpbx/resources/templates/provision/yealink/t56a/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t58v/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t58v/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/t58v/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/t58v/y000000000058.cfg
share/fusionpbx/resources/templates/provision/yealink/t58v/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/vp530/directory.xml
share/fusionpbx/resources/templates/provision/yealink/vp530/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/vp530/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/vp530/y000000000023.cfg
share/fusionpbx/resources/templates/provision/yealink/vp530/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/w52p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/w52p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/w52p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/w52p/y000000000025.cfg
share/fusionpbx/resources/templates/provision/yealink/w52p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/w56p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/w56p/favorite_setting.xml
share/fusionpbx/resources/templates/provision/yealink/w56p/y000000000000.boot
share/fusionpbx/resources/templates/provision/yealink/w56p/y000000000025.cfg
share/fusionpbx/resources/templates/provision/yealink/w56p/{$mac}.cfg
share/fusionpbx/resources/uuid.php
share/fusionpbx/resources/wysiwyg.php
share/fusionpbx/root.php
@ -2501,16 +2755,25 @@ share/fusionpbx/themes/default/images/backgrounds/yellowstone_4.jpg
share/fusionpbx/themes/default/images/blank.gif
share/fusionpbx/themes/default/images/content_background.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_answered.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_answered_b.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_cancelled.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_cancelled_b.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_failed.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_failed_b.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_voicemail.png
share/fusionpbx/themes/default/images/icon_cdr_local_answered.png
share/fusionpbx/themes/default/images/icon_cdr_local_answered_b.png
share/fusionpbx/themes/default/images/icon_cdr_local_cancelled.png
share/fusionpbx/themes/default/images/icon_cdr_local_cancelled_b.png
share/fusionpbx/themes/default/images/icon_cdr_local_failed.png
share/fusionpbx/themes/default/images/icon_cdr_local_failed_b.png
share/fusionpbx/themes/default/images/icon_cdr_local_voicemail.png
share/fusionpbx/themes/default/images/icon_cdr_outbound_answered.png
share/fusionpbx/themes/default/images/icon_cdr_outbound_answered_b.png
share/fusionpbx/themes/default/images/icon_cdr_outbound_cancelled.png
share/fusionpbx/themes/default/images/icon_cdr_outbound_cancelled_b.png
share/fusionpbx/themes/default/images/icon_cdr_outbound_failed.png
share/fusionpbx/themes/default/images/icon_cdr_outbound_failed_b.png
share/fusionpbx/themes/default/images/icon_logout.png
share/fusionpbx/themes/default/images/login_background.png
share/fusionpbx/themes/default/images/logo.png

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (fusionpbx-4.2.2.zip) = e0e5440e355ff0a9d25baf934516619b7d0e0533
RMD160 (fusionpbx-4.2.2.zip) = c838bbf4aac23fdcc308c0c864534732c93a50d4
SHA512 (fusionpbx-4.2.2.zip) = 3273beebe6e6742cd54cd79cd7c556d5d2567d323fbfa770723094cd4021daa83bd65abc2dd4ebb2759e2f49da0437ea48baf2e10bc288b82f566328dd94ca10
Size (fusionpbx-4.2.2.zip) = 9189707 bytes
SHA1 (fusionpbx-4.3.4.zip) = cb5ffc528c1aaf13f4c1822e860db556d7ee52c2
RMD160 (fusionpbx-4.3.4.zip) = 866a579a00804757e990e436db801ea0b59e5589
SHA512 (fusionpbx-4.3.4.zip) = 8b9ecd5df2467aa5228acbeb34ab530a97bc93277d703df358f13091c33c52edfa2628409289140ba2819ab6e588fa8b67be58b9b33f5fa45ae9dac6cdc9ed13
Size (fusionpbx-4.3.4.zip) = 10422651 bytes