Commit Graph

9023 Commits

Author SHA1 Message Date
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
Mafoo 2575da1a06 Enhance-Multiple messages display (#2702)
Store messages by mood so they can be grouped up
change default mood to positive and add a default colour to catch messages with a wrong mood
migrate settings so upgrading vs new is consistent
2017-06-21 08:27:05 -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
FusionPBX 6d35dec5bb Update check_auth.php 2017-06-20 11:29:50 -06:00
Len 2d8b0fc0b2 Update y000000000051.cfg 2017-06-20 12:33:01 -04:00
Len 234ec38c5f Update y000000000065.cfg 2017-06-20 12:27:43 -04:00
Len b364bb2e47 Update y000000000035.cfg 2017-06-20 12:26:53 -04:00
Len 26d8e32379 Update y000000000066.cfg 2017-06-20 12:26:09 -04:00
Len 5d11c50aa3 Update y000000000028.cfg 2017-06-20 12:24:37 -04:00
Len d874e58501 Update y000000000029.cfg 2017-06-20 12:22:51 -04:00
Len e46d0205d1 Update y000000000068.cfg 2017-06-20 12:21:22 -04:00
Len 06224ebb72 Update y000000000036.cfg 2017-06-20 12:20:21 -04:00
Len 28d228bb58 Update y000000000054.cfg 2017-06-20 12:19:51 -04:00
Len ba6c3be7ab Update y000000000046.cfg 2017-06-20 12:17:57 -04:00
Len 4bbccff559 Update y000000000045.cfg 2017-06-20 12:16:45 -04:00
Len 6d8f2b8680 Update y000000000069.cfg 2017-06-20 12:09:49 -04:00
Len 083adade53 Update y000000000044.cfg 2017-06-20 12:07:57 -04:00
Len 6eef650ebe Update y000000000044.cfg 2017-06-20 12:07:18 -04:00
Len f0a07d5b39 Update app_config.php 2017-06-20 12:01:14 -04:00
FusionPBX 48a02c0aef Update y000000000052.cfg 2017-06-20 09:54:19 -06:00
andycol ce9a10cd85 Hide pin codes when a user pushed the redial button (#2690) 2017-06-20 09:51:35 -06: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 524c614651 Update directory.lua 2017-06-17 12:19:43 -06:00
FusionPBX bbf8aca7d0 Update directory.lua 2017-06-17 11:38:24 -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
Luis Daniel Lucio Quiroz ce9fb88207 Little language update (#2693)
ES and FR
2017-06-16 08:39:15 -07:00
Mafoo 9abe2ca4a0 Database transactions
Change the select statement to a left outer join so when either domain_uuid or user_uuid is null it will still be able to display the data. This will keep the total number of records the same as the count done above

* dos2unix on app/database_transactions/database_transactions.php
2017-06-14 07:22:01 -07:00
Len bc42f4fac3 bug fix caller_destination label 2017-06-13 18:34:18 -04:00
Mafoo 0ccafad11c Enhance - text class autofill (#2679)
Try and auto fill a value when its blank an the same baseline language
has a value
2017-06-12 22:19:02 -07:00
Mafoo 07ed66fc06 Enhance-master-translation autofill (#2681)
Autofill all language files for pt de and es
2017-06-12 22:14:11 -07:00
Mafoo 8e8405469b Enhance - translation missing tags (#2680)
add tags missing in some app_languages
2017-06-12 22:13:06 -07:00
Mafoo 02719901b4 dos2unix (#2682)
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
Len ee3b5ff717 Create {$mac}.cfg 2017-06-12 23:57:47 -04:00
Len 2935829bcd Create {$mac}.cfg 2017-06-12 23:55:15 -04:00
Len 21561cf33f Create {$mac}.cfg 2017-06-12 23:52:19 -04:00
Len 0016341e24 Create {$mac}.cfg 2017-06-12 23:50:20 -04:00
Len 78c5f76b44 Create {$mac}.cfg 2017-06-12 23:48:57 -04:00
Len 629e79d623 Create {$mac}.cfg 2017-06-12 23:46:11 -04:00
Len 8099778632 Create {$mac}.cfg 2017-06-12 23:43:52 -04:00
Len 6d9e2c1346 Create {$mac}.cfg 2017-06-12 23:42:06 -04:00
Len f510b67114 Create {$mac}.cfg 2017-06-12 23:39:50 -04:00
Len 3af8504f0a Create {$mac}.cfg 2017-06-12 23:37:37 -04:00
Len 2d50a8fd98 Create {$mac}.cfg 2017-06-12 23:35:30 -04:00