Commit Graph

4666 Commits

Author SHA1 Message Date
FusionPBX beb432dcbd Update ivr_menu_edit.php 2017-07-18 14:26:46 -06:00
emaktech 249e576108 Add IVR language option (master) (#2744)
* Add available translations for new language option

* Add language option to IVR menu editing page

Adds the option to define language on the IVR edit page. This is needed because when a phrase is selected in a language other than the default language, Freeswitch fails to load the file.
2017-07-18 14:23:12 -06:00
FusionPBX 9f734452c1 Update voicemail_greetings.php 2017-07-18 01:25:47 -06:00
powerpbx c451a6838b Add CIDR notation check (#2739)
* Add CIDR notation check

* Update access_control_node_edit.php

Add IPv6 check

* Update access_control_node_edit.php
2017-07-16 11:41:59 -06:00
FusionPBX e9285f8e37 Show an example. host[:port]
The square brackets indicate the port is optional.
2017-07-16 11:38:50 -06:00
Mafoo f6e0532369 Enhance Better descriptions for proxies (#2737)
update all proxy descriptions to indicate they take the host:port format
2017-07-16 11:23:16 -06:00
FusionPBX 3fb6936e97 Update sql_db_conversion.php 2017-07-15 12:43:37 -06:00
FusionPBX cc5634e002 Update report.php 2017-07-15 12:41:16 -06:00
FusionPBX a05db79b37 Update app_defaults.php 2017-07-09 23:52:34 -06:00
FusionPBX dfdecf8414 Update extension_edit.php 2017-07-05 10:26:45 -06:00
FusionPBX 6cc881a8cc Update voicemail_edit.php 2017-07-05 10:23:47 -06:00
FusionPBX 9d4ee85b6f Update app_config.php 2017-07-05 10:21:37 -06:00
FusionPBX 469f3ad351 Update time_condition_edit.php 2017-07-04 12:22:50 -06:00
FusionPBX b7eac24f58 Update access_control_node_edit.php 2017-07-04 11:39:13 -06:00
FusionPBX 7baedc7561 Update access_control_node_delete.php 2017-07-04 11:38:28 -06:00
FusionPBX abaa85baf8 Update access_control_delete.php 2017-07-04 11:37:16 -06:00
FusionPBX afc8c6f244 Update access_control_edit.php 2017-07-04 11:35:55 -06:00
FusionPBX aa9be98b8e Update access_control_edit.php 2017-07-04 11:34:41 -06:00
FusionPBX f8765077a9 Update cmd.php 2017-07-04 11:31:21 -06:00
FusionPBX 6ee8a05d62 Update access_control_node_edit.php 2017-07-04 11:21:04 -06:00
FusionPBX 18bea26ee4 Update access_control_node_delete.php 2017-07-04 11:17:08 -06:00
FusionPBX 15365b2b03 Update access_control_delete.php 2017-07-04 11:16:15 -06:00
FusionPBX 31c457d455 Update access_control_edit.php 2017-07-04 11:15:47 -06:00
FusionPBX 2b11b9e507 Update app_config.php 2017-06-30 22:02:00 -06:00
FusionPBX 4c21585a8a Update app_config.php 2017-06-30 21:53:53 -06:00
The-Operator 1f31b25f79 Update German and Austrian translations (#2722)
* Update German and Austrian translations

Update German and Austrian translations and added missing English translations for FAX application.

* Update German & Austrian translations
2017-06-30 15:23:01 -06:00
FusionPBX ca84bc8dba Update dialplan_edit.php 2017-06-28 20:55:43 -06:00
Len 98832f62fe Update app_config.php 2017-06-23 16:27:39 -04:00
Len 6c4f3e721e Update app_config.php 2017-06-23 16:16:42 -04:00
Alexey Melnichuk 132f250d9e Add. Support `missed` argument in xml_cdr.php (#2711)
This argument used when build link in xml_cdr_statistics.php.
2017-06-23 09:21:25 -06:00
Len 24d7c80aba Update app_config.php 2017-06-22 14:23:49 -04:00
Len db2be8587f Update app_config.php 2017-06-22 14:20:55 -04:00
Len 72393ee002 Update app_config.php 2017-06-22 14:06:45 -04:00
FusionPBX 2205d30f4e Update ivr_menu_edit.php 2017-06-22 09:20:40 -06:00
Alexey Melnichuk 49a7f8aa53 Add. Display both CPM for all calls and for answered only. (#2707) 2017-06-22 09:04:44 -06:00
FusionPBX cb1daa7cb9 Unset call_timeout on new outbound routes. 2017-06-22 08:46:43 -06:00
FusionPBX 116ba64fcb Update xml_cdr.php 2017-06-21 23:46:17 -06:00
FusionPBX a5827cd4d4 Update xml_cdr.php 2017-06-21 23:39:56 -06:00
FusionPBX 463a971275 Update v_xml_cdr_import.php 2017-06-21 19:34:06 -06:00
FusionPBX 08b4c9505d Update app_config.php 2017-06-21 19:10:11 -06:00
FusionPBX 6e6c35013b Update provision.php 2017-06-21 10:50:33 -06:00
FusionPBX 70cc5f8906 Update provision.php 2017-06-21 10:44:59 -06:00
Alexey Melnichuk c5cfffb05a Update CDR Stats application. (#2704)
* Update CDR Stats application.

Fix. Number of calls always calculate only for all domain.
Fix. Number of missed calls ignores any search parameters and use only `inbound` filter.
Fix. Calls duration for days use only domain filter and do not use any other filters.
Add. Limit setting for number of hours to calculate statistic.
Add. When timestamp set then calculate statistic only for this period.

* Fix. Calculate `Calls per minute`
Fix. Prevent divide `0/0` when calculate `ALOC`

* Fix. `Hours` have to be integer type.
2017-06-21 08:20:29 -06:00
Len f0a07d5b39 Update app_config.php 2017-06-20 12:01:14 -04:00
Alexey Melnichuk 515fc15767 Add. BLF indication for call forward. (#2664)
* Add. BLF indication for call forward.

To display general status of CallForward use blf like `forward+<extension>`
To display status for specific phone number use blf like `forward+<extension>/<number>`

* Fix. Escape variable in regex expression.

* Fix. Sync DND and CF blf.

* Add. `blf_subscribe` service which can handle all custom subscriptions.

To run for specific protocol it possible run as `luarun blf_subscribe.lua <PROTO>`
2017-06-20 09:23:23 -06:00
FusionPBX 0140ae098d Update app_defaults.php 2017-06-17 14:02:19 -06:00
FusionPBX 8865c570ac Change directory full name to first and last name. 2017-06-17 11:37:22 -06:00
FusionPBX 25dc51a4a3 Update app_config.php 2017-06-17 11:35:52 -06:00
FusionPBX fd115a43f9 Update dialplan_outbound_add.php
Removed as a security precaution.
2017-06-17 10:57:17 -06:00
FusionPBX a9ddb62f0c Update app_config.php 2017-06-17 09:18:26 -06:00