FusionPBX
43047c3557
Update {$mac}.cfg
2019-07-18 14:45:47 -06:00
Len
70c57a60c4
Update {$mac}.cfg ( #4367 )
2019-07-18 14:17:38 -06:00
Len
6ebf35b3d9
Update {$mac}.cfg ( #4365 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2019-07-18 14:17:15 -06:00
Len
6d472615f5
Update {$mac}.cfg ( #4364 )
2019-07-18 12:44:57 -06:00
Len
5d5971c36a
Update {$mac}.cfg ( #4360 )
2019-07-16 15:41:05 -06:00
Len
24ea078b6d
Update {$mac}.cfg ( #4359 )
2019-07-16 15:40:50 -06:00
FusionPBX
c025bb1038
Update {$mac}.cfg
2019-07-15 10:16:47 -06:00
FusionPBX
d9420b90c0
Update {$mac}.cfg
2019-07-15 10:14:22 -06:00
FusionPBX
18a6855c56
Update {$mac}.cfg
2019-07-15 09:25:52 -06:00
FusionPBX
7f484bf546
Update {$mac}.cfg
2019-07-15 09:21:10 -06:00
FusionPBX
b88ee02ba2
Update {$mac}.cfg
2019-07-15 09:15:00 -06:00
FusionPBX
11fc0b2e78
Update {$mac}.cfg
2019-07-15 09:10:23 -06:00
Len
0b71d6d40d
Update {$mac}.xml ( #4353 )
2019-07-13 10:24:09 -06:00
Len
b81639ff60
Update {$mac}.xml ( #4354 )
2019-07-13 10:23:33 -06:00
Len
2bbb9cdc8c
Update {$mac}.xml ( #4355 )
2019-07-13 10:23:16 -06:00
Len
128a1e47b2
Update {$mac}.xml ( #4356 )
2019-07-13 10:23:03 -06:00
Len
f2c917e5fd
Update {$mac}.xml ( #4357 )
2019-07-13 10:22:18 -06:00
Len
59b813e4d3
Update {$mac}.xml ( #4352 )
2019-07-12 23:07:40 -06:00
Len
5be94064ca
Update {$mac}.xml ( #4351 )
2019-07-11 20:04:54 -06:00
Len
eba6da5287
Update {$mac}.xml ( #4350 )
2019-07-11 20:04:25 -06:00
agree
4e613ec51b
Update {$mac}.cfg ( #4349 )
2019-07-11 14:18:31 -06:00
Len
d7e75aff5c
Update {$mac}.cfg ( #4348 )
2019-07-11 14:01:41 -06:00
Nate
77b85a3f9c
Database class integration. Modify database class singular() method to support table names ending in 'ses', such as v_databases.
2019-07-09 20:06:17 -06:00
Len
b626e6fa5a
Create directory.xml ( #4338 )
2019-07-09 19:09:14 -06:00
Len
2907aaae54
Create favorite_setting.xml ( #4339 )
2019-07-09 19:08:53 -06:00
Len
3ad7be316c
Create y000000000095.cfg ( #4340 )
2019-07-09 19:08:31 -06:00
Len
04ec03edd0
Create {$mac}.boot ( #4341 )
2019-07-09 19:08:13 -06:00
Len
86c4de9076
Create {$mac}.cfg ( #4342 )
2019-07-09 19:07:52 -06:00
Len
798ec34a52
Create directory.xml ( #4343 )
2019-07-09 19:07:28 -06:00
Len
311ee35a21
Create favorite_setting.xml ( #4344 )
2019-07-09 19:06:58 -06:00
Len
23cad8a942
Create {$mac}.boot ( #4345 )
2019-07-09 19:06:31 -06:00
Len
229c8b6061
Create {$mac}.cfg ( #4346 )
2019-07-09 19:06:03 -06:00
Len
b0ea55086b
Create y000000000097.cfg ( #4347 )
2019-07-09 19:00:27 -06:00
Len
b89543b7e5
Update {$mac}.xml ( #4331 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-07-03 21:12:13 -06:00
Len
91be736b39
Update {$mac}.xml ( #4332 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-07-03 21:11:46 -06:00
Len
0ba10b57b2
Update {$mac}.xml ( #4333 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-07-03 21:11:29 -06:00
Len
670093e7c9
Update {$mac}.xml ( #4334 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-07-03 21:11:12 -06:00
Len
6d309f41f9
Update {$mac}.xml ( #4335 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-07-03 21:10:51 -06:00
agree
b614f05c25
Update {$mac}.cfg ( #4330 )
2019-07-03 18:40:25 -06:00
Len
c00dda8b99
Update {$mac}.cfg ( #4326 )
2019-07-02 11:18:57 -06:00
Len
9e75b31d78
Update {$mac}.cfg ( #4327 )
2019-07-02 11:18:19 -06:00
Nate
fad7c24b90
limit_offset() function refinement
2019-07-01 20:52:54 -06:00
Nate
492d03a5b9
Allow underscore in order_by() function.
2019-07-01 20:37:34 -06:00
Nate
d075a083cf
Database class integration. Create order_by() and limit_offset() functions.
2019-07-01 17:30:03 -06:00
Nate
32b04431f7
Fix typo in select() method switch statement.
2019-07-01 13:26:26 -06:00
Nate
a591c87776
Database Class Support for "...ies" Table Names ( #4321 )
...
Currently, the permission checks within the class try to singularize the table name, then check for permissions based on the result. This PR modifies the private singular() function to support table names that end in "...ies", where an _add or _edit permission likely uses a 'y' instead. An example would be where inserting records into v_event_categories, the class should probably look for an "event_category_add" permission, instead of "event_categorie_add". Likewise for update queries.
This proposed change isn't foolproof, obviously. In the case of inserting or updating records in a table named v_pies, it would fail to suffice. You're welcome to integrate a better solution, if one exists.
2019-06-30 15:11:15 -06:00
mtghr
4480563044
Update {$mac}.cfg ( #4061 )
...
* Update {$mac}.cfg
Polycom will not support wild card cert only if you disable strictCertCommonNameValidation
also polycom is missing many root certs so we need an option to push them via the template
bot stuff was tested by me in production and its working fine
* Use isset
2019-06-29 13:40:11 -06:00
Chris Black
e630208bb9
Update {$mac}.cfg ( #4287 )
...
add line key to T54s
2019-06-29 13:32:41 -06:00
Len
3477842f51
Update {$mac}.xml ( #4316 )
2019-06-29 13:30:31 -06:00
Len
3691c0ece1
Update {$mac}.xml ( #4317 )
2019-06-29 13:29:55 -06:00
Len
baef31c370
Update {$mac}.xml ( #4318 )
2019-06-29 13:29:34 -06:00
Len
db46983ba8
Update {$mac}.xml ( #4319 )
2019-06-29 13:29:22 -06:00
Len
85d779c190
Update {$mac}.xml ( #4320 )
2019-06-29 13:28:41 -06:00
FusionPBX
50187b2caf
Update {$mac}.cfg
2019-06-29 12:14:05 -06:00
FusionPBX
53b6ba2e57
Update {$mac}.cfg
2019-06-29 12:13:03 -06:00
FusionPBX
ac98f4cb5a
Update {$mac}.cfg
2019-06-29 12:02:58 -06:00
FusionPBX
3824e5ec33
Update {$mac}.cfg
2019-06-29 11:59:46 -06:00
FusionPBX
38d8120bfe
Update index.lua
2019-06-28 13:12:04 -06:00
FusionPBX
7918358124
Update functions.php
2019-06-27 10:16:43 -06:00
Len
d939aaaeb7
Create {$mac}.xml ( #4306 )
2019-06-26 23:57:07 -06:00
Len
4d954b27d5
Create {$mac}.xml ( #4307 )
2019-06-26 23:56:48 -06:00
Len
d099272778
Create {$mac}.xml ( #4308 )
2019-06-25 12:34:16 -06:00
Len
5fb80c530c
Create {$mac}.xml ( #4310 )
2019-06-25 12:34:00 -06:00
Len
eadeea6138
Create {$mac}.xml ( #4305 )
2019-06-25 11:47:59 -06:00
Len
c532440a51
Create {$mac}.xml ( #4309 )
2019-06-25 11:47:27 -06:00
Len
8ec112c687
Update {$mac}.xml ( #4304 )
2019-06-24 21:34:11 -06:00
emaktech
f44ed4370c
Fix Ring Group Delay Timing ( #4003 )
...
This is going to sound really stupid but I have tested this extensively, submitted a Jira on it months ago (was told FS 1.6.20 was no longer supported) and it's still an issue. Please do not take my word for this and create a ring group to test the delay settings with a stopwatch and you should see the real vs set delay discrepancy.
In FreeSWITCH (both on 1.6.20 and 1.8.5) when sending leg_delay_start values, for whatever reason the actual time is double the value sent. The result of this is that if you send 1000ms as leg_delay_start the actual time the call will be delayed is 2000ms.
Because of this bad behavior, ring group delay settings end up being exactly double what is set. e.g. if you set 10s, you will have to wait 20s for the call to be initiated on leg b.
The easiest way to fix this behavior is to simply multiply leg_delay_start by half as much to get the right "real" delay time. Ugly, I know... I'm not sure if leg_delay_start value is passed elsewhere, I'm thinking this behavior may also be present in find me/follow me. If this gets accepted I will look for other locations where this behavior occurs and submit separate PRs if I find any other instances of this.
2019-06-21 22:04:14 -06:00
Len
d74a8eedf0
Update {$mac}.xml ( #4302 )
2019-06-21 22:02:50 -06:00
mtghr
284450607a
Update {$mac}.cfg ( #4301 )
...
the Expire time was set to 3600 with no way to change it
2019-06-20 07:15:21 -06:00
Luis Daniel Lucio Quiroz
add3dc70ec
gives save_var_xml() more tolerance ( #4299 )
...
when there is no local freeswitch running (big cluster deployments where Fusion UI is in another server), sometimes there is no local freeswitch running. this breaks the variables per host.
This patch gives the chance to use the hostname as a fallback option before giving up.
2019-06-20 03:35:41 -06:00
Len
4008f2255f
Update {$mac}.xml ( #4294 )
2019-06-18 21:12:33 -06:00
Len
9f97c527c3
Update {$mac}.xml ( #4295 )
2019-06-18 21:10:47 -06:00
Len
b770356a65
Update {$mac}.xml ( #4296 )
2019-06-18 21:09:58 -06:00
Len
8889c159fc
Update {$mac}.xml ( #4297 )
2019-06-18 21:09:11 -06:00
Len
b6c22e07fa
Update {$mac}.xml ( #4298 )
2019-06-18 21:08:24 -06:00
FusionPBX
9425225820
Create {$mac}.xml
2019-06-18 19:14:28 -06:00
Len
6ced89ca28
Update {$mac}.xml ( #4282 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-06-15 08:43:56 -06:00
FusionPBX
70fffb8e37
Update hangup_rx.lua
2019-06-14 23:59:37 -06:00
FusionPBX
baea8db575
Update fax_retry.lua
2019-06-14 23:56:56 -06:00
Len
d60c7a25af
Update {$mac}.xml ( #4281 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-06-14 22:12:43 -06:00
Len
ed4d881ece
Update {$mac}.xml ( #4283 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-06-14 19:58:40 -06:00
Len
c13261238f
Update {$mac}.xml ( #4284 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-06-14 19:57:04 -06:00
Len
a7106a2774
Update {$mac}.xml ( #4285 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-06-14 19:56:50 -06:00
FusionPBX
e53860eb47
This code actually breaks inbound fax email. Commented it out and it works again.
2019-06-11 18:42:58 -06:00
FusionPBX
8ac8f04872
Update hangup_rx.lua
2019-06-11 02:58:52 -06:00
blackwolfresearch
ece98a9c01
Security Fixes ( #4268 )
...
* Updated fixes for CVE-2019-11409
* Fix for XSS - (CVE-2018-19094)
* Fix for fax cmd injection (CVE-2018-19096)
2019-06-06 18:46:00 -06:00
Len
768c2e094e
Create y000000000096.cfg ( #4261 )
2019-06-05 23:47:16 -06:00
jpattWPC
3a6dcdd340
Allow Phrases to be used in IVRs ( #4263 )
...
With the current implementation, Phrases cannot be used in IVRs as streamfile.lua prevents keypresses from being passed back to the IVR. This fix makes a small change to the way phrases are stored and allows streamfile to be run without blocking IVR keypresses.
2019-06-05 21:12:13 -06:00
jpattWPC
4ae27f13b6
Add support for PostgreSQL TLS ( #4262 )
...
This commit adds support for PostgreSQL TLS communication. This requires /etc/fusionpbx/config.php to have two parameters added:
$db_secure = true;
$db_cert_authority = "/path/to/ca.crt";
2019-06-05 21:10:58 -06:00
Len
3dcec79663
Create {$mac}.cfg ( #4257 )
2019-06-05 10:56:31 -06:00
Len
9c01dfb2ea
Create directory.xml ( #4258 )
2019-06-05 10:50:09 -06:00
Len
cd62e5b24f
Create favorite_setting.xml ( #4259 )
2019-06-05 10:49:49 -06:00
Len
ad2367b8fe
Create {$mac}.boot ( #4260 )
2019-06-05 10:49:30 -06:00
chansizzle
5724c26a01
Update app_languages.php ( #4252 )
2019-06-03 16:23:33 -06:00
FusionPBX
ce8ac1d3e2
Update index.lua
2019-06-03 08:24:13 -06:00
Len
e0555de2d3
Update {$mac}.xml ( #4241 )
2019-06-02 13:09:42 -06:00
Bryan Redeagle
9e0826ab3c
Added support for Digium D-Series phones. ( #4229 )
2019-06-02 10:01:54 -06:00
Len
6df7a33fbd
Update {$mac}.xml ( #4236 )
2019-06-01 20:47:10 -06:00
Len
63a0af5695
Update {$mac}.xml ( #4237 )
2019-06-01 20:46:47 -06:00
Len
b1d8067e89
Update {$mac}.xml ( #4240 )
2019-06-01 20:46:05 -06:00
Len
6d3cc1c2d6
Update {$mac}.xml ( #4239 )
2019-06-01 20:45:08 -06:00
Len
5066580034
Update {$mac}.xml ( #4238 )
2019-06-01 20:44:00 -06:00
Len
cde9249b09
Update {$mac}.xml ( #4234 )
2019-06-01 20:12:13 -06:00
FusionPBX
43590603ad
Update {$mac}.xml
2019-06-01 17:15:01 -06:00
FusionPBX
ab3dd4989c
Rename {mac}.xml to {$mac}.xml
2019-06-01 17:06:05 -06:00
FusionPBX
8094983561
Rename {mac}.xml to {$mac}.xml
2019-06-01 17:05:18 -06:00
FusionPBX
de1a35e912
Update index.lua
2019-06-01 15:07:49 -06:00
Nate
91414a830e
Functions: Update send_email function to support attachments
2019-06-01 12:07:58 -06:00
FusionPBX
8dadf79b7e
Minor version update 4.5.6
2019-05-30 02:03:56 -06:00
FusionPBX
58537ce365
Update message.php
2019-05-30 01:55:07 -06:00
FusionPBX
8679b58680
Update record_message.lua
2019-05-30 01:53:35 -06:00
FusionPBX
ed92a99130
Revert "[4.5] Fix the ALTER TABLE ( #4097 )"
...
This reverts commit 8822528227 .
2019-05-30 00:56:51 -06:00
emaktech
e1a54c9ec9
Fix Call Block Type Setting Check
...
When setting call_block_matching, the setting was not being evaluated as true because it was looking for 'call block' group when the actual name is 'call_block'.
Adding the underscore fixes this small syntax issue and the setting works correctly.
2019-05-28 14:27:29 -04:00
FusionPBX
c34ff1d4c6
Update database.php
2019-05-27 19:56:32 -06:00
FusionPBX
157db18dc7
White space cleanup on the text class.
2019-05-25 23:40:51 -06:00
FusionPBX
ed19df468d
Merge pull request #4205 from Len-PGH/patch-3
...
Update {$mac}.xml
2019-05-25 14:23:20 -06:00
FusionPBX
4d8dc508c2
Merge pull request #4206 from Len-PGH/patch-4
...
Update {$mac}.xml
2019-05-25 14:23:07 -06:00
FusionPBX
cb3e9d9b7a
Merge pull request #4207 from Len-PGH/patch-5
...
Update {$mac}.xml
2019-05-25 14:20:48 -06:00
FusionPBX
c26a0cea4e
Merge pull request #4208 from Len-PGH/patch-6
...
Update {$mac}.xml
2019-05-25 14:19:55 -06:00
Len
bd72d1345a
Update {$mac}.xml
2019-05-25 15:44:33 -04:00
Len
e35f3a74c4
Update {$mac}.xml
2019-05-25 15:43:03 -04:00
Len
94b2146317
Update {$mac}.xml
2019-05-25 15:42:15 -04:00
Len
d62f97c5b9
Update {$mac}.xml
2019-05-25 15:41:07 -04:00
Len
466f5b5079
Update {$mac}.xml
2019-05-25 15:40:22 -04:00
FusionPBX
83b1914334
Merge pull request #4202 from Len-PGH/patch-50
...
Update {mac}.xml
2019-05-25 11:22:06 -06:00
FusionPBX
17cf522163
Merge pull request #4195 from Len-PGH/patch-43
...
Update {$mac}.xml
2019-05-25 11:21:43 -06:00
Len
d2426f1501
Update {mac}.xml
2019-05-25 13:21:04 -04:00
FusionPBX
d292183e6b
Merge pull request #4196 from Len-PGH/patch-44
...
Update {$mac}.xml
2019-05-25 11:15:26 -06:00
FusionPBX
94a707f123
Merge pull request #4197 from Len-PGH/patch-45
...
Update {$mac}.xml
2019-05-25 11:15:11 -06:00
FusionPBX
81db56754a
Merge pull request #4198 from Len-PGH/patch-46
...
Update {$mac}.xml
2019-05-25 11:14:51 -06:00
FusionPBX
23a3fe6c7d
Merge pull request #4199 from Len-PGH/patch-47
...
Update {$mac}.xml
2019-05-25 11:13:59 -06:00
FusionPBX
6b6d3be748
Merge pull request #4200 from Len-PGH/patch-48
...
Update {$mac}.xml
2019-05-25 11:13:25 -06:00
Len
11434c4b9a
Update {$mac}.xml
2019-05-25 13:10:42 -04:00
Len
896be96492
Update {$mac}.xml
2019-05-25 13:09:30 -04:00
Len
ae4ca53a37
Update {$mac}.xml
2019-05-25 13:07:13 -04:00
Len
9f4b46fa05
Update {$mac}.xml
2019-05-25 13:05:08 -04:00
Len
5cfa4b48ca
Update {$mac}.xml
2019-05-25 13:02:59 -04:00
Len
ce4bb3c1a7
Update {$mac}.xml
2019-05-25 13:00:17 -04:00
Len
5bcfd146bb
Update {$mac}.xml
2019-05-25 12:53:22 -04:00
Len
cfaa878064
Update {$mac}.xml
2019-05-25 12:47:48 -04:00
FusionPBX
8d0cfd3ca8
Merge pull request #4192 from Len-PGH/patch-40
...
Update {$mac}.xml
2019-05-25 10:34:14 -06:00
FusionPBX
db952e3849
Merge pull request #4193 from Len-PGH/patch-41
...
Update {$mac}.xml
2019-05-25 10:34:02 -06:00
FusionPBX
1df698bc9f
Merge pull request #4177 from Len-PGH/patch-25
...
Update {$mac}.xml
2019-05-25 10:33:05 -06:00
Len
e308c47f78
Update {$mac}.xml
2019-05-25 12:32:58 -04:00
FusionPBX
73bad7d52d
Merge pull request #4178 from Len-PGH/patch-26
...
Update {$mac}.xml
2019-05-25 10:32:42 -06:00
FusionPBX
e11069413f
Merge pull request #4179 from Len-PGH/patch-27
...
Update {$mac}.xml
2019-05-25 10:32:05 -06:00
FusionPBX
63d4262c34
Merge pull request #4180 from Len-PGH/patch-28
...
Update {$mac}.xml
2019-05-25 10:31:50 -06:00
FusionPBX
21c3fdc467
Merge pull request #4181 from Len-PGH/patch-29
...
Update {$mac}.xml
2019-05-25 10:31:22 -06:00
FusionPBX
585b6f9fc2
Merge pull request #4182 from Len-PGH/patch-30
...
Update {$mac}.xml
2019-05-25 10:30:14 -06:00
FusionPBX
7628735400
Merge pull request #4183 from Len-PGH/patch-31
...
Update {$mac}.xml
2019-05-25 10:29:59 -06:00
FusionPBX
dca33d8fcb
Merge pull request #4184 from Len-PGH/patch-32
...
Update {$mac}.xml
2019-05-25 10:29:20 -06:00
FusionPBX
e968c6ea3d
Merge pull request #4185 from Len-PGH/patch-33
...
Update {$mac}.xml
2019-05-25 10:29:00 -06:00
FusionPBX
cb686e3469
Merge pull request #4186 from Len-PGH/patch-34
...
Update {$mac}.xml
2019-05-25 10:28:18 -06:00
FusionPBX
a2f0091c3c
Merge pull request #4187 from Len-PGH/patch-35
...
Update {$mac}.xml
2019-05-25 10:27:35 -06:00
Len
7bf59d24ee
Update {$mac}.xml
2019-05-25 12:27:06 -04:00
FusionPBX
e23395788a
Merge pull request #4188 from Len-PGH/patch-36
...
Update {$mac}.xml
2019-05-25 10:26:24 -06:00
FusionPBX
9250dc7ad3
Merge pull request #4189 from Len-PGH/patch-37
...
Update {$mac}.xml
2019-05-25 10:25:56 -06:00
FusionPBX
d20e9401d8
Merge pull request #4190 from Len-PGH/patch-38
...
Update {$mac}.xml
2019-05-25 10:22:32 -06:00
Len
156b830d0b
Update {$mac}.xml
2019-05-25 12:18:23 -04:00
Len
00336b098f
Update {$mac}.xml
2019-05-25 12:16:31 -04:00
Len
11c0de9e26
Update {$mac}.xml
2019-05-25 12:14:04 -04:00
Len
f93c00ef2a
Update {$mac}.xml
2019-05-25 12:11:07 -04:00
Len
5e48db02da
Update {$mac}.xml
2019-05-25 12:08:49 -04:00
Len
3e31e7efec
Update {$mac}.xml
2019-05-25 12:05:25 -04:00
Len
bf1a7ff80a
Update {$mac}.xml
2019-05-25 12:02:34 -04:00
Len
5efdcdca52
Update {$mac}.xml
2019-05-25 11:59:21 -04:00
Len
2c01f9e8e7
Update {$mac}.xml
2019-05-25 11:55:17 -04:00
Len
ddf79b4f2d
Update {$mac}.xml
2019-05-25 11:53:13 -04:00
Len
0476fd43a0
Update {$mac}.xml
2019-05-25 11:51:35 -04:00
Len
7d8ebb35fa
Update {$mac}.xml
2019-05-25 11:49:27 -04:00
Len
883ad1aa6f
Update {$mac}.xml
2019-05-25 11:48:09 -04:00
Len
86aebdcfa1
Update {$mac}.xml
2019-05-25 11:46:55 -04:00
Len
d3cea9210b
Update {$mac}.xml
2019-05-25 11:44:36 -04:00
Darryl Ross
55b9329bf9
Add X210 config file based on X6 config file.
2019-05-24 12:32:36 +10:00
FusionPBX
da6abc8baa
Merge pull request #4171 from Len-PGH/patch-21
...
Update {$mac}.xml
2019-05-23 14:19:17 -06:00
FusionPBX
2ef5049f89
Merge pull request #4172 from Len-PGH/patch-22
...
Update {$mac}.xml
2019-05-23 14:18:44 -06:00
FusionPBX
d27fbc71f7
Merge pull request #4173 from Len-PGH/patch-23
...
Update {$mac}.xml
2019-05-23 14:18:14 -06:00
FusionPBX
8453b0c1c0
Update dialplan.lua
2019-05-23 13:48:21 -06:00
Len
69e67c44f5
Update {$mac}.xml
2019-05-23 13:41:28 -04:00
Len
4b2f68b426
Update {$mac}.xml
2019-05-23 13:33:09 -04:00
Len
39168e06b5
Update {$mac}.xml
2019-05-23 13:21:54 -04:00
Darryl Ross
c726983862
Create default ringtones for alert-into type External and External2 and allow to be overriden from default settings.
2019-05-22 12:10:41 +10:00
Darryl Ross
7658d45ff3
Update syntax for DSS buttons to use correct structure for X6 phone.
2019-05-22 12:10:18 +10:00
Darryl Ross
bfe5268310
Allow setting country tone set from default setting.
2019-05-22 12:09:57 +10:00
FusionPBX
143e6e26df
Merge pull request #4067 from daniel-lucio/patch-106
...
Add another working way to use Azure Speech to Text service
2019-05-21 10:58:14 -06:00
FusionPBX
6e1d22f510
Merge pull request #4155 from Len-PGH/patch-11
...
Update {$mac}.xml
2019-05-21 10:57:20 -06:00
FusionPBX
cb6732928f
Update {$mac}.xml
2019-05-21 10:57:08 -06:00
FusionPBX
8b7e98bc54
Merge pull request #4156 from Len-PGH/patch-12
...
Update {$mac}.xml
2019-05-21 10:53:59 -06:00
FusionPBX
9435839dde
Merge pull request #4158 from Len-PGH/patch-14
...
Update {$mac}.xml
2019-05-21 10:53:34 -06:00
FusionPBX
caf37be941
Update {$mac}.xml
2019-05-21 10:47:55 -06:00
FusionPBX
64c0ff379c
Merge pull request #4154 from Len-PGH/patch-10
...
Update {$mac}.xml
2019-05-21 10:43:42 -06:00
FusionPBX
d4d3d33bce
Update {$mac}.xml
2019-05-21 10:43:30 -06:00
FusionPBX
2b512fabd1
Merge pull request #4153 from Len-PGH/patch-9
...
Update {$mac}.xml
2019-05-21 10:41:46 -06:00
FusionPBX
7d90aae571
Update {$mac}.xml
2019-05-21 10:41:37 -06:00
FusionPBX
3cf1fa2dda
Merge pull request #4151 from Len-PGH/patch-7
...
Update {$mac}.xml
2019-05-21 10:38:10 -06:00
FusionPBX
80409fd2a5
Update {$mac}.xml
2019-05-21 10:37:56 -06:00
FusionPBX
c1c41ea332
Merge pull request #4152 from Len-PGH/patch-8
...
Update {$mac}.xml
2019-05-21 10:35:56 -06:00
FusionPBX
c50baa3915
Update {$mac}.xml
2019-05-21 10:35:44 -06:00
FusionPBX
2dd7e96cf4
Merge pull request #4157 from Len-PGH/patch-13
...
Update {$mac}.xml
2019-05-21 10:32:41 -06:00
FusionPBX
82eac104ce
Update {$mac}.xml
2019-05-21 10:32:25 -06:00
FusionPBX
0c960089b9
Update {$mac}.xml
2019-05-21 10:31:26 -06:00
FusionPBX
0b2b857a39
Merge pull request #4159 from Len-PGH/patch-15
...
Update {mac}.xml
2019-05-21 10:30:33 -06:00
FusionPBX
b98fc0b8d3
Update {mac}.xml
2019-05-21 10:30:24 -06:00
FusionPBX
a51632ef51
Merge pull request #4161 from Len-PGH/patch-17
...
Update {$mac}.xml
2019-05-21 10:27:48 -06:00
FusionPBX
018a3d686c
Update {$mac}.xml
2019-05-21 10:26:46 -06:00
FusionPBX
6e1b85aca3
Merge pull request #4162 from Len-PGH/patch-18
...
Update {$mac}.xml
2019-05-21 10:24:28 -06:00
FusionPBX
fe986fc3e7
Update {$mac}.xml
2019-05-21 10:23:28 -06:00
FusionPBX
6b1864871b
Merge pull request #4163 from Len-PGH/patch-19
...
Update {$mac}.xml
2019-05-21 10:20:48 -06:00
FusionPBX
4c47f54900
Update {$mac}.xml
2019-05-21 10:19:59 -06:00
Adrian Fretwell
ff8fb4bd15
Update cidlookup.lua
...
Added and optional parameter, argv[2], to take a domain_uuid. This is to fix an issue where if two contact records exist with the same phone number, but in different domains, the CID lookup would always pick the same contact record irrespective of which domain the inbound number belonged to.
2019-05-18 12:21:33 +01:00
Len
99e09cee4d
Update {$mac}.xml
2019-05-16 15:10:32 -04:00
Len
d6e779cd65
Update {$mac}.xml
2019-05-16 15:07:55 -04:00
Len
695884c9a6
Update {$mac}.xml
2019-05-16 15:05:17 -04:00
Len
0cac56cb69
Update {mac}.xml
2019-05-16 14:56:43 -04:00
Len
714d686d67
Update {$mac}.xml
2019-05-16 14:54:55 -04:00
Len
b7a4a0e1ef
Update {$mac}.xml
2019-05-16 14:53:25 -04:00
Len
f678b8e974
Update {$mac}.xml
2019-05-16 14:51:21 -04:00
Len
0b09be2fc9
Update {$mac}.xml
2019-05-16 14:41:15 -04:00
Len
fa4e4a4751
Update {$mac}.xml
2019-05-16 14:39:46 -04:00
Len
f6a7ea770e
Update {$mac}.xml
2019-05-16 14:36:28 -04:00
Len
2bd45b612b
Update {$mac}.xml
2019-05-16 14:31:16 -04:00
Len
4659cbdaff
Update {$mac}.xml
2019-05-16 14:26:09 -04:00
FusionPBX
05190ab79d
Merge pull request #4147 from Len-PGH/patch-3
...
Update {$mac}.cfg
2019-05-15 18:35:13 -06:00
FusionPBX
553f32abb4
Merge pull request #4148 from Len-PGH/patch-4
...
Update {$mac}.cfg
2019-05-15 18:34:53 -06:00
Len
45c2af15c8
Update {$mac}.cfg
2019-05-15 20:06:04 -04:00
Len
89a19b0280
Update {$mac}.cfg
2019-05-15 14:17:54 -04:00
Len
e8b40811ea
Update {$mac}.cfg
2019-05-15 13:48:25 -04:00
Len
824dce1ac2
Update {$mac}.xml
2019-05-15 12:22:37 -04:00
Len
47468db5cc
Update {$mac}.cfg
2019-05-14 14:41:35 -04:00
Len
f6623b4338
Update {$mac}.cfg
2019-05-14 14:00:08 -04:00
FusionPBX
bdacd5c552
Merge pull request #4142 from Len-PGH/patch-74
...
Update y000000000037.cfg
2019-05-09 12:33:25 -06:00
FusionPBX
bb239e80b0
Merge pull request #4138 from Len-PGH/patch-70
...
Update y000000000007.cfg
2019-05-09 10:38:07 -06:00
FusionPBX
2302c5563a
Merge pull request #4139 from Len-PGH/patch-71
...
Update y000000000053.cfg
2019-05-09 10:37:55 -06:00
FusionPBX
dbdf9ff26e
Merge pull request #4140 from Len-PGH/patch-72
...
Update y000000000000.cfg
2019-05-09 10:37:43 -06:00
Len
f01ab14a04
Update y000000000037.cfg
2019-05-09 12:20:47 -04:00
Len
3c44421100
Update y000000000000.cfg
2019-05-09 12:17:16 -04:00
Len
a3559a2fb6
Update y000000000000.cfg
2019-05-09 12:16:34 -04:00
Len
4b4c50d21d
Update y000000000053.cfg
2019-05-09 12:13:55 -04:00
Len
634a462792
Update y000000000007.cfg
2019-05-09 12:13:13 -04:00
FusionPBX
22aaf14e98
Merge pull request #4120 from Len-PGH/patch-52
...
Update y000000000067.cfg
2019-05-09 10:05:33 -06:00
FusionPBX
71b4fd0291
Merge pull request #4117 from Len-PGH/patch-49
...
Update y000000000025.cfg
2019-05-09 10:05:22 -06:00
FusionPBX
dffa559318
Merge pull request #4114 from Len-PGH/patch-46
...
Update y000000000051.cfg
2019-05-09 10:05:10 -06:00
FusionPBX
38d17c7585
Merge pull request #4113 from Len-PGH/patch-45
...
Update y000000000065.cfg
2019-05-09 10:03:58 -06:00
FusionPBX
d8d3dc8d72
Merge pull request #4115 from Len-PGH/patch-47
...
Update y000000000023.cfg
2019-05-09 10:03:42 -06:00
FusionPBX
15eed287f8
Merge pull request #4118 from Len-PGH/patch-50
...
Update y000000000077.cfg
2019-05-09 10:03:19 -06:00
FusionPBX
a09bfca791
Merge pull request #4112 from Len-PGH/patch-44
...
Update y000000000035.cfg
2019-05-09 10:03:01 -06:00
FusionPBX
2afa38d1f3
Merge pull request #4119 from Len-PGH/patch-51
...
Update y000000000028.cfg
2019-05-09 10:02:01 -06:00
FusionPBX
b7bcee29e4
Merge pull request #4121 from Len-PGH/patch-53
...
Update y000000000029.cfg
2019-05-09 10:01:31 -06:00
FusionPBX
888ccc64db
Merge pull request #4122 from Len-PGH/patch-54
...
Update y000000000068.cfg
2019-05-09 10:00:54 -06:00
FusionPBX
545c494b29
Merge pull request #4125 from Len-PGH/patch-57
...
Update y000000000076.cfg
2019-05-09 10:00:13 -06:00
FusionPBX
507818e772
Merge pull request #4130 from Len-PGH/patch-62
...
Update y000000000045.cfg
2019-05-09 10:00:02 -06:00
FusionPBX
79684ed6fd
Merge pull request #4134 from Len-PGH/patch-66
...
Update y000000000044.cfg
2019-05-09 09:59:50 -06:00
FusionPBX
91f6c7e3f4
Merge pull request #4135 from Len-PGH/patch-67
...
Update y000000000005.cfg
2019-05-09 09:59:37 -06:00
FusionPBX
ede4857693
Merge pull request #4136 from Len-PGH/patch-68
...
Update y000000000052.cfg
2019-05-09 09:59:23 -06:00
FusionPBX
c7fd4a01c4
Merge pull request #4126 from Len-PGH/patch-58
...
Update y000000000038.cfg
2019-05-09 09:58:57 -06:00
FusionPBX
4c4c85d879
Merge pull request #4116 from Len-PGH/patch-48
...
Update y000000000025.cfg
2019-05-09 09:58:38 -06:00
Len
bcf5c737dd
Update y000000000052.cfg
2019-05-09 11:58:37 -04:00
FusionPBX
5c0f837a4d
Merge pull request #4110 from Len-PGH/patch-42
...
Update y000000000066.cfg
2019-05-09 09:58:08 -06:00
FusionPBX
ba10fa23e1
Merge pull request #4123 from Len-PGH/patch-55
...
Update y000000000036.cfg
2019-05-09 09:57:33 -06:00
FusionPBX
6141f30ce3
Merge pull request #4124 from Len-PGH/patch-56
...
Update y000000000054.cfg
2019-05-09 09:57:22 -06:00
Len
cbc45bb390
Update y000000000005.cfg
2019-05-09 11:57:11 -04:00
FusionPBX
26991d6db3
Merge pull request #4127 from Len-PGH/patch-59
...
Update y000000000032.cfg
2019-05-09 09:57:04 -06:00
FusionPBX
8441f3f094
Merge pull request #4128 from Len-PGH/patch-60
...
Update y000000000046.cfg
2019-05-09 09:56:49 -06:00
FusionPBX
5ced025f2e
Merge pull request #4129 from Len-PGH/patch-61
...
Update y000000000000.cfg
2019-05-09 09:56:34 -06:00
FusionPBX
3dda90591d
Merge pull request #4131 from Len-PGH/patch-63
...
Update y000000000069.cfg
2019-05-09 09:56:14 -06:00
FusionPBX
9f8e6700eb
Merge pull request #4132 from Len-PGH/patch-64
...
Update y000000000004.cfg
2019-05-09 09:55:47 -06:00
Len
5a41133c3a
Update y000000000044.cfg
2019-05-09 11:55:40 -04:00
Len
78eb208e10
Update y000000000044.cfg
2019-05-09 11:54:39 -04:00
Len
8ee64f4cce
Update y000000000004.cfg
2019-05-09 11:53:24 -04:00
Len
6589d23bc7
Update y000000000069.cfg
2019-05-09 11:52:30 -04:00
Len
c4b57c50d6
Update y000000000045.cfg
2019-05-09 11:50:53 -04:00
Len
36f814496f
Update y000000000000.cfg
2019-05-09 11:49:08 -04:00
Len
d2268c97fc
Update y000000000046.cfg
2019-05-09 11:48:23 -04:00
Len
80bb99ea83
Update y000000000032.cfg
2019-05-09 11:47:25 -04:00
Len
569b8f88fc
Update y000000000038.cfg
2019-05-09 11:46:14 -04:00
Len
f388f1722e
Update y000000000076.cfg
2019-05-09 11:45:18 -04:00
Len
a72983afae
Update y000000000054.cfg
2019-05-09 11:43:21 -04:00
Len
5ab199c549
Update y000000000036.cfg
2019-05-09 11:42:02 -04:00
Len
e973c20d4b
Update y000000000068.cfg
2019-05-09 11:40:03 -04:00
Len
72ab8ec757
Update y000000000029.cfg
2019-05-09 11:37:28 -04:00
Len
b7d7fbbc4b
Update y000000000067.cfg
2019-05-09 11:34:17 -04:00
Len
054f3cce88
Update y000000000028.cfg
2019-05-09 11:32:06 -04:00
Len
00834645d2
Update y000000000077.cfg
2019-05-09 11:29:20 -04:00
Len
a287786ec5
Update y000000000025.cfg
2019-05-09 11:27:14 -04:00
Len
cb4027c55c
Update y000000000025.cfg
2019-05-09 11:25:41 -04:00
Len
4a36c46860
Update y000000000023.cfg
2019-05-09 11:23:26 -04:00
Len
aeaf1849a4
Update y000000000051.cfg
2019-05-09 11:21:49 -04:00
Len
aa2752811a
Update y000000000065.cfg
2019-05-09 11:20:52 -04:00
Len
b506976394
Update y000000000035.cfg
2019-05-09 11:19:35 -04:00
Len
f4283113f7
Update y000000000066.cfg
2019-05-09 11:11:46 -04:00
Len
658320aa09
Update y000000000051.cfg
2019-05-09 10:25:26 -04:00
Len
256b92eeea
Update y000000000065.cfg
2019-05-09 10:24:09 -04:00
Len
7a9ce5f174
Update y000000000035.cfg
2019-05-09 10:22:59 -04:00
Len
d1d20c0ab8
Update y000000000066.cfg
2019-05-09 10:19:05 -04:00
FusionPBX
9d0b779fcd
Merge pull request #4075 from Len-PGH/patch-10
...
Update {$mac}.cfg
2019-05-08 14:15:36 -06:00
FusionPBX
beef85f284
Merge pull request #4077 from Len-PGH/patch-12
...
Update {$mac}.cfg
2019-05-08 14:14:27 -06:00
FusionPBX
17f6dfea8c
Merge pull request #4089 from Len-PGH/patch-23
...
Update {$mac}.cfg
2019-05-08 14:14:14 -06:00
FusionPBX
2b4485a7e6
Merge pull request #4091 from Len-PGH/patch-25
...
Update {$mac}.cfg
2019-05-08 14:13:54 -06:00
FusionPBX
be4e62b578
Merge pull request #4080 from Len-PGH/patch-14
...
Update {$mac}.cfg
2019-05-08 14:12:22 -06:00
FusionPBX
9dd924841e
Update {$mac}.cfg ( #4081 )
2019-05-08 14:11:49 -06:00
Len
fad268935f
Update {$mac}.cfg ( #4082 )
2019-05-08 14:11:14 -06:00
Len
6b0dbc922e
Update {$mac}.cfg ( #4083 )
2019-05-08 14:11:00 -06:00
Len
923bb96e8f
Update {$mac}.cfg ( #4084 )
2019-05-08 14:10:49 -06:00
Len
047037741e
Update {$mac}.cfg ( #4085 )
2019-05-08 14:10:35 -06:00
Len
6adad54f96
Update {$mac}.cfg ( #4086 )
2019-05-08 14:10:16 -06:00
Len
f5fb18ea3c
Update {$mac}.cfg ( #4087 )
2019-05-08 14:08:54 -06:00
Len
c228f66099
Update {$mac}.cfg ( #4088 )
2019-05-08 14:08:29 -06:00
Len
415e13b351
Update {$mac}.cfg ( #4090 )
2019-05-08 14:06:59 -06:00
Len
97942f8838
Update {$mac}.cfg ( #4092 )
2019-05-08 14:06:31 -06:00
Len
6d1bdb07e6
Update {$mac}.cfg ( #4093 )
2019-05-08 14:06:18 -06:00
Len
504a236855
Update {$mac}.cfg ( #4094 )
2019-05-08 14:06:04 -06:00
Len
cd8ba5300f
Update {$mac}.cfg ( #4095 )
2019-05-08 14:05:46 -06:00
Len
7ba52986f7
Update {$mac}.cfg ( #4096 )
2019-05-08 14:05:29 -06:00
Len
8803865c41
Update {$mac}.cfg ( #4072 )
2019-05-08 14:05:15 -06:00
Len
ac6ec941cc
Update {$mac}.cfg ( #4073 )
2019-05-08 14:04:58 -06:00
Len
6f0a65b66f
Update {$mac}.cfg ( #4074 )
2019-05-08 14:04:41 -06:00
Len
c1e119e076
Update {$mac}.cfg ( #4076 )
2019-05-08 14:04:20 -06:00
Len
39342f34ff
Update {$mac}.cfg ( #4078 )
2019-05-08 14:04:02 -06:00
Luis Daniel Lucio Quiroz
d39190913d
[4.5] Fix the ALTER TABLE ( #4097 )
...
* Fix the ALTER TABLE
when $apps[$x]['db'][$y]['fields'][$z]['name'] is an array, you dont try to get the ['text'] index therefore fields such as v_xml_cdr.xml_uuid, v_destinations.destination_type and v_destinations.destination_number wont be created when upgrading.
This patch fixes it
* Update schema.php
2019-05-08 14:02:20 -06:00
Len
6b7dd32fff
Update {$mac}.cfg ( #4098 )
2019-05-08 13:58:08 -06:00
Len
fe464e75a4
Update {$mac}.cfg ( #4102 )
2019-05-08 13:57:39 -06:00
Len
e0e99262f5
Update {$mac}.cfg ( #4099 )
2019-05-08 13:56:51 -06:00
Len
4794a13b80
Update {$mac}.cfg ( #4107 )
2019-05-08 13:56:29 -06:00
Len
f2d13c7706
Update {$mac}.cfg ( #4101 )
2019-05-08 13:55:58 -06:00
Len
b51e73edc3
Update {$mac}.cfg ( #4103 )
2019-05-08 13:54:56 -06:00
Len
722bf5c85c
Update {$mac}.cfg ( #4105 )
2019-05-08 13:54:42 -06:00
Len
a2dcfb048e
Update {$mac}.cfg ( #4109 )
2019-05-08 13:53:59 -06:00
Len
feacc512ab
Update {$mac}.cfg ( #4106 )
2019-05-08 13:53:33 -06:00
Len
34f6e5f879
Update {$mac}.cfg ( #4108 )
2019-05-08 13:53:07 -06:00
Len
ae73aeb404
Update {$mac}.cfg ( #4104 )
2019-05-08 13:29:19 -06:00
Len
f94a8199a2
Update {$mac}.cfg
2019-05-08 14:22:33 -04:00
Len
04a8a57e64
Update {$mac}.cfg
2019-05-08 14:17:43 -04:00
Len
74068490bb
Update {$mac}.cfg
2019-05-08 13:40:29 -04:00
Len
26f3aac445
Update {$mac}.cfg
2019-05-08 13:34:50 -04:00
Len
7847449d50
Update {$mac}.cfg
2019-05-08 13:26:17 -04:00
Len
a9d7c86310
Update {$mac}.cfg
2019-05-08 13:09:42 -04:00
agree
d69a6b8e96
Update {$mac}.cfg ( #4070 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2019-05-08 09:58:26 -06:00
FusionPBX
cd5dd78c25
Update destinations.php
2019-05-05 19:34:56 -06:00
FusionPBX
9796cabe28
Update database.php
2019-05-05 19:30:05 -06:00
Luis Daniel Lucio Quiroz
b16ab8f002
Update record_message.lua
2019-05-03 23:54:51 -04:00
FusionPBX
41e8567043
Update functions.php
2019-04-30 23:59:45 -06:00
Luis Daniel Lucio Quiroz
ccb0369805
Add another way to use Azure Speech to Text service
...
This patch adds BING (legacy) some extra fault tolerance support. For those who still use Bing, Bing sometimes fails
It adds another way, which I think it is easier and faster (Azure). Among the outstanding things it has; just configure the zone, and use Memcache to store the access token as per Azure documentation, it saves a query (faster). It also returns the most likely right transcription (digging in the JSON)
2019-04-30 23:34:34 -04:00
Len
672ba2443c
Update {$mac}.xml ( #4063 )
2019-04-30 16:47:56 -06:00
Len
2b55fd89c9
Update {$mac}.xml ( #4062 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2019-04-30 16:46:18 -06:00
Len
5eb32a87e3
Update {$mac}.xml ( #4064 )
2019-04-30 16:45:37 -06:00
Len
4dd2f08207
Update {$mac}.xml ( #4065 )
2019-04-30 16:44:48 -06:00
Len
0a39365108
Update {$mac}.xml ( #4066 )
2019-04-30 16:36:22 -06:00
FusionPBX
991adcf82f
Update index.lua
2019-04-29 14:38:46 -06:00
FusionPBX
863b7c6bdf
Update functions.php
2019-04-29 09:39:58 -06:00
FusionPBX
4b565b05da
Update {$mac}.xml
2019-04-26 19:54:56 -06:00
FusionPBX
9d34415d84
Update {$mac}.xml
2019-04-26 19:53:48 -06:00
FusionPBX
6f2f076270
Update {$mac}.xml
2019-04-26 19:52:58 -06:00
FusionPBX
97d7618589
Update {$mac}.xml
2019-04-26 19:51:37 -06:00
FusionPBX
5f98a7a8a4
Update {$mac}.xml
...
Adjust white space and fix one of the variables.
2019-04-26 19:43:35 -06:00
Len
311abd2f07
Update {$mac}.xml ( #4060 )
2019-04-26 19:03:03 -06:00
FusionPBX
081e5d5650
Delete img.php
2019-04-24 19:43:26 -06:00
FusionPBX
0ee574151b
Create captcha.php
2019-04-24 19:43:09 -06:00
FusionPBX
601bde9aec
Update follow_me.lua
2019-04-24 09:06:16 -06:00
FusionPBX
57a62cf6b6
Update database.php
2019-04-23 09:28:49 -06:00
FusionPBX
d2d6cc2599
Update send_mail.lua
2019-04-18 09:44:09 -06:00
FusionPBX
8be6ce91ab
Update functions.php
2019-04-17 15:10:37 -06:00
FusionPBX
a789109120
Update index.lua
2019-04-10 09:46:30 -06:00
FusionPBX
6115b4459a
Update index.lua
2019-04-10 09:40:36 -06:00
FusionPBX
76f52e2686
Update database.php
2019-04-09 10:49:51 -06:00
FusionPBX
ba1c13f366
Update licenses.php
2019-04-08 22:20:51 -06:00
FusionPBX
d52b9723b9
Delete recaptchalib.php
2019-04-08 22:16:05 -06:00
FusionPBX
6f5ba79e6c
Update {$mac}.cfg
2019-04-04 14:52:50 -06:00
FusionPBX
68a876a5fe
Update {$mac}.cfg
2019-04-04 14:51:53 -06:00
FusionPBX
40d6dc31f0
Update {$mac}.cfg
2019-04-04 13:35:49 -06:00
FusionPBX
8f09899790
Update {$mac}.cfg
2019-04-04 13:32:08 -06:00
Nate
b31b82bd66
Schema Class: Update compatibility with timestamptz field types.
2019-04-02 09:53:57 -06:00
FusionPBX
e75fc601e7
Update functions.php
2019-04-01 20:35:58 -06:00
FusionPBX
7112aed941
Delete orm.php
2019-03-25 23:28:46 -06:00
FusionPBX
70fef7d1ed
Create curl.conf.xml
2019-03-25 16:45:54 -06:00
FusionPBX
50c6bd254f
Update database.php
2019-03-25 09:32:00 -06:00
FusionPBX
b4cf441521
Update database.php
2019-03-23 17:27:58 -06:00
FusionPBX
9448f4fc8b
Update index.lua
2019-03-22 18:30:17 -06:00
FusionPBX
758790e722
Update switch.php
2019-03-21 16:00:51 -06:00
FusionPBX
976580d5d7
Update recordings.lua
2019-03-19 17:31:53 -06:00
FusionPBX
e95387b90c
Update index.lua
2019-03-16 03:20:16 -06:00
FusionPBX
6a7c6bd463
Update app_languages.php
2019-03-16 02:32:04 -06:00
FusionPBX
967adffb4a
Update app_languages.php
2019-03-16 02:26:23 -06:00
FusionPBX
bbf8293c24
Update recordings.lua
2019-03-14 23:41:06 -06:00
Nate
a35f618ec2
Password Reset: Add email message to Email Templates.
2019-03-13 23:30:39 -06:00
FusionPBX
72af6464f6
Update {$mac}.cfg
2019-03-12 14:44:37 -06:00
FusionPBX
d9ffd80138
Update menu.php
2019-03-08 11:02:09 -07:00
Len
e30443e290
Update y000000000058.cfg ( #4037 )
2019-03-06 08:30:10 -07:00
Len
09537f4ad9
Update y000000000023.cfg ( #4038 )
2019-03-06 08:29:54 -07:00
Len
f3a4aba783
Update y000000000056.cfg ( #4036 )
2019-03-06 08:29:43 -07:00
Len
b613198304
Update y000000000070.cfg ( #4035 )
2019-03-06 08:12:31 -07:00
Len
b3c47746c3
Update y000000000074.cfg ( #4034 )
2019-03-06 08:12:19 -07:00
Len
f17d5c23a7
Update y000000000051.cfg ( #4033 )
2019-03-06 08:10:49 -07:00
Len
ed57d1b28b
Update y000000000068.cfg ( #4032 )
2019-03-06 08:10:39 -07:00
Len
5dac04747d
Update y000000000032.cfg ( #4027 )
2019-03-06 08:07:04 -07:00
Len
b946bda8ba
Update y000000000036.cfg ( #4031 )
2019-03-06 08:06:40 -07:00
Len
054b3cecdb
Update y000000000038.cfg ( #4028 )
2019-03-06 08:06:25 -07:00
Len
68c69ae0e5
Update y000000000076.cfg ( #4029 )
2019-03-06 08:06:09 -07:00
Len
b1a6b427a7
Update y000000000054.cfg ( #4030 )
2019-03-06 08:05:56 -07:00
Len
4917c118cc
Update y000000000045.cfg ( #4024 )
2019-03-06 08:03:52 -07:00
Len
aa452c6b3f
Update y000000000044.cfg ( #4020 )
2019-03-06 08:03:41 -07:00
Len
1fd927b150
Update y000000000005.cfg ( #4019 )
2019-03-06 08:03:30 -07:00
Len
270450f556
Update y000000000052.cfg ( #4018 )
2019-03-06 08:03:20 -07:00
Len
485e4f4469
Update y000000000007.cfg ( #4017 )
2019-03-06 08:03:10 -07:00
Len
ef12b1a91c
Update y000000000053.cfg ( #4016 )
2019-03-06 08:02:55 -07:00
Len
8c10367b64
Update y000000000000.cfg ( #4015 )
2019-03-06 08:02:41 -07:00
Len
458007d5ec
Update y000000000000.cfg ( #4014 )
2019-03-06 08:02:31 -07:00
Len
40d685749b
Update y000000000037.cfg ( #4013 )
2019-03-06 08:02:18 -07:00
Len
bc862eb695
Update y000000000044.cfg ( #4021 )
2019-03-06 08:01:34 -07:00
Len
c8d323cc3a
Update y000000000004.cfg ( #4022 )
2019-03-06 08:01:20 -07:00
Len
3665ed0098
Update y000000000069.cfg ( #4023 )
2019-03-06 08:00:57 -07:00
Len
6f2455df6f
Update y000000000000.cfg ( #4025 )
2019-03-06 08:00:30 -07:00
Len
5dc67b23ce
Update y000000000046.cfg ( #4026 )
2019-03-06 08:00:13 -07:00
FusionPBX
b94d2a5b2d
Update y000000000029.cfg
2019-03-05 18:29:48 -07:00
FusionPBX
937a33bf42
Update y000000000028.cfg
2019-03-05 18:26:01 -07:00
FusionPBX
c90965ec37
Update y000000000035.cfg
2019-03-05 18:23:37 -07:00
FusionPBX
6410a5e6d2
Update y000000000067.cfg
2019-03-05 18:22:13 -07:00
FusionPBX
c7e35cd6ba
Update y000000000065.cfg
2019-03-05 18:21:20 -07:00
FusionPBX
1a6c0adf52
Update y000000000066.cfg
2019-03-05 18:19:22 -07:00
FusionPBX
f2c9932c85
Update {$mac}.cfg
2019-03-03 15:44:52 -07:00
FusionPBX
e8b38c7add
Update y000000000065.cfg
2019-03-03 15:43:42 -07:00
Nate
12726e4289
Password Reset: Always set valid domain session var.
2019-02-28 22:13:54 -07:00
Nate
dd0ae9c41f
Fix bug in Password Reset feature, remove usage of md5.
2019-02-28 22:03:19 -07:00
Nate
d799d42e1f
Modify en/decryption functions to be openssl-based - mcrypt_* functions are now deprecated as of PHP 7.1.0
2019-02-28 18:22:34 -07:00
Nate
36b32599f1
Restore Login Reset Password functionality, adjust default SMTP debug level.
2019-02-28 17:32:27 -07:00
Nate
ace3275ba6
Update message.php
...
Fix for Domain Selector and other JS dependent features not working due to $_SESSION['message'] not being of type text.
2019-02-28 13:10:55 -07:00
The-Operator
a43c92195e
Added SCA settings ( #4007 )
2019-02-27 01:06:09 -07:00
FusionPBX
f4c656e100
Update directory.lua
2019-02-20 10:34:19 -07:00
FusionPBX
7c74f9938a
Update index.lua
2019-02-20 09:57:37 -07:00
FusionPBX
b5c3bc27b7
Update index.lua
2019-02-20 08:34:18 -07:00
FusionPBX
f1b1f58867
Update macro.lua
2019-02-19 19:34:40 -07:00
FusionPBX
3e3d16c62e
Update macro.lua
2019-02-19 19:33:25 -07:00
Nate
41cba72be7
Update message.php
...
Add method to retrieve quick (rough) count of alert messages waiting.
2019-02-19 14:50:03 -07:00
FusionPBX
11868eeb6e
Update switch.conf.xml
2019-02-17 09:12:34 -07:00
FusionPBX
f620829fd7
Update conference.conf
2019-02-14 10:11:44 -07:00
FusionPBX
4fc523316d
Update conference.conf
2019-02-14 10:10:44 -07:00
agree
08c16ed0c1
fixed cfg{$mac}.xml ( #4002 )
...
* Create cfg{$mac}.xml
* Update cfg{$mac}.xml
* Update cfg{$mac}.xml
* Update cfg{$mac}.xml
* Update cfg{$mac}.xml
2019-02-13 12:10:08 -07:00
agree
681fe0e672
Create yeastar cfg{$mac}.xml ( #4001 )
...
* Create cfg{$mac}.xml
* Update cfg{$mac}.xml
* Update cfg{$mac}.xml
* Update cfg{$mac}.xml
2019-02-13 11:17:45 -07:00
FusionPBX
3f074de023
Update index.lua
2019-02-12 18:22:35 -07:00
FusionPBX
f1e5fa4848
Update schema.php
2019-02-12 08:47:44 -07:00
FusionPBX
780adea69c
Update functions.php
2019-02-09 08:28:37 -07:00
FusionPBX
7a20286a62
Update index.lua
2019-02-09 08:17:30 -07:00
FusionPBX
3ad1fb1f64
Update functions.php
2019-02-09 08:15:33 -07:00
FusionPBX
679e7a3a48
Update check_auth.php
2019-02-09 07:54:09 -07:00
FusionPBX
a452da5a01
Update 010_user_record.lua.noload
2019-02-08 08:10:06 -07:00
FusionPBX
10b4294ed3
Update index.lua
2019-02-05 19:55:24 -07:00
FusionPBX
f74a04b925
Update 010_get_domain.lua.noload
2019-02-05 19:34:34 -07:00
FusionPBX
af9317e662
Update directory.lua
2019-02-05 19:26:26 -07:00
FusionPBX
34a5dbd794
Update dial_string.lua
2019-02-05 18:22:29 -07:00
FusionPBX
9e663ab49e
Update index.lua
2019-02-05 18:14:28 -07:00
FusionPBX
55c5d72070
Update languages.lua
2019-02-03 12:54:37 -07:00
FusionPBX
a10d42e038
Update dialplan.lua
2019-02-03 12:51:03 -07:00
FusionPBX
f0fce68afc
Update index.lua
2019-02-02 18:00:59 -07:00
Len
a163955d71
Delete {$mac}.xml ( #3997 )
...
removed duplicate in wrong folder path
2019-02-01 13:35:47 -07:00
Welton Castro
0e2166f8d2
adding [pt-pt, pt-BR] languages for freeswitch 1.8 ( #3996 )
2019-01-30 15:52:25 -07:00
Len
5c6178b5a4
Update {$mac}.cfg ( #3994 )
2019-01-29 20:25:24 -07:00
Len
6763e45ecc
Update {$mac}.cfg ( #3993 )
2019-01-29 20:25:02 -07:00
Len
d612c03a49
Update {$mac}.cfg ( #3992 )
2019-01-29 20:24:49 -07:00
Len
1163fa057e
Update {$mac}.cfg ( #3991 )
2019-01-29 20:24:38 -07:00
Len
87a0d06f8c
Update {$mac}.cfg ( #3990 )
2019-01-29 20:24:26 -07:00
Len
ceebfb0bc2
Update {$mac}.cfg ( #3989 )
2019-01-29 20:24:13 -07:00
Len
99c9a4289d
Update {$mac}.cfg ( #3988 )
2019-01-29 20:24:01 -07:00
Len
fd81b4acf6
Update {$mac}.cfg ( #3987 )
2019-01-29 19:39:25 -07:00
Len
a73ad47f47
Update y000000000070.cfg ( #3978 )
2019-01-29 12:27:36 -07:00
Len
1acf654a4f
Update y000000000074.cfg ( #3979 )
2019-01-29 12:27:25 -07:00
Len
9c20282a55
Update {$mac}.cfg ( #3980 )
2019-01-29 12:27:05 -07:00
Len
215d4aa4d7
Update {$mac}.cfg ( #3981 )
2019-01-29 12:26:52 -07:00
Len
265e6b4317
Update {$mac}.cfg ( #3982 )
2019-01-29 12:26:39 -07:00
Len
922546704b
Update {$mac}.cfg ( #3983 )
2019-01-29 12:26:24 -07:00
Len
51337826af
Update {$mac}.cfg ( #3984 )
2019-01-29 12:26:06 -07:00
Len
ac7511dcc7
Update {$mac}.cfg ( #3986 )
2019-01-29 12:25:54 -07:00
Len
f2a48e8e11
Update {$mac}.cfg ( #3985 )
2019-01-29 12:25:41 -07:00
FusionPBX
f06ff3db3e
Update call_forward.lua ( #3976 )
2019-01-24 22:55:52 -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
konradSC
432052ba26
Ring Groups with Follow-Me ( #3970 )
...
Two things:
1. Follow-me should only kick in when using "Enterprise". As it was written, follow-me was looked at for every strategy.
2. Follow-me destinations were writing to 'destinations[x]'. They should write to 'destinations[key]' so they rewrite the current destination that is being analyzed.
2019-01-22 11:03:28 -07:00
Len
645c20bedd
Update y000000000056.cfg ( #3965 )
2019-01-21 15:30:02 -07:00
Len
692f9162e5
Update y000000000058.cfg ( #3966 )
2019-01-21 15:29:46 -07:00
Len
8cc530d45a
Update {$mac}.cfg ( #3967 )
2019-01-21 15:29:31 -07:00
Len
71940bbc1f
Update {$mac}.cfg ( #3968 )
2019-01-21 15:29:21 -07:00
FusionPBX
9096d14443
Update switch.conf.xml
2019-01-19 13:36:56 -07:00
StratoSwitch
1d0da2f30c
New GS templates and update 2170 ( #3963 )
...
* Initial template upload
old htx86 template and GDS37XX templates
* Add files via upload
2019-01-17 11:37:57 -05:00
FusionPBX
cd6cfecb25
Create post_load_switch.conf.xml
2019-01-16 03:20:27 -05:00
StratoSwitch
3b010bc21e
Add files via upload ( #3962 )
2019-01-15 16:27:16 -05:00
FusionPBX
115f52282c
Update app_languages.php
2019-01-14 00:36:41 -05:00
FusionPBX
a3ff4c505a
Update {$mac}.xml
2019-01-10 13:11:25 -07:00
StratoSwitch
dfe4fc61d4
Initial template GXV3370 (New GS style) ( #3961 )
...
Config template V2 from Grandstream. first model with new style of XML template. Does not use "P" codes.
MPK settings are not programmed in this commit.
2019-01-09 16:43:05 -07:00
Len
fcda722d9d
Update {$mac}.xml ( #3960 )
2019-01-09 13:52:35 -07:00
ednt
99d92f73be
To allow recording termination when the extension is entered by menu (*98) ( #3956 )
...
It was not possible to terminate a recording with a keypress when *98 was used.
*98ext was working.
2019-01-09 13:49:08 -07:00
Len
0975fca279
Update {$mac}.xml ( #3959 )
2019-01-09 13:44:44 -07:00
FusionPBX
b1e6e34446
Update {$mac}.xml
2019-01-08 18:47:46 -07:00
StratoSwitch
5d3d121f45
GAC2500 template ( #3958 )
...
* Add template for GAC2500
Initial gac2500 config template for firmware 1.0.3.30 or higher. all settings are either default or use variables from FusionPBX
* New GAC2500 template based on Firmware version 1.0.3.30 defaults
Only changes from defaults are FusionPBX variables and enable paging auto answer
2019-01-08 18:40:50 -07:00
FusionPBX
5d4154e5e1
Update {$mac}.cfg
2019-01-08 14:14:33 -07:00
FusionPBX
56e7eeecfb
Update app_languages.php
2019-01-05 09:11:32 -07:00
Killsudo
55653bc0af
Add Fanvil support to adjust display brightness and inactivity dimmer ( #3946 )
2019-01-05 08:56:41 -07:00
Tanner Smith
b1022e8c93
Add new GXP2170 P-Values from firmware release 1.0.9.121 ( #3947 )
...
* Add Grandstream WP820 provisioning template
* Add Grandstream WP820 Phonebook XML
* Add new P Values from firmware release 1.0.9.121
2019-01-05 08:45:41 -07:00
FusionPBX
c3e95ea2df
Update index.lua
2019-01-03 17:20:33 -07:00
FusionPBX
581b57b57f
Update app_languages.php
2018-12-30 00:13:37 -07:00
FusionPBX
60786537cb
Update app_languages.php
2018-12-29 23:49:41 -07:00
Nate
4d0e1c1ec5
Remove mobile detection class, use modified user_agent function instead.
2018-12-27 09:12:24 -07:00
FusionPBX
48628785e8
Update index.lua
2018-12-23 12:07:24 -07:00
borisk1976
df9b83b1eb
Update index.lua ( #3953 )
...
When bridge application ends with "originate_disposition: ALLOTTED_TIMEOUT" for example, the "missed call" feature doesn't work for ring group because of hangup hook isn't called. Should we just avoid using this channel variable or add additional processing at the end? Like for timeout action? I choose to call "missed" at the end of script. But may be we should add it to other places too?
2018-12-23 12:06:40 -07:00
FusionPBX
c7af59eccf
Update functions.php
2018-12-22 02:21:20 -07:00
FusionPBX
8c72e0a2e5
Update functions.php
2018-12-22 01:50:32 -07:00
FusionPBX
85a5af6edb
Update functions.php
2018-12-22 01:47:07 -07:00
FusionPBX
bc5b4aac87
Update functions.php
2018-12-22 00:51:58 -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
97a9376ab1
Update functions.php
...
Add missing function required for Messages app updates.
2018-12-19 22:35:38 -08:00
FusionPBX
8439adbfa2
Update index.lua
2018-12-19 00:24:50 -07:00
FusionPBX
d754e4449c
Update index.lua
2018-12-18 23:44:33 -07:00
FusionPBX
9579a52c33
Update index.lua
2018-12-18 23:43:35 -07:00
FusionPBX
ff63c7ce1a
Update index.lua
2018-12-18 20:08:42 -07:00
FusionPBX
dfca1ba15e
Update index.lua
2018-12-18 20:06:39 -07:00
FusionPBX
469b39bd14
Update external-ipv6.xml.noload
2018-12-17 19:02:36 -07:00
FusionPBX
7116991b90
Update internal-ipv6.xml.noload
2018-12-17 19:01:23 -07:00
FusionPBX
d0fcb52cde
Update external.xml.noload
2018-12-17 19:00:49 -07:00
FusionPBX
b97768c0ee
Update internal.xml.noload
2018-12-17 19:00:25 -07:00
FusionPBX
491ccaa104
Update switch.php
2018-12-13 17:37:51 -07:00
FusionPBX
b61f5d0ab9
Update switch.php
2018-12-13 17:32:30 -07:00
FusionPBX
577216166c
Update switch.php
2018-12-13 17:23:26 -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
762e4ba7d2
Update fpdf.php
2018-12-10 12:34:26 -07:00
konradSC
50e5cc7949
Update recordings.lua ( #3941 )
...
Keep recording descriptions when overwriting a slot.
2018-12-10 09:30:02 -07:00
Tanner Smith
2f9185fa09
Add Grandstream WP820 provisioning template ( #3940 )
...
* Add Grandstream WP820 provisioning template
* Add Grandstream WP820 Phonebook XML
2018-12-09 23:07:50 -07:00
konradSC
ad56d76309
Update recordings.lua ( #3937 )
...
Bug fix. Allow for nil and blank entries.
2018-12-07 12:13:05 -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
Killsudo
421ea66141
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
2018-12-06 21:15:19 -07:00
Killsudo
2364c8c93d
Add intial Fanvil i30 device support ( #3897 )
2018-12-05 19:52:16 -07:00
Len
cb9bced5aa
Update directory.xml ( #3903 )
2018-12-04 21:50:13 -07:00
Len
288aa3a74c
Update directory.xml ( #3905 )
2018-12-04 21:50:02 -07:00
Len
309feac1e4
Update directory.xml ( #3907 )
2018-12-04 21:49:51 -07:00
Len
1be2527e3a
Update directory.xml ( #3904 )
2018-12-04 21:49:43 -07:00
Len
33e9abf39f
Update directory.xml ( #3902 )
2018-12-04 21:49:32 -07:00
Len
6f891ab6a9
Update directory.xml ( #3901 )
2018-12-04 21:48:59 -07:00
Len
944e76ef2a
Update directory.xml ( #3908 )
2018-12-04 21:48:15 -07:00
Len
0b68c8218b
Update directory.xml ( #3913 )
2018-12-04 21:48:08 -07:00
Len
c6e8b4523b
Update directory.xml ( #3909 )
2018-12-04 21:47:43 -07:00
Len
9677a0014f
Update directory.xml ( #3910 )
2018-12-04 21:47:31 -07:00
Len
78e37c67e3
Update directory.xml ( #3911 )
2018-12-04 21:47:21 -07:00
Len
b20a542ad1
Update directory.xml ( #3912 )
2018-12-04 21:47:06 -07:00
Len
2cac99467e
Update directory.xml ( #3914 )
2018-12-04 21:46:51 -07:00
Len
807b5a1d38
Update directory.xml ( #3915 )
2018-12-04 21:45:51 -07:00
Len
f339473684
Update directory.xml ( #3917 )
2018-12-04 21:45:12 -07:00
Len
12be28599b
Update directory.xml ( #3918 )
2018-12-04 21:45:01 -07:00
Len
e6caaaffeb
Update directory.xml ( #3919 )
2018-12-04 21:44:27 -07:00
Len
959812bedd
Update directory.xml ( #3906 )
2018-12-04 21:43:39 -07:00
Len
b16d29db8b
Update directory.xml ( #3916 )
2018-12-04 21:43:19 -07:00
Len
b03159bab0
Update directory.xml ( #3920 )
2018-12-04 21:43:02 -07:00
Len
716d28611e
Update directory.xml ( #3925 )
2018-12-04 21:42:28 -07:00
Len
b35887471e
Update directory.xml ( #3926 )
2018-12-04 21:42:15 -07:00
Len
75951fa821
Update directory.xml ( #3923 )
2018-12-04 21:42:01 -07:00
Len
31fc7879f7
Update directory.xml ( #3921 )
2018-12-04 21:41:50 -07:00
Len
8c5976fc16
Update directory.xml ( #3922 )
2018-12-04 21:41:04 -07:00
Len
dba1ad00d9
Update directory.xml ( #3924 )
2018-12-04 21:40:49 -07:00
Len
f92ea22d9e
Update directory.xml ( #3927 )
2018-12-04 21:40:24 -07:00
Len
c55309fc91
Update directory.xml ( #3930 )
2018-12-04 21:38:30 -07:00
Len
3fae40d670
Update directory.xml ( #3928 )
2018-12-04 21:38:03 -07:00
Len
23669d0366
Update directory.xml ( #3929 )
2018-12-04 21:37:03 -07:00
Len
181329d625
Update directory.xml ( #3931 )
2018-12-04 21:36:48 -07:00
FusionPBX
a8dec99116
Update directory.xml
2018-12-04 11:11:23 -07:00
FusionPBX
ff3716e1b8
Update directory.xml
2018-12-04 11:10:59 -07:00
FusionPBX
d134b050ba
Update directory.xml
2018-12-04 11:10:29 -07:00
FusionPBX
1d406feecb
Update directory.xml
2018-12-04 11:09:50 -07:00
Zachary Kitchen
017615baaf
Fix IVR ( #3898 )
...
IVR was broken after previous update/change.
2018-12-04 00:15:02 -07:00
timando
11e445fb48
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
2018-12-03 20:25:04 -07:00
emaktech
7682c13e4d
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)
2018-12-02 20:44:52 -07:00
emaktech
0ebe8e08fe
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}
2018-12-02 20:38:17 -07:00
Dan
d0a139e265
Rename Default settings category ( #3754 )
...
* Added a simple selfhosted voicemail transcription API client
* Minor logging cleanup
* Add some string escaping to handle transcription providers
* Add JSON handling (optional) to selfhosted API
* Changed name of Security settings to Extension
* Revert "Added a simple selfhosted voicemail transcription API client"
This reverts commits 77ae2b2830 to 2056a71f13
2018-12-02 11:00:30 -07:00
markjcrane
c465faf5bb
Update the languages
2018-12-01 23:00:09 +00:00
Len
8637425503
Update y000000000036.cfg ( #3890 )
2018-11-30 14:32:32 -07:00
Len
20e99fedbe
Update y000000000007.cfg ( #3877 )
2018-11-30 14:20:54 -07:00
Len
739918370c
Update y000000000052.cfg ( #3878 )
2018-11-30 14:20:12 -07:00
Len
30a352488d
Update y000000000005.cfg ( #3879 )
2018-11-30 14:20:02 -07:00
Len
53be38d643
Update y000000000044.cfg ( #3880 )
2018-11-30 14:19:54 -07:00
Len
a069aeaebe
Update y000000000004.cfg ( #3882 )
2018-11-30 14:19:45 -07:00
Len
80ad682360
Update y000000000069.cfg ( #3883 )
2018-11-30 14:19:35 -07:00
Len
c8f85bc023
Update y000000000045.cfg ( #3884 )
2018-11-30 14:19:19 -07:00
Len
43f47a68b0
Update y000000000076.cfg ( #3889 )
2018-11-30 14:18:25 -07:00
Len
4b7351bfad
Update y000000000038.cfg ( #3888 )
2018-11-30 14:16:22 -07:00
Len
1bfe24d25b
Update y000000000046.cfg ( #3886 )
2018-11-30 14:13:52 -07:00
Len
5859223a67
Update y000000000032.cfg ( #3887 )
2018-11-30 14:13:39 -07:00
Len
ec6464e81d
Update y000000000044.cfg ( #3881 )
2018-11-30 13:38:31 -07:00
Len
f5a36bb0c1
Update y000000000053.cfg ( #3876 )
2018-11-30 10:48:05 -07:00
FusionPBX
aec0e318d4
Update external.xml.noload
2018-11-29 22:49:13 -07:00
FusionPBX
62f392aed3
Update vars.xml
2018-11-27 09:19:03 -07:00
FusionPBX
a37fc64f3e
Update external-ipv6.xml.noload
2018-11-27 09:16:44 -07:00
FusionPBX
930416cea9
Update external.xml.noload
2018-11-27 09:16:06 -07:00
FusionPBX
fc5762824b
Update internal-ipv6.xml.noload
2018-11-27 09:15:35 -07:00
FusionPBX
2cf885b6a5
Update internal.xml.noload
2018-11-27 09:14:21 -07:00
FusionPBX
368d380fe9
Update {$mac}.cfg
2018-11-26 22:16:35 -07:00
FusionPBX
708f1fe966
Update {$mac}.cfg
2018-11-26 22:10:52 -07:00
Len
7120baa18b
Update y000000000066.cfg ( #3866 )
2018-11-26 13:43:13 -07:00
Len
c737cc9b1d
Update y000000000067.cfg ( #3865 )
2018-11-26 13:43:00 -07:00
Len
e9b5eb7775
Update y000000000065.cfg ( #3864 )
2018-11-26 13:42:49 -07:00
Len
0e0db30a36
Update {$mac}.cfg ( #3867 )
2018-11-26 13:42:36 -07:00
Len
470c0082c0
Update {$mac}.cfg ( #3868 )
2018-11-26 13:42:04 -07:00
Len
51ac59975b
Update {$mac}.cfg ( #3869 )
2018-11-26 13:41:42 -07:00
Len
5f7f7d4ae9
Update y000000000068.cfg ( #3863 )
2018-11-26 13:41:17 -07:00
TekMason
107de62fc0
Update y000000000028.cfg ( #3862 )
...
* Update y000000000028.cfg
Addition of Dsskey section per Yealink Provisioning common (model) template and variable for features.config_dsskey_length similar to t54s implementation.
See https://gitlab.com/tekmason/fusionpbx-issues/issues/16 for details and use case.
* Update y000000000028.cfg
* Update y000000000028.cfg
2018-11-22 11:56:38 -07:00
kwriley87
006ba4c563
HTek Template Changes ( #3770 )
...
* Fix http:// prefix in Server Config URL to https://
Currently in the template, the server config prefix is set to http:// and should be set to https://
* Fix http:// prefix in Server Config to https://
Currently in the template, the server config prefix is set to http:// and should be set to https://
* HTek Template Changes
TSLCommenNameValidation should be set to 1 for OFF
TLSOnlyAcceptTrustCA should be set to 1 for OFF
TrustedCaType Should be set to 2 for All Certificates
2018-11-19 16:40:25 -06:00
konradSC
9ff799cfe4
BLF of agent status "agent+username@domain.com ( #3860 )
...
* BLF of agent status "agent+username@domain.com
Add the ability to monitor the availability status of a call center agent with "agent+agentname@domain.com".
* Update index.lua
Send notify to blf with "agent+agentname@domain.com"
2018-11-19 16:39:54 -06:00
Len
93cd21747f
Update {$mac}.cfg ( #3849 )
2018-11-12 22:50:10 -06:00
Len
30bf889057
Update {$mac}.cfg ( #3851 )
2018-11-12 22:49:57 -06:00
Len
ae016dd09e
Update {$mac}.cfg ( #3852 )
2018-11-12 22:49:46 -06:00
Len
030ed3b237
Update {$mac}.cfg ( #3853 )
2018-11-12 22:49:32 -06:00
Len
775b39ad20
Update {$mac}.cfg ( #3850 )
2018-11-12 22:49:11 -06:00
Len
1fa28ad911
Update {$mac}.cfg ( #3848 )
2018-11-12 22:48:56 -06:00
FusionPBX
35641925f6
Update {$mac}.cfg
2018-11-12 17:05:07 -06:00
FusionPBX
cea66a7c81
Update {$mac}.xml
2018-11-10 22:10:04 -07:00
Len
2c88430278
Update {$mac}.xml ( #3824 )
2018-11-10 22:07:41 -07:00
Len
745a43efdc
Update {$mac}.xml ( #3821 )
2018-11-10 22:07:02 -07:00
Len
185483f6e5
Update {$mac}.xml ( #3819 )
2018-11-10 22:06:37 -07:00
Len
83c9eb9ced
Update {$mac}.xml ( #3818 )
2018-11-10 22:05:59 -07:00
Len
1c76d57e5c
Update {$mac}.xml ( #3820 )
2018-11-10 22:05:43 -07:00
Len
6167bbd3a5
Update {$mac}.xml ( #3825 )
2018-11-10 22:05:20 -07:00
Len
8071392570
Update {$mac}.xml ( #3823 )
2018-11-10 22:05:04 -07:00
Len
68c1e03613
Update {$mac}.xml ( #3827 )
2018-11-10 22:04:40 -07:00
Len
3e939c3c16
Update {$mac}.xml ( #3822 )
2018-11-10 22:04:15 -07:00
Len
c31ad37405
Update {$mac}.xml ( #3826 )
2018-11-10 22:04:02 -07:00
Len
db003c4f8f
Update {$mac}.xml ( #3828 )
2018-11-10 22:03:33 -07:00
Len
7e4855d7ee
Update {$mac}.xml ( #3830 )
2018-11-10 22:02:54 -07:00
Len
b1144c2801
Update {$mac}.xml ( #3831 )
2018-11-10 22:02:41 -07:00
Len
d9cde40e9e
Update {$mac}.xml ( #3832 )
2018-11-10 22:01:54 -07:00
Len
b8ead7e7db
Update {$mac}.xml ( #3833 )
2018-11-10 22:01:12 -07:00
Len
eea7e163e4
Update {$mac}.xml ( #3834 )
2018-11-10 22:00:41 -07:00
Len
f16f2750e4
Update {$mac}.xml ( #3835 )
2018-11-10 22:00:09 -07:00
Len
dad731deae
Update {$mac}.xml ( #3836 )
2018-11-10 21:59:48 -07:00
Len
06c2643c64
Update {$mac}.xml ( #3837 )
2018-11-10 21:59:19 -07:00
Len
098546ab17
Update {$mac}.xml ( #3838 )
2018-11-10 21:58:44 -07:00
Len
7bc778f778
Update {$mac}.xml ( #3839 )
2018-11-10 21:58:27 -07:00
Len
a341d4f252
Update {$mac}.xml ( #3840 )
2018-11-10 21:57:53 -07:00
Len
26f20c4c5a
Update {$mac}.xml ( #3841 )
2018-11-10 21:57:38 -07:00
Len
ca956fecc9
Update {$mac}.xml ( #3842 )
2018-11-10 21:57:13 -07:00
Len
32e5d07619
Update {$mac}.xml ( #3843 )
2018-11-10 21:57:00 -07:00
Len
3a0153106a
Update {$mac}.xml ( #3844 )
2018-11-10 21:56:31 -07:00
Len
1267e8bd38
Update {$mac}.xml ( #3845 )
2018-11-10 21:55:59 -07:00
Len
b72169ef7b
Update {$mac}.xml ( #3846 )
2018-11-10 21:55:33 -07:00
FusionPBX
2ea82cf46d
Update app_languages.php
2018-11-10 00:16:38 -07:00
FusionPBX
c7371b1f1b
Update {$mac}.cfg
2018-11-09 13:28:37 -07:00
FusionPBX
83cbd4d72a
Update {$mac}.cfg
2018-11-09 13:28:15 -07:00
FusionPBX
884d91898d
Update {$mac}.cfg
2018-11-09 13:26:32 -07:00
FusionPBX
97bd1ea182
Polycom disable multi-cast as it crosses domains.
2018-11-09 13:01:33 -07:00
FusionPBX
b0c39e3779
Polycom disable multi-cast as it crosses domains.
2018-11-09 13:01:10 -07:00
FusionPBX
5848c54ae6
Polycom disable multi-cast as it crosses domains.
2018-11-09 13:00:44 -07:00
Len
3405278a0c
Update {$mac}.xml ( #3764 )
2018-11-08 12:58:21 -07:00
Len
98a0139c8e
Update {$mac}.xml ( #3765 )
2018-11-08 12:58:03 -07:00
Len
b65840e252
Update {$mac}.xml ( #3766 )
2018-11-08 12:57:51 -07:00
Len
6347f8e962
Update {$mac}.xml ( #3767 )
2018-11-08 12:57:41 -07:00
Len
490175360a
Update {$mac}.xml ( #3768 )
2018-11-08 12:57:17 -07:00
Len
32ca04b117
Update {$mac}.xml ( #3763 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-11-08 12:57:01 -07:00
FusionPBX
a51aa6dbbf
Update {$mac}.cfg
2018-11-08 12:05:51 -07:00
FusionPBX
a5ca3e30a7
Update {$mac}.cfg
2018-11-08 12:04:06 -07:00
FusionPBX
2cade1e020
Update {$mac}.cfg
2018-11-08 12:01:40 -07:00
FusionPBX
6eae9afb4f
Update {$mac}.cfg
2018-11-08 11:58:42 -07:00
FusionPBX
2d32c77097
Update {$mac}.cfg
2018-11-08 11:50:52 -07:00
FusionPBX
cc5624e749
Update {$mac}.cfg
2018-11-08 11:49:39 -07:00
FusionPBX
c6059aa663
Update {$mac}.cfg
2018-11-08 11:48:37 -07:00
FusionPBX
49d2935a14
Update {$mac}.cfg
2018-11-08 11:47:31 -07:00
ednt
22f3ccd8db
Update y000000000066.cfg ( #3759 )
...
LCD language was not changed by provisioning
2018-11-08 11:07:49 -07:00
Len
440653688a
Update {$mac}.cfg ( #3760 )
2018-11-08 11:07:36 -07:00
Len
f2fb77342e
Update {$mac}.xml ( #3761 )
2018-11-08 11:07:14 -07:00
Len
2e697b08b3
Update {$mac}.xml ( #3762 )
2018-11-08 11:07:00 -07:00
danry25
60d52a71ea
Minor variable renaming per IRC conversation ( #3758 )
2018-11-08 00:58:39 -07:00
FusionPBX
fe98a1939c
Update app_languages.php
2018-11-07 23:06:15 -07:00
Len
c811ee44c4
Update {$mac}.xml ( #3757 )
2018-11-07 20:18:28 -07:00
Len
bddedcfe5a
Update general ( #3756 )
2018-11-07 19:41:15 -07:00
FusionPBX
eca3ff833e
Update {$mac}.xml
2018-11-07 19:23:48 -07:00
FusionPBX
3451d57036
Update {$mac}.xml
2018-11-07 19:21:16 -07:00
FusionPBX
161a3dae84
Update {$mac}.cfg
2018-11-07 19:05:55 -07:00
FusionPBX
78b392cacb
Update {$mac}.xml
2018-11-07 18:29:56 -07:00
FusionPBX
d5a8df3467
Update {$mac}.xml
2018-11-07 14:32:38 -07:00
FusionPBX
0af896d1f0
Update {$mac}.xml
2018-11-07 14:31:55 -07:00
FusionPBX
654deadac4
Update {$mac}.xml
2018-11-07 14:30:04 -07:00
FusionPBX
3472e0bd13
Update {$mac}.xml
2018-11-07 14:28:29 -07:00
FusionPBX
27701741c5
Update {$mac}.xml
2018-11-07 14:27:56 -07:00
FusionPBX
b193a7268a
Update {$mac}.xml
2018-11-07 14:26:59 -07:00
FusionPBX
1c1d892191
Update {$mac}.xml
2018-11-07 14:26:24 -07:00
FusionPBX
c323523211
Update {$mac}.cfg
2018-11-07 13:01:19 -07:00
FusionPBX
826c71458f
Update {$mac}.xml
2018-11-07 12:57:24 -07:00
FusionPBX
e0ffb406d0
Update {$mac}.xml
2018-11-07 12:55:33 -07:00
FusionPBX
f2ecedc905
Update {$mac}.cfg
2018-11-07 12:53:37 -07:00
FusionPBX
88f94b7bef
Update {$mac}.xml
2018-11-07 12:50:52 -07:00
FusionPBX
562bf7d248
Update {$mac}.xml
2018-11-07 12:47:46 -07:00
danry25
c452b9417f
Selfhosted Transcription Service ( #3753 )
...
* Added a simple selfhosted voicemail transcription API client
* Minor logging cleanup
* Add some string escaping to handle transcription providers
* Add JSON handling (optional) to selfhosted API
2018-11-07 00:39:20 -07:00
markjcrane
c52e2d64a9
Update Smarty to version 3.1.33
2018-11-07 07:18:14 +00:00
FusionPBX
f661a7ab0c
Update {$mac}.xml
2018-11-06 23:41:20 -07:00
FusionPBX
56aaae2766
Update {$mac}.xml
2018-11-06 23:34:37 -07:00
FusionPBX
2f5c93729d
Update {$mac}.xml
2018-11-06 21:01:47 -07:00
FusionPBX
097e12f343
Update {$mac}.cfg
2018-11-06 00:33:55 -07:00
FusionPBX
ad12f0f793
Update {$mac}.cfg
2018-11-05 20:07:19 -07:00
FusionPBX
e490f33c3a
Update app_languages.php
2018-11-03 11:32:25 -06:00
FusionPBX
50190c2b2b
Update vars.xml
2018-11-01 17:42:49 -06:00
FusionPBX
1092ece47c
Update events.lua
2018-11-01 15:07:16 -06:00
FusionPBX
0b6a06fc2b
Update {$mac}.cfg
2018-11-01 12:57:08 -06:00
FusionPBX
fb0d558120
Update {$mac}.cfg
2018-11-01 12:56:41 -06:00
FusionPBX
12bb388a6b
Update y000000000068.cfg
2018-10-31 15:31:10 -06:00
FusionPBX
34f2f89b99
Update y000000000065.cfg
2018-10-31 15:28:20 -06:00
FusionPBX
8c7290f49d
Update y000000000066.cfg
2018-10-31 15:27:20 -06:00
FusionPBX
375eeeecf4
Update y000000000067.cfg
2018-10-31 15:26:20 -06:00
FusionPBX
90de831e97
Update index.lua
2018-10-30 21:44:31 -06:00
AlexanderDCrane
9705624c12
Update {$mac}.xml ( #3737 )
2018-10-26 13:43:32 -06:00
AlexanderDCrane
d2a4c6a530
Update {$mac}.xml ( #3739 )
2018-10-26 13:43:21 -06:00
AlexanderDCrane
651a4a2bce
Update {$mac}.xml ( #3738 )
2018-10-26 13:43:10 -06:00
AlexanderDCrane
ebe1530854
Update {$mac}.xml ( #3740 )
2018-10-26 13:42:53 -06:00
AlexanderDCrane
0025440489
Update {$mac}.xml ( #3741 )
2018-10-26 13:42:42 -06:00
AlexanderDCrane
05d80818aa
Update {$mac}.xml ( #3742 )
2018-10-26 13:42:24 -06:00
AlexanderDCrane
b5b13ad951
Update {$mac}.cfg ( #3735 )
2018-10-26 13:42:10 -06:00
AlexanderDCrane
d4a3225b31
Update {$mac}.xml ( #3743 )
2018-10-26 13:41:50 -06:00
AlexanderDCrane
a707c3a3b1
Update {$mac}.xml ( #3744 )
2018-10-26 13:41:27 -06:00
AlexanderDCrane
07ad49986f
Update {$mac}.xml ( #3745 )
2018-10-26 13:41:08 -06:00
AlexanderDCrane
36ea136780
Update {$mac}.xml ( #3746 )
2018-10-26 13:40:50 -06:00
AlexanderDCrane
6c823c6acd
Update {$mac}.xml ( #3747 )
2018-10-26 13:40:35 -06:00
AlexanderDCrane
5baf053a71
Update {$mac}.xml ( #3748 )
2018-10-26 13:40:21 -06:00
AlexanderDCrane
564410fad9
Update {$mac}.xml ( #3749 )
2018-10-26 13:40:03 -06:00
AlexanderDCrane
43bf975cb9
Update {$mac}.xml ( #3736 )
2018-10-26 13:39:28 -06:00
AlexanderDCrane
91ae4fb5a3
Update {$mac}.cfg ( #3734 )
2018-10-26 13:37:43 -06:00
AlexanderDCrane
50f21c0ebf
Update {$mac}.cfg ( #3733 )
2018-10-26 13:37:30 -06:00
AlexanderDCrane
f1b779a2e8
Update {$mac}.cfg ( #3732 )
2018-10-26 13:37:14 -06:00
AlexanderDCrane
7e1cf4a136
Update {$mac}.cfg ( #3731 )
2018-10-26 12:00:54 -06:00
AlexanderDCrane
b3891b8394
Update {$mac}.cfg ( #3730 )
2018-10-26 11:58:58 -06:00
AlexanderDCrane
8365942fe1
Update {$mac}.cfg ( #3729 )
2018-10-26 11:58:08 -06:00
AlexanderDCrane
8f37fca6a3
Update {$mac}.cfg ( #3728 )
2018-10-26 11:57:48 -06:00
AlexanderDCrane
0b53d9a7da
Update {$mac}.cfg ( #3726 )
2018-10-26 11:53:41 -06:00
AlexanderDCrane
0d297bc13e
Update {$mac}.cfg ( #3727 )
2018-10-26 11:53:20 -06:00
AlexanderDCrane
59494f0152
Update {$mac}.cfg ( #3725 )
2018-10-26 11:53:04 -06:00
sergey-mz
c4962c460e
Added check if transcription result is nil ( #3724 )
...
If the message is too short then the result is nil.
Error occurs in this case: record_message.lua:97: attempt to index field 'results' (a nil value)
Added check if transcribe_json["results"] is nil.
2018-10-26 10:25:08 -06:00
FusionPBX
cd87384c11
Update y000000000000.cfg
2018-10-25 23:21:12 -06:00
FusionPBX
d3a042770c
Update y000000000000.cfg
2018-10-25 23:21:09 -06:00
FusionPBX
0dbaad58dd
Update y000000000037.cfg
2018-10-25 23:21:05 -06:00
FusionPBX
e00ac69da1
Update y000000000023.cfg
2018-10-25 23:21:01 -06:00
FusionPBX
00d64f1e38
Update y000000000025.cfg
2018-10-25 23:20:57 -06:00
FusionPBX
9c0c41bc2e
Update y000000000025.cfg
2018-10-25 23:20:53 -06:00
FusionPBX
958438b49f
Update y000000000077.cfg
2018-10-25 23:20:50 -06:00
FusionPBX
1d6075c26d
Update y000000000038.cfg
2018-10-25 23:17:14 -06:00
FusionPBX
255e7e3697
Update y000000000032.cfg
2018-10-25 23:17:09 -06:00
FusionPBX
79d1e75987
Update y000000000046.cfg
2018-10-25 23:17:04 -06:00
FusionPBX
c67e42cb93
Update y000000000000.cfg
2018-10-25 23:17:00 -06:00
FusionPBX
875fe4a3e0
Update y000000000045.cfg
2018-10-25 23:16:55 -06:00
FusionPBX
334abf5ac0
Update y000000000069.cfg
2018-10-25 23:16:52 -06:00
FusionPBX
590e3ddcbb
Update y000000000004.cfg
2018-10-25 23:16:46 -06:00
FusionPBX
c72f3de99f
Update y000000000044.cfg
2018-10-25 23:16:41 -06:00
FusionPBX
848185296e
Update y000000000044.cfg
2018-10-25 23:16:36 -06:00
FusionPBX
74f0715fe7
Update y000000000005.cfg
2018-10-25 23:16:31 -06:00
FusionPBX
cfa2b0cc72
Update y000000000052.cfg
2018-10-25 23:16:24 -06:00
FusionPBX
e07637f0f8
Update y000000000007.cfg
2018-10-25 23:16:19 -06:00
FusionPBX
a39d48b0dc
Update y000000000053.cfg
2018-10-25 23:16:13 -06:00
FusionPBX
1006d82ba1
Update y000000000070.cfg
2018-10-25 23:09:51 -06:00
FusionPBX
a8acfca9db
Update y000000000076.cfg
2018-10-25 23:09:43 -06:00
FusionPBX
876307fe85
Update y000000000054.cfg
2018-10-25 23:09:34 -06:00
FusionPBX
292a01c116
Update y000000000036.cfg
2018-10-25 23:09:27 -06:00
FusionPBX
b2666b786f
Update y000000000068.cfg
2018-10-25 23:09:18 -06:00
FusionPBX
0b70cd2533
Update y000000000029.cfg
2018-10-25 23:09:09 -06:00
FusionPBX
27b6eb9bd2
Update y000000000067.cfg
2018-10-25 23:09:03 -06:00
FusionPBX
02f7d70298
Update y000000000028.cfg
2018-10-25 23:08:55 -06:00
FusionPBX
763d41e08a
Update y000000000066.cfg
2018-10-25 23:08:46 -06:00
FusionPBX
204c0b3645
Update y000000000035.cfg
2018-10-25 23:08:36 -06:00
FusionPBX
a65c0946dc
Update y000000000065.cfg
2018-10-25 23:08:28 -06:00
FusionPBX
50c078d2e1
Update y000000000051.cfg
2018-10-25 23:08:13 -06:00
FusionPBX
fe329a487d
Update y000000000074.cfg
2018-10-25 23:08:06 -06:00
FusionPBX
dbfdba46cb
Update y000000000056.cfg
2018-10-25 22:57:05 -06:00
FusionPBX
71d5294258
Update y000000000058.cfg
2018-10-25 22:56:19 -06:00
AlexanderDCrane
a6a844f4eb
Update MN_{$mac}.cfg ( #3720 )
2018-10-25 20:14:21 -06:00
AlexanderDCrane
a2e81cd087
Update MN_{$mac}.cfg ( #3721 )
2018-10-25 20:14:03 -06:00
AlexanderDCrane
5d8004a3fb
Update MN_{$mac}.cfg ( #3722 )
2018-10-25 20:13:52 -06:00
AlexanderDCrane
d6105def44
Update algom{$mac}.conf ( #3719 )
2018-10-25 20:13:39 -06:00
AlexanderDCrane
984c6ddbd7
Update {$mac}.cfg ( #3718 )
2018-10-25 20:13:23 -06:00
AlexanderDCrane
70e269ab56
Update {$mac}.xml ( #3714 )
2018-10-25 20:02:17 -06:00
AlexanderDCrane
f03cb69179
Update {$mac}.xml ( #3715 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-25 20:02:00 -06:00
AlexanderDCrane
31b152a6a0
Update {$mac}.xml ( #3713 )
2018-10-25 20:01:15 -06:00
AlexanderDCrane
7c4e3900e4
Update {$mac}.xml ( #3716 )
2018-10-25 20:01:02 -06:00
AlexanderDCrane
94df8bfb33
Update {$mac}.cfg ( #3717 )
2018-10-25 20:00:45 -06:00
AlexanderDCrane
7a1594652f
Update {$mac}.cfg ( #3712 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-10-25 20:00:22 -06:00
AlexanderDCrane
f3e71b8944
Update {$mac}.cfg ( #3711 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-10-25 20:00:00 -06:00
FusionPBX
2c292611af
Update functions.php
2018-10-25 09:46:33 -06:00
AlexanderDCrane
bf1be964f7
Update {$mac}.xml ( #3698 )
2018-10-24 18:54:36 -06:00
AlexanderDCrane
4650dcdfd1
Update {$mac}.xml ( #3699 )
2018-10-24 18:54:02 -06:00
AlexanderDCrane
60754b0d33
Update {$mac}.xml ( #3700 )
2018-10-24 18:53:37 -06:00
AlexanderDCrane
2880d5ba61
Update {$mac}.xml ( #3701 )
2018-10-24 18:53:24 -06:00
AlexanderDCrane
7a35c67887
Update {$mac}.xml ( #3702 )
2018-10-24 18:52:58 -06:00
AlexanderDCrane
be0b373019
Update {$mac}.xml ( #3703 )
2018-10-24 18:52:21 -06:00
AlexanderDCrane
404d96e691
Update {$mac}.xml ( #3704 )
2018-10-24 18:51:55 -06:00
AlexanderDCrane
2c1054ad7c
Update {$mac}.xml ( #3705 )
2018-10-24 18:51:32 -06:00
AlexanderDCrane
b595c63f25
Update {$mac}.xml ( #3706 )
2018-10-24 18:50:54 -06:00
AlexanderDCrane
f169f88cea
Update {$mac}.xml ( #3707 )
2018-10-24 18:50:23 -06:00
AlexanderDCrane
d28b5ff98a
Update {$mac}.xml ( #3697 )
2018-10-24 18:49:56 -06:00
AlexanderDCrane
98a9772886
Update {$mac}.xml ( #3708 )
2018-10-24 18:48:52 -06:00
AlexanderDCrane
b798ca4799
Update {$mac}.xml ( #3709 )
2018-10-24 18:48:27 -06:00
FusionPBX
de37a5ee15
Update pdo.php
2018-10-24 10:47:10 -06:00
FusionPBX
6935f6f599
Update pdo.php
2018-10-23 22:38:35 -06:00
AlexanderDCrane
62c9e2c2cc
Update {$mac}.xml ( #3677 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 22:03:48 -06:00
AlexanderDCrane
6dc0ea99ae
Update {$mac}.xml ( #3678 )
2018-10-20 21:53:39 -06:00
AlexanderDCrane
165faebfaa
Update {$mac}.xml ( #3679 )
2018-10-20 21:47:02 -06:00
AlexanderDCrane
e32e6fabf4
Update {$mac}.xml ( #3680 )
2018-10-20 21:45:22 -06:00
AlexanderDCrane
b6af91b64d
Update {$mac}.xml ( #3681 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:44:08 -06:00
AlexanderDCrane
3cd4e0d39c
Update {$mac}.xml ( #3682 )
2018-10-20 21:33:46 -06:00
AlexanderDCrane
be5449feb4
Update {$mac}.xml ( #3683 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:31:44 -06:00
AlexanderDCrane
c0bea83529
Update {$mac}.xml ( #3684 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:27:55 -06:00
AlexanderDCrane
48f9f8733d
Update {$mac}.xml ( #3685 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:26:23 -06:00
AlexanderDCrane
8f55923a1b
Update {$mac}.xml ( #3686 )
2018-10-20 21:22:48 -06:00
AlexanderDCrane
c348e16bea
Update {$mac}.xml ( #3687 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:21:33 -06:00
AlexanderDCrane
ba74b6d96c
Update {$mac}.xml ( #3688 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:18:54 -06:00
AlexanderDCrane
fc99f46d06
Update {$mac}.xml ( #3689 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:17:01 -06:00
AlexanderDCrane
71749e3c21
Update {$mac}.xml ( #3690 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:14:49 -06:00
AlexanderDCrane
29a61b3af1
Update {$mac}.xml ( #3691 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:12:46 -06:00
AlexanderDCrane
9dcb8cbdf1
Update {$mac}.xml ( #3692 )
2018-10-20 21:10:50 -06:00
AlexanderDCrane
a5bf7d5eeb
Update {$mac}.xml ( #3693 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:08:34 -06:00
AlexanderDCrane
82d63c0680
Update {$mac}.xml ( #3694 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 21:04:40 -06:00
AlexanderDCrane
6b811b4737
Update {$mac}.xml ( #3676 )
2018-10-20 16:39:10 -06:00
AlexanderDCrane
cbeac018c1
Update {$mac}.xml ( #3675 )
2018-10-20 16:38:39 -06:00
AlexanderDCrane
47087393ed
Update {$mac}.xml ( #3665 )
2018-10-20 16:18:37 -06:00
AlexanderDCrane
61e1ddd344
Update {$mac}.xml ( #3667 )
2018-10-20 16:18:24 -06:00
AlexanderDCrane
6a14863cd7
Update {$mac}.xml ( #3668 )
2018-10-20 16:18:01 -06:00
AlexanderDCrane
3ba814ba44
Update {$mac}.xml ( #3669 )
2018-10-20 16:17:48 -06:00
AlexanderDCrane
2082430d6c
Update {$mac}.xml ( #3670 )
2018-10-20 16:17:36 -06:00
AlexanderDCrane
55fdc18a26
Update {$mac}.xml ( #3672 )
2018-10-20 16:16:52 -06:00
AlexanderDCrane
f7cdb5cb71
Update {$mac}.xml ( #3674 )
2018-10-20 16:16:21 -06:00
AlexanderDCrane
36b106114d
Update {$mac}.xml ( #3666 )
2018-10-20 16:15:55 -06:00
AlexanderDCrane
9110026b07
Update {$mac}.xml ( #3664 )
2018-10-20 16:14:54 -06:00
AlexanderDCrane
cce5db225d
Update {$mac}.xml ( #3663 )
2018-10-20 16:14:29 -06:00
AlexanderDCrane
aff0481a49
Update {$mac}.xml ( #3662 )
2018-10-20 16:13:31 -06:00
AlexanderDCrane
718b5a951f
Update {$mac}.xml ( #3660 )
2018-10-20 16:12:03 -06:00
AlexanderDCrane
842be3d75b
Update {$mac}.xml ( #3661 )
2018-10-20 16:11:00 -06:00
AlexanderDCrane
b43c164439
Update {$mac}.xml ( #3659 )
2018-10-20 16:10:18 -06:00
FusionPBX
470de9f8ed
Update {$mac}.xml
2018-10-20 16:09:37 -06:00
AlexanderDCrane
299d78df79
Update {$mac}.xml ( #3656 )
...
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 16:08:56 -06:00
AlexanderDCrane
5933058ab3
Update {$mac}.xml ( #3673 )
2018-10-20 16:07:44 -06:00
FusionPBX
981ee2f083
Update {$mac}.xml
2018-10-20 16:05:27 -06:00
AlexanderDCrane
540c8dff58
Update {$mac}.xml ( #3655 )
2018-10-20 16:04:52 -06:00
FusionPBX
48b78801cd
Update {$mac}.xml
2018-10-20 16:03:36 -06:00
AlexanderDCrane
b0fdc29be0
Update {$mac}.xml ( #3654 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 16:01:18 -06:00
AlexanderDCrane
a32783bb72
Update {mac}.xml ( #3653 )
2018-10-20 15:59:01 -06:00
AlexanderDCrane
865abd6896
Update {$mac}.xml ( #3652 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 15:57:59 -06:00
AlexanderDCrane
2e18458155
Update {$mac}.xml ( #3657 )
...
* Update {$mac}.xml
* Update {$mac}.xml
2018-10-20 15:02:09 -06:00
AlexanderDCrane
ca2d68a9aa
Update {$mac}.xml ( #3658 )
2018-10-20 15:00:02 -06:00
FusionPBX
4446651f27
Update {$mac}.xml
2018-10-20 13:58:43 -06:00
FusionPBX
123a433746
Update {$mac}.xml
2018-10-20 13:06:10 -06:00
FusionPBX
1d60b7ceb6
Update {$mac}.xml
2018-10-20 12:58:43 -06:00
AlexanderDCrane
313af4a916
Update {$mac}.cfg ( #3651 )
2018-10-19 15:03:18 -06:00
AlexanderDCrane
071c7b2402
Update {$mac}.cfg ( #3650 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-10-19 15:03:02 -06:00
AlexanderDCrane
0d3fb11a38
Update {$mac}.cfg ( #3649 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-10-19 15:02:49 -06:00
AlexanderDCrane
554b805822
Update {$mac}.cfg ( #3648 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-10-19 15:02:33 -06:00
AlexanderDCrane
a76cb54ec2
Update {$mac}.cfg ( #3647 )
2018-10-19 15:02:16 -06:00
AlexanderDCrane
f83e5f3daa
Update {$mac}.cfg ( #3646 )
2018-10-19 15:02:00 -06:00
AlexanderDCrane
7164243db5
Update {$mac}.cfg ( #3645 )
2018-10-19 15:01:47 -06:00
AlexanderDCrane
e6d50eee74
Update {$mac}.cfg ( #3644 )
2018-10-19 15:01:27 -06:00
AlexanderDCrane
f6b3c23fbe
Update {$mac}.cfg ( #3643 )
2018-10-19 15:01:12 -06:00
AlexanderDCrane
b67458f143
Update {$mac}.cfg ( #3642 )
2018-10-19 14:59:18 -06:00
AlexanderDCrane
ddb5fb28b8
Update {$mac}.cfg ( #3641 )
2018-10-19 14:59:00 -06:00
FusionPBX
f6862aabe8
Update {$mac}.cfg
2018-10-19 13:17:13 -06:00
AlexanderDCrane
b239badcc2
Update {$mac}.xml ( #3640 )
2018-10-19 13:10:29 -06:00
AlexanderDCrane
182b246b91
Update {$mac}.xml ( #3639 )
2018-10-19 13:09:43 -06:00
AlexanderDCrane
2223d96bbe
Update {$mac}.xml ( #3638 )
2018-10-19 13:02:24 -06:00
AlexanderDCrane
b763a37c9b
Update {$mac}.xml ( #3637 )
2018-10-19 13:02:00 -06:00
AlexanderDCrane
cb89aae992
Update {$mac}.xml ( #3636 )
2018-10-19 12:46:27 -06:00
AlexanderDCrane
99deb064e1
Update {$mac}.xml ( #3635 )
2018-10-19 12:44:07 -06:00
AlexanderDCrane
a2bbf30f9e
Update {$mac}.xml ( #3634 )
2018-10-19 12:34:54 -06:00
AlexanderDCrane
6282c01620
Update {$mac}.xml ( #3633 )
2018-10-19 12:34:24 -06:00
FusionPBX
1116bd4564
Update {$mac}.xml
2018-10-19 12:18:36 -06:00
FusionPBX
0b2aec43d8
Delete directory.xml
2018-10-19 12:16:45 -06:00
FusionPBX
fce5211dac
Update {$mac}.xml
2018-10-16 17:20:07 -06:00
FusionPBX
a1c10d83b7
Update directory.xml
2018-10-16 17:03:05 -06:00
FusionPBX
4245b16a31
Update {$mac}.xml
2018-10-16 16:46:12 -06:00
FusionPBX
7ab3c722c2
Update {$mac}.xml
2018-10-16 16:45:44 -06:00
FusionPBX
80444a2c43
Update {$mac}.xml
2018-10-16 16:30:53 -06:00
FusionPBX
944018815d
Create directory.xml
2018-10-16 16:23:28 -06:00
FusionPBX
800aa94ecf
Update destinations.php
2018-10-16 00:33:43 -06:00
FusionPBX
c6905e922b
Update functions.php
2018-10-15 15:46:27 -06:00
FusionPBX
f8b49ceabc
Update default.xml
2018-10-13 21:34:06 -06:00
Killsudo
063ba6bb96
Setup Grandstream GXP2100 Template and Phonebook ( #3631 )
...
* Setup Grandstream GXP2100 Template and Phonebook for working provisioning
2018-10-12 14:30:14 -06:00
FusionPBX
2145b860d5
Update {$mac}.xml
2018-10-09 19:52:45 -06:00
FusionPBX
91c51b31fd
Update {$mac}.xml
2018-10-09 19:29:16 -06:00
danry25
47bf8a5885
GXP2170 Provisioning File Improvements ( #3628 )
...
* Added the ability to pick the SIP account for the first two slots on each handset
* Revert to clean base
* Configurable firmware versions for the Grandstream DP750
* GXP2170 Config File improvements
* Added OpenVPN options back (but commented out), changed call waiting & vlan variables
* Readd Broadsoft Features, but commented out
2018-10-08 22:33:27 -06:00
Killsudo
244bec55c6
Fix cisco 7940/7960 directory.xml enterprise line ( #3630 )
2018-10-08 21:43:15 -06:00
FusionPBX
e5ef333540
Update follow_me.lua
2018-10-05 14:08:42 -06:00
FusionPBX
ac5283379d
Update index.lua
2018-10-05 13:42:49 -06:00
FusionPBX
0dbd3465fa
Update {$mac}.xml
2018-10-04 13:26:52 -06:00
AlexanderDCrane
c421da19df
Update {$mac}.cfg ( #3596 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-28 13:10:31 -06:00
AlexanderDCrane
9b5b5db78f
Update {$mac}.cfg ( #3597 )
2018-09-28 13:10:18 -06:00
AlexanderDCrane
ff365759ec
Update {$mac}.cfg ( #3598 )
2018-09-28 13:10:02 -06:00
AlexanderDCrane
5da2840676
Update {$mac}.cfg ( #3599 )
2018-09-28 13:09:52 -06:00
AlexanderDCrane
eda72f2d6f
Update {$mac}.cfg ( #3600 )
2018-09-28 13:09:31 -06:00
AlexanderDCrane
ca923cf0f0
Update {$mac}.cfg ( #3601 )
2018-09-28 13:09:19 -06:00
AlexanderDCrane
491db9a5b7
Update {$mac}.cfg ( #3602 )
2018-09-28 13:08:59 -06:00
AlexanderDCrane
f920421f0b
Update {$mac}.cfg ( #3603 )
2018-09-28 13:08:42 -06:00
AlexanderDCrane
ae84d02325
Update {$mac}.cfg ( #3604 )
2018-09-28 13:08:30 -06:00
AlexanderDCrane
b1b397f6d4
Update {$mac}.cfg ( #3605 )
2018-09-28 13:08:12 -06:00
AlexanderDCrane
069c6ac970
Update {$mac}.cfg ( #3606 )
2018-09-28 13:07:58 -06:00
AlexanderDCrane
0dd8a685da
Update {$mac}.cfg ( #3608 )
2018-09-28 13:07:33 -06:00
AlexanderDCrane
3a2eea20b0
Update {$mac}.cfg ( #3607 )
2018-09-28 13:07:15 -06:00
AlexanderDCrane
053c8445df
Update {$mac}.cfg ( #3609 )
2018-09-28 13:07:02 -06:00
AlexanderDCrane
8c2268d888
Update {$mac}.cfg ( #3610 )
2018-09-28 13:06:47 -06:00
AlexanderDCrane
5873aac970
Update {$mac}.cfg ( #3611 )
2018-09-28 13:06:27 -06:00
AlexanderDCrane
f5be2faa84
Update {$mac}.cfg ( #3612 )
2018-09-28 13:06:07 -06:00
AlexanderDCrane
1e4b638c5f
Update {$mac}.cfg ( #3613 )
2018-09-28 13:05:38 -06:00
AlexanderDCrane
07e1305170
Update {$mac}.cfg ( #3614 )
2018-09-28 13:05:22 -06:00
AlexanderDCrane
5aa707889e
Update {$mac}.cfg ( #3615 )
2018-09-28 13:05:06 -06:00
AlexanderDCrane
d1764ec9f6
Update {$mac}.cfg ( #3616 )
2018-09-28 13:04:54 -06:00
AlexanderDCrane
49239c97e9
Update {$mac}.cfg ( #3617 )
2018-09-28 13:04:37 -06:00
AlexanderDCrane
9375b31443
Update {$mac}.cfg ( #3618 )
2018-09-28 13:04:23 -06:00
AlexanderDCrane
3f26fe1f60
Update {$mac}.cfg ( #3619 )
2018-09-28 13:04:09 -06:00
AlexanderDCrane
0a83adac8c
Update {$mac}.cfg ( #3620 )
2018-09-28 13:03:40 -06:00
AlexanderDCrane
1dbd0fe8a3
Update {$mac}.cfg ( #3621 )
2018-09-28 13:03:25 -06:00
AlexanderDCrane
3739b837fb
Update {$mac}.cfg ( #3622 )
2018-09-28 13:03:04 -06:00
AlexanderDCrane
900c000592
Update {$mac}.cfg ( #3623 )
2018-09-28 13:02:25 -06:00
AlexanderDCrane
d7d2798e9e
Update {$mac}.cfg ( #3624 )
2018-09-28 13:01:56 -06:00
AlexanderDCrane
cafe05c900
Update {$mac}.cfg ( #3625 )
2018-09-28 13:01:38 -06:00
AlexanderDCrane
9c3e77fd42
Update {$mac}.cfg ( #3626 )
2018-09-28 13:01:07 -06:00
FusionPBX
ae9cd1d929
Update app_languages.php
2018-09-28 13:00:12 -06:00
FusionPBX
5d2222790a
Update app_languages.php
2018-09-28 11:46:18 -06:00
FusionPBX
37a1f39f7a
Update app_languages.php
2018-09-28 11:36:03 -06:00
markjcrane
412a6bfc74
update the yealink templates
2018-09-26 17:47:21 -06:00
AlexanderDCrane
a12e4d4b8d
Update {$mac}.cfg ( #3592 )
2018-09-24 22:12:03 -06:00
AlexanderDCrane
7e45f03644
Update {$mac}.cfg ( #3593 )
2018-09-24 22:11:23 -06:00
AlexanderDCrane
284db3dbb4
Update {$mac}.cfg ( #3591 )
2018-09-24 22:10:57 -06:00
AlexanderDCrane
8cce35d7a9
Update {$mac}.cfg ( #3594 )
2018-09-24 22:09:43 -06:00
AlexanderDCrane
7992f20f03
Update {$mac}.cfg ( #3590 )
2018-09-24 20:25:31 -06:00
AlexanderDCrane
5a31bf4308
Update {$mac}.cfg ( #3589 )
2018-09-24 20:06:32 -06:00
AlexanderDCrane
a8e84230f1
Update {$mac}.cfg ( #3588 )
2018-09-24 19:44:39 -06:00
AlexanderDCrane
81d8166550
Update {$mac}.cfg ( #3587 )
2018-09-24 19:44:14 -06:00
AlexanderDCrane
e301c2772f
Update {$mac}.cfg ( #3586 )
2018-09-24 19:20:24 -06:00
AlexanderDCrane
5068490884
Update {$mac}.cfg ( #3585 )
2018-09-24 18:27:59 -06:00
AlexanderDCrane
5dd2369c67
Update {$mac}.cfg ( #3584 )
2018-09-24 18:27:47 -06:00
AlexanderDCrane
c8b11aad15
Update {$mac}.cfg ( #3583 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-24 17:51:47 -06:00
AlexanderDCrane
920c770b09
Update {$mac}.cfg ( #3582 )
2018-09-24 17:51:26 -06:00
AlexanderDCrane
573b68d4bf
Update {$mac}.cfg ( #3581 )
2018-09-24 17:31:01 -06:00
AlexanderDCrane
a5070da985
Update {$mac}.cfg ( #3580 )
2018-09-24 17:01:41 -06:00
AlexanderDCrane
4b90b3b1b7
Update {$mac}.cfg ( #3579 )
2018-09-24 16:53:59 -06:00
AlexanderDCrane
d7670d7633
Update {$mac}.cfg ( #3578 )
2018-09-24 16:40:10 -06:00
AlexanderDCrane
0be13c34b2
Update {$mac}.cfg ( #3577 )
2018-09-24 16:36:43 -06:00
AlexanderDCrane
f0e3205034
Update {$mac}.cfg ( #3571 )
2018-09-24 16:27:31 -06:00
AlexanderDCrane
d01ae857ba
Update {$mac}.cfg ( #3572 )
2018-09-24 16:26:53 -06:00
AlexanderDCrane
06c6747bb2
Update {$mac}.cfg ( #3573 )
2018-09-24 16:26:34 -06:00
AlexanderDCrane
f8dad17526
Update {$mac}.cfg ( #3574 )
2018-09-24 16:26:08 -06:00
AlexanderDCrane
083c706f7c
Update {$mac}.cfg ( #3575 )
2018-09-24 16:25:43 -06:00
AlexanderDCrane
f24e16688d
Update {$mac}.cfg ( #3576 )
2018-09-24 16:25:28 -06:00
AlexanderDCrane
ce7520a81d
Update {$mac}.cfg ( #3570 )
2018-09-24 16:25:08 -06:00
AlexanderDCrane
fef280f23b
Update {$mac}.cfg ( #3561 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-24 12:58:27 -06:00
AlexanderDCrane
4bda8301ea
Update {$mac}.cfg ( #3562 )
2018-09-24 12:58:13 -06:00
AlexanderDCrane
ea868d67df
Update {$mac}.cfg ( #3563 )
2018-09-24 12:57:54 -06:00
AlexanderDCrane
b5541ad422
Update {$mac}.cfg ( #3564 )
2018-09-24 12:57:37 -06:00
AlexanderDCrane
ac4abeb189
Update {$mac}.cfg ( #3565 )
2018-09-24 12:57:25 -06:00
AlexanderDCrane
c2f09bbd4e
Update {$mac}.cfg ( #3566 )
2018-09-24 12:57:10 -06:00
AlexanderDCrane
456a710052
Update {$mac}.cfg ( #3567 )
2018-09-24 12:56:54 -06:00
AlexanderDCrane
48feeeb373
Update {$mac}.cfg ( #3568 )
2018-09-24 12:56:26 -06:00
AlexanderDCrane
3e30a1ad7b
Update {$mac}.cfg ( #3569 )
2018-09-24 12:56:06 -06:00
AlexanderDCrane
04807f4975
Update {$mac}.cfg ( #3559 )
2018-09-22 17:23:01 -06:00
AlexanderDCrane
ad0bb82d3e
Update {$mac}.cfg ( #3560 )
2018-09-22 17:22:47 -06:00
AlexanderDCrane
00ec7e48d4
Update {$mac}.cfg ( #3558 )
2018-09-22 17:22:32 -06:00
AlexanderDCrane
129e7466b9
Update {$mac}.cfg ( #3557 )
2018-09-22 13:18:48 -06:00
AlexanderDCrane
197d95af0c
Update {$mac}.cfg ( #3556 )
2018-09-22 13:16:47 -06:00
FusionPBX
4ebf8cce98
Update lua.conf.xml
2018-09-22 10:16:53 -06:00
AlexanderDCrane
26fe7d6f34
Update {$mac}.cfg ( #3551 )
2018-09-21 23:57:14 -06:00
AlexanderDCrane
2a83152f0e
Update {$mac}.cfg ( #3552 )
2018-09-21 23:56:31 -06:00
AlexanderDCrane
ac4f07c265
Update {$mac}.cfg ( #3550 )
2018-09-21 23:55:18 -06:00
AlexanderDCrane
32e568be6f
Update {$mac}.cfg ( #3554 )
2018-09-21 23:53:15 -06:00
AlexanderDCrane
d62ed746fa
Update {$mac}.cfg ( #3555 )
2018-09-21 23:52:16 -06:00
AlexanderDCrane
dbb9c40b82
Update {$mac}.cfg ( #3549 )
2018-09-21 20:33:52 -04:00
Len
dde58ff796
Update y000000000037.cfg ( #3486 )
2018-09-20 13:40:13 -04:00
Len
72fcb2872d
Update y000000000000.cfg ( #3487 )
2018-09-20 13:39:57 -04:00
Len
d399cf507a
Update y000000000000.cfg ( #3488 )
2018-09-20 13:39:39 -04:00
Len
7d382bafbf
Update y000000000053.cfg ( #3489 )
2018-09-20 13:38:58 -04:00
Len
80ce265054
Update y000000000007.cfg ( #3490 )
2018-09-20 13:38:31 -04:00
Len
256c6493f8
Update y000000000052.cfg ( #3491 )
2018-09-20 13:38:04 -04:00
Len
b9c4635e10
Update y000000000005.cfg ( #3492 )
2018-09-20 13:37:17 -04:00
Len
822060e801
Update y000000000044.cfg ( #3494 )
2018-09-20 13:36:52 -04:00
Len
ce8c3cc055
Update y000000000044.cfg ( #3493 )
2018-09-20 13:36:38 -04:00
Len
afd7d22b24
Update y000000000004.cfg ( #3495 )
2018-09-20 13:36:24 -04:00
Len
bc68124999
Update y000000000069.cfg ( #3496 )
2018-09-20 13:36:07 -04:00
Len
764a9542a9
Update y000000000045.cfg ( #3497 )
2018-09-20 13:35:52 -04:00
Len
ed9a139806
Update y000000000000.cfg ( #3498 )
2018-09-20 13:35:29 -04:00
Len
7a97bbc611
Update y000000000046.cfg ( #3499 )
2018-09-20 13:34:39 -04:00
Len
57dda63a20
Update y000000000032.cfg ( #3500 )
2018-09-20 13:34:20 -04:00
Len
100736a36d
Update y000000000038.cfg ( #3501 )
2018-09-20 13:34:07 -04:00
Len
bd23484dd5
Update y000000000076.cfg ( #3502 )
2018-09-20 13:33:37 -04:00
Len
c1831deda5
Update y000000000054.cfg ( #3503 )
2018-09-20 13:33:25 -04:00
Len
2bb3222fa8
Update y000000000036.cfg ( #3504 )
2018-09-20 13:33:10 -04:00
Len
2238fc0836
Update y000000000068.cfg ( #3505 )
2018-09-20 13:32:57 -04:00
Len
22488c88c8
Update y000000000029.cfg ( #3506 )
2018-09-20 13:32:28 -04:00
Len
ff60483c39
Update y000000000067.cfg ( #3507 )
2018-09-20 13:32:11 -04:00
Len
58dc2756f6
Update y000000000028.cfg ( #3508 )
2018-09-20 13:31:34 -04:00
Len
f68a3bbb6d
Update y000000000035.cfg ( #3509 )
2018-09-20 13:31:02 -04:00
Len
e42a5f9394
Update y000000000070.cfg ( #3513 )
2018-09-20 13:30:08 -04:00
Len
7eb19b64ba
Update y000000000074.cfg ( #3512 )
2018-09-20 13:29:47 -04:00
Len
9cb18efcf9
Update y000000000056.cfg ( #3514 )
2018-09-20 13:28:56 -04:00
Len
68287bf4c9
Update y000000000058.cfg ( #3515 )
2018-09-20 13:28:41 -04:00
Len
5f6dfd4ad7
Update y000000000065.cfg ( #3510 )
2018-09-20 12:28:45 -04:00
Len
5be907cfe9
Update y000000000051.cfg ( #3511 )
2018-09-20 12:28:35 -04:00
FusionPBX
04a1902740
Update y000000000066.cfg
2018-09-20 10:52:58 -04:00
FusionPBX
add53e5ea6
Update events.lua
2018-09-19 03:01:09 -04:00
FusionPBX
fb1202051b
Update events.lua
2018-09-19 02:59:51 -04:00
FusionPBX
01ef4d76b1
Create events.lua
2018-09-19 02:54:56 -04:00
FusionPBX
b1bf029dc0
Update send.lua
2018-09-19 02:51:40 -04:00
konradSC
7727b04b09
Update file_cache.lua ( #3483 )
...
A little space please!
2018-09-18 13:06:44 -06:00
Trick Solutions
28f1f094de
Update {$mac}.xml ( #3480 )
...
Added missing "grandstream_voicemail_id" variable
2018-09-17 12:44:43 -06:00
dougstamp
e57f11fffb
Update {$mac}.cfg ( #3481 )
...
Allows transfer type to be set in "Default Settings" with variable polycom_default_transfer_method (already added by Len).
2018-09-17 10:43:52 -06:00
FusionPBX
bd06c9bcbe
Create send.lua
2018-09-16 21:59:42 -06:00
dougstamp
95df4693a3
Update {$mac}.cfg ( #3475 )
...
Adding ability to record calls to USB drive for VVX phones with USB port.
2018-09-14 09:37:25 -06:00
dougstamp
19a3c59474
Update {$mac}.cfg ( #3474 )
...
Added configuration to set the device's base profile to "Generic". This will only affect Polycom phones that come with the Skype4Business license(models ending in "-019"). It sets the profile to the one needed for FusionPBX.
2018-09-13 23:48:23 -06:00
FusionPBX
0dfe1030fc
Update {$mac}.cfg
2018-09-13 01:33:11 -06:00
FusionPBX
c79f8af69d
Update {$mac}.cfg
2018-09-13 01:31:59 -06:00
FusionPBX
aaa866142c
Update {$mac}.cfg
2018-09-13 01:30:34 -06:00
FusionPBX
8f815c6127
Update {$mac}.cfg
2018-09-13 01:25:48 -06:00
FusionPBX
ed0ecbe5e6
Update {$mac}.cfg
2018-09-13 01:22:00 -06:00
Len
3f01497327
Update {$mac}.cfg ( #3471 )
2018-09-12 21:41:55 -06:00
Len
f179cae1d6
Update {$mac}.cfg ( #3440 )
2018-09-12 21:32:46 -06:00
Len
f946bf6f0c
Update {$mac}.cfg ( #3441 )
2018-09-12 21:31:49 -06:00
Len
cc8a497eec
Update {$mac}.cfg ( #3442 )
2018-09-12 21:31:04 -06:00
Len
1e6a0c4c0b
Update {$mac}.cfg ( #3443 )
2018-09-12 21:30:37 -06:00
Len
9573db5dba
Update {$mac}.cfg ( #3470 )
2018-09-12 21:29:42 -06:00
Len
4fc4d1318f
Update {$mac}.cfg ( #3444 )
2018-09-12 21:29:06 -06:00
Len
00758ef2eb
Update {$mac}.cfg ( #3469 )
2018-09-12 21:28:23 -06:00
Len
9f11e8d16a
Update {$mac}.cfg ( #3445 )
2018-09-12 21:27:49 -06:00
Len
1995458d34
Update {$mac}.cfg ( #3446 )
2018-09-12 21:26:57 -06:00
Len
f93a01f2ba
Update {$mac}.cfg ( #3447 )
2018-09-12 21:26:26 -06:00
Len
93cc36bf0f
Update {$mac}.cfg ( #3468 )
2018-09-12 21:25:43 -06:00
Len
cb720c7c2d
Update {$mac}.cfg ( #3466 )
2018-09-12 21:25:10 -06:00
Len
5af192feb2
Update {$mac}.cfg ( #3467 )
2018-09-12 21:24:37 -06:00
Len
d620684fd1
Update {$mac}.cfg ( #3448 )
2018-09-12 21:23:36 -06:00
Len
82cbaf8a3c
Update {$mac}.cfg ( #3449 )
2018-09-12 21:22:33 -06:00
Len
dc88a62dee
Update {$mac}.cfg ( #3465 )
2018-09-12 21:21:35 -06:00
Len
5c8823b928
Update {$mac}.cfg ( #3450 )
2018-09-12 21:19:33 -06:00
Len
c58be487b8
Update {$mac}.cfg ( #3451 )
2018-09-12 21:18:23 -06:00
Len
55b1e9b8ef
Update {$mac}.cfg ( #3464 )
2018-09-12 21:17:38 -06:00
Len
6c5f752603
Update {$mac}.cfg ( #3463 )
2018-09-12 21:16:25 -06:00
Len
77d29bcf7d
Update {$mac}.cfg ( #3452 )
2018-09-12 21:15:22 -06:00
Len
d0353c023a
Update {$mac}.cfg ( #3453 )
2018-09-12 21:14:38 -06:00
Len
71764639f4
Update {$mac}.cfg ( #3462 )
2018-09-12 21:13:37 -06:00
Len
b07f3d99a6
Update {$mac}.cfg ( #3454 )
2018-09-12 21:13:07 -06:00
Len
117ae3cf80
Update {$mac}.cfg ( #3459 )
2018-09-12 21:12:26 -06:00
Len
1db0c9f9d7
Update {$mac}.cfg ( #3460 )
2018-09-12 21:11:11 -06:00
Len
508a93f126
Update {$mac}.cfg ( #3461 )
2018-09-12 21:10:44 -06:00
Len
f52c064871
Update {$mac}.cfg ( #3455 )
2018-09-12 21:05:40 -06:00
Len
ae5eed6cb9
Update {$mac}.cfg ( #3456 )
2018-09-12 21:04:16 -06:00
Len
41bd7da7e1
Update {$mac}.cfg ( #3458 )
2018-09-12 21:03:25 -06:00
Len
f67603d8aa
Update {$mac}.cfg ( #3457 )
2018-09-12 21:01:11 -06:00
AlexanderDCrane
a1a08dd529
Update {$mac}.cfg ( #3408 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-12 19:26:38 -06:00
AlexanderDCrane
aa7330a7bd
Update {$mac}.cfg ( #3409 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-12 19:25:38 -06:00
AlexanderDCrane
ac5895beb8
Update {$mac}.cfg ( #3410 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-12 19:25:12 -06:00
AlexanderDCrane
647a68c650
Update {$mac}.cfg ( #3407 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-12 19:24:52 -06:00
AlexanderDCrane
d83833f94f
Update {$mac}.cfg ( #3412 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-12 19:19:05 -06:00
AlexanderDCrane
095429b524
Update {$mac}.cfg ( #3413 )
2018-09-12 19:18:16 -06:00
AlexanderDCrane
d1df183c45
Update {$mac}.cfg ( #3414 )
2018-09-12 19:17:36 -06:00
AlexanderDCrane
5c214977db
Update {$mac}.cfg ( #3415 )
2018-09-12 19:17:04 -06:00
AlexanderDCrane
773047cb9c
Update {$mac}.cfg ( #3417 )
2018-09-12 19:16:15 -06:00
AlexanderDCrane
f523a37748
Update {$mac}.cfg ( #3418 )
2018-09-12 19:15:35 -06:00
AlexanderDCrane
33efb0a126
Update {$mac}.cfg ( #3429 )
2018-09-12 19:15:17 -06:00
AlexanderDCrane
116e284d5b
Update {$mac}.cfg ( #3430 )
2018-09-12 19:14:56 -06:00
AlexanderDCrane
8bb83b9847
Update {$mac}.cfg ( #3431 )
2018-09-12 19:13:08 -06:00
AlexanderDCrane
2d2e3b52fb
Update {$mac}.cfg ( #3432 )
2018-09-12 19:11:46 -06:00
AlexanderDCrane
7cc701892a
Update {$mac}.cfg ( #3433 )
2018-09-12 19:09:36 -06:00
AlexanderDCrane
65f15819e6
Update {$mac}.cfg ( #3434 )
2018-09-12 19:08:40 -06:00
AlexanderDCrane
28d5e222f1
Update {$mac}.cfg ( #3435 )
2018-09-12 19:06:11 -06:00
AlexanderDCrane
8bd80b68d3
Update {$mac}.cfg ( #3436 )
2018-09-12 19:05:23 -06:00
Len
233318b7e1
Update {$mac}.cfg ( #3439 )
2018-09-12 19:03:55 -06:00
AlexanderDCrane
fdb8847077
Update {$mac}.cfg ( #3437 )
2018-09-12 18:44:08 -06:00
AlexanderDCrane
1a16b97dba
Update {$mac}.cfg ( #3438 )
2018-09-12 18:43:31 -06:00
AlexanderDCrane
3a9173e4b8
Update {$mac}.cfg ( #3428 )
2018-09-12 16:41:26 -06:00
AlexanderDCrane
ec2401482c
Update {$mac}.cfg ( #3421 )
2018-09-12 16:40:53 -06:00
AlexanderDCrane
685e26d6c2
Update {$mac}.cfg ( #3423 )
2018-09-12 16:40:24 -06:00
AlexanderDCrane
b655851aec
Update {$mac}.cfg ( #3424 )
2018-09-12 16:39:01 -06:00
AlexanderDCrane
fed6ff2832
Update {$mac}.cfg ( #3425 )
2018-09-12 16:38:26 -06:00
AlexanderDCrane
82590841cb
Update {$mac}.cfg ( #3426 )
2018-09-12 16:34:41 -06:00
AlexanderDCrane
f7e51663fd
Update {$mac}.cfg ( #3427 )
2018-09-12 16:33:00 -06:00
AlexanderDCrane
f701d35c82
Update {$mac}.cfg ( #3422 )
2018-09-12 16:17:11 -06:00
AlexanderDCrane
61324ed962
Update {$mac}.cfg ( #3419 )
2018-09-12 16:16:09 -06:00
AlexanderDCrane
e90090cc8b
Update {$mac}.cfg ( #3420 )
2018-09-12 16:10:12 -06:00
AlexanderDCrane
6e27ecb9e9
Update {$mac}.cfg ( #3416 )
2018-09-12 16:09:28 -06:00
AlexanderDCrane
f321075493
Update {$mac}.cfg ( #3411 )
2018-09-12 15:35:25 -06:00
AlexanderDCrane
579219bfad
Update {$mac}.cfg ( #3406 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-12 15:30:05 -06:00
AlexanderDCrane
f365d1b080
Update {$mac}.cfg ( #3405 )
...
* Update {$mac}.cfg
* Update {$mac}.cfg
2018-09-12 15:26:42 -06:00
AlexanderDCrane
afac57b6c7
Update {$mac}.cfg ( #3404 )
2018-09-12 14:45:24 -06:00
FusionPBX
1bad888518
Update {$mac}.cfg
2018-09-12 14:05:46 -06:00
FusionPBX
fae6700ec8
Update {$mac}.cfg
2018-09-12 14:01:58 -06:00
FusionPBX
2036ac36c1
Update {$mac}.cfg
2018-09-12 14:00:58 -06:00
FusionPBX
97de015b47
Update directory.lua
2018-09-10 13:36:55 -06:00
konradSC
e6b5c829af
Update file_cache.lua ( #3402 )
...
Run OS command through Freeswitch for better performance. Running OS commands directly from lua can cause RTP timing issues.
2018-09-06 17:45:33 -06:00
futureFry
2fb2c170c7
removed double quote from $v_mailer_app path ( #3010 )
...
if this is left in freeswitch (1.6.20) will not start up.
Freeswitch: Cannot Initialize [[error near line 4105]: missing >]
there might still be a problem on line 1299 -> please correct me if I'm wrong.
2018-09-02 10:27:03 -06:00
FusionPBX
2efdf15fc6
Update app_languages.php
2018-09-01 02:12:16 -06:00
Zachary Kitchen
cb9d322f2a
Update {$mac}.xml ( #3365 )
2018-08-31 12:24:14 -06:00
FusionPBX
f749925ebe
Update and rename messages.php to message.php
2018-08-30 21:12:55 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
FusionPBX
8e757a0b39
Minor version update 4.5.2
2018-08-30 10:28:02 -06:00
FusionPBX
06a27f2cac
Delete .phpqrcode.php.swp
2018-08-30 01:34:38 -06:00
markjcrane
456789a024
Add a BSD licensed QR code library
2018-08-30 07:30:39 +00:00
danry25
9f4125e008
Added Grandstream HT802 provisioning file ( #3364 )
2018-08-29 22:31:17 -06:00
danry25
27ed84dfe6
Wired up configurable firmware versions for Grandstream Devices ( #3284 )
...
* Added the ability to pick the SIP account for the first two slots on each handset
* Revert to clean base
* Configurable firmware versions for Grandstream Devices
* Cleaned up duplicate P codes in gxv3504 prov, and spacing elsewhere
Updated or added configurable firmware versions to the remaining Grandstream configs
* Documented how to use the firmware version feature
* Formatting fix in Readme
2018-08-26 13:04:13 -06:00
FusionPBX
575429e3c8
Update index.lua
2018-08-26 11:30:47 -06:00
FusionPBX
2af4844cf3
Update {$mac}.cfg
2018-08-24 14:52:57 -06:00
FusionPBX
75feda92c2
Update {$mac}.cfg
2018-08-24 14:37:22 -06:00
FusionPBX
3b3ed6abf4
Update {$mac}.cfg
2018-08-24 14:27:28 -06:00
FusionPBX
07c32a6be8
Update {$mac}.cfg
2018-08-24 14:25:56 -06:00
FusionPBX
5f7cc3d4b2
Update {$mac}.cfg
2018-08-24 14:23:41 -06:00
FusionPBX
f95343fcad
Update {$mac}-directory.xml
2018-08-24 14:11:21 -06:00
FusionPBX
206e7ca7de
Update {$mac}-directory.xml
2018-08-24 14:10:06 -06:00
FusionPBX
eda2a331a1
Update index.lua
2018-08-24 13:57:16 -06:00
FusionPBX
f8aa91d67c
Update index.lua
2018-08-24 13:55:32 -06:00
FusionPBX
a6c88fc609
Update pdo.php
2018-08-19 14:12:56 -06:00
FusionPBX
fcf9611a79
Update switch.php
2018-08-14 23:59:58 -06:00
FusionPBX
0cf5ca62a2
Update switch.php
2018-08-14 21:30:02 -06:00
FusionPBX
628a6803bb
Update directory.lua
2018-08-14 11:02:47 -06:00
FusionPBX
9adf103166
Update cache.php
2018-08-10 17:41:02 -06:00
FusionPBX
f346709450
Update confirm.lua
2018-08-06 12:18:22 -06:00
FusionPBX
e44289646c
Update dialplan.lua
2018-08-03 11:21:16 -06:00
FusionPBX
d111f29f2d
Update index.lua
2018-08-01 22:44:03 -06:00
FusionPBX
6394bccd7c
Update internal.xml.noload
2018-07-26 11:14:01 -05:00
FusionPBX
a34947fa85
Update cache.php
2018-07-24 16:55:56 -05:00
FusionPBX
cc38daece4
Update {$mac}.xml
2018-07-17 23:41:10 -06:00
Len
5973b861bd
Update {$mac}.cfg ( #3243 )
2018-07-17 15:01:38 -06:00
Len
ffdc4c73b3
Update {$mac}.cfg ( #3244 )
2018-07-17 14:58:37 -06:00
Len
685f73ada9
Update {$mac}.cfg ( #3245 )
2018-07-17 14:58:23 -06:00
Len
a30eb77b3a
Update {$mac}.cfg ( #3246 )
2018-07-17 14:58:03 -06:00
Len
ac75c0e073
Update {$mac}.cfg ( #3247 )
2018-07-17 14:57:25 -06:00
Len
57cb538231
Update {$mac}.cfg ( #3248 )
2018-07-17 14:56:43 -06:00
Len
df826413ee
Update {$mac}.cfg ( #3249 )
2018-07-17 14:56:24 -06:00
Len
1b5b8fe5a6
Update {$mac}.cfg ( #3254 )
2018-07-17 14:55:57 -06:00
Len
7562f151f8
Update {$mac}.cfg ( #3256 )
2018-07-17 14:55:38 -06:00
Len
c17cb6a35d
Update {$mac}.cfg ( #3257 )
2018-07-17 14:55:13 -06:00
Len
42a5807ae2
Update {$mac}.cfg ( #3258 )
2018-07-17 14:53:30 -06:00
Len
6d966ea31f
Update {$mac}.cfg ( #3259 )
2018-07-17 14:52:44 -06:00
Len
cf6bcda5f9
Update {$mac}.cfg ( #3260 )
2018-07-17 14:52:29 -06:00
Len
5d6ee321f8
Update {$mac}.cfg ( #3261 )
2018-07-17 13:45:46 -06:00
Len
824b2f83dd
Update {$mac}.cfg ( #3262 )
2018-07-17 13:45:18 -06:00
Len
f4cdc9d98f
Update {$mac}.cfg ( #3263 )
2018-07-17 13:45:02 -06:00
Len
a8be011e57
Update {$mac}.cfg ( #3264 )
2018-07-17 13:44:41 -06:00
Len
f7ca515b8f
Update {$mac}.cfg ( #3265 )
2018-07-17 13:44:20 -06:00
Len
5eea6d9ec0
Update {$mac}.cfg ( #3266 )
2018-07-17 13:43:16 -06:00
Len
c1ecc8a9fd
Update {$mac}.cfg ( #3267 )
2018-07-17 13:42:54 -06:00
Len
adaf267c1a
Update {$mac}.cfg ( #3268 )
2018-07-17 13:42:31 -06:00
Len
10d8199946
Update {$mac}.cfg ( #3269 )
2018-07-17 13:42:14 -06:00
Len
a22999078c
Update {$mac}.cfg ( #3270 )
2018-07-17 13:41:54 -06:00
Len
044194ba93
Update {$mac}.cfg ( #3271 )
2018-07-17 13:41:13 -06:00
Len
04c9ef2e64
Update {$mac}.cfg ( #3272 )
2018-07-17 13:40:56 -06:00
Len
bcf86c980b
Update {$mac}.cfg ( #3274 )
2018-07-17 13:39:52 -06:00
Len
8cb3af2ed4
Update {$mac}.cfg ( #3275 )
2018-07-17 13:39:30 -06:00
Len
51ddbe8602
Update {$mac}.cfg ( #3277 )
2018-07-17 13:38:22 -06:00
Len
c735fd4ec3
Update {$mac}.cfg ( #3273 )
2018-07-17 13:37:55 -06:00
Len
4ba54dfcff
Update {$mac}.cfg ( #3276 )
2018-07-17 13:37:39 -06:00
Len
4b02c88582
Update {$mac}.cfg ( #3255 )
2018-07-17 12:09:48 -06:00
Len
6725bf454d
Update {$mac}.cfg ( #3250 )
2018-07-17 12:05:53 -06:00
Len
6c5d24ce3b
Update {$mac}.cfg ( #3251 )
2018-07-17 12:05:32 -06:00
Len
93ec5aefb0
Update {$mac}.cfg ( #3252 )
2018-07-17 12:05:16 -06:00
Len
73a2f79ede
Update {$mac}.cfg ( #3253 )
2018-07-17 12:04:59 -06:00
FusionPBX
727c82b0bc
Update {$mac}.cfg
2018-07-17 00:33:56 -06:00
FusionPBX
936461939a
Update {$mac}.cfg
2018-07-16 23:47:18 -06:00
FusionPBX
7b66b01f97
Update destinations.php
2018-07-01 11:16:47 -06:00
FusionPBX
dd8c6bb3d3
Update persist_form.php
2018-06-29 20:02:00 -06:00
FusionPBX
c011fcbb90
Update persist_form_var.php
2018-06-29 19:59:19 -06:00
FusionPBX
7a819a7101
Update persist_form.php
2018-06-29 19:53:50 -06:00
FusionPBX
2f5826db3d
Update destinations.php
2018-06-28 23:29:21 -06:00
AlexanderDCrane
13044af172
Update {$mac}.cfg ( #3215 )
2018-06-28 18:24:45 -06:00
AlexanderDCrane
a2908fd53d
Update {$mac}.cfg ( #3216 )
2018-06-28 18:24:31 -06:00
AlexanderDCrane
343602e52c
Update {$mac}.cfg ( #3217 )
2018-06-28 18:24:18 -06:00
AlexanderDCrane
339e7d1260
Update {$mac}.cfg ( #3218 )
2018-06-28 18:23:52 -06:00
AlexanderDCrane
1ca0492b0b
Update {$mac}.cfg ( #3219 )
2018-06-28 18:23:36 -06:00
AlexanderDCrane
e83e9c4792
Update {$mac}.cfg ( #3220 )
2018-06-28 18:23:16 -06:00
AlexanderDCrane
1ab4e25609
Update {$mac}.cfg ( #3221 )
2018-06-28 18:22:32 -06:00
FusionPBX
725dc83762
Update call_forward.lua
2018-06-26 11:54:26 -06:00
ednt
f413330a1a
Update index.lua ( #3196 )
...
A reboot for snom provisioning is not needed.
2018-06-26 11:45:12 -06:00
FusionPBX
f75546d688
Update index.lua
2018-06-25 10:35:47 -06:00
FusionPBX
0953cc2e31
Update {$mac}.cfg
2018-06-22 02:19:40 -06:00
FusionPBX
2e7dcece48
Update {$mac}.cfg
2018-06-22 02:18:57 -06:00
FusionPBX
e42aaa4d97
Update {$mac}.cfg
2018-06-22 02:17:53 -06:00
FusionPBX
de7865c63e
Update {$mac}.cfg
2018-06-22 02:16:52 -06:00
FusionPBX
2376a9f733
Update {$mac}.cfg
2018-06-22 02:15:29 -06:00
FusionPBX
30ad0b6bb8
Update {$mac}.cfg
2018-06-22 02:14:01 -06:00
FusionPBX
35a94848a4
Update {$mac}.cfg
2018-06-22 02:12:58 -06:00
FusionPBX
9ad474183d
Update {$mac}.cfg
2018-06-22 02:10:37 -06:00
FusionPBX
1b20c19b28
Update {$mac}.cfg
2018-06-22 02:09:35 -06:00
FusionPBX
6c208860f6
Update {$mac}.cfg
2018-06-22 02:08:07 -06:00
FusionPBX
92a6235f21
Update {$mac}.cfg
2018-06-22 02:07:06 -06:00
FusionPBX
a648f094ab
Update {$mac}.cfg
2018-06-22 02:02:44 -06:00
FusionPBX
1e55060fe0
Update {$mac}.cfg
2018-06-22 02:01:58 -06:00
FusionPBX
ad70cb6211
Update {$mac}.cfg
2018-06-22 01:56:02 -06:00
FusionPBX
e9d243a230
Update destinations.php
2018-06-20 23:26:47 -06:00
Jim Kusznir
9dfa53fec7
Fixed gxp2170 template value register_timeout ( #3074 )
...
* Adds distinctive ring for grandstream 2170 template
* Fixed Register Timeout in gxp2170
* Fix PC passthrough default vlan 1 to 0 (untagged)
* Fix more regressions in grandstream 2135/2170 templates
* correct typo in grandstream_nat_transversal variable in gxp2135 template
* Fix override user ring volume
2018-06-20 10:20:37 -06:00
FusionPBX
06af0ea61d
Update route_to_bridge.lua
2018-06-18 17:43:25 -06:00
FusionPBX
f9ea648f28
Update {$mac}.cfg
2018-06-15 21:27:13 -06:00
FusionPBX
900a195a81
Update {$mac}.cfg
2018-06-15 21:26:03 -06:00
Len
0bee511785
update codec add opus ( #3189 )
2018-06-13 17:35:29 -06:00
Len
e266275242
added opus option for newer firmware ( #3188 )
2018-06-13 10:35:30 -06:00
FusionPBX
1e66c87b0c
Update index.lua
2018-06-06 23:08:34 -06:00
FusionPBX
f1dc3c906b
Update index.lua
2018-06-06 21:10:23 -06:00
FusionPBX
8c10f27c9e
Update check_auth.php
2018-06-05 23:36:24 -06:00
FusionPBX
7f3bdb00b9
Update paging.php
2018-06-03 17:06:55 -06:00
FusionPBX
c64a93f84e
Update login.php
2018-06-02 16:17:16 -06:00
FusionPBX
1826b851d4
Update login.php
2018-06-02 16:15:36 -06:00
Len
fccb81d727
correct } typo ( #3080 )
2018-05-31 11:16:19 -06:00
FusionPBX
fcbac2bd02
Update database.php
2018-05-31 09:15:23 -06:00
Len
f36e1dc9b0
correct } typo ( #3079 )
2018-05-31 00:17:03 -06:00
FusionPBX
02a3e3e0da
Update disa.lua
2018-05-30 19:54:11 -06:00
Caleb
bc6a58aa30
Added support for authentication via voicemail box passwords ( #3076 )
2018-05-30 19:52:52 -06:00
FusionPBX
66a5d9e92c
Update mkdir.lua
2018-05-30 10:54:01 -06:00
emaktech
1839482f57
Fix Yealink Programmable Key Template Conflicts ( #3073 )
...
* Add language, dialect and voice selection
This scans the FreeSWITCH sounds directory to find installed languages and then allows the user to select the language, dialect and voice from a dropdown. The selected option will then be built into the dialplan and saved in the database when saving the IVR.
This fixes many cases of inconsistent language problems with email templates, multilanguage voicemail support, etc. by setting an appropriate installed dialect and voice. This variable is then passed along to the next applications correctly rather than relying only on the default settings on the switch and creating inconsistent behaviors.
example of poor behavior before: Setting language to "fr" on the IVR with default switch settings as "en, us, callie" would set the language to fr-us callie which is an obviously incorrect configuration. By forcing all variables to be set to together in the IVR dialplan it avoids such inconsistent behaviors.
* Fix Yealink Programmable Key Template Conflicts
Some Yealink templates have both on the {$mac.cfg} files as well as the y000000000000.cfg files. This creates a conflict when configuring the pgorammable keys in the templates so all the programmable options have been removed from the {$mac.cfg} files to resolve the conflict.
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update ivr_menu_edit.php
2018-05-29 15:53:18 -06:00
Zachary Kitchen
e47c449ef8
Disable anonymous (ghost calling) on Grandstreams ( #3068 )
...
* Grandstream Weather App Variable added
Allows users to select metric/imperial for weather app and define city for the weather app on Grandstream
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Disable anonymous (ghost calling) on Grandstreams
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2018-05-28 16:30:25 -07:00
FusionPBX
39cf4cd31c
Update functions.php
2018-05-28 13:48:16 -06:00
Zachary Kitchen
b0721f5198
Updated for Weather App on Grandstream Phones ( #3067 )
...
* Grandstream Weather App Variable added
Allows users to select metric/imperial for weather app and define city for the weather app on Grandstream
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2018-05-23 16:00:15 -07:00
Len
805436d6b5
Update {$mac}.cfg ( #3062 )
...
fix missing dst option
2018-05-22 21:32:03 -06:00
FusionPBX
c2f60a0407
Update functions.php
2018-05-19 23:51:59 -06:00
FusionPBX
5028507062
Update database.php
2018-05-19 15:48:02 -06:00
FusionPBX
70f9d4944d
Update database.php
2018-05-18 18:56:06 -06:00
Luis Daniel Lucio Quiroz
b0bba86d8c
Fix Mysql/MariaDB installation 2/2 [4.5] ( #3056 )
...
Missing default speed ups
2018-05-18 00:58:15 -06:00
FusionPBX
c72222903b
Update call_forward.lua
2018-05-09 22:47:21 -06:00
FusionPBX
8115247737
Update call_forward.lua
2018-05-09 22:45:55 -06:00
Jim Kusznir
58330ba48f
Adds distinctive ring for grandstream 2170 template ( #3051 )
2018-05-09 18:58:45 -06:00
FusionPBX
7a05fc4f75
Update index.lua
2018-05-09 09:57:47 -06:00
konradSC
ba27ac8770
Bug Fix: Wrong Variable Type ( #3050 )
...
The variable "external" is set as a String not as a Boolean. Changed the If statement to reflect.
2018-05-09 09:54:41 -06:00
FusionPBX
7d2317620d
Update index.lua
2018-05-09 09:48:48 -06:00
FusionPBX
b055af1218
Update index.lua
2018-05-09 09:07:40 -06:00
FusionPBX
2a9e6f3b3c
Update index.lua
2018-05-09 09:01:56 -06:00
The-Operator
593f8ac9a9
Enhance Call Blocking [master] ( #2988 )
...
* Added support for regular expressions in the numbers to be blocked.
Reduced the caching timeout, as the counter is only incremented when a call is blocked and the number is not cached.
* Added default sort order.
* Added option to switch on/off use of regular expression matching for pgsql and mysql.
* Added support for sqlite and updated default number match to "LIKE" as suggested by MafooUK on IRC.
* Selection of behavior (default [=], regex or like matching) is now done via the variable call_block_matching = regex|like|EMPTY - type text - in the Call Block section of Default Settings.
* Updated comment to match new matching.
2018-05-08 08:50:57 -06:00
FusionPBX
490803114b
Update index.lua
2018-05-07 19:59:41 -06:00
Zachary Kitchen
1ef330ec29
Update {$mac}.xml ( #3038 )
2018-05-07 08:33:10 -06:00
Zachary Kitchen
0e497d924f
Update {$mac}.xml ( #3037 )
...
Allows users to configure the city code in the default settings table
2018-05-07 08:29:58 -06:00
FusionPBX
d7411b2f23
Update index.lua
2018-05-06 13:10:08 -06:00
konradSC
8abe5387ae
Use Freeswitch for mkdir ( #3049 )
...
This change reduces the strain on the system by running the OS command through Freeswitch rather than directly from Lua. When running directly from Lua it causes RTP jitter in a high capacity system.
2018-05-04 13:32:36 -06:00
FusionPBX
1c8cb7d6cf
Update dialplan.lua
2018-05-03 15:19:23 -06:00
FusionPBX
a84f7155d5
Update paging.php
2018-05-01 02:47:22 -06:00
emaktech
b67ccbeea6
Add Ability to Edit Yealink Programmable Keys ( #3041 )
...
Edited all Yealink templates to allow programmable keys to be modified from the Devices page.
2018-04-30 17:56:28 -06:00
FusionPBX
452f6abd2a
Update y000000000028.cfg
2018-04-30 16:02:27 -06:00
FusionPBX
1137d9a634
Update record_greeting.lua
2018-04-30 10:32:05 -06:00
afanucchi
1e89710264
Allow call forwarding to be enabled and set by argument in INVITE. Useful for softkey on hard phones. ( #3035 )
2018-04-27 00:44:43 -06:00
Luis Daniel Lucio Quiroz
cad0636b12
Same as 4.4 ( #3040 )
...
...
2018-04-26 14:42:23 -06:00
FusionPBX
ed184562da
Update index.lua
2018-04-25 21:19:31 -06:00
Len
1b3f5d710f
Fix key type disabled ( #3033 )
...
Fix key type disabled for park, page etc
2018-04-22 12:12:07 -06:00
FusionPBX
ae252d235b
Update pdo.php
2018-04-21 09:31:02 -06:00
FusionPBX
e4ec48eb48
Update index.lua
2018-04-20 09:33:33 -06:00
FusionPBX
517cfb94ba
Update {$mac}.cfg
2018-04-15 00:30:36 -06:00
FusionPBX
ddac843363
Update {$mac}.cfg
2018-04-15 00:30:14 -06:00
FusionPBX
8012e96258
Update {$mac}.cfg
2018-04-15 00:29:51 -06:00
FusionPBX
5fa0e021fd
Update {$mac}.cfg
2018-04-15 00:29:11 -06:00
FusionPBX
9980c54285
Update {$mac}.cfg
2018-04-14 16:17:05 -06:00
FusionPBX
dc126e705e
Update {$mac}.cfg
2018-04-14 16:16:44 -06:00
FusionPBX
91159f4f3a
Update {$mac}.cfg
2018-04-14 16:16:25 -06:00
FusionPBX
e23e335bcf
Update {$mac}.cfg
2018-04-14 16:15:40 -06:00
Len
57ac64f8e9
p1359 ( #3029 )
...
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
* Update {$mac}.xml
2018-04-14 00:04:40 -06:00
FusionPBX
a3b109972d
Update {$mac}.cfg
2018-04-12 00:03:22 -06:00
FusionPBX
6aa1743131
Update {$mac}.cfg
2018-04-12 00:02:06 -06:00
FusionPBX
d0ba50df62
Update {$mac}.cfg
2018-04-11 23:59:40 -06:00
FusionPBX
771a3f7036
Create phonebook.xml
2018-04-11 23:51:26 -06:00
FusionPBX
2902d98d27
Create phonebook.xml
2018-04-11 23:50:56 -06:00
FusionPBX
9d26606e11
Create phonebook.xml
2018-04-11 23:49:47 -06:00
FusionPBX
f2f4409fb8
Update phonebook.xml
2018-04-11 23:49:10 -06:00
FusionPBX
1f29752586
Create phonebook.xml
2018-04-11 23:40:57 -06:00
FusionPBX
a1ed9b1358
Update {$mac}.cfg
2018-04-11 23:40:36 -06:00
FusionPBX
c7f502eb53
Update {$mac}.cfg
2018-04-11 23:23:58 -06:00
FusionPBX
9586a8bc1f
Update {$mac}.cfg
2018-04-11 23:22:27 -06:00
FusionPBX
6a83b0e45c
Update {$mac}.cfg
2018-04-11 23:20:36 -06:00
FusionPBX
57fd25683c
Update {$mac}.cfg
2018-04-11 23:18:44 -06:00
FusionPBX
cd8b7f332f
Update ringbacks.php
2018-04-10 21:14:12 -06:00
FusionPBX
bb1202ba1b
Update app_languages.php
2018-04-10 20:46:12 -06:00
FusionPBX
952b5b4547
Update ringbacks.php
2018-04-10 20:37:01 -06:00
FusionPBX
2178711775
Update ringbacks.php
2018-04-10 20:13:38 -06:00
Len
839ec0ebe3
Update {$mac}.xml ( #3024 )
...
value not needed, causes issue for updating phone
2018-04-10 18:24:25 -06:00
Len
5e3c84744d
Update {$mac}.xml ( #3026 )
...
value not needed, causes issue for updating phone
2018-04-10 18:23:47 -06:00
FusionPBX
8c8c80b9cd
Update index.lua
2018-04-09 16:15:52 -06:00
FusionPBX
2f49e42ac7
Update index.lua
2018-04-09 15:26:25 -06:00
FusionPBX
f5a73a8e1d
Update index.lua
2018-04-09 10:40:05 -06:00
FusionPBX
9aa4cac06f
Update {$mac}.xml
2018-04-06 09:13:26 -06:00
FusionPBX
4ef52d6416
Update {$mac}.xml
2018-04-06 08:57:16 -06:00
FusionPBX
f18f50f000
Update functions.php
2018-04-05 22:29:03 -06:00
FusionPBX
14eda26635
Update functions.php
2018-04-05 22:25:45 -06:00
FusionPBX
34de964157
Update index.lua
2018-04-05 20:02:24 -06:00
FusionPBX
772af931ba
Update app_languages.php
2018-04-05 14:49:38 -06:00
FusionPBX
1ac03ef139
Update index.lua
2018-03-31 13:05:21 -06:00
FusionPBX
465ff67989
Update callcenter.conf.lua
2018-03-31 11:13:08 -06:00
krstork
5ebd324f26
Update {$mac}.xml ( #3018 )
...
* Update {$mac}.xml
Added Screensaver, SIP Transport, and SRTP Mode.
Fixed DNS Mode and NAT Traversal naming.
* Update {$mac}.xml
Added back in the original SIP Transport code.
2018-03-30 12:42:10 -06:00
FusionPBX
a87a995f9a
Update switch.php
2018-03-29 19:30:25 -06:00
FusionPBX
6f9ff0fb08
Update switch.php
2018-03-29 19:29:12 -06:00
FusionPBX
a2dfb76a47
Update ringbacks.php
2018-03-29 19:27:22 -06:00
FusionPBX
863c35f60c
Update tones.php
2018-03-29 19:26:01 -06:00
FusionPBX
f789ed4811
Update index.lua
2018-03-28 22:40:55 -06:00
FusionPBX
fcd0ae454c
Update {$mac}.cfg
2018-03-26 23:23:58 -06:00
FusionPBX
4ef88721eb
Update {$mac}.cfg
2018-03-26 23:23:36 -06:00
FusionPBX
fbb77c11d8
Update {$mac}.cfg
2018-03-26 23:23:11 -06:00
FusionPBX
c16cded81a
Update {$mac}.cfg
2018-03-26 23:22:29 -06:00
FusionPBX
beb0aeb329
Create {$mac}.cfg
2018-03-26 23:06:53 -06:00
FusionPBX
6f1dcfda88
Rename {$mac}.xml to {$mac}.cfg
2018-03-26 23:05:00 -06:00
FusionPBX
200aecb5c9
Create {$mac}.xml
2018-03-26 23:01:32 -06:00
FusionPBX
3cc513a2b7
Update {$mac}.cfg
2018-03-26 22:59:27 -06:00
FusionPBX
513dd85c7c
Create {$mac}.cfg
2018-03-26 22:59:01 -06:00
emaktech
12921a4e86
Add Yealink GUI Language Variable ( #3017 )
...
Adds yealink_language_gui variable to all Yealink templates.
Note: Some templates were forcing "English" through conditional statement or hard-coded.
Now, if no value is set, it will not set any value in the template. This should not hurt anything as default language on Yealink phones is "English"
2018-03-25 22:46:07 -06:00
emaktech
667fa593bd
Add Yealink W60B Provisioning Template ( #3016 )
...
* Add new Yealink MWI Subscribe Variable
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.
* Add Yealink alert_info Distinctive Ring Variables
Adds new variables in Yealink provisioning templates to allow control of distinctive ring text and distinctive ringtone options.
New variables:
yealink_ring_text_X
yealink_ring_file_X
Setting affected:
distinctive_ring_tones.alert_info.X.text
distinctive_ring_tones.alert_info.X.ringer
Phones affected:
T1x
T2x
T3x
T4x
T5x
User Effect
This should not have any effect on existing provisioning settings unless the new variables are defined.
* Add files via upload
* Fix yealink_firmware_url
* Delete {$mac}.cfg
* Delete y000000000076.cfg
* Delete y000000000000.boot
* Add Yealink W60B Template
New template for Yealink W60b DECT handset.
2018-03-25 22:27:09 -06:00
FusionPBX
e4462ba232
Update switch.php
2018-03-25 11:21:26 -06:00
FusionPBX
69a8ead027
Update index.lua
2018-03-24 17:33:49 -06:00
FusionPBX
8237fb7f4a
Update index.lua
2018-03-24 17:33:10 -06:00
FusionPBX
3f382c85ec
Update index.lua
2018-03-24 15:45:11 -06:00
FusionPBX
608a6944f7
Update index.lua
2018-03-24 15:38:10 -06:00
FusionPBX
85f875b95e
Update index.lua
2018-03-24 15:35:32 -06:00
FusionPBX
d56119bb79
Update index.lua
2018-03-24 15:34:54 -06:00
FusionPBX
d96e1c1092
Update index.lua
2018-03-24 15:24:43 -06:00
FusionPBX
d35b3fd002
Update send_email.lua
2018-03-24 15:16:33 -06:00
Len
34a728fe62
Update {$mac}.cfg
2018-03-23 00:43:37 -04:00
Len
1daf392004
Update {$mac}.cfg
2018-03-22 23:59:22 -04:00
Len
63e1e7cbdd
Update {$mac}.cfg
2018-03-22 13:38:51 -04:00
Len
926edef510
Update {$mac}.cfg
2018-03-22 11:41:07 -04:00
Len
690c6688d2
Update {$mac}.cfg
2018-03-22 11:24:31 -04:00
FusionPBX
f54a61c6dd
Update functions.php
2018-03-21 01:43:07 -06:00
FusionPBX
36270f5d4b
Update index.lua
2018-03-16 00:44:11 -06:00
Len
da55879437
Update {$mac}.cfg
2018-03-14 15:47:49 -04:00
Caleb
5fe898716c
Changed NOTIFY Event header for Grandstream phones ( #3014 )
...
Changed SIP NOTIFY Event header for Grandstream phones to allow provisioning with out requiring a reboot of the device. Based on communication with a Grandstream support rep. Tested on Grandstream GXP2130 and GXP2160 models.
2018-03-07 13:51:22 -07:00
sergey-mz
73c0022cd3
Add provision template for Cisco 7941, 7961 phones ( #3013 )
...
* ODBC DSN detection
* Merge remote-tracking branch 'upstream/master'
* Merge remote-tracking branch 'upstream/master'
* Spelling errors
* Requests to speech platform can fail
* Add template for Cisco 7941, 7961 phones
2018-03-07 11:34:06 -07:00
Mafoo
3a72a6e3c2
Enhance - Text class ( #3012 )
...
try and preserve existing comments when organizing a language
2018-03-06 10:06:56 -07:00
FusionPBX
57f9653c67
Update {$mac}.xml
2018-03-05 14:55:21 -07:00
FusionPBX
a31b0899de
Update app_languages.php
2018-03-02 02:03:15 -07:00
FusionPBX
c780aaab24
Update app_languages.php
2018-03-02 00:57:09 -07:00
FusionPBX
6247765f80
Update ringbacks.php
2018-03-01 21:19:38 -07:00
Len
fc297008c7
Update {$mac}.xml
2018-03-01 22:23:41 -05:00
Len
05faad9076
Update {$mac}.xml
2018-03-01 22:04:01 -05:00
Len
08d69915b2
Update {$mac}.xml
2018-03-01 22:02:06 -05:00
Len
8ac60a8b0d
Update {$mac}.xml
2018-03-01 21:59:39 -05:00
Len
c3999e7db3
Update {$mac}.xml
2018-03-01 21:57:28 -05:00
Len
6828c01920
Update {$mac}.xml
2018-03-01 21:54:50 -05:00
Len
882ca829eb
Update {$mac}.xml
2018-03-01 19:32:15 -05:00
Len
148f19b5f1
Update {$mac}.xml
2018-03-01 19:30:57 -05:00
Len
e926344852
Update {$mac}.xml
2018-03-01 19:28:19 -05:00
Len
92c1f01155
Update {$mac}.xml
2018-03-01 19:26:38 -05:00
Len
0dbf7fd393
Update {$mac}.xml
2018-03-01 19:24:53 -05:00
Len
445cdf821e
Update {$mac}.xml
2018-03-01 19:23:11 -05:00
Len
64c977c8e9
Update {$mac}.xml
2018-03-01 19:19:45 -05:00
Len
cb62fb115e
Update {$mac}.xml
2018-03-01 19:17:01 -05:00
Len
1e0beb1ebf
Update {$mac}.xml
2018-03-01 19:13:41 -05:00
Len
0c9a9a6fa8
Update {$mac}.xml
2018-03-01 19:10:39 -05:00
Len
977054e2b7
Update {$mac}.xml
2018-03-01 19:09:38 -05:00
Len
32c4feab5f
Update {$mac}.xml
2018-03-01 19:08:41 -05:00
Len
65f53415ea
Update {$mac}.xml
2018-03-01 19:07:49 -05:00
Len
a52b3ca894
Update {$mac}.xml
2018-03-01 19:05:11 -05:00
Len
01e5231017
Update {$mac}.xml
2018-03-01 19:03:46 -05:00
Len
af9725c933
Update {$mac}.xml
2018-03-01 19:00:49 -05:00
Len
5ce4a434a8
Update {$mac}.xml
2018-03-01 18:59:31 -05:00
Len
94d4333f42
Update {$mac}.xml
2018-03-01 18:57:58 -05:00
Len
c01a06a445
Update {$mac}.xml
2018-03-01 18:53:09 -05:00
Len
015d7372da
Update {$mac}.xml
2018-03-01 18:50:27 -05:00
Len
825976c02d
Update {$mac}.xml
2018-03-01 18:45:08 -05:00
Len
c09f3ec670
Update {$mac}.xml
2018-03-01 18:42:24 -05:00
Len
63a50c7851
Update {$mac}.xml
2018-03-01 18:40:07 -05:00
Len
5d8a4760a0
Update {$mac}.xml
2018-03-01 18:34:37 -05:00
Len
c160e567f7
Update {$mac}.xml
2018-03-01 18:31:46 -05:00
Len
f03faf8966
Update {$mac}.xml
2018-03-01 18:27:53 -05:00
Len
908af7795e
Update {$mac}.xml
2018-03-01 18:26:16 -05:00
Len
2c00d57c22
Update {$mac}.xml
2018-03-01 18:25:13 -05:00
Len
f883196c60
Update {$mac}.xml
2018-03-01 18:23:06 -05:00
Len
3d0e55b2e9
Update {$mac}.xml
2018-03-01 18:21:50 -05:00
Len
1bb1580091
Update {$mac}.xml
2018-03-01 17:59:25 -05:00
Len
306cf2c841
Update {$mac}.xml
2018-03-01 17:53:43 -05:00
Len
e42a3fd008
Update {$mac}.xml
2018-03-01 17:45:46 -05:00
Len
31ec7b84a3
Update {$mac}.xml
2018-03-01 17:44:01 -05:00
Len
aabd97d19f
Update {$mac}.xml
2018-03-01 17:40:50 -05:00
Len
fd8756b49e
Update {$mac}.xml
2018-03-01 17:33:12 -05:00
Len
8746f79502
Update {$mac}.xml
2018-03-01 17:29:52 -05:00
Len
1a1616bc69
Update {$mac}.xml
2018-03-01 17:25:38 -05:00
Len
eee6d1d3ac
Update {$mac}.xml
2018-03-01 17:19:43 -05:00
Len
ac06cac02d
Update {$mac}.xml
2018-03-01 17:17:32 -05:00
Len
87c9ab52ed
Update {$mac}.xml
2018-03-01 17:12:34 -05:00
Len
0f8bd3d2be
Update {$mac}.xml
2018-03-01 17:08:15 -05:00
Len
5688fa1cde
Update {$mac}.xml
2018-03-01 17:06:28 -05:00
Len
1521f743f2
Update {$mac}.xml
2018-03-01 17:03:07 -05:00
Len
91b40ab28b
Update {$mac}.xml
2018-03-01 17:00:10 -05:00
Len
464a25ab36
Update {$mac}.xml
2018-03-01 16:58:22 -05:00
Len
fc173aac72
Update {$mac}.xml
2018-03-01 16:52:13 -05:00
Len
9bfa8f6661
Update {$mac}.xml
2018-03-01 16:49:22 -05:00
Len
bb4184b8a9
Update y000000000023.cfg
2018-03-01 16:33:08 -05:00
FusionPBX
44bb6cfa5a
Create {$mac}.xml
2018-03-01 00:43:46 -07:00
futureFry
3703accace
Update switch.php at Line 1282 detecting windows ( #3007 )
...
if (stristr(PHP_OS, 'WIN')) isn't specific enough, it will be true for Darwin or Windows.
2018-02-28 20:45:50 -07:00
Len
a801232457
Update {$mac}.cfg
2018-02-26 14:21:49 -05:00
Mafoo
73d0085dcc
Enhance [master] - update Aastra provision templates ( #2997 )
...
* Enhance update Aastra provision templates
add default settings for time format, date format and timezone
hide include folders (they are not provision templates)
update links to documents
add note to 6xxx templates
* Aastra - the descriptions for the time settings are useful.
2018-02-25 01:58:17 -07:00
FusionPBX
1f1c813675
Update domains.php
2018-02-25 01:08:54 -07:00
Len
a3fcae7e4c
Update {$mac}.cfg
2018-02-23 21:08:08 -05:00
Len
e7bcca6af4
Update {$mac}.cfg
2018-02-23 20:25:18 -05:00
Len
17e7ef039c
Update {$mac}.cfg
2018-02-23 19:22:00 -05:00
krstork
5fa7ea8434
Update {$mac}.xml ( #3006 )
...
Fixed NAT and LDAP settings
2018-02-23 16:59:40 -07:00
krstork
a3b423a841
Update GXP2170 Template and Readme ( #3005 )
...
* Update README.txt
Corrected paths in readme
* Update {$mac}.xml
Updated template to support the latest Grandstream firmware - v1.0.9.26
Fixed some broken and incomplete entries. Cleaned up formatting.
Corrected values to match entries in Default Settings (gs_xxxx to grandstream_xxxx)
* Update app_config.php
Fixed descriptions for their correct value.
Set timezone from fixed Pacific to Auto.
* Update app_config.php
Added entries to match up with values in the provision template.
2018-02-23 15:09:19 -07:00
FusionPBX
3dbc6e9936
Update schema.php
2018-02-23 10:11:34 -07:00
FusionPBX
4caaea382a
Update y000000000053.cfg
2018-02-22 21:28:47 -07:00
FusionPBX
6ae9a66888
Update y000000000000.cfg
2018-02-22 21:26:39 -07:00
FusionPBX
4454206c31
Update y000000000000.cfg
2018-02-22 21:26:01 -07:00
FusionPBX
fa5eafc9ff
Update y000000000037.cfg
2018-02-22 21:24:51 -07:00
FusionPBX
36ff6d7bb9
Update y000000000023.cfg
2018-02-22 21:21:43 -07:00
FusionPBX
e346e28643
Update y000000000025.cfg
2018-02-22 21:19:15 -07:00
FusionPBX
65d46df7cd
Update y000000000025.cfg
2018-02-22 21:18:38 -07:00
Len
6d05c6ea31
Update {$mac}.cfg
2018-02-22 21:03:34 -05:00
Len
4bc2895162
Update {$mac}.cfg
2018-02-22 20:31:43 -05:00
Len
d33cac33c0
Update {$mac}.cfg
2018-02-22 20:30:10 -05:00
Len
c0f448cd58
Update {$mac}.cfg
2018-02-22 17:53:27 -05:00
Len
31564531b7
Update {$mac}.cfg
2018-02-22 17:49:59 -05:00
Len
20cd7f7861
Update {$mac}.cfg
2018-02-22 17:47:21 -05:00
Len
414ba19604
Update {$mac}.cfg
2018-02-22 17:43:54 -05:00
Len
aaa2d8eed1
Update {$mac}.cfg
2018-02-22 17:40:27 -05:00
Len
68aaf61479
Update {$mac}.cfg
2018-02-22 17:31:08 -05:00
Len
5a3e254c66
Update {$mac}.cfg
2018-02-22 17:24:48 -05:00
Len
3c1a6bad2a
Update {$mac}.cfg
2018-02-22 16:29:26 -05:00
FusionPBX
fcaf1dde98
Update index.lua
2018-02-22 12:47:47 -07:00
Len
c22f724bd8
Update {$mac}.cfg
2018-02-22 14:38:17 -05:00
Len
582522cf38
Update {$mac}.cfg
2018-02-22 14:18:35 -05:00
FusionPBX
c05fb67ddc
Update index.lua
2018-02-22 10:12:45 -07:00
Len
8a356f6a3e
Update {$mac}.cfg
2018-02-21 23:47:39 -05:00
Len
43265fdee5
Update {$mac}.cfg
2018-02-21 23:35:28 -05:00
Len
b86207b66d
Update {$mac}.cfg
2018-02-21 22:18:48 -05:00
Len
c1ceaad25b
Update {$mac}.cfg
2018-02-21 18:58:16 -05:00
Len
247e0516a0
Update {$mac}.xml
2018-02-21 17:33:51 -05:00
Len
2ceb0bd6b3
Update {$mac}.xml
2018-02-21 17:31:24 -05:00
Len
fdd0c0c3ac
Update {$mac}.xml
2018-02-21 17:30:42 -05:00
Len
91e856f71a
Update {$mac}.xml
2018-02-21 17:30:10 -05:00
Len
fdb9a8d745
Update {$mac}.xml
2018-02-21 17:26:42 -05:00
Len
2a42248aa3
Update {$mac}.xml
2018-02-21 17:25:57 -05:00
Len
9e15b074f3
Update {$mac}.xml
2018-02-21 17:25:06 -05:00
Len
53e8131f62
Update {$mac}.xml
2018-02-21 17:19:05 -05:00
Len
d5e167e7bf
Update {$mac}.xml
2018-02-21 17:18:22 -05:00
Len
ffe9654d13
Update {$mac}.xml
2018-02-21 17:17:32 -05:00
Len
428be0e6f4
Update {$mac}.xml
2018-02-21 17:13:48 -05:00
Len
30a923663c
Update {$mac}.xml
2018-02-21 17:12:16 -05:00
Len
50a408569e
Update {$mac}.xml
2018-02-21 17:11:35 -05:00
Len
42f29e46aa
Update {$mac}.xml
2018-02-21 17:10:18 -05:00
Len
98da76e38d
Update {$mac}.xml
2018-02-21 17:08:00 -05:00
Len
225c6b1bba
Update {$mac}.xml
2018-02-21 17:06:11 -05:00
Len
2f63a900f3
Update {$mac}.xml
2018-02-21 17:04:51 -05:00
Len
a7648d544b
Update {$mac}.xml
2018-02-21 17:03:38 -05:00
Len
6243581302
Update {$mac}.xml
2018-02-21 17:02:17 -05:00
Len
6b3c2d22fe
Update {$mac}.xml
2018-02-21 17:00:46 -05:00
Len
93e9f91b25
Update {$mac}.xml
2018-02-21 16:56:50 -05:00
Len
6536e7dece
Update {$mac}.xml
2018-02-21 16:55:55 -05:00
Len
15b131bbed
Update {$mac}.xml
2018-02-21 16:54:44 -05:00
Len
c4c79b22d4
Update {$mac}.xml
2018-02-21 16:53:55 -05:00
Len
3beb94984b
Update {$mac}.xml
2018-02-21 16:52:19 -05:00
Len
39eee4cdcd
Update {$mac}.xml
2018-02-21 16:51:21 -05:00
Len
f537880e3b
Update {$mac}.xml
2018-02-21 16:49:08 -05:00
Len
0d493a9a5d
Update {$mac}.xml
2018-02-21 16:46:29 -05:00
FusionPBX
418083193d
Update {$mac}.xml
2018-02-21 13:10:13 -07:00
FusionPBX
ecff391461
Update {$mac}.xml
2018-02-21 13:06:44 -07:00
FusionPBX
5f9037fea1
Update {$mac}.xml
2018-02-21 13:05:54 -07:00
FusionPBX
3b961ca346
Update {$mac}.xml
2018-02-21 13:03:07 -07:00
FusionPBX
129a4a5441
Update {$mac}.xml
2018-02-21 13:02:26 -07:00
FusionPBX
53b39aa06b
Update {$mac}.xml
2018-02-21 13:01:27 -07:00
FusionPBX
c275cea997
Update {$mac}.xml
2018-02-21 13:00:38 -07:00
Len
14e5e3ec64
Update {$mac}.cfg
2018-02-20 21:03:30 -05:00
Len
7f389c2d1c
Update {$mac}.cfg
2018-02-20 20:56:22 -05:00
Len
130da3e3a5
Update {$mac}.cfg
2018-02-20 20:53:26 -05:00
Len
cabae39076
Update {$mac}.cfg
2018-02-20 20:52:18 -05:00
Len
879c8a23ac
Update {$mac}.cfg
2018-02-20 20:50:15 -05:00
Len
efed82e143
Update {$mac}.cfg
2018-02-20 20:46:56 -05:00
Len
e0cadfd1c4
Update {$mac}.cfg
2018-02-20 20:31:05 -05:00
Len
f079e0a494
Update {$mac}.cfg
2018-02-20 18:28:27 -05:00
Len
8b85ae98b6
Update {$mac}.cfg
2018-02-20 17:48:59 -05:00
Len
34b4ba1cff
Update {$mac}.cfg
2018-02-20 17:47:44 -05:00
Len
ac9b5a0733
Update {$mac}.cfg
2018-02-20 17:07:49 -05:00
Len
be2ba46c1d
Update {$mac}.cfg
2018-02-20 16:44:33 -05:00
Len
882f428f62
Update {$mac}.cfg
2018-02-20 15:30:30 -05:00
Len
caa1a328e8
Update {$mac}.cfg
2018-02-20 14:54:44 -05:00
Len
3c894b6739
Update {$mac}.cfg
2018-02-20 02:03:39 -05:00
Len
fa314fd081
Update {$mac}.cfg
2018-02-20 01:45:32 -05:00
Len
e55f993a46
Update {$mac}.cfg
2018-02-20 01:34:51 -05:00
Len
6c280538af
Update {$mac}.cfg
2018-02-20 01:29:21 -05:00
Len
f64cb5b4af
Update {$mac}.cfg
2018-02-20 01:28:34 -05:00
Len
6d4028dfb8
Update {$mac}.cfg
2018-02-20 01:26:37 -05:00
Len
5fb1cf1de4
Update {$mac}.cfg
2018-02-20 00:57:11 -05:00
Len
54398839ff
Update {$mac}.cfg
2018-02-20 00:27:45 -05:00
FusionPBX
bbd1f6fbc0
Update app_languages.php
2018-02-19 21:42:19 -07:00
Len
d880ee4193
Update {$mac}.cfg
2018-02-19 20:17:00 -05:00
Len
7afaba99fd
Update {$mac}.cfg
2018-02-19 20:15:01 -05:00
Len
0cd26ba4b9
Update {$mac}.cfg
2018-02-19 20:06:20 -05:00
Len
5f1b4ef001
Update {$mac}.cfg
2018-02-19 19:59:42 -05:00
Len
ceb2b756bd
Update {$mac}.cfg
2018-02-19 19:48:43 -05:00
Len
13692b0229
Update {$mac}.cfg
2018-02-19 19:45:35 -05:00
Len
800e7312f1
Update {$mac}.cfg
2018-02-19 18:59:16 -05:00
Len
9f38c6610f
Update {$mac}.cfg
2018-02-19 18:50:40 -05:00
Len
1ad0596d83
Update {$mac}.cfg
2018-02-19 18:43:59 -05:00
Len
6d85ce5c31
Update {$mac}.cfg
2018-02-19 02:27:51 -05:00
Len
2b8fe2306d
Update {$mac}.cfg
2018-02-19 02:04:25 -05:00
Len
7b49b869ea
Update {$mac}.cfg
2018-02-18 23:29:51 -05:00
Len
64e6eaec68
Update {$mac}.cfg
2018-02-18 23:29:35 -05:00
Len
66e7df9b93
Update {$mac}.cfg
2018-02-18 23:06:32 -05:00
Len
b6af972512
Update {$mac}.cfg
2018-02-18 15:57:38 -05:00
Len
d45f60a31c
Update {$mac}.cfg
2018-02-18 15:04:16 -05:00
Len
3301a4c714
Rename resources/templates/provision/fanvil/x2/{$mac}.cfg to resources/templates/provision/fanvil/x2p/{$mac}.cfg
2018-02-17 22:36:25 -05:00
Len
2b1ce6fc85
Rename resources/templates/provision/fanvil/x2p/{$mac}.cfg to resources/templates/provision/fanvil/x2/{$mac}.cfg
2018-02-17 22:31:18 -05:00
Len
c6a2785a79
Update {$mac}.cfg
2018-02-17 22:15:32 -05:00
Len
95fdd5d185
Update {$mac}.cfg
2018-02-17 22:05:48 -05:00
Len
ff7e57ce18
Update {$mac}.cfg
2018-02-17 22:03:58 -05:00
Len
5ed43f6f9d
Update {$mac}.cfg
2018-02-17 22:03:38 -05:00
Len
c388f74827
Update {$mac}.cfg
2018-02-17 19:57:54 -05:00
Len
0b98ddf294
Update {$mac}.cfg
2018-02-17 19:23:59 -05:00
Len
a3ac5a7350
Update {$mac}.cfg
2018-02-17 19:23:31 -05:00
Len
6a7c06d881
Update {$mac}.cfg
2018-02-17 18:28:49 -05:00
Len
b7e555012f
Update {$mac}.cfg
2018-02-17 18:19:15 -05:00
Len
bdd60d08d9
Update {$mac}.cfg
2018-02-17 18:05:31 -05:00
Len
2515aff53b
Update {$mac}.cfg
2018-02-17 17:56:13 -05:00
Len
857dd5414a
Update {$mac}.cfg
2018-02-17 17:37:45 -05:00
Len
f50755016e
Update {$mac}.cfg
2018-02-17 17:19:27 -05:00
Len
9fc874fda0
Update {$mac}.cfg
2018-02-17 17:03:01 -05:00
Len
e97c06d1ef
Update {$mac}.cfg
2018-02-17 16:26:59 -05:00
Len
4b22bd51c3
Update {$mac}.cfg
2018-02-17 16:23:21 -05:00
Len
11f3464723
Update {$mac}.cfg
2018-02-17 15:45:35 -05:00
Len
ff34c4c4f0
Update {$mac}.cfg
2018-02-17 15:23:30 -05:00
Len
3eb18315e1
Update {$mac}.cfg
2018-02-17 14:45:07 -05:00
Len
380aae381a
Update {$mac}.cfg
2018-02-17 03:43:05 -05:00
Len
814da66b47
Update {$mac}.cfg
2018-02-16 23:33:04 -05:00
Len
1cc38d6ea9
Update {$mac}.cfg
2018-02-16 23:27:56 -05:00
Len
9b4d430fe0
Update {$mac}.cfg
2018-02-16 23:22:01 -05:00
Len
e1966db2df
Update {$mac}.cfg
2018-02-16 23:19:27 -05:00
Len
2ff473bd22
Update {$mac}.cfg
2018-02-16 23:18:11 -05:00
Len
55d74f3118
Update {$mac}.cfg
2018-02-16 23:16:50 -05:00
Len
5395502559
Update {$mac}.cfg
2018-02-16 23:13:12 -05:00
Len
e04b891dd8
Update {$mac}.cfg
2018-02-16 23:12:01 -05:00
Len
08d2a473cb
Update {$mac}.cfg
2018-02-16 23:10:16 -05:00
Len
2c85a5a5a0
Create {$mac}.cfg
2018-02-16 22:29:45 -05:00
Len
0886c5470a
Create {$mac}.cfg
2018-02-16 22:28:58 -05:00
Len
bddf362617
Create {$mac}.cfg
2018-02-16 22:28:05 -05:00
Len
6fa6331e10
Create {$mac}.cfg
2018-02-16 22:27:20 -05:00
Len
d9d996d04c
Create {$mac}.cfg
2018-02-16 22:26:48 -05:00
Len
528317107f
Create {$mac}.cfg
2018-02-16 22:25:23 -05:00
Len
e01ce7a815
Rename resources/templates/provision/fanvil/placeholder to resources/templates/provision/fanvil/x5s/{$mac}.cfg
2018-02-16 22:22:43 -05:00
Len
12bd5d96a2
Rename resources/templates/provision/htek/placeholder to resources/templates/provision/htek/uc903/{$mac}.cfg
2018-02-16 22:21:47 -05:00
ednt
8a7a1c84e5
Update fax_retry.lua ( #2994 )
...
If the fax transmission fails the first time, the ident and header was not transmitted during the retries.
2018-02-15 09:19:05 -07:00
FusionPBX
5f07ecccf2
Update functions.php
2018-02-13 15:38:26 -07:00
Mafoo
4d60f4f6d5
Enhance [master] - Italian Translations ( #2989 )
...
* Reinstate comments detected by text class
* Updated Italian Translations
2018-02-12 10:50:47 -07:00
FusionPBX
38eb772745
Update database.php
2018-02-12 08:40:23 -07:00
FusionPBX
b12a4ebae8
Ring Groups route_to_bridge was fixed re-add it to the code.
2018-02-11 10:22:25 -07:00
Alexey Melnichuk
10b3321042
Change. library loads only needed files. ( #2987 )
2018-02-11 08:56:01 -07:00
FusionPBX
22d668b39f
Update index.lua
2018-02-10 15:48:18 -07:00
FusionPBX
4ddd7dac88
Update call_flow.lua
2018-02-10 15:34:27 -07:00
FusionPBX
add7004b64
Update find_file.lua
2018-02-10 15:32:36 -07:00
FusionPBX
97325b41a5
Update call_flow.lua
2018-02-10 15:14:42 -07:00
FusionPBX
0773ebfffb
Update call_flow.lua
2018-02-10 15:14:22 -07:00
FusionPBX
67b980fa71
Create basename.lua
2018-02-10 13:42:02 -07:00
FusionPBX
b5b3edc50a
Update find_file.lua
2018-02-10 13:40:45 -07:00
FusionPBX
778f470aef
Create is_absolute_path.lua
2018-02-10 13:39:54 -07:00
FusionPBX
db531692be
Create find_file.lua
2018-02-10 13:38:17 -07:00
FusionPBX
e29ea61545
Create play_file.lua
2018-02-10 13:35:07 -07:00
Alexey Melnichuk
fab5b5a970
Fix. Use preloaded dialplan more then once. ( #2986 )
2018-02-10 13:27:07 -07:00
FusionPBX
29c01ad34b
Update sounds.php
2018-02-10 08:46:15 -07:00
FusionPBX
3b5e31144f
Update app_languages.php
2018-02-10 08:38:47 -07:00
FusionPBX
9df65894dd
Update app_languages.php
2018-02-10 00:21:40 -07:00
FusionPBX
7bb8141f69
Update app_languages.php
2018-02-10 00:14:14 -07:00
FusionPBX
7fc34cd3c1
Create sounds.php
2018-02-09 18:28:35 -07:00
Len
689fa46dae
Create placeholder
2018-02-09 13:18:49 -05:00
Len
a70d7d9107
Create placeholder
2018-02-09 13:17:30 -05:00
Len
74fd2df327
Update y000000000070.cfg
2018-02-08 23:23:29 -05:00
Len
00113b1a1e
Update y000000000074.cfg
2018-02-08 23:22:06 -05:00
Len
9eeea831e8
Update y000000000058.cfg
2018-02-08 23:12:00 -05:00
Len
c197a1b0b0
Update y000000000056.cfg
2018-02-08 23:10:22 -05:00
markjcrane
5cebe62047
Remove the code changes that used route to bridge code as it broke calling multiple external destinations for Ring Groups.
2018-02-08 11:33:08 -07:00
emaktech
d0cc6a074d
Yealink T52s/T54s: Add Variables from T4x Templates + New Ones ( #2980 )
...
* Add New Variables from T4x Templates + New Ones
Merged in all variables from the Yealink T4x templates to ensure the T54 phone provisions with similar settings to the T4x phones.
Notable changes include admin user login password is now correctly set, timezone settings get set and many other changes. No behaviors have been hardcoded/changed that don't already exist on T4x phones so should not break any existing configurations.
In addition, there are a ton of new variables that can be set in the Fusion GUI. All these new changes should probably also be backported to all the other Yealink templates as well.
* Add New Variables from T4x Templates + New Ones
Merged in all variables from the Yealink T4x templates to ensure the T54 phone provisions with similar settings to the T4x phones.
Notable changes include admin user login password is now correctly set, timezone settings get set and many other changes. No behaviors have been hardcoded/changed that don't already exist on T4x phones so should not break any existing configurations.
In addition, there are a ton of new variables that can be set in the Fusion GUI. All these new changes should probably also be backported to all the other Yealink templates as well.
2018-02-06 19:12:30 -07:00
FusionPBX
0b03facfe5
Update functions.php
2018-02-06 18:28:30 -07:00
FusionPBX
2cc8cf925d
Update send_mail.lua
2018-02-06 18:15:05 -07:00
Mafoo
cdd7c2bd97
Enhance - send_mail.lua ( #2978 )
...
use the to address when email:smtp_from:var is empty
don't use email:smtp_from_name:var when empty
2018-02-06 17:45:53 -07:00
Mafoo
1c580ce7a1
BugFix - send_mail.lua ( #2977 )
...
use correct header to retrieve call_uuid
2018-02-06 17:28:00 -07:00
Connor Strandt
d32488b2af
update index.lua ( #2976 )
...
re-formatted table.
2018-02-06 00:09:52 -07:00
FusionPBX
e8fccfad74
Update index.lua
2018-02-05 23:56:22 -07:00
FusionPBX
b9394a2707
Update send_mail.lua
...
Remove this as it caused a nil error app/hangup/index.lua.
2018-02-05 23:47:36 -07:00
FusionPBX
131f9eea03
Update send_mail.lua
...
Revert the previous commit as it broke send_email.lua.
2018-02-05 22:23:18 -07:00
Len
78e85dcfd3
Update {$mac}.xml
2018-02-05 14:50:37 -05:00
Len
f7086bb867
Update {$mac}.xml
2018-02-05 04:11:17 -05:00
Len
ab2dc9ffd4
Update {$mac}.xml
2018-02-05 04:04:59 -05:00
Len
bf01fee092
Update {$mac}.xml
2018-02-05 03:56:04 -05:00
Len
34e3ba8d67
Update {$mac}.xml
2018-02-05 03:25:17 -05:00
Len
d68e27bbc3
Update {$mac}.xml
2018-02-05 03:09:55 -05:00
Len
35f3dfd329
Update {$mac}.xml
2018-02-05 02:48:21 -05:00
Len
816c472d61
Update {$mac}.xml
2018-02-05 02:29:35 -05:00
Len
79772c228c
Update {$mac}.xml
2018-02-05 02:08:42 -05:00
Len
94daf85a80
Update {$mac}.xml
2018-02-05 01:41:47 -05:00
Len
8df023d301
Update {$mac}.xml
2018-02-05 01:38:13 -05:00
Len
fd722480b9
Update {$mac}.xml
2018-02-05 00:46:09 -05:00
Len
1c809f67ce
Update {$mac}.xml
2018-02-05 00:01:17 -05:00
FusionPBX
0e32301585
Update {$mac}.xml
2018-02-03 22:12:03 -07:00
FusionPBX
27a43caf69
Update {$mac}.xml
2018-02-03 22:05:17 -07:00
FusionPBX
b5b3522502
Update {$mac}.xml
2018-02-03 22:01:06 -07:00
FusionPBX
61993a0301
Update {$mac}.xml
2018-02-03 21:38:07 -07:00
FusionPBX
2dc49cce82
Update {$mac}.xml
2018-02-03 21:32:49 -07:00
FusionPBX
0cf657dc27
Update {$mac}.xml
2018-02-03 21:24:05 -07:00
Len
ce428a8feb
Update {$mac}.xml
2018-02-03 19:49:18 -05:00
FusionPBX
f076a8133b
Update send_mail.lua
...
Fix a spelling mistake.
2018-02-02 19:35:02 -07:00
Mafoo
2471fa7844
BugFix - LUA send_mail() ( #2975 )
...
take call_uuid from the correct header
use smtp_from_name as part of the from address
2018-02-02 19:33:43 -07:00
Mafoo
d6b70b688b
BugFix - make hangup and failure use send_mail() ( #2974 )
...
change the failure_handler and hangup apps use
resources.functions.send_mail so they can use the correct smtp_from*
settings
2018-02-02 19:33:30 -07:00
Len
73f308e49f
Update {$mac}.xml
2018-02-02 13:59:15 -05:00
Connor Strandt
3f9c9945a7
Formatting and sendmail to use smtp_from fix ( #2973 )
...
* Fixed formatting.
* Sendmail to use smtp_from variable
Changed sendmail to use smtp_from as the from address to keep from being blocked by spf check during spam filtering on recieving end.
2018-02-02 01:02:57 -07:00
Len
7eabd35a6f
Update {$mac}.xml
2018-02-01 17:16:14 -05:00
Len
fb062ee402
Update {$mac}.xml
2018-02-01 17:10:27 -05:00
Len
b2ff65b1e3
Update {$mac}.xml
2018-02-01 16:59:14 -05:00
Len
5f6adab4c2
Update {$mac}.xml
2018-02-01 16:17:36 -05:00
Len
0eb55b8c0c
Update {$mac}.xml
2018-02-01 15:47:53 -05:00
Len
e57198f07d
Update {$mac}.xml
2018-02-01 15:15:31 -05:00
Len
9af6dcddc2
Update {$mac}.xml
2018-02-01 14:51:19 -05:00
Len
7c6308e5ae
Update {$mac}.xml
2018-02-01 14:27:48 -05:00
Len
9b86d8467a
Update {$mac}.xml
2018-02-01 14:13:29 -05:00
Len
5e7b0db88e
Update {$mac}.xml
2018-02-01 13:50:29 -05:00
Len
bec4350540
Update {$mac}.xml
2018-02-01 12:50:50 -05:00
Len
8aa986c356
Update {$mac}.xml
2018-01-31 18:05:46 -05:00
FusionPBX
db55501e61
Update languages.lua
...
Prevent a nill error when the phrase was not found.
2018-01-31 14:45:24 -07:00
FusionPBX
5bc27f8d73
Update index.lua
2018-01-22 10:46:06 -07:00
FusionPBX
89e3835016
Update index.lua
2018-01-22 10:45:48 -07:00
FusionPBX
df6a3ea31d
Update index.lua
2018-01-22 10:32:25 -07:00
borisk1976
7a6bfcec41
Add new features to disa.lua ( #2961 )
...
1. Allow custom sound_pin & sound_extension
2. Allow customization of max_tries, pin_tries & extension_tries
3. Add fallback_destination - fall to it if caller did not entered extension number
4. Allow custom digit_timeout
2018-01-22 00:01:41 -07:00
FusionPBX
57b914d306
Update cache.lua
...
Make the cache.lua more robust in case of missing key or value.
2018-01-19 18:39:05 -07:00
FusionPBX
2e3bbb25e4
Update sofia.conf.lua
...
Remove an extra double quote that broke xml syntax.
2018-01-19 11:36:08 -07:00
borisk1976
3b30bd91e4
Update disa.lua ( #2959 )
...
Play user defined greeting befor asking of pin. Usage: <application action="set" data="sound_greeting=/mysounds/mygreeting.wav"/>
2018-01-19 10:58:25 -07:00
FusionPBX
6fb9d83f99
Update disa.lua
2018-01-17 01:52:59 -07:00
Len
95d6659988
Update {$mac}.xml
2018-01-13 16:59:26 -05:00
Len
8b3f3f301c
Update {$mac}.xml
2018-01-13 16:57:59 -05:00
Len
6299e156bd
Update {$mac}.xml
2018-01-13 16:56:34 -05:00
Len
5c9048cf23
Update {$mac}.xml
2018-01-13 16:54:28 -05:00
Len
ecaf8510ea
Update {$mac}.xml
2018-01-13 16:48:52 -05:00
Len
12511dd51e
Update {$mac}.xml
2018-01-13 16:27:27 -05:00
Len
75884a8eed
Update {$mac}.xml
2018-01-12 23:55:58 -05:00
Len
3e2139f12a
Update {$mac}.xml
2018-01-12 23:54:15 -05:00
Len
b0293193b3
Update {$mac}.xml
2018-01-12 23:17:03 -05:00
Len
4fe8bfee0d
Update {$mac}.xml
2018-01-12 23:10:32 -05:00
Len
63604401bd
Update {$mac}.xml
2018-01-12 22:44:34 -05:00
Len
1e4f76ca33
Update {$mac}.xml
2018-01-12 22:31:38 -05:00
Len
8966b9aed7
Update {$mac}.xml
2018-01-12 22:12:58 -05:00
FusionPBX
7b21893b82
Update {$mac}.xml
2018-01-12 15:04:34 -07:00
Len
e3818bfecc
Update {$mac}.xml
2018-01-11 23:25:46 -05:00
Len
fd9cfeaec6
Update {$mac}.xml
2018-01-11 23:05:06 -05:00
Len
3f86ca3b20
Update {$mac}.xml
2018-01-11 22:38:04 -05:00
Len
0472524ecd
Update {$mac}.xml
2018-01-11 22:36:01 -05:00
Len
7220ec17a3
Update {$mac}.xml
2018-01-11 22:33:53 -05:00
Len
4a382acf80
Update {$mac}.xml
2018-01-11 22:31:25 -05:00
Len
49a07138dd
Update {$mac}.xml
2018-01-11 22:29:09 -05:00
Len
34b93dab60
Update {$mac}.xml
2018-01-11 22:25:07 -05:00
FusionPBX
85e8f8cd83
Update languages.lua
2018-01-11 15:31:07 -07:00
FusionPBX
1d327ea628
Update dialplan.lua
2018-01-11 12:43:58 -07:00
FusionPBX
838d7ecc2a
Update translate.conf.lua
2018-01-11 12:31:25 -07:00
FusionPBX
c5cf812dfc
Update sofia.conf.lua
2018-01-11 12:29:18 -07:00
FusionPBX
e3077c4228
Update ivr.conf.lua
2018-01-11 12:27:11 -07:00
FusionPBX
dad721453c
Update callcenter.conf.lua
2018-01-11 12:25:33 -07:00
FusionPBX
d18b9bfb1b
Update acl.conf.lua
2018-01-11 12:20:04 -07:00
FusionPBX
e75ceca392
Update acl.conf.lua
2018-01-11 12:11:49 -07:00
FusionPBX
4d99c01b45
Update acl.conf.lua
2018-01-11 12:10:43 -07:00
FusionPBX
57e53a5aa5
Update local_stream.conf.lua
2018-01-11 12:07:40 -07:00
sergey-mz
d808ce5393
Check for request errors and return empty string ( #2957 )
...
* ODBC DSN detection
* Merge remote-tracking branch 'upstream/master'
* Merge remote-tracking branch 'upstream/master'
* Spelling errors
* Requests to speech platform can fail
2018-01-11 11:26:39 -07:00
FusionPBX
0575c3a087
Update {$mac}.cfg
2018-01-10 19:52:25 -07:00
FusionPBX
099f5deb82
Update {$mac}.cfg
2018-01-10 19:51:40 -07:00
Len
d1962e648b
Update {$mac}.xml
2018-01-10 18:52:19 -05:00
Len
6d72de60ab
Update {$mac}.xml
2018-01-10 18:49:04 -05:00
Len
7fedc26f23
Update {$mac}.cfg
2018-01-10 18:39:15 -05:00
Len
7ec5950ed1
Update {$mac}.cfg
2018-01-10 18:38:39 -05:00
Len
47b0c8bc84
Update {$mac}.cfg
2018-01-10 18:37:53 -05:00
konradSC
9adb11398d
Fix for Ring Groups with cfwd always & toll_allow ( #2952 )
...
This scenario was broken:
A ring group member forwards their phone to a destination. The destination is an external number and the outbound route had a toll_allow condition.
This error would be generated: [ERR] switch_cpp.cpp:1376 [route_to_bridge] Unsupportded condition: ${toll_allow}
This PR will get the toll_allow values from the RG member that is forwarding their phone. Then it will pass it to 'route_to_bridge.lua'.
2018-01-09 15:08:28 -07:00
FusionPBX
97073cdad5
Update destinations.php
2018-01-09 12:45:04 -07:00
FusionPBX
d7efaee49f
Update destinations.php
2018-01-09 12:43:23 -07:00
konradSC
db8b161473
Emergency Notify lua script ( #2953 )
...
* Create index.lua
* Create email_body.tpl
* Create email_subject.tpl
* Update index.lua
* Update index.lua
2018-01-09 12:11:16 -07:00
konradSC
e8b8f559c3
Ring Group Member - Call Forward ( #2951 )
...
After checking for Call Forward loops, set the destination_number to the call forward target.
2018-01-08 12:14:08 -07:00
FusionPBX
f4d219336e
Update destinations.php
2018-01-07 20:01:32 -07:00
sergey-mz
d8a12163aa
Fix spelling ( #2950 )
...
* ODBC DSN detection
* Merge remote-tracking branch 'upstream/master'
* Merge remote-tracking branch 'upstream/master'
* Spelling errors
2018-01-05 13:04:26 -07:00
FusionPBX
dc935173d6
Update {$mac}.cfg
2018-01-05 02:40:54 -07:00
FusionPBX
09d4011cac
Update {$mac}.cfg
2018-01-05 02:40:29 -07:00
FusionPBX
b0e0dfb1a1
Update {$mac}.cfg
2018-01-05 02:40:14 -07:00
FusionPBX
4a07a90167
Update {$mac}.cfg
2018-01-05 02:40:09 -07:00
FusionPBX
f3f34db3eb
Update {$mac}.cfg
2018-01-05 02:39:57 -07:00
FusionPBX
9c2a7a7351
Update {$mac}.cfg
2018-01-05 02:39:53 -07:00
FusionPBX
88e0d4e79b
Update {$mac}.cfg
2018-01-05 02:39:46 -07:00
FusionPBX
a9d3d33cab
Update {$mac}.cfg
2018-01-05 02:39:42 -07:00
FusionPBX
02b36c1c42
Update {$mac}.cfg
2018-01-05 02:39:30 -07:00
FusionPBX
3e9e247100
Update {$mac}.cfg
2018-01-05 02:39:24 -07:00
FusionPBX
bcd6514e32
Update {$mac}.cfg
2018-01-05 02:39:19 -07:00
FusionPBX
8b20e0727a
Update {$mac}.cfg
2018-01-05 02:39:05 -07:00
FusionPBX
a2600aa89c
Update {$mac}.cfg
2018-01-05 02:38:57 -07:00
FusionPBX
cd581bce4b
Update {$mac}.cfg
2018-01-05 02:38:01 -07:00
FusionPBX
8902c6249b
Update {$mac}.cfg
2018-01-05 02:37:42 -07:00
FusionPBX
002feef7c4
Update {$mac}.cfg
2018-01-05 02:37:22 -07:00
FusionPBX
6febedb3b6
Update {$mac}.cfg
2018-01-05 02:37:14 -07:00
FusionPBX
9a67cf4619
Update {$mac}.cfg
2018-01-05 02:37:06 -07:00
FusionPBX
00d7bede89
Update {$mac}.cfg
2018-01-05 02:35:51 -07:00
FusionPBX
1b8c6dd9a4
Update {$mac}.cfg
2018-01-05 02:35:40 -07:00
FusionPBX
9a4dd15cc3
Update {$mac}.cfg
2018-01-05 02:34:21 -07:00
FusionPBX
79e7f7e216
Update {$mac}.cfg
2018-01-05 02:34:12 -07:00
FusionPBX
2f8d4b659d
Update {$mac}.cfg
2018-01-05 02:34:05 -07:00
FusionPBX
62996cb137
Update {$mac}.cfg
2018-01-05 02:33:51 -07:00
FusionPBX
ee21bf807c
Update {$mac}.cfg
2018-01-05 02:33:39 -07:00
FusionPBX
164bf8d6dc
Update {$mac}.cfg
2018-01-05 02:33:25 -07:00
FusionPBX
6855d0ba22
Update {$mac}.cfg
2018-01-05 02:33:13 -07:00
FusionPBX
91e234b3b0
Update {$mac}.cfg
2018-01-05 02:33:10 -07:00
FusionPBX
a6b55970ed
Update {$mac}.cfg
2018-01-05 02:32:53 -07:00
FusionPBX
2ce396406b
Update {$mac}.cfg
2018-01-05 02:32:47 -07:00
FusionPBX
491eb840ab
Update {$mac}.cfg
2018-01-05 02:25:28 -07:00
FusionPBX
2696fbd960
Update {$mac}.cfg
2018-01-05 02:24:59 -07:00
FusionPBX
a4a96b277e
Update {$mac}.cfg
2018-01-05 02:24:13 -07:00
Len
402c86d74e
Update {$mac}.cfg
2018-01-04 19:13:16 -05:00
Len
4844ebc5bb
Update {$mac}.cfg
2018-01-04 19:12:36 -05:00
Len
0d572bf8d7
Update y000000000037.cfg
2018-01-04 19:00:43 -05:00
Len
8fada367c2
Update y000000000000.cfg
2018-01-04 18:58:32 -05:00
Len
2b21aa0136
Update y000000000000.cfg
2018-01-04 18:56:51 -05:00
Len
1e4a50cbc7
Update y000000000053.cfg
2018-01-04 18:54:42 -05:00
Len
c35880a18b
Update y000000000007.cfg
2018-01-04 18:52:59 -05:00
Len
d2b8b3c7a2
Update y000000000052.cfg
2018-01-04 18:50:52 -05:00
Len
281f279e04
Update y000000000005.cfg
2018-01-04 18:45:01 -05:00
Len
caad3a2811
Update y000000000044.cfg
2018-01-04 18:43:10 -05:00
Len
595cb54b7a
Update y000000000044.cfg
2018-01-04 18:42:05 -05:00
Len
c05b162e32
Update y000000000004.cfg
2018-01-04 18:38:48 -05:00
Len
8091bb8783
Update y000000000069.cfg
2018-01-04 18:37:46 -05:00
Len
f1d4be9930
Update y000000000045.cfg
2018-01-04 18:36:48 -05:00
Len
f3e9e0cb7c
Update y000000000000.cfg
2018-01-04 18:35:11 -05:00
Len
06249cc860
Update y000000000046.cfg
2018-01-04 18:33:53 -05:00
Len
0afb38327d
Update y000000000032.cfg
2018-01-04 18:32:41 -05:00
Len
6776f77737
Update y000000000038.cfg
2018-01-04 18:31:49 -05:00
Len
f7d0272048
Update y000000000076.cfg
2018-01-04 18:28:53 -05:00
Len
aa0e4dcc1c
Update y000000000054.cfg
2018-01-04 18:27:40 -05:00
Len
d868d938cf
Update y000000000036.cfg
2018-01-04 18:24:26 -05:00
Len
9c7a379a87
Update y000000000068.cfg
2018-01-04 18:22:11 -05:00
Len
059fcc496e
Update y000000000029.cfg
2018-01-04 18:20:32 -05:00
Len
812fc9d2c9
Update y000000000067.cfg
2018-01-04 18:18:05 -05:00
Len
28ac81b9b9
Update y000000000025.cfg
2018-01-04 18:17:02 -05:00
Len
5e4da5ae39
Update y000000000025.cfg
2018-01-04 18:16:11 -05:00
Len
0763096f39
Update y000000000023.cfg
2018-01-04 18:14:51 -05:00
Len
cd681b5089
Update y000000000070.cfg
2018-01-04 18:06:09 -05:00
Len
aded0bd593
Update y000000000074.cfg
2018-01-04 18:04:33 -05:00
Len
c1bd42315c
Update y000000000051.cfg
2018-01-04 18:03:15 -05:00
Len
b9c29d138d
Update y000000000065.cfg
2018-01-04 17:52:42 -05:00
Len
70af6c6ae9
Update y000000000035.cfg
2018-01-04 17:45:42 -05:00
Len
fb37f87a05
Update y000000000066.cfg
2018-01-04 17:43:47 -05:00
Len
1327870d5c
Update y000000000028.cfg
2018-01-04 17:41:21 -05:00
FusionPBX
c997aabbcc
Update y000000000074.cfg
2018-01-02 22:08:41 -07:00
FusionPBX
a18d8ba74c
Update index.lua
2018-01-02 19:53:03 -07:00
FusionPBX
f91a259d6b
Update main_menu.lua
2018-01-02 19:51:12 -07:00
markjcrane
9a9c27c13a
Yealink templates additional work on consistency.
2017-12-28 13:44:12 -07:00
markjcrane
de8e1e39bd
Yealink update templates to be more consistent with each other. Add additional stun and ice settings.
2017-12-28 13:25:43 -07:00
FusionPBX
56a6af353d
Update y000000000068.cfg
2017-12-28 10:55:43 -07:00
FusionPBX
53e460dd03
Update y000000000067.cfg
2017-12-28 10:40:42 -07:00
FusionPBX
d29028c1c0
Update y000000000037.cfg
2017-12-28 10:38:49 -07:00
FusionPBX
6c0075da2c
Update y000000000066.cfg
2017-12-28 10:35:31 -07:00
FusionPBX
c8a7ef97f7
Update y000000000065.cfg
2017-12-28 10:31:05 -07:00
FusionPBX
68fc887733
Update {$mac}.cfg
2017-12-24 01:20:35 -07:00
FusionPBX
3510b43f34
Update {$mac}.cfg
2017-12-24 01:20:00 -07:00
FusionPBX
44904fe0bf
Update destinations.php
2017-12-23 16:24:00 -07:00
FusionPBX
6f579e358d
Update app_languages.php
2017-12-22 11:05:27 -07:00
FusionPBX
8895402f28
Update destinations.php
2017-12-21 01:36:36 -07:00
FusionPBX
411ff6571b
Update internal-ipv6.xml.noload
2017-12-19 15:09:12 -07:00
FusionPBX
32c25fde12
Update external-ipv6.xml.noload
2017-12-19 15:08:34 -07:00
FusionPBX
bdc8828e70
Update external.xml.noload
2017-12-19 15:08:01 -07:00
FusionPBX
2a4e73f63e
Update internal.xml.noload
2017-12-19 15:07:35 -07:00
FusionPBX
32495ab07c
Update send_email.lua
2017-12-17 01:59:54 -07:00
markjcrane
deac1b8304
Move email_templates
2017-12-17 08:56:59 +00:00
FusionPBX
3756c2cb65
Update send_email.lua
2017-12-17 01:51:39 -07:00
FusionPBX
35535fbc4d
Create email_templates.php
2017-12-17 01:51:29 -07:00
FusionPBX
fe22acb62a
Create email_template_edit.php
2017-12-17 01:50:46 -07:00
FusionPBX
77e75cc475
Create email_template_delete.php
2017-12-17 01:50:19 -07:00
FusionPBX
bd163636ca
Create app_menu.php
2017-12-17 01:49:52 -07:00
FusionPBX
3062a003fd
Create app_languages.php
2017-12-17 01:49:14 -07:00
FusionPBX
5fdc878cf3
Create app_config.php
2017-12-17 01:48:42 -07:00
FusionPBX
c66f86bb7b
Create root.php
2017-12-17 01:47:49 -07:00
FusionPBX
52630b08b9
Create email_templates.php
2017-12-17 01:47:22 -07:00
FusionPBX
4542c5782f
Update email_body.tpl
2017-12-15 20:16:42 -07:00
FusionPBX
abbd01aa80
Update email_body.tpl
2017-12-15 20:16:23 -07:00
FusionPBX
ed67006eac
Update email_body_transcription.tpl
2017-12-15 20:15:50 -07:00
FusionPBX
c62f44f07d
Update y000000000000.boot
2017-12-15 15:53:32 -07:00
FusionPBX
3e8bc03c9b
Update y000000000000.boot
2017-12-15 15:53:09 -07:00
FusionPBX
16a038d852
Update y000000000000.boot
2017-12-15 15:52:55 -07:00
FusionPBX
1de9c7b87d
Update y000000000000.boot
2017-12-15 15:52:23 -07:00
FusionPBX
a35f023ec6
Update y000000000000.boot
2017-12-15 15:52:05 -07:00
FusionPBX
1f13833147
Update y000000000000.boot
2017-12-15 15:51:44 -07:00
FusionPBX
2cf1886bfb
Update y000000000000.boot
2017-12-15 15:51:19 -07:00
FusionPBX
10e99d2eff
Update y000000000000.boot
2017-12-15 15:50:19 -07:00
FusionPBX
678deba765
Update y000000000000.boot
2017-12-15 15:49:33 -07:00
FusionPBX
75dcbb3a3e
Update y000000000000.boot
2017-12-15 15:49:01 -07:00
FusionPBX
f411af2e17
Update y000000000000.boot
2017-12-15 15:48:40 -07:00
FusionPBX
6b8773c2f8
Update y000000000000.boot
2017-12-15 15:48:08 -07:00
FusionPBX
5e5adb9b98
Update y000000000000.boot
2017-12-15 15:47:39 -07:00
FusionPBX
1210cada68
Update y000000000000.boot
2017-12-15 15:47:09 -07:00
FusionPBX
c9cdff07b3
Update y000000000000.boot
2017-12-15 15:46:42 -07:00
FusionPBX
22ee86a286
Update y000000000000.boot
2017-12-15 15:46:15 -07:00
FusionPBX
8e85f32725
Update y000000000000.boot
2017-12-15 15:45:43 -07:00
FusionPBX
e1aa66b9fa
Update y000000000000.boot
2017-12-15 15:45:24 -07:00
FusionPBX
bca7ea801e
Update y000000000000.boot
2017-12-15 15:45:01 -07:00
FusionPBX
3218349fbc
Update y000000000000.boot
2017-12-15 15:39:50 -07:00
FusionPBX
59735b6d9b
Update y000000000000.boot
2017-12-15 15:38:30 -07:00
FusionPBX
c59439f1ea
Update y000000000000.boot
2017-12-15 15:37:49 -07:00
FusionPBX
0a9fb4fbfc
Update y000000000000.boot
2017-12-15 15:36:49 -07:00
FusionPBX
e76111ed45
Update y000000000000.boot
2017-12-15 15:36:09 -07:00
FusionPBX
2040331f21
Update y000000000000.boot
2017-12-15 15:35:19 -07:00
FusionPBX
8bef19be5d
Update y000000000000.boot
2017-12-15 15:34:14 -07:00
DigiDaz
3718a99629
Add missing $ ( #2943 )
...
Add missing $ to spa_call_waiting
2017-12-14 11:14:55 -07:00
FusionPBX
066509e486
Update y000000000000.boot
2017-12-13 23:37:29 -07:00
FusionPBX
df2c693be5
Update y000000000000.boot
2017-12-13 23:36:07 -07:00
FusionPBX
f5506ad47c
Update y000000000000.boot
2017-12-13 23:34:42 -07:00
FusionPBX
579c8b33c3
Update y000000000000.boot
2017-12-13 23:33:49 -07:00
FusionPBX
401c701722
Update y000000000000.boot
2017-12-13 23:31:25 -07:00
FusionPBX
658974b5f7
Update y000000000000.boot
2017-12-13 23:28:58 -07:00
FusionPBX
d201e058f3
Update app_languages.php
2017-12-08 14:31:18 -07:00
FusionPBX
b9f45573a3
Update wakeup.lua
2017-12-06 18:01:06 -07:00
FusionPBX
610bbe0210
Delete sounds.xml
2017-12-06 17:01:38 -07:00
FusionPBX
e1726d34cc
Update en.xml
2017-12-06 17:01:11 -07:00
FusionPBX
84aca0f46d
Update wakeup.xml
2017-12-06 17:00:53 -07:00
FusionPBX
6a53d4c32c
Update wakeup.xml
2017-12-06 12:11:36 -07:00
FusionPBX
0464623da3
Update en.xml
2017-12-06 10:35:23 -07:00
FusionPBX
13e627fff1
Update sounds.xml
2017-12-06 10:32:52 -07:00
emaktech
faeb5e3578
Add Yealink T40G Template ( #2940 )
...
* Add new Yealink MWI Subscribe Variable
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.
* Add Yealink alert_info Distinctive Ring Variables
Adds new variables in Yealink provisioning templates to allow control of distinctive ring text and distinctive ringtone options.
New variables:
yealink_ring_text_X
yealink_ring_file_X
Setting affected:
distinctive_ring_tones.alert_info.X.text
distinctive_ring_tones.alert_info.X.ringer
Phones affected:
T1x
T2x
T3x
T4x
T5x
User Effect
This should not have any effect on existing provisioning settings unless the new variables are defined.
* Add files via upload
* Fix yealink_firmware_url
2017-12-02 15:11:49 -07:00
Alexey Melnichuk
a7de7f0baa
Fix. Use external numbers in ring groups with global outbound routes ( #2937 )
2017-11-29 00:21:21 -07:00
Alexey Melnichuk
ff5355e840
Add. Support variables in ring groups when use dierect dial ( #2924 )
...
Add. Support variables in ring groups when use direct dial
2017-11-29 00:20:45 -07:00
Alexey Melnichuk
00159b0cc2
Add. Lua script to set call forward for ring group. ( #2934 )
2017-11-29 00:19:43 -07:00
TekMason
6f40457fa8
t54s variable value and descr update and t58v fixes ( #2932 )
...
* t54s firmware variable update
* t58v UA string, and template, t54s variable desc and file
2017-11-26 15:16:55 -07:00
TekMason
8b7335da53
update yealink t5x templates ( #2931 )
2017-11-26 13:29:33 -07:00
TekMason
33dae7dc17
dss key length ( #2930 )
...
* dss key length
* changed description
* added date format to t54s template
2017-11-25 23:51:04 -07:00
TekMason
3441486df4
fixed static.firmware.url ( #2928 )
2017-11-25 01:03:17 -07:00
emaktech
30fe099db8
Add Yealink alert_info Distinctive Ring Variables ( #2927 )
...
* Add new Yealink MWI Subscribe Variable
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.
* Add Yealink alert_info Distinctive Ring Variables
Adds new variables in Yealink provisioning templates to allow control of distinctive ring text and distinctive ringtone options.
New variables:
yealink_ring_text_X
yealink_ring_file_X
Setting affected:
distinctive_ring_tones.alert_info.X.text
distinctive_ring_tones.alert_info.X.ringer
Phones affected:
T1x
T2x
T3x
T4x
T5x
User Effect
This should not have any effect on existing provisioning settings unless the new variables are defined.
2017-11-24 13:58:56 -07:00
TekMason
7378a7a85b
Removed yealink {$mac}.boot files and added missing auto-insert UAs ( #2926 )
...
* removed all yealink mac.boot files
* Added missing auto-inserts
2017-11-24 10:36:09 -07:00
FusionPBX
528cb805cc
Update y000000000000.boot
2017-11-22 18:47:44 -07:00
FusionPBX
4e676fd162
Update {$mac}.boot
2017-11-22 18:47:23 -07:00
FusionPBX
03c8fdb07e
Update y000000000000.boot
2017-11-22 18:46:49 -07:00
FusionPBX
9a413a291f
Update {$mac}.boot
2017-11-22 18:46:28 -07:00
FusionPBX
40c434c49f
Update y000000000000.boot
2017-11-22 18:34:59 -07:00
FusionPBX
903d4e3531
Update {$mac}.boot
2017-11-22 18:34:26 -07:00
FusionPBX
49e8013efa
Update y000000000000.boot
2017-11-22 18:32:57 -07:00
FusionPBX
c491b428fe
Update {$mac}.boot
2017-11-22 18:32:12 -07:00
TekMason
24d07281ec
add mac .boot files to yealink provision folders ( #2923 )
2017-11-21 23:06:40 -07:00
TekMason
74e6fdabd7
T42G Templates ( #2922 )
2017-11-21 20:24:39 -07:00
emaktech
13e11fefba
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
279efc42bc
Yealink T48G Template ( #2921 )
2017-11-21 19:36:18 -07:00
FusionPBX
dd71f93b43
Remove transport from user_host in the snom 7xx template
2017-11-20 17:18:32 -07:00
TekMason
8be1a00ef2
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
FusionPBX
a20cb0b75f
Update menu.php
2017-11-17 14:44:31 -07:00
FusionPBX
b4f4cd7b79
Update menu.php
2017-11-17 14:28:07 -07:00
FusionPBX
27309fabf2
Update menu.php
2017-11-17 13:06:04 -07:00
Alexey Melnichuk
679d4e1fb5
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
FusionPBX
8cc3ae4005
Update {$mac}.xml
2017-11-14 19:43:38 -07:00
FusionPBX
18714a588d
Update {$mac}.xml
2017-11-14 19:43:07 -07:00
FusionPBX
ab0e9f7fcb
Update {$mac}.xml
2017-11-14 19:42:05 -07:00
FusionPBX
4493532402
Update KX-UT136.cfg
2017-11-14 19:40:18 -07:00
FusionPBX
42da377b64
Update KX-UT133.cfg
2017-11-14 19:40:05 -07:00
FusionPBX
a03ba9ec3d
Update KX-UT123.cfg
2017-11-14 19:39:51 -07:00
FusionPBX
efc557865f
Update KX-UT113.cfg
2017-11-14 19:38:28 -07:00
FusionPBX
c7c7e2e1c0
Update {$mac}.xml
2017-11-14 19:38:08 -07:00
FusionPBX
effda783c2
Create favorite_setting.xml
2017-11-14 11:07:46 -07:00
FusionPBX
a2da9818d0
Create favorite_setting.xml
2017-11-14 11:07:40 -07:00
FusionPBX
36c17bfefc
Create favorite_setting.xml
2017-11-14 11:07:31 -07:00
FusionPBX
46dc2544be
Create favorite_setting.xml
2017-11-14 11:06:13 -07:00
FusionPBX
0a9373be39
Create directory.xml
2017-11-14 11:04:45 -07:00
FusionPBX
201f21397a
Create directory.xml
2017-11-14 11:04:19 -07:00
FusionPBX
4cb21f5d67
Create directory.xml
2017-11-14 11:04:01 -07:00
FusionPBX
c46eeb3007
Create directory.xml
2017-11-14 11:03:46 -07:00
FusionPBX
475ace9caa
Update {$mac}.cfg
2017-11-13 19:34:13 -07:00
FusionPBX
79a62ae3f6
Update {$mac}.cfg
2017-11-13 19:33:51 -07:00
FusionPBX
683647a222
Update {$mac}.cfg
2017-11-13 19:33:28 -07:00
FusionPBX
111a2ab4e6
Update {$mac}.cfg
2017-11-13 19:32:53 -07:00
FusionPBX
789fa8b78d
Update {$mac}.cfg
2017-11-13 19:32:01 -07:00
FusionPBX
ad300921e0
Update {$mac}.cfg
2017-11-13 19:29:00 -07:00
FusionPBX
6e1798f11d
Update {$mac}.cfg
2017-11-13 19:28:38 -07:00
FusionPBX
fb5e67124b
Update {$mac}.cfg
2017-11-13 15:36:36 -07:00
FusionPBX
33cb288874
Update {$mac}.cfg
2017-11-13 15:29:36 -07:00
FusionPBX
1fe373df7e
Update {$mac}.cfg
2017-11-13 15:29:00 -07:00
FusionPBX
e7ca9a6097
Update {$mac}.cfg
2017-11-13 15:26:36 -07:00
Len
21ee74f6a0
Update y000000000028.cfg
2017-11-10 15:11:38 -05:00
konradSC
3199bf2dda
Add Device Feature Sync ( #2905 )
...
* Update lua.conf.xml
Hook the feature_event lua script to Freeswitch "PHONE_FEATURE_SUBSCRIBE" events.
* Create index.lua
* Create feature_event_notify.lua
* Update call_forward.lua
Add trigger for feature sync.
* Update do_not_disturb.lua
Add trigger for feature sync.
* Update call_edit.php
* Create feature_event_notify.php
* Update index.lua
disable logging
2017-11-09 12:09:56 -07:00
Brendon Baumgartner
8b7f19d77d
fix polycom error during bootup ( #2899 )
...
* Update {$mac}.cfg
minimum value is 1. 0 is invalid.
* Update {$mac}.cfg
minimum value is 1. 0 is invalid.
* Update {$mac}.cfg
minimum value is 1. 0 is invalid.
2017-11-05 16:56:37 -07:00
FusionPBX
43c04da9c2
Create favorite_setting.xml
2017-11-04 18:35:21 -06:00
FusionPBX
a55778c170
Create directory.xml
2017-11-04 18:34:52 -06:00
FusionPBX
aba2c6a196
Create y000000000067.cfg
2017-11-04 18:33:49 -06:00
FusionPBX
bbcc12e195
Create {$mac}.cfg
2017-11-04 18:25:46 -06:00
FusionPBX
4b1cd6d7eb
Update index.lua
2017-11-04 12:37:58 -06:00
Len
44528780b0
Update y000000000066.cfg
2017-11-03 20:12:23 -04:00
Len
d4e8ba370d
Update y000000000065.cfg
2017-11-03 20:07:10 -04:00
Len
2fc4f714ad
Update y000000000065.cfg
2017-11-03 19:11:51 -04:00
Len
f94d1220e0
Update y000000000065.cfg
2017-11-03 19:07:57 -04:00
Len
0155ef2222
Update y000000000066.cfg
2017-10-31 11:43:11 -04:00
Len
90b88726b9
Update y000000000066.cfg
2017-10-31 11:23:46 -04:00
Len
59d7b28caa
Update {$mac}.cfg
2017-10-31 10:49:19 -04:00
markjcrane
dca4009fdb
Bring the templates closer to the originals.
2017-10-30 19:00:52 -06:00
Len
71191b333f
Update {$mac}.cfg
2017-10-30 20:30:39 -04:00
Len
003933cf35
Update {$mac}.cfg
2017-10-30 19:39:21 -04:00
Len
8a4f16a4c6
Update {$mac}.cfg
2017-10-30 19:17:15 -04:00
Len
68db87bfda
Update {$mac}.cfg
2017-10-30 18:32:00 -04:00
Len
9e9d779bc2
Update {$mac}.cfg
2017-10-30 18:29:03 -04:00
Len
be82d308b2
Update {$mac}.cfg
2017-10-30 18:26:51 -04:00
Len
003fff5113
Update {$mac}.cfg
2017-10-30 18:24:07 -04:00
Len
787c79f1c1
Update {$mac}.cfg
2017-10-30 18:20:28 -04:00
Len
1f029192d3
Update {$mac}.cfg
2017-10-30 18:18:35 -04:00
Len
963f5e154c
Update {$mac}.cfg
2017-10-30 18:15:54 -04:00
Len
2bc8340985
Update {$mac}.cfg
2017-10-30 18:08:23 -04:00
Len
23af91f6b2
Update {$mac}.cfg
2017-10-30 18:04:10 -04:00
Len
d40e178824
Update {$mac}.cfg
2017-10-30 18:01:47 -04:00
Len
287a2882a8
Update {$mac}.cfg
2017-10-30 17:56:56 -04:00
Len
f31c516181
Update {$mac}.cfg
2017-10-30 17:52:57 -04:00
Len
e71c307103
Update {$mac}.cfg
2017-10-30 17:50:08 -04:00
Len
fe609f0b86
Update {$mac}.cfg
2017-10-30 17:46:10 -04:00
Len
19934d83ef
Update {$mac}.cfg
2017-10-30 17:45:09 -04:00
Len
1838ac3bdc
Update {$mac}.cfg
2017-10-30 17:43:39 -04:00
Len
16ef5ab687
Update {$mac}.cfg
2017-10-30 17:37:28 -04:00
Len
011d80ca81
Update {$mac}.cfg
2017-10-30 17:35:18 -04:00
Luis Daniel Lucio Quiroz
dea1bf390c
Same as 4.2 ( #2898 )
2017-10-30 12:40:05 -06:00
Len
5f6a877ea8
Update {$mac}.cfg
2017-10-29 13:26:07 -04:00
Len
806d145af9
Update {$mac}.cfg
2017-10-29 13:23:45 -04:00
FusionPBX
4c93623985
Update {$mac}.cfg
2017-10-29 11:17:00 -06:00
Len
1d750208e4
Update {$mac}.cfg
2017-10-29 00:51:08 -04:00
Len
c6390d1c6c
Update {$mac}.cfg
2017-10-29 00:42:53 -04:00
Len
9289996741
Update {$mac}.cfg
2017-10-29 00:40:28 -04:00
Len
290feacf98
Update y000000000066.cfg
2017-10-28 23:50:47 -04:00
Len
bb6b4dd37d
Update y000000000029.cfg
2017-10-28 23:45:50 -04:00
Len
7c0e919808
Update y000000000068.cfg
2017-10-28 23:45:07 -04:00
Len
5b9f1ad566
Update y000000000036.cfg
2017-10-28 23:44:06 -04:00
Len
a30b437a52
Update y000000000054.cfg
2017-10-28 23:43:40 -04:00
Len
9ebb4a6c46
Update y000000000038.cfg
2017-10-28 23:43:03 -04:00
Len
5daa1d04e6
Update y000000000032.cfg
2017-10-28 23:42:27 -04:00
Len
64f8e9277b
Update y000000000046.cfg
2017-10-28 23:41:49 -04:00
Len
7ddfea31de
Update y000000000000.cfg
2017-10-28 23:41:12 -04:00
Len
f492df6155
Update y000000000045.cfg
2017-10-28 23:40:36 -04:00
Len
c1fb387fd7
Update y000000000000.cfg
2017-10-28 23:39:33 -04:00
Len
356932705d
Update y000000000046.cfg
2017-10-28 23:38:35 -04:00
Len
943f977506
Update y000000000032.cfg
2017-10-28 23:37:45 -04:00
Len
b62ca2c013
Update y000000000038.cfg
2017-10-28 23:36:44 -04:00
Len
42e48c60e5
Update y000000000054.cfg
2017-10-28 23:35:05 -04:00
Len
599c66816b
Update y000000000036.cfg
2017-10-28 23:33:57 -04:00
Len
2623b2a0e0
Update y000000000068.cfg
2017-10-28 23:32:20 -04:00
Len
efdef418a7
Update y000000000029.cfg
2017-10-28 23:30:42 -04:00
Len
621bf05df1
Update y000000000058.cfg
2017-10-28 23:29:41 -04:00
Len
318a4837d0
Update y000000000056.cfg
2017-10-28 23:28:03 -04:00
Len
1852c8cbd5
Update y000000000070.cfg
2017-10-28 23:26:45 -04:00
Len
f55b45a84c
Update y000000000074.cfg
2017-10-28 23:25:44 -04:00
Len
a481acfc14
Update y000000000051.cfg
2017-10-28 23:20:45 -04:00
Len
375900dab7
Update y000000000035.cfg
2017-10-28 23:19:20 -04:00
Len
a4428c132f
Update y000000000065.cfg
2017-10-28 23:17:57 -04:00
Len
b911c2588e
Update y000000000066.cfg
2017-10-28 23:16:18 -04:00
Len
f3fca692c3
Update y000000000028.cfg
2017-10-28 23:14:47 -04:00
Len
f940f442fb
Update y000000000066.cfg
2017-10-28 23:11:03 -04:00
Len
1f7f9824e6
Update y000000000066.cfg
2017-10-28 22:55:39 -04:00
FusionPBX
a260d3f714
Update index.lua
2017-10-27 21:50:05 -06:00
FusionPBX
c0493f6976
Update destinations.php
2017-10-27 04:36:37 -06:00
FusionPBX
63029b46d9
Minor version update 4.3.4
2017-10-26 15:21:03 -06:00
Len
eaf2cf71df
Update {$mac}.cfg
2017-10-25 22:26:00 -04:00
Len
9ee2f70b8d
Update {$mac}.cfg
2017-10-25 22:19:51 -04:00
Len
17a3ec2ca4
Update {$mac}.cfg
2017-10-25 21:45:21 -04:00
Len
425395c619
Update y000000000066.cfg
2017-10-24 23:33:05 -04:00
Len
1b1aaff900
Update y000000000066.cfg
2017-10-24 23:25:25 -04:00
Len
c6a69b60ad
Update y000000000066.cfg
2017-10-24 22:54:09 -04:00
Len
d8a9f8902b
Update y000000000025.cfg
2017-10-24 21:13:26 -04:00
Len
1b4b8359d7
Update y000000000070.cfg
2017-10-24 21:10:28 -04:00
Len
cf43b4af60
Update y000000000074.cfg
2017-10-24 21:09:38 -04:00
Len
2510d8b51b
Update y000000000066.cfg
2017-10-24 21:07:26 -04:00
FusionPBX
cc21f5d4ed
Update index.lua
2017-10-18 01:50:30 -06:00
konradSC
d407aa4349
Fix MWI for Extensions that with 0 ( #2882 )
...
* Fix MWI for Extensions that with 0
MWI was not turning off after messages were deleted for extensions that start with 0. This requires that real voicemail_id to be pulled from the database and not just taken from the destination number. To get around this we try to send mwi to the original vociemail_id (destination number) and voicemail_id_copy (from database). Index.lua is already doing something similar.
* Update listen_to_recording.lua
* Update menu_messages.lua
2017-10-17 22:23:40 -06:00
FusionPBX
9db045e02e
Update call_forward.lua
2017-10-16 11:34:14 -06:00
konradSC
8523010d19
Change Column to allow for more characters ( #2874 )
...
255 characters is too small for phones with 15+ BLF lines.
The phone will generate a postgres ERROR: value too long for type character varying(255)
2017-10-14 22:44:39 -06:00
FusionPBX
9f56b9b58f
Update y000000000005.cfg
2017-10-14 17:33:56 -06:00
FusionPBX
c04121e039
Update y000000000052.cfg
2017-10-14 17:33:46 -06:00
FusionPBX
6357bc068d
Update y000000000007.cfg
2017-10-14 17:33:25 -06:00
FusionPBX
60031f0193
Update y000000000053.cfg
2017-10-14 17:33:13 -06:00
FusionPBX
1affe6977e
Update y000000000044.cfg
2017-10-14 17:31:41 -06:00
FusionPBX
10e5ee6dd1
Update y000000000044.cfg
2017-10-14 17:31:13 -06:00
FusionPBX
2f13bb22a2
Update y000000000045.cfg
2017-10-14 17:27:20 -06:00
FusionPBX
5de66ce0c0
Update y000000000069.cfg
2017-10-14 17:26:59 -06:00
FusionPBX
9a957bb56f
Update y000000000004.cfg
2017-10-14 17:26:37 -06:00
FusionPBX
dd977b6d59
Update y000000000046.cfg
2017-10-14 17:26:23 -06:00
FusionPBX
cbd28edbae
Update y000000000000.cfg
2017-10-14 17:25:40 -06:00
FusionPBX
70f58b6afd
Update y000000000038.cfg
2017-10-14 17:23:23 -06:00
FusionPBX
dec059f2a8
Update y000000000032.cfg
2017-10-14 17:22:50 -06:00
FusionPBX
b28e276bc9
Update y000000000037.cfg
2017-10-14 17:21:19 -06:00
FusionPBX
cedc59a16d
Update y000000000029.cfg
2017-10-14 17:18:23 -06:00
FusionPBX
b8118723c4
Update y000000000068.cfg
2017-10-14 17:18:13 -06:00
FusionPBX
57ebd301af
Update y000000000036.cfg
2017-10-14 17:18:00 -06:00
FusionPBX
5fab74613e
Update y000000000054.cfg
2017-10-14 17:17:36 -06:00
FusionPBX
f6a94b7150
Update y000000000028.cfg
2017-10-14 17:16:27 -06:00
FusionPBX
cf2c2a1082
Update y000000000066.cfg
2017-10-14 17:14:44 -06:00
FusionPBX
a5b2cbb2f1
Update y000000000035.cfg
2017-10-14 17:13:05 -06:00
FusionPBX
137590b973
Update y000000000065.cfg
2017-10-14 17:10:46 -06:00
FusionPBX
f2e4df593a
Update y000000000051.cfg
2017-10-14 17:09:01 -06:00
FusionPBX
f6a04eaedd
Update y000000000074.cfg
2017-10-14 17:07:37 -06:00
FusionPBX
046b94e65c
Update y000000000070.cfg
2017-10-14 17:04:55 -06:00
FusionPBX
2e5b3c2abf
Update y000000000056.cfg
2017-10-14 17:03:51 -06:00
FusionPBX
089bfd8073
Update y000000000058.cfg
2017-10-14 17:01:54 -06:00
FusionPBX
664d58c55c
Update {$mac}.cfg
2017-10-14 09:54:00 -06:00
Len
9ba1bd1791
Update {$mac}.cfg
2017-10-14 02:38:01 -04:00
FusionPBX
ec86227e82
Update {$mac}.cfg
2017-10-13 16:45:42 -06:00
FusionPBX
81348e370a
Update {$mac}.cfg
2017-10-13 16:44:18 -06:00
Len
97b57b0045
Update {$mac}.cfg
2017-10-12 19:09:39 -04:00
Len
563c0d4d9b
Update {$mac}.cfg
2017-10-12 19:08:31 -04:00
FusionPBX
d9838f3eea
Update {$mac}.cfg
2017-10-12 15:26:34 -06:00
Len
e8c4a03489
Update {$mac}.cfg
2017-10-12 13:29:41 -04:00
FusionPBX
9e7a1b4d97
Update {$mac}.cfg
2017-10-12 11:02:26 -06:00
FusionPBX
db8fd22bd9
Update {$mac}.cfg
2017-10-12 11:01:58 -06:00
Len
da21e5c818
Rename y000000000000.cfg to y000000000074.cfg
2017-10-10 20:55:28 -04:00
FusionPBX
f1b377dd74
Rename y000000000000.cfg to y000000000070.cfg
2017-10-10 18:48:10 -06:00
Len
156c0c9373
Update y000000000000.cfg
2017-10-10 20:39:33 -04:00
Len
8cb0b5aaaf
Update y000000000000.cfg
2017-10-10 20:37:12 -04:00
FusionPBX
c34e049aaa
Update index.lua
2017-10-10 13:07:27 -06:00
Len
9977023b19
Update y000000000066.cfg
2017-10-09 16:46:51 -04:00
Len
fbd6a2391c
Update y000000000066.cfg
2017-10-09 16:04:50 -04:00
FusionPBX
bcb83f53b8
Update call_forward.lua
2017-10-07 23:40:00 -06:00
FusionPBX
d9a29afb51
Update index.lua
2017-10-07 23:14:22 -06:00
Alexey Melnichuk
f91c6eb163
Change. Use BasicEventService to implement MWI service. ( #2855 )
2017-10-06 13:13:33 -06:00
Alexey Melnichuk
41083c7a8c
Fix. crash when using EventCounsumer.ievents iterator. ( #2865 )
...
Problem code is
``` Lua
for event in ievents{'SHUTDOWN','CUSTOM::event'} do
end
```
2017-10-06 12:36:23 -06:00
Len
15b98a2f0a
Update y000000000066.cfg
2017-10-05 21:45:59 -04:00
Len
61da142d13
Update {$mac}.cfg
2017-10-05 21:44:31 -04:00
FusionPBX
7f52f5a8a4
Set cal
2017-10-04 23:11:42 -06:00
Berk Gureken
1acaceda4a
Add Turkish translation ( #2864 )
2017-10-04 01:59:37 -06:00
FusionPBX
dd009a4bee
Update ivr.conf.lua
2017-10-02 22:19:51 -06:00
FusionPBX
37d312688c
Update ivr.conf.lua
2017-10-02 22:10:16 -06:00
FusionPBX
554ef5b2f9
Update index.lua
2017-10-02 21:17:29 -06:00
FusionPBX
28a78490cf
Update app_languages.php
2017-09-30 15:15:26 -06:00
konradSC
1cf930ca20
Fix "invalid greeting" message played ( #2860 )
...
Fix "invalid greeting" message played on entry when pressing 5 for advanced, then 1 for record greeting.
2017-09-29 22:01:28 -06:00
Len
caf2690f2f
Create y000000000000.cfg
2017-09-29 22:50:18 -04:00
Len
02214ed916
Create {$mac}.cfg
2017-09-29 22:49:21 -04:00
Luis Daniel Lucio Quiroz
88109eb967
Update ivr.conf.lua ( #2861 )
...
when debug["xml_string"] is on, it will overwrite /tmp/ivr.conf.xml file each hit an ivr goes. this makes very hard to trouble shoot in a living system. this patch allows to put one ivr menu per file.
2017-09-29 16:24:59 -06:00
Len
c18e52f2de
Rename y000000000054.cfg to y000000000000.cfg
2017-09-29 17:10:49 -04:00
Len
de589b2bf4
Update {$mac}.cfg
2017-09-29 17:10:18 -04:00
Len
f229c09974
Update {$mac}.cfg
2017-09-29 16:46:56 -04:00
Len
e57fccd368
Update {$mac}.cfg
2017-09-29 16:33:51 -04:00
Len
22e89c49e6
Update {$mac}.cfg
2017-09-29 16:26:21 -04:00
Len
12e7b3bd76
Update y000000000054.cfg
2017-09-29 16:02:01 -04:00
Len
c6d9f832fa
Update {$mac}.cfg
2017-09-29 16:01:15 -04:00
Len
4043d72ab2
Create {$mac}.cfg
2017-09-29 15:36:24 -04:00
Len
330653ba30
Create y000000000054.cfg
2017-09-29 15:35:50 -04:00
FusionPBX
c7d3c161a4
Update y000000000058.cfg
2017-09-29 10:39:05 -06:00
FusionPBX
3ab90f518f
Update y000000000056.cfg
2017-09-29 10:38:59 -06:00
Len
557229e852
Update {$mac}.cfg
2017-09-29 01:42:28 -04:00
FusionPBX
3a160d90ae
Update {$mac}.cfg
2017-09-28 23:39:42 -06:00
Len
bd4616c5b8
Update {$mac}.cfg
2017-09-29 01:07:54 -04:00
Len
4ddfae65af
Update {$mac}.cfg
2017-09-29 00:42:59 -04:00
Len
f469e78a27
Update {$mac}.cfg
2017-09-29 00:37:18 -04:00
FusionPBX
5b13ae8265
Update {$mac}.cfg
2017-09-28 22:25:14 -06:00
Len
53854e0ca1
Update {$mac}.cfg
2017-09-28 23:59:54 -04:00
Len
d2714625d1
Update {$mac}.cfg
2017-09-28 23:53:32 -04:00
Len
84bceca6bc
Update y000000000058.cfg
2017-09-28 23:20:15 -04:00
Len
e3d3a3bd24
Update y000000000056.cfg
2017-09-28 23:19:28 -04:00
Len
5860850161
Update y000000000058.cfg
2017-09-28 23:06:55 -04:00
Len
aa2f9f2ccb
Update y000000000056.cfg
2017-09-28 23:04:16 -04:00
Len
70b727db4c
Update y000000000056.cfg
2017-09-28 22:48:03 -04:00
Len
bd80892265
Update {$mac}.cfg
2017-09-28 22:25:33 -04:00
Len
54d2387e1e
Update {$mac}.cfg
2017-09-28 21:25:48 -04:00
Len
79259c533d
Update {$mac}.cfg
2017-09-28 21:24:49 -04:00
Len
dfe9a613a4
Update {$mac}.cfg
2017-09-28 21:15:26 -04:00
Len
d0e6352512
Update {$mac}.cfg
2017-09-28 21:14:31 -04:00
Len
158c068492
Update {$mac}.cfg
2017-09-28 20:46:45 -04:00
Len
4fb84f41c7
Update {$mac}.cfg
2017-09-28 20:45:50 -04:00
Len
8a51d70644
Update {$mac}.cfg
2017-09-28 20:15:22 -04:00
Len
d28f066865
Update {$mac}.cfg
2017-09-28 20:14:55 -04:00
Len
61c7556346
Update {$mac}.cfg
2017-09-28 20:05:16 -04:00
Len
f14a1d9a56
Update {$mac}.cfg
2017-09-28 20:04:17 -04:00
FusionPBX
b4a3eb2f72
Create y000000000056.cfg
2017-09-28 17:31:33 -06:00
FusionPBX
6ec0197a89
Create y000000000058.cfg
2017-09-28 17:30:23 -06:00
FusionPBX
f633b795b7
Create {$mac}.cfg
2017-09-28 17:28:20 -06:00
FusionPBX
ea22c7a605
Create {$mac}.cfg
2017-09-28 17:27:38 -06:00
FusionPBX
ef85a2c3b3
Update index.lua
2017-09-28 16:51:53 -06:00
FusionPBX
6b6fbaaf0c
Update destinations.php
2017-09-28 03:19:12 -06:00
konradSC
74930291b3
Update to use curl instead of ssh ( #2856 )
...
SSH method never worked. I submitted the wrong file.
2017-09-27 22:01:58 -06:00
Adam Niedzwiedzki
972fb6d44f
Update index.lua ( #2858 )
...
Removal of the ( ) in the sched_api cmd string allows the start_recording.lua to function as designed.
Added "..scripts_dir.." as well.
2017-09-27 20:35:44 -06:00
FusionPBX
a477d3aa1c
Update ivr.conf.lua
2017-09-26 22:40:30 -06:00
konradSC
b969629f58
File cache sync via curl ( #2851 )
...
* Add sendevent when using file caching
* Create clear_cache.lua
FS receives a command via curl to call this script which deletes the single cache entry or flushes the entire cache.
* Create file_cache.lua
This scripts monitors for custom events. When an event is processed it will send out a command via curl to other FS servers telling them to clear their cache.
This must be called from conf/autoload_configs/lua.conf.xml
<param name="startup-script" value="app/server/resources/memcache.lua"/>
2017-09-20 16:19:56 -06:00
FusionPBX
e644e99193
Update functions.php
2017-09-20 10:58:59 -06:00
FusionPBX
6042b9d95d
Update app_languages.php
2017-09-19 19:52:38 -06:00
FusionPBX
3352f268e8
Update app_languages.php
2017-09-19 17:12:01 -06:00
Mafoo
05f76b0556
Pass on languages before importing updates ( #2849 )
...
put language files into consistent state in preparation of a import
2017-09-19 09:48:40 -06:00
Len
2823f6bb59
Update {$mac}.cfg
2017-09-18 09:27:39 -04:00
Len
c741f21911
Update {$mac}.cfg
2017-09-17 21:12:44 -04:00
FusionPBX
e8fe9502f7
Update app_languages.php
2017-09-14 12:16:45 -05:00
FusionPBX
7a0a7d7b80
Update index.lua
2017-09-12 14:32:13 -05:00
konradSC
afbba1203d
Update mwi_notify.lua ( #2836 )
...
Search all profiles for the sofia_contact. For some reason on server it would automatically search all profiles, but on the other servers I had to add "*/".
2017-09-11 08:53:57 -06:00
FusionPBX
12308f4082
Update database.php
2017-09-11 01:21:36 -05:00
FusionPBX
d583d22111
Update {$mac}.xml
2017-09-08 10:53:44 -06:00
FusionPBX
3341d815c3
Update {$mac}.xml
2017-09-08 10:52:09 -06:00
FusionPBX
950b875db9
Update {$mac}.xml
2017-09-08 10:51:31 -06:00
FusionPBX
a50fef96f9
Update {$mac}.xml
2017-09-08 10:50:57 -06:00
FusionPBX
df7f7024db
Update {$mac}.xml
2017-09-08 10:47:33 -06:00
FusionPBX
cd0083dd53
Update {$mac}.xml
2017-09-08 10:46:45 -06:00
FusionPBX
9cfd6cd039
Update {$mac}.xml
2017-09-08 10:20:29 -06:00
FusionPBX
badab39cd7
Update {$mac}.xml
2017-09-08 10:17:15 -06:00
FusionPBX
2e1952e343
Update {$mac}.xml
2017-09-08 10:08:47 -06:00
FusionPBX
4dc309539f
Minor version update 4.3.3.
2017-09-07 13:10:33 -06:00
konradSC
48b85fdbdf
Update index.lua ( #2821 )
...
Break the ring group query into two parts. One for getting the ring group info. Another for getting the ring group user.
If a user was not assigned to a ring group, then the query will fail to return a result. This will cause forward, prefix, distinctive ring, etc to not work properly.
2017-09-05 10:57:30 -06:00
FusionPBX
1bb950dde8
Update cache.php
2017-09-02 09:56:30 -06:00
Mafoo
8740021d31
Enhance - provision aastra 9133i ( #2787 )
...
provision aastra 9133i based phones (480i 480i CT, 9112i, 9133i)
leverage smarty include to common parts
have device_edit ignore 'include' folders
.htaccess's RewriteRule operates relative to it's dir so anchoring to ^provision is correct even for where fusion is on a sub folder
2017-09-01 09:35:22 -06:00
Tatermen
1c5d730267
Use effective_caller_id_number instead of caller_id_number when storing voicemail messages. This resolves issue #2333 . ( #2728 )
2017-09-01 09:32:06 -06:00
andycol
31575c25f7
Add South African Prefixes ( #2811 )
2017-09-01 08:54:02 -06:00
FusionPBX
d4853b6ce3
Update paging.php
2017-08-30 11:40:20 -06:00
FusionPBX
91842f30b7
Update index.lua
2017-08-27 15:16:01 -06:00
FusionPBX
8170be475b
Update index.lua
2017-08-27 15:11:31 -06:00
FusionPBX
fd5d5b580a
Update mwi_notify.lua
2017-08-23 23:05:51 -06:00
konradSC
93245717cb
Update do_not_disturb.lua ( #2803 )
...
Use cache function instead of directly clearing memcache.
2017-08-22 16:16:35 -06:00
Len
19722d750a
Update {$mac}.xml
2017-08-17 02:56:36 -04:00
Len
63439cf8b8
Update {$mac}.xml
2017-08-17 02:34:25 -04:00
Len
097a695580
Update {$mac}.xml
2017-08-17 02:28:17 -04:00
Len
7502c2bad2
Update {$mac}.xml
2017-08-17 02:24:30 -04:00
Len
a47decbade
Update {$mac}.xml
2017-08-17 02:21:57 -04:00
Len
c2d350eb4d
Update {$mac}.xml
2017-08-17 02:16:35 -04:00
Len
595538196a
Update {$mac}.xml
2017-08-17 01:41:04 -04:00
Len
b1c9019c07
Update {$mac}.xml
2017-08-17 01:35:31 -04:00
Len
4801072671
Update {$mac}.xml
2017-08-17 01:25:52 -04:00
Len
f805bc3b19
Update {$mac}.xml
2017-08-17 01:24:45 -04:00
Len
92b0aa3adf
Update {$mac}.xml
2017-08-17 01:23:24 -04:00
Len
d99609471a
Update {$mac}.xml
2017-08-17 01:19:36 -04:00
FusionPBX
5b69862bcc
Update index.lua
2017-08-14 12:40:42 -06:00
FusionPBX
7ccd714b0d
Update {$mac}.cfg
2017-08-14 09:17:33 -06:00
FusionPBX
280c659475
Create {$mac}.cfg
2017-08-14 08:38:59 -06:00
FusionPBX
43898c84ca
Create {$mac}.xml
2017-08-13 18:48:58 -06:00
FusionPBX
b5235484f7
Create {$mac}.xml
2017-08-13 18:47:12 -06:00
FusionPBX
160c220933
Update {$mac}.xml
2017-08-13 11:47:00 -06:00
FusionPBX
d2ed211b35
Update {$mac}.xml
2017-08-13 11:32:29 -06:00
FusionPBX
fa7371d39f
Create {$mac}.xml
2017-08-12 19:48:51 -06:00
FusionPBX
038971e1fc
Update {$mac}.xml
2017-08-12 19:46:57 -06:00
TekMason
418cc0c759
Yealink Template Updates ( #2789 )
...
Set firmware.url = {$yealink_firmware_url}/{$yealink_firmware_<model>}
Also changed user agent for VP530 to match what the phone actually sends
2017-08-10 10:12:05 -05:00
FusionPBX
0859953ed7
Add obi1062
2017-08-09 01:09:35 -05:00
FusionPBX
c21011774b
Update dialplan.lua
2017-08-07 00:28:31 -06:00
Mafoo
b1c5d870e0
BugFix - GUI install ( #2779 )
...
Fixes to remove some errors in the GUI installer
2017-08-02 10:45:35 -06:00
konradSC
3effd47d9e
VM Password Complexity through the Phone ( #2773 )
...
* Update index.lua
Store password complexity settings as variables.
* Update macro.lua
Add macros for "password is below minimum length" and "password is not secure"
* Update change_password.lua
Adds the ability to check for password complexity and minimum length.
Also, fixes a bug where the password was changed if the caller hung up in the middle of changing their password.
2017-07-31 10:39:28 -06:00
konradSC
dd96590619
Bug Fix: Not rerouting back to Advanced vm menu ( #2768 )
...
Need to pass in the "advanced" menu variable to functions in order to get back to Advanced menu.
2017-07-30 10:55:27 -06:00
FusionPBX
5a142bef69
Update index.lua
2017-07-29 23:06:43 -06:00
Len
79c6cb4215
Create phonebook.xml
2017-07-29 02:12:33 -04:00
Len
f62cba21d6
Update {$mac}.xml
2017-07-29 02:12:01 -04:00
Len
08ab42c3e5
Create phonebook.xml
2017-07-29 02:08:15 -04:00
Len
fc84c0f102
Update {$mac}.xml
2017-07-29 02:07:25 -04:00
Len
6c9df66dd3
Update {$mac}.xml
2017-07-29 02:06:15 -04:00
Len
9f5c80ad90
Create phonebook.xml
2017-07-29 02:05:18 -04:00
Len
fc1f6d985a
Create phonebook.xml
2017-07-29 02:04:36 -04:00
Len
48eddbefcb
Create phonebook.xml
2017-07-29 02:04:05 -04:00
Len
d20d484fc2
Create phonebook.xml
2017-07-29 02:03:31 -04:00
Len
cf7cecdff1
Create phonebook.xml
2017-07-29 02:02:57 -04:00
Len
48bff4aa11
Update {$mac}.xml
2017-07-29 02:01:22 -04:00
Len
e199571994
Update {$mac}.xml
2017-07-29 02:00:07 -04:00
Len
bad302306e
Update {$mac}.xml
2017-07-29 01:59:19 -04:00
Len
c36626da51
Update {$mac}.xml
2017-07-29 01:57:38 -04:00
Len
f971963eb0
Update {$mac}.xml
2017-07-29 01:47:34 -04:00
Len
467bffb429
Update {$mac}.xml
2017-07-29 01:38:45 -04:00
Len
c1630c3182
Update {$mac}.xml
2017-07-29 01:19:47 -04:00
Len
7ed8618681
Update README.txt
2017-07-29 01:03:51 -04:00
Len
3e9f92a6ab
Update {$mac}.xml
2017-07-29 01:02:18 -04:00
Len
eb3c0bba1d
Update README.txt
2017-07-29 00:59:39 -04:00
Len
51c2214a37
Update {$mac}.xml
2017-07-29 00:56:11 -04:00
Len
48834e979b
Update README.txt
2017-07-29 00:52:55 -04:00
Len
b7cf4c4866
Update {$mac}.xml
2017-07-29 00:51:24 -04:00
Len
5a12518d15
Update README.txt
2017-07-29 00:49:05 -04:00
Len
1c07d5b24e
Update {$mac}.xml
2017-07-29 00:46:51 -04:00
Len
446eec9c4d
Update README.txt
2017-07-29 00:42:18 -04:00
Len
742a33a18d
Update {$mac}.xml
2017-07-29 00:38:58 -04:00
Len
5b0e0945eb
Update {$mac}.xml
2017-07-29 00:34:12 -04:00
Len
d21af45e30
Update {$mac}.xml
2017-07-29 00:32:02 -04:00
Alexey Melnichuk
f308e2a30e
Fix. Cache class. ( #2755 )
...
* Fix. Cache class.
* `send_event` raise error so `Cache.del` did not remove key or send any event
* use `memcache` method by default even if `cache` table does not defined in config
* `Cache.get` did not return any data when use `memcache` method
* `Cache.get` did not close file. (Its should not be a big problem because GC should do it by self).
* `Cache.get` can returns some undefined global value. (if method is `file` and file not exists then method returns global `result` value)
* `Cache.get` does not need check for file existence
* Value escaping does not needed for `file` method
* Needed different key escaping for `memcache` and `file` methods
* Update self test
* Change. Use random names for temp files.
2017-07-26 09:40:53 -06:00
Alexey Melnichuk
272d1c2f30
Change. Use new service class to implement ha_monitor.lua ( #2710 )
...
This allows remove code related to create pid file and
handle system commands (e.g. to stop service) from service
file and leave it to base class.
2017-07-24 23:38:43 -06:00
FusionPBX
d59678cb53
Update index.lua
2017-07-24 19:49:32 -06:00
FusionPBX
15d4e57e88
Update internal.xml.noload
2017-07-24 15:31:55 -06:00
FusionPBX
1066eaa5e8
Update index.lua
2017-07-23 23:40:39 -06:00
FusionPBX
151515d01a
Update app_languages.php
2017-07-22 20:46:45 -06:00
FusionPBX
55f5aa0fb0
Update app_languages.php
2017-07-22 20:19:01 -06:00
FusionPBX
84191e4090
Update cache.php
2017-07-22 15:52:45 -06:00
FusionPBX
4cba425e11
Update cache.lua
2017-07-22 15:18:20 -06:00
FusionPBX
5ddedc8afa
Update cache.lua
2017-07-22 15:17:11 -06:00
FusionPBX
09f1ea706e
Update cache.php
2017-07-22 13:18:03 -06:00
FusionPBX
1804dcc344
Update cache.lua
2017-07-22 12:38:45 -06:00
FusionPBX
cf0fbb0f93
Update cache.lua
2017-07-22 01:09:39 -06:00
FusionPBX
942293debe
Update lazy_settings.lua
2017-07-22 00:38:25 -06:00
FusionPBX
fce02cb024
Update index.lua
2017-07-21 18:05:23 -06:00
FusionPBX
8bd98f826b
Update index.lua
2017-07-21 18:05:08 -06:00
Len
b534caeddb
Update index.lua
2017-07-21 00:10:35 -04:00
FusionPBX
614861eda8
Update index.lua
2017-07-20 03:50:10 -06:00
FusionPBX
82e65333e9
Update index.lua
2017-07-19 23:07:04 -06:00
FusionPBX
d32c2cfd60
Update index.lua
2017-07-19 23:06:41 -06:00
sergey-mz
c3f521beb3
Update template ( #2749 )
...
Do not disable LLDP. LLDP can push the phone to separate VLAN if set by switch and it will lose connection and go to web recovery mode.
Add second screen name line to display extension #.
Add line display name (Caller ID in web interface).
2017-07-19 14:44:43 -06:00
Cristian Livadaru
df87823e38
fix snom register_expire ( #2745 )
...
the template uses the wrong parameter for sip registry expire, the
parameter user_subscription_expiry sets the expiry of subscriptions and
not the register (see
http://wiki.snom.com/Settings/user_subscription_expiry )
To set the register expiry one needs to use the user_expiry parameter
(see http://wiki.snom.com/Settings/user_expiry )
2017-07-18 12:27:53 -06:00
FusionPBX
a24528c196
Update database.php
2017-07-15 23:06:22 -06:00
FusionPBX
030752f964
Update database.php
2017-07-15 22:26:01 -06:00
FusionPBX
1fedc4e009
Update database.php
2017-07-15 20:38:56 -06:00
FusionPBX
420cce478d
Update database.php
2017-07-15 20:20:51 -06:00
FusionPBX
3c9acd16dc
Update database.php
2017-07-15 17:20:21 -06:00
FusionPBX
bc414459de
Update database.php
2017-07-15 17:09:01 -06:00
FusionPBX
8ff6c56273
Delete schema.php
2017-07-15 12:37:23 -06:00
FusionPBX
e7b49caad6
Update database.php
2017-07-14 20:44:45 -06:00
FusionPBX
0e68a3ff2f
Update database.php
2017-07-14 20:41:23 -06:00
FusionPBX
bed511aab7
Update {$mac}.cfg
...
http://community.polycom.com/t5/VoIP/Exchange-URL-warning-after-new-update/td-p/86621
2017-07-14 12:46:47 -06:00
FusionPBX
a9f29c7669
Update {$mac}.cfg
...
http://community.polycom.com/t5/VoIP/Exchange-URL-warning-after-new-update/td-p/86621
2017-07-14 12:45:46 -06:00
FusionPBX
770915d3b7
Update index.lua
2017-07-14 12:26:01 -06:00
FusionPBX
d0cfe5e0e1
Update database.php
2017-07-14 10:52:30 -06:00
FusionPBX
a55ada0195
Update database.php
2017-07-11 12:48:20 -06:00
FusionPBX
c91b280edd
Update database.php
2017-07-11 11:30:22 -06:00
FusionPBX
1d8f16446a
Update database.php
2017-07-11 00:13:54 -06:00
FusionPBX
a086610092
Update database.php
2017-07-10 22:38:29 -06:00
FusionPBX
714bba8226
Update vars.xml
2017-07-09 23:46:36 -06:00
FusionPBX
22e2960646
Update vars.xml
2017-07-09 13:27:11 -06:00
FusionPBX
64f14bd224
Update vars.xml
2017-07-09 13:20:04 -06:00
FusionPBX
e600a85c95
Update vars.xml
2017-07-09 13:04:00 -06:00
FusionPBX
1bce08243f
Update vars.xml
2017-07-09 12:52:21 -06:00
FusionPBX
e19b07c790
Update vars.xml
2017-07-09 12:45:32 -06:00
FusionPBX
a44fa6d521
Update vars.xml
2017-07-09 11:20:23 -06:00
FusionPBX
96cb411d72
Update database.php
2017-07-08 01:10:28 -06:00
FusionPBX
c6c5c012e1
Update database.php
2017-07-04 09:48:52 -06:00
FusionPBX
d5e7977317
Update menu.php
2017-07-01 16:05:25 -06:00
FusionPBX
98b834e1b8
Update menu.php
2017-07-01 14:13:51 -06:00
FusionPBX
b67852f20a
Update check_auth.php
2017-07-01 10:09:17 -06:00
FusionPBX
52ba793640
Update check_auth.php
2017-07-01 09:44:34 -06:00
The-Operator
2c0efdc6c6
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
39dc843d12
Create translate.conf.lua
2017-06-29 12:11:39 -06:00
Dean Montgomery
63c0d183cc
Fix Attended Transfer Caller ID Display ( #2718 )
...
* Update {$mac}.xml
Fix Attended Transfer Caller ID Display
* Update {$mac}.xml
Fix Attended Transfer - Caller ID Display.
* Update {$mac}.xml
Fix Attended Transfer - Caller ID Display = Auto
* Update {$mac}.xml
Fix Attended Transfer - Caller ID Display = Auto
* Update {$mac}.xml
Fix Attended Transfer - Caller ID Display = Auto
2017-06-27 22:58:45 -06:00
Len
9678b94d1c
Update {$mac}.xml
2017-06-25 05:39:00 -04:00
Len
943aee8030
Update {$mac}.xml
2017-06-25 03:45:45 -04:00
Len
f48722e2bb
Update y000000000051.cfg
2017-06-22 19:20:50 -04:00
Len
efeaa2a526
Update y000000000065.cfg
2017-06-22 19:20:09 -04:00
Len
0c1b4e1968
Update y000000000035.cfg
2017-06-22 19:19:14 -04:00
Len
d5bc2b8d93
Update y000000000066.cfg
2017-06-22 19:18:24 -04:00
Len
e239afa00e
Update y000000000029.cfg
2017-06-22 19:17:11 -04:00
Len
5beedee836
Update y000000000068.cfg
2017-06-22 19:16:05 -04:00
Len
880fbbdc0b
Update y000000000036.cfg
2017-06-22 19:15:13 -04:00
Len
d0c077ed42
Update y000000000054.cfg
2017-06-22 19:06:27 -04:00
Len
c35d93c14e
Update y000000000046.cfg
2017-06-22 19:04:46 -04:00
Len
f9315f9c86
Update y000000000045.cfg
2017-06-22 19:03:50 -04:00
Len
2b12651f76
Update y000000000069.cfg
2017-06-22 19:02:58 -04:00
Len
2b958488ff
Update y000000000044.cfg
2017-06-22 19:01:30 -04:00
Len
8a93be80de
Update y000000000044.cfg
2017-06-22 19:00:35 -04:00
Len
0cc3d27e18
Update y000000000052.cfg
2017-06-22 19:00:01 -04:00
Len
739d7df4c5
Update y000000000028.cfg
2017-06-22 17:31:10 -04:00
Len
77ea649201
Update y000000000028.cfg
2017-06-22 17:25:10 -04:00
Len
7efddc3d46
Update {$mac}.xml
2017-06-22 17:15:50 -04:00
Len
d562d21bcf
Update {$mac}.cfg
2017-06-22 14:47:23 -04:00
FusionPBX
5629586013
Update {$mac}.cfg
2017-06-22 12:41:23 -06:00
Alexey Melnichuk
c36be184b8
Fix. Stack overflow when calls base actor. ( #2706 )
2017-06-22 00:14:28 -06:00
Mafoo
b312fbc425
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
FusionPBX
0fecdec093
Update check_auth.php
2017-06-20 11:29:50 -06:00
Len
b3067e3202
Update y000000000051.cfg
2017-06-20 12:33:01 -04:00
Len
58f3d17b82
Update y000000000065.cfg
2017-06-20 12:27:43 -04:00
Len
97efbb8dfd
Update y000000000035.cfg
2017-06-20 12:26:53 -04:00
Len
b6a1e8b323
Update y000000000066.cfg
2017-06-20 12:26:09 -04:00
Len
55cf192f07
Update y000000000028.cfg
2017-06-20 12:24:37 -04:00
Len
530a929f2e
Update y000000000029.cfg
2017-06-20 12:22:51 -04:00
Len
60564a341b
Update y000000000068.cfg
2017-06-20 12:21:22 -04:00
Len
58ebc91869
Update y000000000036.cfg
2017-06-20 12:20:21 -04:00
Len
7ebfcbb3d6
Update y000000000054.cfg
2017-06-20 12:19:51 -04:00
Len
356204024d
Update y000000000046.cfg
2017-06-20 12:17:57 -04:00
Len
6bb6f4b40d
Update y000000000045.cfg
2017-06-20 12:16:45 -04:00
Len
bfbf37e41b
Update y000000000069.cfg
2017-06-20 12:09:49 -04:00
Len
8b15a6c9e3
Update y000000000044.cfg
2017-06-20 12:07:57 -04:00
Len
9c8583c761
Update y000000000044.cfg
2017-06-20 12:07:18 -04:00
FusionPBX
8e2dba39a6
Update y000000000052.cfg
2017-06-20 09:54:19 -06:00
andycol
2857679b76
Hide pin codes when a user pushed the redial button ( #2690 )
2017-06-20 09:51:35 -06:00
Alexey Melnichuk
6fc6e231c8
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
f25933e811
Update directory.lua
2017-06-17 12:19:43 -06:00
FusionPBX
e214cab135
Update directory.lua
2017-06-17 11:38:24 -06:00
Mafoo
0098dd01c2
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
1c58c1c1f9
Enhance-master-translation autofill ( #2681 )
...
Autofill all language files for pt de and es
2017-06-12 22:14:11 -07:00
Mafoo
7bdea2c30c
dos2unix ( #2682 )
...
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
Len
6c97a1ae3d
Create {$mac}.cfg
2017-06-12 23:57:47 -04:00
Len
645c5ce222
Create {$mac}.cfg
2017-06-12 23:55:15 -04:00
Len
77b95f19ba
Create {$mac}.cfg
2017-06-12 23:52:19 -04:00
Len
91296cadfa
Create {$mac}.cfg
2017-06-12 23:50:20 -04:00
Len
b83ae4e7a4
Create {$mac}.cfg
2017-06-12 23:48:57 -04:00
Len
79286306a8
Create {$mac}.cfg
2017-06-12 23:46:11 -04:00
Len
270f535ee6
Create {$mac}.cfg
2017-06-12 23:43:52 -04:00
Len
085c5a7464
Create {$mac}.cfg
2017-06-12 23:42:06 -04:00
Len
adb4f67d8f
Create {$mac}.cfg
2017-06-12 23:39:50 -04:00
Len
ca0514afe9
Create {$mac}.cfg
2017-06-12 23:37:37 -04:00
Len
c8b8b67fca
Create {$mac}.cfg
2017-06-12 23:35:30 -04:00
Len
102a1714f4
Create {$mac}.cfg
2017-06-12 23:33:50 -04:00
Len
8ebb8afaac
Create {$mac}.cfg
2017-06-12 23:32:30 -04:00
Len
af8f3ca2d8
Create {$mac}.cfg
2017-06-12 23:30:52 -04:00
Len
eeef48e536
Create {$mac}.cfg
2017-06-12 23:26:30 -04:00
Len
96fd6a6bed
Create {$mac}.cfg
2017-06-12 23:25:16 -04:00
Len
a36debbf8e
Create {$mac}.cfg
2017-06-12 23:23:18 -04:00
Len
36d233ccf4
Create {$mac}.cfg
2017-06-12 23:21:46 -04:00
Len
fd3de05316
Create {$mac}.cfg
2017-06-12 23:20:22 -04:00
Len
5d2afd23f1
Create {$mac}.cfg
2017-06-12 23:18:47 -04:00
Len
17f2b2c5fe
Create {$mac}.cfg
2017-06-12 23:17:26 -04:00
Len
9fcf99d49d
Create {$mac}.cfg
2017-06-12 23:13:00 -04:00
Len
b4b853191b
Create {$mac}.cfg
2017-06-12 23:11:11 -04:00
Len
e0fdd0d2b3
Create {$mac}.cfg
2017-06-12 23:08:53 -04:00
Len
56c4271147
Create {$mac}.cfg
2017-06-12 23:06:39 -04:00
Len
d10c793442
update cid_source
2017-06-12 22:47:05 -04:00
FusionPBX
a93b7983ea
Use null instead of an empty string for user_uuid when not available.
2017-06-11 08:48:18 -06:00
FusionPBX
04e8f7f522
Create menu_messages.lua
2017-06-10 23:53:12 -06:00