Commit Graph

9730 Commits

Author SHA1 Message Date
FusionPBX
65ff4c2d97 Update 470_valet_park.xml 2017-11-21 20:16:55 -07:00
FusionPBX
5962c66a01 Update app_config.php 2017-11-21 20:16:00 -07:00
emaktech
90551fb48a Add new Yealink MWI Subscribe Variable (#2920)
Adds new variable in Yealink provisioning templates to allow control of MWI subscribe setting behavior on all accounts. Setting the new variable once affects all accounts.

New variable:
yealink_subscribe_mwi_to_vm.

Setting affected:
account.X.subscribe_mwi_to_vm setting

Phones affected:
T1x
T2x
T3x
T4x

May affect MWI subscription behavior. Yealink default is 0, many of the old templates hard coded 1. This change may affect MWI behavior for some users, so check to make sure the variable is added in FusionPBX to match your previous settings before upgrading.
2017-11-21 19:44:23 -07:00
TekMason
9c70317dc9 Yealink T48G Template (#2921) 2017-11-21 19:36:18 -07:00
TekMason
725433d273 Update app/yealink/app_config.php (#2919)
* Added yealink common files for each model and created folder for new conference phone models

* Modified Yealink t46g templates and added 3 new variables

* Update app_config.php

* Update app_config.php

Changed yealink_ip_address_mode variable type from integer to standard type, numeric.
2017-11-21 17:03:13 -07:00
Alexey Melnichuk
cc22f35e74 Fix. Extension summary for local calls (#2918) 2017-11-21 09:13:58 -07:00
Alexey Melnichuk
cc364e9bb2 Fix. Display domain name for inbound calls in calls_active app (#2917) 2017-11-21 09:09:57 -07:00
FusionPBX
c94b910d7b Update calls_active_inc.php 2017-11-21 03:56:58 -07:00
FusionPBX
f73939caf1 Update calls_active_inc.php 2017-11-21 03:09:04 -07:00
FusionPBX
ef3f99a3c1 Remove transport from user_host in the snom 7xx template 2017-11-20 17:18:32 -07:00
TekMason
9cb0e37745 Modified Yealink t46g templates and added 3 new variables. (#2916)
* Added yealink common files for each model and created folder for new conference phone models

* Modified Yealink t46g templates and added 3 new variables
2017-11-20 15:10:13 -07:00
Alexey Melnichuk
61c90e2bfb Fix. Show registrations for extensions with number alias. (#2914) 2017-11-20 13:59:50 -07:00
Alexey Melnichuk
5b95fcfca0 Fix. Display statistic for all domains (showall=true) (#2915) 2017-11-20 13:58:35 -07:00
TekMason
d9210da83d Added yealink common files for each model and created folder for new … (#2913)
* Added yealink common files for each model and created folder for new conference phone models

* Modified Yealink t46g templates and added 3 new variables
2017-11-19 23:11:25 -07:00
sergey-mz
4454067b2d Check Windows ODBC DSN during install (#2798)
* ODBC DSN detection

* Merge remote-tracking branch 'upstream/master'

* Merge remote-tracking branch 'upstream/master'
2017-11-18 22:53:08 -07:00
FusionPBX
983c2fc594 Update app_config.php 2017-11-18 18:34:49 -07:00
FusionPBX
ad8a022e48 Update menu.php 2017-11-17 14:44:31 -07:00
FusionPBX
f169fc9704 Update provision.php 2017-11-17 14:30:26 -07:00
FusionPBX
20292017cc Update menu.php 2017-11-17 14:28:07 -07:00
FusionPBX
21b282857c Update device_dashboard.php 2017-11-17 14:01:40 -07:00
FusionPBX
eb095469cc Update app_defaults.php 2017-11-17 13:39:37 -07:00
FusionPBX
077f2adf53 Update menu.php 2017-11-17 13:06:04 -07:00
FusionPBX
2b6ee8d27c Update app_config.php 2017-11-17 12:06:20 -07:00
konradSC
0045cc5bd6 Fix Typo (#2912)
default_setting_dubcategory
2017-11-17 11:50:23 -07:00
konradSC
d8714e8fa9 Fix Typo (#2911) 2017-11-17 11:38:06 -07:00
FusionPBX
b9727afed1 Update install_fusionpbx.php 2017-11-17 09:41:51 -07:00
FusionPBX
872a1c3746 Update app_defaults.php 2017-11-17 09:12:37 -07:00
FusionPBX
faeb15180e Update app_defaults.php 2017-11-17 09:09:50 -07:00
FusionPBX
085c6b221f Update app_defaults.php 2017-11-17 09:07:16 -07:00
FusionPBX
681ddf33a6 Update app_defaults.php 2017-11-17 09:02:54 -07:00
FusionPBX
3aa1cbad69 Update app_defaults.php 2017-11-17 08:39:39 -07:00
FusionPBX
6f85f21fa7 Update app_defaults.php 2017-11-17 08:39:17 -07:00
FusionPBX
05a58becec Update app_defaults.php 2017-11-17 08:38:19 -07:00
FusionPBX
f3b45d51a8 Update extensions.php 2017-11-17 07:41:29 -07:00
Alexey Melnichuk
b0422af3e2 Add. Use route_to_bridge module to build routes for ring groups. (#2907)
* Add. Use `route_to_bridge` module to build routes fro ring groups.

This commit has several improvements
1. Select only needed fields. (do not select quite big XML text strings)
2. Filter routes also by context name
3. Filter dialplans also by hostname
4. Handle conditions based not only `destination_number`
5. Handle `break` and `continue` attributes for extensions
6. Escape vars inside dial-string
7. Add log messages similar as FS dialplan do

* Add. `route_to_bridge` set inline vars so it possible use then in next conditions.
Add. `route_to_bridge` can execute basic api commands from allowed lists.
`route_to_bridge` expand all known vars. If var is unknown then it pass as is.
Fix. `export nolocal:` action.

* Fix. Short variable names

* Add. some comments

* Fix. Do not try execute empty string

This produce error messages `[ERR] switch_cpp.cpp:759 No application specified`

* Fix. Export nolocal values.
2017-11-17 07:15:47 -07:00
Pro-pra
0ccbad7d53 Update app_languages.php (#2909) 2017-11-16 17:47:03 -07:00
Alexey Melnichuk
54288d4664 Fix. Dialplan may loose its app_uuid (#2910)
When in dialplan edit form press `XML` and then `Back`
Fusion build wrong URL like `&?app_uuid` so if then press
save server will do not get this arg and change it.
2017-11-16 08:04:23 -07:00
FusionPBX
8bf17f290d Update dialplan_edit.php 2017-11-15 19:22:41 -07:00
konradSC
49417a105a Bug Fix - Match correct database column names (#2908)
call_recording_name & call_recording_path are the correct values.
2017-11-14 22:02:08 -07:00
FusionPBX
a83c32b2b3 Update dialplan_inbound_add.php 2017-11-14 20:19:10 -07:00
FusionPBX
666be314fb Update dialplan_outbound_add.php 2017-11-14 20:14:32 -07:00
FusionPBX
85e5c6c5aa Update {$mac}.xml 2017-11-14 19:43:38 -07:00
FusionPBX
364d9c3160 Update {$mac}.xml 2017-11-14 19:43:07 -07:00
FusionPBX
6677ec0a8a Update {$mac}.xml 2017-11-14 19:42:05 -07:00
FusionPBX
edd319cacb Update KX-UT136.cfg 2017-11-14 19:40:18 -07:00
FusionPBX
58fc19fa90 Update KX-UT133.cfg 2017-11-14 19:40:05 -07:00
FusionPBX
f939317ae7 Update KX-UT123.cfg 2017-11-14 19:39:51 -07:00
FusionPBX
ff5c5b83e0 Update KX-UT113.cfg 2017-11-14 19:38:28 -07:00
FusionPBX
4046f55616 Update {$mac}.xml 2017-11-14 19:38:08 -07:00
FusionPBX
6e9bf6e251 Create favorite_setting.xml 2017-11-14 11:07:46 -07:00