FusionPBX
894b4bf7fd
Update sofia.conf.lua
...
Remove an extra double quote that broke xml syntax.
2018-01-19 11:36:08 -07:00
borisk1976
878297a44c
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
9c7a64cc61
Update disa.lua
2018-01-17 01:52:59 -07:00
Len
22297329c3
Update {$mac}.xml
2018-01-13 16:59:26 -05:00
Len
28226720ed
Update {$mac}.xml
2018-01-13 16:57:59 -05:00
Len
1197d250c6
Update {$mac}.xml
2018-01-13 16:56:34 -05:00
Len
352c00fca2
Update {$mac}.xml
2018-01-13 16:54:28 -05:00
Len
7d48fa6ef0
Update {$mac}.xml
2018-01-13 16:48:52 -05:00
Len
0c3ba82795
Update {$mac}.xml
2018-01-13 16:27:27 -05:00
Len
b28c1aa05a
Update {$mac}.xml
2018-01-12 23:55:58 -05:00
Len
4d9d8afc7a
Update {$mac}.xml
2018-01-12 23:54:15 -05:00
Len
7ff598c458
Update {$mac}.xml
2018-01-12 23:17:03 -05:00
Len
717edf63de
Update {$mac}.xml
2018-01-12 23:10:32 -05:00
Len
a3cba4c9b1
Update {$mac}.xml
2018-01-12 22:44:34 -05:00
Len
d5805eec51
Update {$mac}.xml
2018-01-12 22:31:38 -05:00
Len
a4adcc629d
Update {$mac}.xml
2018-01-12 22:12:58 -05:00
FusionPBX
0580e064f6
Update {$mac}.xml
2018-01-12 15:04:34 -07:00
Len
b0aa9c0688
Update {$mac}.xml
2018-01-11 23:25:46 -05:00
Len
931aacabba
Update {$mac}.xml
2018-01-11 23:05:06 -05:00
Len
64b3075755
Update {$mac}.xml
2018-01-11 22:38:04 -05:00
Len
d1eefca826
Update {$mac}.xml
2018-01-11 22:36:01 -05:00
Len
1367caf32d
Update {$mac}.xml
2018-01-11 22:33:53 -05:00
Len
a731dd43ab
Update {$mac}.xml
2018-01-11 22:31:25 -05:00
Len
4417f3c833
Update {$mac}.xml
2018-01-11 22:29:09 -05:00
Len
57153f9fb2
Update {$mac}.xml
2018-01-11 22:25:07 -05:00
FusionPBX
9b6ac876f6
Update languages.lua
2018-01-11 15:31:07 -07:00
FusionPBX
6d59d535d7
Update dialplan.lua
2018-01-11 12:43:58 -07:00
FusionPBX
8a1c43775c
Update translate.conf.lua
2018-01-11 12:31:25 -07:00
FusionPBX
28e74afd8f
Update sofia.conf.lua
2018-01-11 12:29:18 -07:00
FusionPBX
b793289d41
Update ivr.conf.lua
2018-01-11 12:27:11 -07:00
FusionPBX
2eae15a643
Update callcenter.conf.lua
2018-01-11 12:25:33 -07:00
FusionPBX
1cf72013f1
Update acl.conf.lua
2018-01-11 12:20:04 -07:00
FusionPBX
c3affc15f2
Update acl.conf.lua
2018-01-11 12:11:49 -07:00
FusionPBX
49460503e4
Update acl.conf.lua
2018-01-11 12:10:43 -07:00
FusionPBX
d38aa31031
Update local_stream.conf.lua
2018-01-11 12:07:40 -07:00
sergey-mz
929b79d5d0
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
cb6d484f37
Update {$mac}.cfg
2018-01-10 19:52:25 -07:00
FusionPBX
4791c7b72f
Update {$mac}.cfg
2018-01-10 19:51:40 -07:00
Len
ddc2b71087
Update {$mac}.xml
2018-01-10 18:52:19 -05:00
Len
83b990761f
Update {$mac}.xml
2018-01-10 18:49:04 -05:00
Len
6a40cbce45
Update {$mac}.cfg
2018-01-10 18:39:15 -05:00
Len
03ff50eebd
Update {$mac}.cfg
2018-01-10 18:38:39 -05:00
Len
14daf686ea
Update {$mac}.cfg
2018-01-10 18:37:53 -05:00
konradSC
722021bdd7
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
51b7deec86
Update destinations.php
2018-01-09 12:45:04 -07:00
FusionPBX
98f32c27a5
Update destinations.php
2018-01-09 12:43:23 -07:00
konradSC
0a414da71d
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
4bcbc7edee
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
f72f409a0b
Update destinations.php
2018-01-07 20:01:32 -07:00
sergey-mz
61b78ea73b
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
5f2e9b89d4
Update {$mac}.cfg
2018-01-05 02:40:54 -07:00
FusionPBX
00b7fc791a
Update {$mac}.cfg
2018-01-05 02:40:29 -07:00
FusionPBX
8501dae6cd
Update {$mac}.cfg
2018-01-05 02:40:14 -07:00
FusionPBX
0268f34c6a
Update {$mac}.cfg
2018-01-05 02:40:09 -07:00
FusionPBX
1d8473ea4b
Update {$mac}.cfg
2018-01-05 02:39:57 -07:00
FusionPBX
0b6df2379b
Update {$mac}.cfg
2018-01-05 02:39:53 -07:00
FusionPBX
73453d7ac5
Update {$mac}.cfg
2018-01-05 02:39:46 -07:00
FusionPBX
94ebc8b23d
Update {$mac}.cfg
2018-01-05 02:39:42 -07:00
FusionPBX
fe226c505f
Update {$mac}.cfg
2018-01-05 02:39:30 -07:00
FusionPBX
59e5ad83e8
Update {$mac}.cfg
2018-01-05 02:39:24 -07:00
FusionPBX
2a08f96dc9
Update {$mac}.cfg
2018-01-05 02:39:19 -07:00
FusionPBX
a5efb8aefb
Update {$mac}.cfg
2018-01-05 02:39:05 -07:00
FusionPBX
79474f03af
Update {$mac}.cfg
2018-01-05 02:38:57 -07:00
FusionPBX
04bf6d5196
Update {$mac}.cfg
2018-01-05 02:38:01 -07:00
FusionPBX
ed68808edc
Update {$mac}.cfg
2018-01-05 02:37:42 -07:00
FusionPBX
09b37f5f3b
Update {$mac}.cfg
2018-01-05 02:37:22 -07:00
FusionPBX
caa229b15d
Update {$mac}.cfg
2018-01-05 02:37:14 -07:00
FusionPBX
78dd86c48c
Update {$mac}.cfg
2018-01-05 02:37:06 -07:00
FusionPBX
0ce74843e4
Update {$mac}.cfg
2018-01-05 02:35:51 -07:00
FusionPBX
4132da999c
Update {$mac}.cfg
2018-01-05 02:35:40 -07:00
FusionPBX
481a81e369
Update {$mac}.cfg
2018-01-05 02:34:21 -07:00
FusionPBX
ed60ce1b95
Update {$mac}.cfg
2018-01-05 02:34:12 -07:00
FusionPBX
bd66fece34
Update {$mac}.cfg
2018-01-05 02:34:05 -07:00
FusionPBX
03f958956e
Update {$mac}.cfg
2018-01-05 02:33:51 -07:00
FusionPBX
0e822d8ea7
Update {$mac}.cfg
2018-01-05 02:33:39 -07:00
FusionPBX
1aca98f4b7
Update {$mac}.cfg
2018-01-05 02:33:25 -07:00
FusionPBX
dde951357b
Update {$mac}.cfg
2018-01-05 02:33:13 -07:00
FusionPBX
25354c9a9b
Update {$mac}.cfg
2018-01-05 02:33:10 -07:00
FusionPBX
05a85977b4
Update {$mac}.cfg
2018-01-05 02:32:53 -07:00
FusionPBX
6a10e2e91a
Update {$mac}.cfg
2018-01-05 02:32:47 -07:00
FusionPBX
24d6d3f51a
Update {$mac}.cfg
2018-01-05 02:25:28 -07:00
FusionPBX
b3c2398087
Update {$mac}.cfg
2018-01-05 02:24:59 -07:00
FusionPBX
177c02b703
Update {$mac}.cfg
2018-01-05 02:24:13 -07:00
Len
ab855586d9
Update {$mac}.cfg
2018-01-04 19:13:16 -05:00
Len
700038fdf0
Update {$mac}.cfg
2018-01-04 19:12:36 -05:00
Len
5f678287a8
Update y000000000037.cfg
2018-01-04 19:00:43 -05:00
Len
6145cf2f77
Update y000000000000.cfg
2018-01-04 18:58:32 -05:00
Len
55b30370e0
Update y000000000000.cfg
2018-01-04 18:56:51 -05:00
Len
58df00d6aa
Update y000000000053.cfg
2018-01-04 18:54:42 -05:00
Len
1541997622
Update y000000000007.cfg
2018-01-04 18:52:59 -05:00
Len
9d3e76a78b
Update y000000000052.cfg
2018-01-04 18:50:52 -05:00
Len
e8c60bfe29
Update y000000000005.cfg
2018-01-04 18:45:01 -05:00
Len
469fad4609
Update y000000000044.cfg
2018-01-04 18:43:10 -05:00
Len
a754da41aa
Update y000000000044.cfg
2018-01-04 18:42:05 -05:00
Len
c47d55e811
Update y000000000004.cfg
2018-01-04 18:38:48 -05:00
Len
f12f189e1e
Update y000000000069.cfg
2018-01-04 18:37:46 -05:00
Len
5ab5508e73
Update y000000000045.cfg
2018-01-04 18:36:48 -05:00
Len
0c52ae4760
Update y000000000000.cfg
2018-01-04 18:35:11 -05:00
Len
cf751dba44
Update y000000000046.cfg
2018-01-04 18:33:53 -05:00
Len
b7e54ce6ca
Update y000000000032.cfg
2018-01-04 18:32:41 -05:00
Len
40b84b7b21
Update y000000000038.cfg
2018-01-04 18:31:49 -05:00
Len
a86a3794bd
Update y000000000076.cfg
2018-01-04 18:28:53 -05:00
Len
2748d09e9c
Update y000000000054.cfg
2018-01-04 18:27:40 -05:00
Len
accca06974
Update y000000000036.cfg
2018-01-04 18:24:26 -05:00
Len
44766c90c3
Update y000000000068.cfg
2018-01-04 18:22:11 -05:00
Len
994fd29cbb
Update y000000000029.cfg
2018-01-04 18:20:32 -05:00
Len
f3bcf4beaa
Update y000000000067.cfg
2018-01-04 18:18:05 -05:00
Len
03de1e9488
Update y000000000025.cfg
2018-01-04 18:17:02 -05:00
Len
125f333854
Update y000000000025.cfg
2018-01-04 18:16:11 -05:00
Len
0667f62f82
Update y000000000023.cfg
2018-01-04 18:14:51 -05:00
Len
777583b14b
Update y000000000070.cfg
2018-01-04 18:06:09 -05:00
Len
00e11266c1
Update y000000000074.cfg
2018-01-04 18:04:33 -05:00
Len
1ca2f4167a
Update y000000000051.cfg
2018-01-04 18:03:15 -05:00
Len
52fd84170b
Update y000000000065.cfg
2018-01-04 17:52:42 -05:00
Len
94fc304883
Update y000000000035.cfg
2018-01-04 17:45:42 -05:00
Len
bab9627438
Update y000000000066.cfg
2018-01-04 17:43:47 -05:00
Len
c7837755c0
Update y000000000028.cfg
2018-01-04 17:41:21 -05:00
FusionPBX
9fc298d1b8
Update y000000000074.cfg
2018-01-02 22:08:41 -07:00
FusionPBX
f8575a15b1
Update index.lua
2018-01-02 19:53:03 -07:00
FusionPBX
82391b67ea
Update main_menu.lua
2018-01-02 19:51:12 -07:00
markjcrane
b74a2bf7cc
Yealink templates additional work on consistency.
2017-12-28 13:44:12 -07:00
markjcrane
9948be5bc2
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
4e5064cd22
Update y000000000068.cfg
2017-12-28 10:55:43 -07:00
FusionPBX
56b9811059
Update y000000000067.cfg
2017-12-28 10:40:42 -07:00
FusionPBX
ca68bbe815
Update y000000000037.cfg
2017-12-28 10:38:49 -07:00
FusionPBX
e94f14449d
Update y000000000066.cfg
2017-12-28 10:35:31 -07:00
FusionPBX
9ed026194c
Update y000000000065.cfg
2017-12-28 10:31:05 -07:00
FusionPBX
7753a6513c
Update {$mac}.cfg
2017-12-24 01:20:35 -07:00
FusionPBX
033b5f37ed
Update {$mac}.cfg
2017-12-24 01:20:00 -07:00
FusionPBX
501d43341e
Update destinations.php
2017-12-23 16:24:00 -07:00
FusionPBX
af59df98c1
Update app_languages.php
2017-12-22 11:05:27 -07:00
FusionPBX
9527f5fb05
Update destinations.php
2017-12-21 01:36:36 -07:00
FusionPBX
88fb573a5c
Update internal-ipv6.xml.noload
2017-12-19 15:09:12 -07:00
FusionPBX
a32534e358
Update external-ipv6.xml.noload
2017-12-19 15:08:34 -07:00
FusionPBX
ef32baa044
Update external.xml.noload
2017-12-19 15:08:01 -07:00
FusionPBX
38ad648c74
Update internal.xml.noload
2017-12-19 15:07:35 -07:00
FusionPBX
0408f79676
Update send_email.lua
2017-12-17 01:59:54 -07:00
markjcrane
0eee87d6c8
Move email_templates
2017-12-17 08:56:59 +00:00
FusionPBX
fc7ab309a4
Update send_email.lua
2017-12-17 01:51:39 -07:00
FusionPBX
d06b99e01e
Create email_templates.php
2017-12-17 01:51:29 -07:00
FusionPBX
fbc40c20c4
Create email_template_edit.php
2017-12-17 01:50:46 -07:00
FusionPBX
d00d4a88f6
Create email_template_delete.php
2017-12-17 01:50:19 -07:00
FusionPBX
4b17c4e2a3
Create app_menu.php
2017-12-17 01:49:52 -07:00
FusionPBX
2e1d987812
Create app_languages.php
2017-12-17 01:49:14 -07:00
FusionPBX
754110a4be
Create app_config.php
2017-12-17 01:48:42 -07:00
FusionPBX
7ee707e6f8
Create root.php
2017-12-17 01:47:49 -07:00
FusionPBX
abcbe1b95c
Create email_templates.php
2017-12-17 01:47:22 -07:00
FusionPBX
b2fb19c3d6
Update email_body.tpl
2017-12-15 20:16:42 -07:00
FusionPBX
ecd9e5ef19
Update email_body.tpl
2017-12-15 20:16:23 -07:00
FusionPBX
a47415ceca
Update email_body_transcription.tpl
2017-12-15 20:15:50 -07:00
FusionPBX
1ebfb51133
Update y000000000000.boot
2017-12-15 15:53:32 -07:00
FusionPBX
8adb87052e
Update y000000000000.boot
2017-12-15 15:53:09 -07:00
FusionPBX
f5bcb62d7e
Update y000000000000.boot
2017-12-15 15:52:55 -07:00
FusionPBX
3a6afd7711
Update y000000000000.boot
2017-12-15 15:52:23 -07:00
FusionPBX
8cb7910498
Update y000000000000.boot
2017-12-15 15:52:05 -07:00
FusionPBX
06f27a8bc0
Update y000000000000.boot
2017-12-15 15:51:44 -07:00
FusionPBX
ea72a049f2
Update y000000000000.boot
2017-12-15 15:51:19 -07:00
FusionPBX
97ee21525e
Update y000000000000.boot
2017-12-15 15:50:19 -07:00
FusionPBX
975f5ac3f3
Update y000000000000.boot
2017-12-15 15:49:33 -07:00
FusionPBX
dd2021a8c9
Update y000000000000.boot
2017-12-15 15:49:01 -07:00
FusionPBX
97ed0f6254
Update y000000000000.boot
2017-12-15 15:48:40 -07:00
FusionPBX
9daa172f68
Update y000000000000.boot
2017-12-15 15:48:08 -07:00
FusionPBX
26426ad008
Update y000000000000.boot
2017-12-15 15:47:39 -07:00
FusionPBX
4ace0ba83f
Update y000000000000.boot
2017-12-15 15:47:09 -07:00
FusionPBX
e1ccd2f0e7
Update y000000000000.boot
2017-12-15 15:46:42 -07:00
FusionPBX
896d659575
Update y000000000000.boot
2017-12-15 15:46:15 -07:00
FusionPBX
6526add2da
Update y000000000000.boot
2017-12-15 15:45:43 -07:00
FusionPBX
5d059a8f72
Update y000000000000.boot
2017-12-15 15:45:24 -07:00
FusionPBX
3a380aab72
Update y000000000000.boot
2017-12-15 15:45:01 -07:00
FusionPBX
89701ca16c
Update y000000000000.boot
2017-12-15 15:39:50 -07:00
FusionPBX
7aff9ef578
Update y000000000000.boot
2017-12-15 15:38:30 -07:00
FusionPBX
baf3a29e28
Update y000000000000.boot
2017-12-15 15:37:49 -07:00
FusionPBX
3f5c4bc915
Update y000000000000.boot
2017-12-15 15:36:49 -07:00
FusionPBX
22eeee85f6
Update y000000000000.boot
2017-12-15 15:36:09 -07:00
FusionPBX
8992fe7b4d
Update y000000000000.boot
2017-12-15 15:35:19 -07:00
FusionPBX
ec4b464c7e
Update y000000000000.boot
2017-12-15 15:34:14 -07:00
DigiDaz
6b021880f4
Add missing $ ( #2943 )
...
Add missing $ to spa_call_waiting
2017-12-14 11:14:55 -07:00
FusionPBX
a9d5de2e37
Update y000000000000.boot
2017-12-13 23:37:29 -07:00
FusionPBX
66cd1a1ae1
Update y000000000000.boot
2017-12-13 23:36:07 -07:00
FusionPBX
bfc5db3f62
Update y000000000000.boot
2017-12-13 23:34:42 -07:00
FusionPBX
52f538c191
Update y000000000000.boot
2017-12-13 23:33:49 -07:00
FusionPBX
d60fb41d93
Update y000000000000.boot
2017-12-13 23:31:25 -07:00
FusionPBX
f1c8dac32c
Update y000000000000.boot
2017-12-13 23:28:58 -07:00
FusionPBX
9b2056582b
Update app_languages.php
2017-12-08 14:31:18 -07:00
FusionPBX
4ea67b2c17
Update wakeup.lua
2017-12-06 18:01:06 -07:00
FusionPBX
f2d9fb262c
Delete sounds.xml
2017-12-06 17:01:38 -07:00
FusionPBX
f3ff210fe5
Update en.xml
2017-12-06 17:01:11 -07:00
FusionPBX
21eaa854e4
Update wakeup.xml
2017-12-06 17:00:53 -07:00
FusionPBX
f870dfcaa2
Update wakeup.xml
2017-12-06 12:11:36 -07:00
FusionPBX
b19ca29a73
Update en.xml
2017-12-06 10:35:23 -07:00
FusionPBX
44ba756f20
Update sounds.xml
2017-12-06 10:32:52 -07:00
emaktech
0db60bf54c
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
f127969fe4
Fix. Use external numbers in ring groups with global outbound routes ( #2937 )
2017-11-29 00:21:21 -07:00
Alexey Melnichuk
07a49f37bd
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
bbfbf4e065
Add. Lua script to set call forward for ring group. ( #2934 )
2017-11-29 00:19:43 -07:00
TekMason
832b00e558
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
45e9254345
update yealink t5x templates ( #2931 )
2017-11-26 13:29:33 -07:00
TekMason
3a8f844e14
dss key length ( #2930 )
...
* dss key length
* changed description
* added date format to t54s template
2017-11-25 23:51:04 -07:00
TekMason
fba1a942e9
fixed static.firmware.url ( #2928 )
2017-11-25 01:03:17 -07:00
emaktech
683e785ccd
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
45e9aae2d9
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
a50f71bd77
Update y000000000000.boot
2017-11-22 18:47:44 -07:00
FusionPBX
27c1aabb45
Update {$mac}.boot
2017-11-22 18:47:23 -07:00
FusionPBX
3f93d42d19
Update y000000000000.boot
2017-11-22 18:46:49 -07:00
FusionPBX
9992dcb4ed
Update {$mac}.boot
2017-11-22 18:46:28 -07:00
FusionPBX
25ad41e39b
Update y000000000000.boot
2017-11-22 18:34:59 -07:00
FusionPBX
2dcaa73f20
Update {$mac}.boot
2017-11-22 18:34:26 -07:00
FusionPBX
a138542a2c
Update y000000000000.boot
2017-11-22 18:32:57 -07:00
FusionPBX
9f45c9b22e
Update {$mac}.boot
2017-11-22 18:32:12 -07:00
TekMason
d34d501325
add mac .boot files to yealink provision folders ( #2923 )
2017-11-21 23:06:40 -07:00
TekMason
56ff8d055f
T42G Templates ( #2922 )
2017-11-21 20:24:39 -07:00
emaktech
90551fb48a
Add new Yealink MWI Subscribe Variable ( #2920 )
...
Adds new variable in Yealink provisioning templates to allow control of MWI subscribe setting behavior on all accounts. Setting the new variable once affects all accounts.
New variable:
yealink_subscribe_mwi_to_vm.
Setting affected:
account.X.subscribe_mwi_to_vm setting
Phones affected:
T1x
T2x
T3x
T4x
May affect MWI subscription behavior. Yealink default is 0, many of the old templates hard coded 1. This change may affect MWI behavior for some users, so check to make sure the variable is added in FusionPBX to match your previous settings before upgrading.
2017-11-21 19:44:23 -07:00
TekMason
9c70317dc9
Yealink T48G Template ( #2921 )
2017-11-21 19:36:18 -07:00
FusionPBX
ef3f99a3c1
Remove transport from user_host in the snom 7xx template
2017-11-20 17:18:32 -07:00
TekMason
d9210da83d
Added yealink common files for each model and created folder for new … ( #2913 )
...
* Added yealink common files for each model and created folder for new conference phone models
* Modified Yealink t46g templates and added 3 new variables
2017-11-19 23:11:25 -07:00
FusionPBX
ad8a022e48
Update menu.php
2017-11-17 14:44:31 -07:00
FusionPBX
20292017cc
Update menu.php
2017-11-17 14:28:07 -07:00
FusionPBX
077f2adf53
Update menu.php
2017-11-17 13:06:04 -07:00
Alexey Melnichuk
b0422af3e2
Add. Use `route_to_bridge` module to build routes for ring groups. ( #2907 )
...
* Add. Use `route_to_bridge` module to build routes fro ring groups.
This commit has several improvements
1. Select only needed fields. (do not select quite big XML text strings)
2. Filter routes also by context name
3. Filter dialplans also by hostname
4. Handle conditions based not only `destination_number`
5. Handle `break` and `continue` attributes for extensions
6. Escape vars inside dial-string
7. Add log messages similar as FS dialplan do
* Add. `route_to_bridge` set inline vars so it possible use then in next conditions.
Add. `route_to_bridge` can execute basic api commands from allowed lists.
`route_to_bridge` expand all known vars. If var is unknown then it pass as is.
Fix. `export nolocal:` action.
* Fix. Short variable names
* Add. some comments
* Fix. Do not try execute empty string
This produce error messages `[ERR] switch_cpp.cpp:759 No application specified`
* Fix. Export nolocal values.
2017-11-17 07:15:47 -07:00
FusionPBX
85e5c6c5aa
Update {$mac}.xml
2017-11-14 19:43:38 -07:00
FusionPBX
364d9c3160
Update {$mac}.xml
2017-11-14 19:43:07 -07:00
FusionPBX
6677ec0a8a
Update {$mac}.xml
2017-11-14 19:42:05 -07:00
FusionPBX
edd319cacb
Update KX-UT136.cfg
2017-11-14 19:40:18 -07:00
FusionPBX
58fc19fa90
Update KX-UT133.cfg
2017-11-14 19:40:05 -07:00
FusionPBX
f939317ae7
Update KX-UT123.cfg
2017-11-14 19:39:51 -07:00
FusionPBX
ff5c5b83e0
Update KX-UT113.cfg
2017-11-14 19:38:28 -07:00
FusionPBX
4046f55616
Update {$mac}.xml
2017-11-14 19:38:08 -07:00
FusionPBX
6e9bf6e251
Create favorite_setting.xml
2017-11-14 11:07:46 -07:00
FusionPBX
a4781764fe
Create favorite_setting.xml
2017-11-14 11:07:40 -07:00
FusionPBX
daa6069533
Create favorite_setting.xml
2017-11-14 11:07:31 -07:00
FusionPBX
1320d54f74
Create favorite_setting.xml
2017-11-14 11:06:13 -07:00
FusionPBX
35b363084f
Create directory.xml
2017-11-14 11:04:45 -07:00
FusionPBX
b64ce1d336
Create directory.xml
2017-11-14 11:04:19 -07:00
FusionPBX
a1b7679250
Create directory.xml
2017-11-14 11:04:01 -07:00
FusionPBX
98eb06b8a1
Create directory.xml
2017-11-14 11:03:46 -07:00
FusionPBX
d749888ec7
Update {$mac}.cfg
2017-11-13 19:34:13 -07:00
FusionPBX
529e2d742d
Update {$mac}.cfg
2017-11-13 19:33:51 -07:00
FusionPBX
0bcf329c4b
Update {$mac}.cfg
2017-11-13 19:33:28 -07:00
FusionPBX
ca03537414
Update {$mac}.cfg
2017-11-13 19:32:53 -07:00
FusionPBX
195a18ad85
Update {$mac}.cfg
2017-11-13 19:32:01 -07:00
FusionPBX
55214aebd6
Update {$mac}.cfg
2017-11-13 19:29:00 -07:00
FusionPBX
4908835a4f
Update {$mac}.cfg
2017-11-13 19:28:38 -07:00
FusionPBX
04db937ae1
Update {$mac}.cfg
2017-11-13 15:36:36 -07:00
FusionPBX
ea411dc20c
Update {$mac}.cfg
2017-11-13 15:29:36 -07:00
FusionPBX
c8f6f621eb
Update {$mac}.cfg
2017-11-13 15:29:00 -07:00
FusionPBX
b772bee002
Update {$mac}.cfg
2017-11-13 15:26:36 -07:00
Len
b0bd38d62a
Update y000000000028.cfg
2017-11-10 15:11:38 -05:00
konradSC
b192a96f84
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
5e63132373
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
407c760673
Create favorite_setting.xml
2017-11-04 18:35:21 -06:00
FusionPBX
dfbaa0d610
Create directory.xml
2017-11-04 18:34:52 -06:00
FusionPBX
2f0d022524
Create y000000000067.cfg
2017-11-04 18:33:49 -06:00
FusionPBX
f5b03dc06a
Create {$mac}.cfg
2017-11-04 18:25:46 -06:00
FusionPBX
89fccdde93
Update index.lua
2017-11-04 12:37:58 -06:00
Len
04764bd100
Update y000000000066.cfg
2017-11-03 20:12:23 -04:00
Len
0fe3455e89
Update y000000000065.cfg
2017-11-03 20:07:10 -04:00
Len
a116d0d8a1
Update y000000000065.cfg
2017-11-03 19:11:51 -04:00
Len
f8a2484ce9
Update y000000000065.cfg
2017-11-03 19:07:57 -04:00
Len
0e14c5e1cd
Update y000000000066.cfg
2017-10-31 11:43:11 -04:00
Len
dd2e53d12e
Update y000000000066.cfg
2017-10-31 11:23:46 -04:00
Len
e920bda46f
Update {$mac}.cfg
2017-10-31 10:49:19 -04:00
markjcrane
0b0bf620df
Bring the templates closer to the originals.
2017-10-30 19:00:52 -06:00
Len
fd976ca0b8
Update {$mac}.cfg
2017-10-30 20:30:39 -04:00
Len
4fa61df723
Update {$mac}.cfg
2017-10-30 19:39:21 -04:00
Len
5f0c748be6
Update {$mac}.cfg
2017-10-30 19:17:15 -04:00
Len
0ff6fac891
Update {$mac}.cfg
2017-10-30 18:32:00 -04:00
Len
84fe93bf8b
Update {$mac}.cfg
2017-10-30 18:29:03 -04:00
Len
16ef507786
Update {$mac}.cfg
2017-10-30 18:26:51 -04:00
Len
8c407cd431
Update {$mac}.cfg
2017-10-30 18:24:07 -04:00
Len
9717c49518
Update {$mac}.cfg
2017-10-30 18:20:28 -04:00
Len
84d1d47423
Update {$mac}.cfg
2017-10-30 18:18:35 -04:00
Len
3a27ba1fcc
Update {$mac}.cfg
2017-10-30 18:15:54 -04:00
Len
444298691e
Update {$mac}.cfg
2017-10-30 18:08:23 -04:00
Len
377e5c212e
Update {$mac}.cfg
2017-10-30 18:04:10 -04:00
Len
d06c65a981
Update {$mac}.cfg
2017-10-30 18:01:47 -04:00
Len
81842bd89e
Update {$mac}.cfg
2017-10-30 17:56:56 -04:00
Len
1ef2b6059b
Update {$mac}.cfg
2017-10-30 17:52:57 -04:00
Len
26a8f68a3a
Update {$mac}.cfg
2017-10-30 17:50:08 -04:00
Len
bfb7b0c43d
Update {$mac}.cfg
2017-10-30 17:46:10 -04:00
Len
3992b2c9df
Update {$mac}.cfg
2017-10-30 17:45:09 -04:00
Len
b78e2a0d39
Update {$mac}.cfg
2017-10-30 17:43:39 -04:00
Len
d12e1a41d2
Update {$mac}.cfg
2017-10-30 17:37:28 -04:00
Len
159c79d1e8
Update {$mac}.cfg
2017-10-30 17:35:18 -04:00
Luis Daniel Lucio Quiroz
63e33731c2
Same as 4.2 ( #2898 )
2017-10-30 12:40:05 -06:00
Len
eb913f982e
Update {$mac}.cfg
2017-10-29 13:26:07 -04:00
Len
06bf588491
Update {$mac}.cfg
2017-10-29 13:23:45 -04:00
FusionPBX
8cdefc8774
Update {$mac}.cfg
2017-10-29 11:17:00 -06:00
Len
5bff8a63bc
Update {$mac}.cfg
2017-10-29 00:51:08 -04:00
Len
76f681f27b
Update {$mac}.cfg
2017-10-29 00:42:53 -04:00
Len
101f754055
Update {$mac}.cfg
2017-10-29 00:40:28 -04:00
Len
e5cbc301bf
Update y000000000066.cfg
2017-10-28 23:50:47 -04:00
Len
1a932f91c3
Update y000000000029.cfg
2017-10-28 23:45:50 -04:00
Len
2323e9448b
Update y000000000068.cfg
2017-10-28 23:45:07 -04:00
Len
cdaf01ac96
Update y000000000036.cfg
2017-10-28 23:44:06 -04:00
Len
60ff9219b4
Update y000000000054.cfg
2017-10-28 23:43:40 -04:00
Len
bfdba8e207
Update y000000000038.cfg
2017-10-28 23:43:03 -04:00
Len
49b72b7700
Update y000000000032.cfg
2017-10-28 23:42:27 -04:00
Len
ff75c8fc5d
Update y000000000046.cfg
2017-10-28 23:41:49 -04:00
Len
dd33f99d61
Update y000000000000.cfg
2017-10-28 23:41:12 -04:00
Len
d2b2f7a344
Update y000000000045.cfg
2017-10-28 23:40:36 -04:00
Len
0480bcdf82
Update y000000000000.cfg
2017-10-28 23:39:33 -04:00
Len
a4530538d4
Update y000000000046.cfg
2017-10-28 23:38:35 -04:00
Len
2ede3d056e
Update y000000000032.cfg
2017-10-28 23:37:45 -04:00
Len
871f5919bd
Update y000000000038.cfg
2017-10-28 23:36:44 -04:00
Len
44583d321d
Update y000000000054.cfg
2017-10-28 23:35:05 -04:00
Len
01e1f56567
Update y000000000036.cfg
2017-10-28 23:33:57 -04:00
Len
43a6f2f30f
Update y000000000068.cfg
2017-10-28 23:32:20 -04:00
Len
9e8ffb36d6
Update y000000000029.cfg
2017-10-28 23:30:42 -04:00
Len
dd41903346
Update y000000000058.cfg
2017-10-28 23:29:41 -04:00
Len
6d9bb89a8c
Update y000000000056.cfg
2017-10-28 23:28:03 -04:00
Len
2f6830be6b
Update y000000000070.cfg
2017-10-28 23:26:45 -04:00
Len
57883a8f13
Update y000000000074.cfg
2017-10-28 23:25:44 -04:00
Len
e926f4758b
Update y000000000051.cfg
2017-10-28 23:20:45 -04:00
Len
47ef9bb66b
Update y000000000035.cfg
2017-10-28 23:19:20 -04:00
Len
5a11430be6
Update y000000000065.cfg
2017-10-28 23:17:57 -04:00
Len
27ce9576ba
Update y000000000066.cfg
2017-10-28 23:16:18 -04:00
Len
5f1a36730a
Update y000000000028.cfg
2017-10-28 23:14:47 -04:00
Len
b66e186f9b
Update y000000000066.cfg
2017-10-28 23:11:03 -04:00
Len
e45fcd379e
Update y000000000066.cfg
2017-10-28 22:55:39 -04:00
FusionPBX
8320353a14
Update index.lua
2017-10-27 21:50:05 -06:00
FusionPBX
004daa84d9
Update destinations.php
2017-10-27 04:36:37 -06:00
FusionPBX
09e743a00e
Minor version update 4.3.4
2017-10-26 15:21:03 -06:00
Len
d3297c3f11
Update {$mac}.cfg
2017-10-25 22:26:00 -04:00
Len
0756738b21
Update {$mac}.cfg
2017-10-25 22:19:51 -04:00
Len
df1ec6920a
Update {$mac}.cfg
2017-10-25 21:45:21 -04:00
Len
47dc8ed543
Update y000000000066.cfg
2017-10-24 23:33:05 -04:00
Len
d818971b27
Update y000000000066.cfg
2017-10-24 23:25:25 -04:00
Len
e611a8d463
Update y000000000066.cfg
2017-10-24 22:54:09 -04:00
Len
d1c551797f
Update y000000000025.cfg
2017-10-24 21:13:26 -04:00
Len
7869700b42
Update y000000000070.cfg
2017-10-24 21:10:28 -04:00
Len
3ea2d4de23
Update y000000000074.cfg
2017-10-24 21:09:38 -04:00
Len
557283e2b5
Update y000000000066.cfg
2017-10-24 21:07:26 -04:00
FusionPBX
58ea02ccfe
Update index.lua
2017-10-18 01:50:30 -06:00
konradSC
e6cfdd9ae0
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
9b9f2c4840
Update call_forward.lua
2017-10-16 11:34:14 -06:00
konradSC
8a1b572fbd
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
34bc58d2f7
Update y000000000005.cfg
2017-10-14 17:33:56 -06:00
FusionPBX
17c8490243
Update y000000000052.cfg
2017-10-14 17:33:46 -06:00
FusionPBX
5a2269fd9c
Update y000000000007.cfg
2017-10-14 17:33:25 -06:00
FusionPBX
2a9a26916b
Update y000000000053.cfg
2017-10-14 17:33:13 -06:00
FusionPBX
6e8dbae86e
Update y000000000044.cfg
2017-10-14 17:31:41 -06:00
FusionPBX
df1d9c1aab
Update y000000000044.cfg
2017-10-14 17:31:13 -06:00
FusionPBX
b14003576c
Update y000000000045.cfg
2017-10-14 17:27:20 -06:00
FusionPBX
762b18543f
Update y000000000069.cfg
2017-10-14 17:26:59 -06:00
FusionPBX
3a41ba20f4
Update y000000000004.cfg
2017-10-14 17:26:37 -06:00
FusionPBX
a3e1e17f12
Update y000000000046.cfg
2017-10-14 17:26:23 -06:00
FusionPBX
84c3d6f5a5
Update y000000000000.cfg
2017-10-14 17:25:40 -06:00
FusionPBX
be6d127a88
Update y000000000038.cfg
2017-10-14 17:23:23 -06:00
FusionPBX
277ecac735
Update y000000000032.cfg
2017-10-14 17:22:50 -06:00
FusionPBX
bb8d3072e8
Update y000000000037.cfg
2017-10-14 17:21:19 -06:00
FusionPBX
a49e0129c0
Update y000000000029.cfg
2017-10-14 17:18:23 -06:00
FusionPBX
ddc7aa0d0f
Update y000000000068.cfg
2017-10-14 17:18:13 -06:00
FusionPBX
7868c56dae
Update y000000000036.cfg
2017-10-14 17:18:00 -06:00
FusionPBX
a92ca278f2
Update y000000000054.cfg
2017-10-14 17:17:36 -06:00
FusionPBX
2016d3a589
Update y000000000028.cfg
2017-10-14 17:16:27 -06:00
FusionPBX
60772c0794
Update y000000000066.cfg
2017-10-14 17:14:44 -06:00
FusionPBX
fcbc785329
Update y000000000035.cfg
2017-10-14 17:13:05 -06:00
FusionPBX
e2d76edfed
Update y000000000065.cfg
2017-10-14 17:10:46 -06:00
FusionPBX
feff1a55fb
Update y000000000051.cfg
2017-10-14 17:09:01 -06:00
FusionPBX
fb94cbabe6
Update y000000000074.cfg
2017-10-14 17:07:37 -06:00
FusionPBX
ebdc4e8ea6
Update y000000000070.cfg
2017-10-14 17:04:55 -06:00
FusionPBX
876366ed42
Update y000000000056.cfg
2017-10-14 17:03:51 -06:00
FusionPBX
a6d46b2b96
Update y000000000058.cfg
2017-10-14 17:01:54 -06:00
FusionPBX
bd4c370d93
Update {$mac}.cfg
2017-10-14 09:54:00 -06:00
Len
8f68dfe556
Update {$mac}.cfg
2017-10-14 02:38:01 -04:00
FusionPBX
0022cb5130
Update {$mac}.cfg
2017-10-13 16:45:42 -06:00
FusionPBX
5ca2ece685
Update {$mac}.cfg
2017-10-13 16:44:18 -06:00
Len
6d0ae06518
Update {$mac}.cfg
2017-10-12 19:09:39 -04:00
Len
65aff70256
Update {$mac}.cfg
2017-10-12 19:08:31 -04:00
FusionPBX
1b13d97e14
Update {$mac}.cfg
2017-10-12 15:26:34 -06:00
Len
b331bcc618
Update {$mac}.cfg
2017-10-12 13:29:41 -04:00
FusionPBX
5473cc5d95
Update {$mac}.cfg
2017-10-12 11:02:26 -06:00
FusionPBX
6f78ef8c7f
Update {$mac}.cfg
2017-10-12 11:01:58 -06:00
Len
913fc1fb08
Rename y000000000000.cfg to y000000000074.cfg
2017-10-10 20:55:28 -04:00
FusionPBX
f1b3f85a88
Rename y000000000000.cfg to y000000000070.cfg
2017-10-10 18:48:10 -06:00
Len
b5425fceaa
Update y000000000000.cfg
2017-10-10 20:39:33 -04:00
Len
78a9a16435
Update y000000000000.cfg
2017-10-10 20:37:12 -04:00
FusionPBX
9b7258fcea
Update index.lua
2017-10-10 13:07:27 -06:00
Len
7afae82540
Update y000000000066.cfg
2017-10-09 16:46:51 -04:00
Len
a589658267
Update y000000000066.cfg
2017-10-09 16:04:50 -04:00
FusionPBX
6cc768bab6
Update call_forward.lua
2017-10-07 23:40:00 -06:00
FusionPBX
5c80259cd9
Update index.lua
2017-10-07 23:14:22 -06:00
Alexey Melnichuk
ae7134d908
Change. Use BasicEventService to implement MWI service. ( #2855 )
2017-10-06 13:13:33 -06:00
Alexey Melnichuk
06e351f6f3
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
7dd2572c97
Update y000000000066.cfg
2017-10-05 21:45:59 -04:00
Len
6d94ddefca
Update {$mac}.cfg
2017-10-05 21:44:31 -04:00
FusionPBX
6e4eb3f73f
Set cal
2017-10-04 23:11:42 -06:00
Berk Gureken
44fa389a8c
Add Turkish translation ( #2864 )
2017-10-04 01:59:37 -06:00
FusionPBX
f10dbb12ea
Update ivr.conf.lua
2017-10-02 22:19:51 -06:00
FusionPBX
7b6189d010
Update ivr.conf.lua
2017-10-02 22:10:16 -06:00
FusionPBX
45f5273989
Update index.lua
2017-10-02 21:17:29 -06:00
FusionPBX
b1f4d8f205
Update app_languages.php
2017-09-30 15:15:26 -06:00
konradSC
2bf5e15c83
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
7afaeabe12
Create y000000000000.cfg
2017-09-29 22:50:18 -04:00
Len
995d7fdf93
Create {$mac}.cfg
2017-09-29 22:49:21 -04:00
Luis Daniel Lucio Quiroz
a2b5889a0f
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
ec8e26a6d6
Rename y000000000054.cfg to y000000000000.cfg
2017-09-29 17:10:49 -04:00
Len
e0c1c1b030
Update {$mac}.cfg
2017-09-29 17:10:18 -04:00
Len
f4406a64e6
Update {$mac}.cfg
2017-09-29 16:46:56 -04:00
Len
aac68c3096
Update {$mac}.cfg
2017-09-29 16:33:51 -04:00
Len
d138880c88
Update {$mac}.cfg
2017-09-29 16:26:21 -04:00
Len
35760f4243
Update y000000000054.cfg
2017-09-29 16:02:01 -04:00
Len
d743125dfb
Update {$mac}.cfg
2017-09-29 16:01:15 -04:00
Len
871fb7e594
Create {$mac}.cfg
2017-09-29 15:36:24 -04:00
Len
ca599ad622
Create y000000000054.cfg
2017-09-29 15:35:50 -04:00
FusionPBX
801c30ebbe
Update y000000000058.cfg
2017-09-29 10:39:05 -06:00
FusionPBX
2b5aa0557c
Update y000000000056.cfg
2017-09-29 10:38:59 -06:00
Len
aafed0dbd2
Update {$mac}.cfg
2017-09-29 01:42:28 -04:00
FusionPBX
d7bcea7ab9
Update {$mac}.cfg
2017-09-28 23:39:42 -06:00
Len
766e284a9b
Update {$mac}.cfg
2017-09-29 01:07:54 -04:00
Len
5132370fec
Update {$mac}.cfg
2017-09-29 00:42:59 -04:00
Len
cb2e026cc8
Update {$mac}.cfg
2017-09-29 00:37:18 -04:00
FusionPBX
f0952cc9a9
Update {$mac}.cfg
2017-09-28 22:25:14 -06:00
Len
3d4b813640
Update {$mac}.cfg
2017-09-28 23:59:54 -04:00
Len
1f0bd9dd29
Update {$mac}.cfg
2017-09-28 23:53:32 -04:00
Len
b3398f9a39
Update y000000000058.cfg
2017-09-28 23:20:15 -04:00
Len
a30128656f
Update y000000000056.cfg
2017-09-28 23:19:28 -04:00
Len
f3a4cf0116
Update y000000000058.cfg
2017-09-28 23:06:55 -04:00
Len
27014685d8
Update y000000000056.cfg
2017-09-28 23:04:16 -04:00
Len
37758cbf46
Update y000000000056.cfg
2017-09-28 22:48:03 -04:00
Len
bbd4b26ead
Update {$mac}.cfg
2017-09-28 22:25:33 -04:00
Len
a8bce09d96
Update {$mac}.cfg
2017-09-28 21:25:48 -04:00
Len
4a564c48fa
Update {$mac}.cfg
2017-09-28 21:24:49 -04:00
Len
184f675caf
Update {$mac}.cfg
2017-09-28 21:15:26 -04:00
Len
6fc54d2dc1
Update {$mac}.cfg
2017-09-28 21:14:31 -04:00
Len
5d298d58e1
Update {$mac}.cfg
2017-09-28 20:46:45 -04:00
Len
cfd17a80b3
Update {$mac}.cfg
2017-09-28 20:45:50 -04:00
Len
dd27b5196d
Update {$mac}.cfg
2017-09-28 20:15:22 -04:00
Len
2b9b302c8e
Update {$mac}.cfg
2017-09-28 20:14:55 -04:00
Len
e4253dffd5
Update {$mac}.cfg
2017-09-28 20:05:16 -04:00
Len
fa616eeed0
Update {$mac}.cfg
2017-09-28 20:04:17 -04:00
FusionPBX
53ceed7336
Create y000000000056.cfg
2017-09-28 17:31:33 -06:00
FusionPBX
aedb3be47e
Create y000000000058.cfg
2017-09-28 17:30:23 -06:00
FusionPBX
c3b1149c91
Create {$mac}.cfg
2017-09-28 17:28:20 -06:00
FusionPBX
fa539b421a
Create {$mac}.cfg
2017-09-28 17:27:38 -06:00
FusionPBX
4c2ead3a0b
Update index.lua
2017-09-28 16:51:53 -06:00
FusionPBX
4de4ea3f6b
Update destinations.php
2017-09-28 03:19:12 -06:00
konradSC
6d1896052d
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
1e6bf55869
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
ec6e5c85ff
Update ivr.conf.lua
2017-09-26 22:40:30 -06:00
konradSC
73bea2f815
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
55d96f46f1
Update functions.php
2017-09-20 10:58:59 -06:00
FusionPBX
b7bf4c22c9
Update app_languages.php
2017-09-19 19:52:38 -06:00
FusionPBX
c6e7ae6b07
Update app_languages.php
2017-09-19 17:12:01 -06:00
Mafoo
874b4032e2
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
a42c15b3ba
Update {$mac}.cfg
2017-09-18 09:27:39 -04:00
Len
ce793e0f52
Update {$mac}.cfg
2017-09-17 21:12:44 -04:00
FusionPBX
b59329134d
Update app_languages.php
2017-09-14 12:16:45 -05:00
FusionPBX
7ab304399c
Update index.lua
2017-09-12 14:32:13 -05:00
konradSC
620eaf86d4
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
c537b6db78
Update database.php
2017-09-11 01:21:36 -05:00
FusionPBX
9a94b50a62
Update {$mac}.xml
2017-09-08 10:53:44 -06:00
FusionPBX
4d34553276
Update {$mac}.xml
2017-09-08 10:52:09 -06:00
FusionPBX
3eaf5ad9ea
Update {$mac}.xml
2017-09-08 10:51:31 -06:00
FusionPBX
e07a4960df
Update {$mac}.xml
2017-09-08 10:50:57 -06:00
FusionPBX
35e458c164
Update {$mac}.xml
2017-09-08 10:47:33 -06:00
FusionPBX
e31e4e1ab4
Update {$mac}.xml
2017-09-08 10:46:45 -06:00
FusionPBX
432ecef516
Update {$mac}.xml
2017-09-08 10:20:29 -06:00
FusionPBX
45df49be56
Update {$mac}.xml
2017-09-08 10:17:15 -06:00
FusionPBX
0f92e7bd92
Update {$mac}.xml
2017-09-08 10:08:47 -06:00
FusionPBX
404a86f331
Minor version update 4.3.3.
2017-09-07 13:10:33 -06:00
konradSC
19ae8a7e95
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
7c4e575483
Update cache.php
2017-09-02 09:56:30 -06:00
Mafoo
a3745a2d11
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
0c60d475a4
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
301397c832
Add South African Prefixes ( #2811 )
2017-09-01 08:54:02 -06:00
FusionPBX
8dc7e05a71
Update paging.php
2017-08-30 11:40:20 -06:00
FusionPBX
7b786a7fc7
Update index.lua
2017-08-27 15:16:01 -06:00
FusionPBX
a392cae1f8
Update index.lua
2017-08-27 15:11:31 -06:00
FusionPBX
db83ba74c2
Update mwi_notify.lua
2017-08-23 23:05:51 -06:00
konradSC
67d6d7e4d2
Update do_not_disturb.lua ( #2803 )
...
Use cache function instead of directly clearing memcache.
2017-08-22 16:16:35 -06:00
Len
153610f944
Update {$mac}.xml
2017-08-17 02:56:36 -04:00
Len
a0ca17525c
Update {$mac}.xml
2017-08-17 02:34:25 -04:00
Len
19be46c9a9
Update {$mac}.xml
2017-08-17 02:28:17 -04:00
Len
4a28019a58
Update {$mac}.xml
2017-08-17 02:24:30 -04:00
Len
6820e45836
Update {$mac}.xml
2017-08-17 02:21:57 -04:00
Len
6becfb183e
Update {$mac}.xml
2017-08-17 02:16:35 -04:00
Len
cfcbd03eb9
Update {$mac}.xml
2017-08-17 01:41:04 -04:00
Len
f995d865a7
Update {$mac}.xml
2017-08-17 01:35:31 -04:00
Len
d9b80acce5
Update {$mac}.xml
2017-08-17 01:25:52 -04:00
Len
20150c2934
Update {$mac}.xml
2017-08-17 01:24:45 -04:00
Len
1dde9295b5
Update {$mac}.xml
2017-08-17 01:23:24 -04:00
Len
4c630de9d7
Update {$mac}.xml
2017-08-17 01:19:36 -04:00
FusionPBX
0c043f915c
Update index.lua
2017-08-14 12:40:42 -06:00
FusionPBX
6a5486511c
Update {$mac}.cfg
2017-08-14 09:17:33 -06:00
FusionPBX
21cf3ada12
Create {$mac}.cfg
2017-08-14 08:38:59 -06:00
FusionPBX
594db0dfc6
Create {$mac}.xml
2017-08-13 18:48:58 -06:00
FusionPBX
f8da91b2bb
Create {$mac}.xml
2017-08-13 18:47:12 -06:00
FusionPBX
0dd66931b9
Update {$mac}.xml
2017-08-13 11:47:00 -06:00
FusionPBX
9417eea8b6
Update {$mac}.xml
2017-08-13 11:32:29 -06:00
FusionPBX
6375254080
Create {$mac}.xml
2017-08-12 19:48:51 -06:00
FusionPBX
2a9617d666
Update {$mac}.xml
2017-08-12 19:46:57 -06:00
TekMason
f9f24dacd0
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
01c52b0085
Add obi1062
2017-08-09 01:09:35 -05:00
FusionPBX
ae363deaae
Update dialplan.lua
2017-08-07 00:28:31 -06:00
Mafoo
af23a822aa
BugFix - GUI install ( #2779 )
...
Fixes to remove some errors in the GUI installer
2017-08-02 10:45:35 -06:00
konradSC
fc1c8e3a22
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
7ef72a7a8e
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
f19c4fe3fa
Update index.lua
2017-07-29 23:06:43 -06:00
Len
1838d5fa61
Create phonebook.xml
2017-07-29 02:12:33 -04:00
Len
67ef2a23bb
Update {$mac}.xml
2017-07-29 02:12:01 -04:00
Len
4eda7048f0
Create phonebook.xml
2017-07-29 02:08:15 -04:00
Len
9664ebc29d
Update {$mac}.xml
2017-07-29 02:07:25 -04:00
Len
3170b9e632
Update {$mac}.xml
2017-07-29 02:06:15 -04:00
Len
61856f9fc8
Create phonebook.xml
2017-07-29 02:05:18 -04:00
Len
a09fabf5b7
Create phonebook.xml
2017-07-29 02:04:36 -04:00
Len
f08934484e
Create phonebook.xml
2017-07-29 02:04:05 -04:00
Len
e7c5d49584
Create phonebook.xml
2017-07-29 02:03:31 -04:00
Len
41228c83d2
Create phonebook.xml
2017-07-29 02:02:57 -04:00
Len
3fd603e2ef
Update {$mac}.xml
2017-07-29 02:01:22 -04:00
Len
3b4887b463
Update {$mac}.xml
2017-07-29 02:00:07 -04:00
Len
ba29bd9911
Update {$mac}.xml
2017-07-29 01:59:19 -04:00
Len
62d3dd74bc
Update {$mac}.xml
2017-07-29 01:57:38 -04:00
Len
84194d670b
Update {$mac}.xml
2017-07-29 01:47:34 -04:00
Len
1154dbb580
Update {$mac}.xml
2017-07-29 01:38:45 -04:00
Len
c187e83de5
Update {$mac}.xml
2017-07-29 01:19:47 -04:00
Len
456e18bb3e
Update README.txt
2017-07-29 01:03:51 -04:00
Len
ed8741a941
Update {$mac}.xml
2017-07-29 01:02:18 -04:00
Len
61e015d993
Update README.txt
2017-07-29 00:59:39 -04:00
Len
0dc91601ba
Update {$mac}.xml
2017-07-29 00:56:11 -04:00
Len
b5f5904c19
Update README.txt
2017-07-29 00:52:55 -04:00
Len
d7b22124fd
Update {$mac}.xml
2017-07-29 00:51:24 -04:00
Len
354fdda02b
Update README.txt
2017-07-29 00:49:05 -04:00
Len
9949b080e9
Update {$mac}.xml
2017-07-29 00:46:51 -04:00
Len
2bdbff5798
Update README.txt
2017-07-29 00:42:18 -04:00
Len
c3faffc8d2
Update {$mac}.xml
2017-07-29 00:38:58 -04:00
Len
866918bd46
Update {$mac}.xml
2017-07-29 00:34:12 -04:00
Len
0a9b0d8973
Update {$mac}.xml
2017-07-29 00:32:02 -04:00
Alexey Melnichuk
e728cb44ae
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
5cc2869e5d
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
d6333723c1
Update index.lua
2017-07-24 19:49:32 -06:00
FusionPBX
e691073edf
Update internal.xml.noload
2017-07-24 15:31:55 -06:00
FusionPBX
47b6e497ad
Update index.lua
2017-07-23 23:40:39 -06:00
FusionPBX
a1e4282a1e
Update app_languages.php
2017-07-22 20:46:45 -06:00
FusionPBX
549180ff0b
Update app_languages.php
2017-07-22 20:19:01 -06:00
FusionPBX
5b40a0d5dc
Update cache.php
2017-07-22 15:52:45 -06:00
FusionPBX
eb8bcc755e
Update cache.lua
2017-07-22 15:18:20 -06:00
FusionPBX
c126138cf7
Update cache.lua
2017-07-22 15:17:11 -06:00
FusionPBX
c857ce7f69
Update cache.php
2017-07-22 13:18:03 -06:00
FusionPBX
c2663c3e59
Update cache.lua
2017-07-22 12:38:45 -06:00
FusionPBX
8e5eb0c110
Update cache.lua
2017-07-22 01:09:39 -06:00
FusionPBX
f7a26d7711
Update lazy_settings.lua
2017-07-22 00:38:25 -06:00
FusionPBX
c2c239d337
Update index.lua
2017-07-21 18:05:23 -06:00
FusionPBX
25a244f874
Update index.lua
2017-07-21 18:05:08 -06:00
Len
16b54e6581
Update index.lua
2017-07-21 00:10:35 -04:00
FusionPBX
c7c67f3ea2
Update index.lua
2017-07-20 03:50:10 -06:00
FusionPBX
0cefad0358
Update index.lua
2017-07-19 23:07:04 -06:00
FusionPBX
08034e37ff
Update index.lua
2017-07-19 23:06:41 -06:00
sergey-mz
874d39f7c7
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
7419f2b1b2
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
815a6e0ec6
Update database.php
2017-07-15 23:06:22 -06:00
FusionPBX
06a1aca61a
Update database.php
2017-07-15 22:26:01 -06:00
FusionPBX
b45e7ceac9
Update database.php
2017-07-15 20:38:56 -06:00
FusionPBX
11ad3b0ee8
Update database.php
2017-07-15 20:20:51 -06:00
FusionPBX
bf4c0a0cb0
Update database.php
2017-07-15 17:20:21 -06:00
FusionPBX
bae575c875
Update database.php
2017-07-15 17:09:01 -06:00
FusionPBX
71e0330bbf
Delete schema.php
2017-07-15 12:37:23 -06:00
FusionPBX
753555a948
Update database.php
2017-07-14 20:44:45 -06:00
FusionPBX
278bb44dd6
Update database.php
2017-07-14 20:41:23 -06:00
FusionPBX
6cee69c895
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
d402d50386
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
2d1beb0bec
Update index.lua
2017-07-14 12:26:01 -06:00
FusionPBX
313cb54164
Update database.php
2017-07-14 10:52:30 -06:00
FusionPBX
739aafa04d
Update database.php
2017-07-11 12:48:20 -06:00
FusionPBX
7910cb8f04
Update database.php
2017-07-11 11:30:22 -06:00
FusionPBX
1cd030a2f0
Update database.php
2017-07-11 00:13:54 -06:00
FusionPBX
51c6b14e46
Update database.php
2017-07-10 22:38:29 -06:00
FusionPBX
2954fcaca4
Update vars.xml
2017-07-09 23:46:36 -06:00
FusionPBX
c67ab587d7
Update vars.xml
2017-07-09 13:27:11 -06:00
FusionPBX
57e7cfb158
Update vars.xml
2017-07-09 13:20:04 -06:00
FusionPBX
55ad354a2b
Update vars.xml
2017-07-09 13:04:00 -06:00
FusionPBX
85318c1131
Update vars.xml
2017-07-09 12:52:21 -06:00
FusionPBX
edf9ac6328
Update vars.xml
2017-07-09 12:45:32 -06:00
FusionPBX
8e5229b615
Update vars.xml
2017-07-09 11:20:23 -06:00
FusionPBX
749b97c253
Update database.php
2017-07-08 01:10:28 -06:00
FusionPBX
8a2f044109
Update database.php
2017-07-04 09:48:52 -06:00
FusionPBX
83cc908e75
Update menu.php
2017-07-01 16:05:25 -06:00
FusionPBX
60106b605f
Update menu.php
2017-07-01 14:13:51 -06:00
FusionPBX
07478aadea
Update check_auth.php
2017-07-01 10:09:17 -06:00
FusionPBX
254074d95e
Update check_auth.php
2017-07-01 09:44:34 -06:00
The-Operator
1f31b25f79
Update German and Austrian translations ( #2722 )
...
* Update German and Austrian translations
Update German and Austrian translations and added missing English translations for FAX application.
* Update German & Austrian translations
2017-06-30 15:23:01 -06:00
FusionPBX
b51dfe2f13
Create translate.conf.lua
2017-06-29 12:11:39 -06:00
Dean Montgomery
7b86862706
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
e607599bad
Update {$mac}.xml
2017-06-25 05:39:00 -04:00
Len
68d3602b55
Update {$mac}.xml
2017-06-25 03:45:45 -04:00
Len
52c26f8cad
Update y000000000051.cfg
2017-06-22 19:20:50 -04:00
Len
cad75c73a2
Update y000000000065.cfg
2017-06-22 19:20:09 -04:00
Len
64e3d97171
Update y000000000035.cfg
2017-06-22 19:19:14 -04:00
Len
fa41c5d3c3
Update y000000000066.cfg
2017-06-22 19:18:24 -04:00
Len
2246f01a27
Update y000000000029.cfg
2017-06-22 19:17:11 -04:00
Len
529a5c34e7
Update y000000000068.cfg
2017-06-22 19:16:05 -04:00
Len
d21a737506
Update y000000000036.cfg
2017-06-22 19:15:13 -04:00
Len
5ddd661808
Update y000000000054.cfg
2017-06-22 19:06:27 -04:00
Len
eba4e0647c
Update y000000000046.cfg
2017-06-22 19:04:46 -04:00
Len
2dc8e3c3a4
Update y000000000045.cfg
2017-06-22 19:03:50 -04:00
Len
10dd20491e
Update y000000000069.cfg
2017-06-22 19:02:58 -04:00
Len
aac1469b6b
Update y000000000044.cfg
2017-06-22 19:01:30 -04:00
Len
9c7ec6a5e0
Update y000000000044.cfg
2017-06-22 19:00:35 -04:00
Len
bebd6439e6
Update y000000000052.cfg
2017-06-22 19:00:01 -04:00
Len
f20c632bbb
Update y000000000028.cfg
2017-06-22 17:31:10 -04:00
Len
27a5b94757
Update y000000000028.cfg
2017-06-22 17:25:10 -04:00
Len
7403f1c584
Update {$mac}.xml
2017-06-22 17:15:50 -04:00
Len
d6e794682d
Update {$mac}.cfg
2017-06-22 14:47:23 -04:00
FusionPBX
4d90b4753c
Update {$mac}.cfg
2017-06-22 12:41:23 -06:00
Alexey Melnichuk
9e38643c40
Fix. Stack overflow when calls base actor. ( #2706 )
2017-06-22 00:14:28 -06:00
Mafoo
2575da1a06
Enhance-Multiple messages display ( #2702 )
...
Store messages by mood so they can be grouped up
change default mood to positive and add a default colour to catch messages with a wrong mood
migrate settings so upgrading vs new is consistent
2017-06-21 08:27:05 -06:00
FusionPBX
6d35dec5bb
Update check_auth.php
2017-06-20 11:29:50 -06:00
Len
2d8b0fc0b2
Update y000000000051.cfg
2017-06-20 12:33:01 -04:00
Len
234ec38c5f
Update y000000000065.cfg
2017-06-20 12:27:43 -04:00
Len
b364bb2e47
Update y000000000035.cfg
2017-06-20 12:26:53 -04:00
Len
26d8e32379
Update y000000000066.cfg
2017-06-20 12:26:09 -04:00
Len
5d11c50aa3
Update y000000000028.cfg
2017-06-20 12:24:37 -04:00
Len
d874e58501
Update y000000000029.cfg
2017-06-20 12:22:51 -04:00
Len
e46d0205d1
Update y000000000068.cfg
2017-06-20 12:21:22 -04:00
Len
06224ebb72
Update y000000000036.cfg
2017-06-20 12:20:21 -04:00
Len
28d228bb58
Update y000000000054.cfg
2017-06-20 12:19:51 -04:00
Len
ba6c3be7ab
Update y000000000046.cfg
2017-06-20 12:17:57 -04:00
Len
4bbccff559
Update y000000000045.cfg
2017-06-20 12:16:45 -04:00
Len
6d8f2b8680
Update y000000000069.cfg
2017-06-20 12:09:49 -04:00
Len
083adade53
Update y000000000044.cfg
2017-06-20 12:07:57 -04:00
Len
6eef650ebe
Update y000000000044.cfg
2017-06-20 12:07:18 -04:00
FusionPBX
48a02c0aef
Update y000000000052.cfg
2017-06-20 09:54:19 -06:00
andycol
ce9a10cd85
Hide pin codes when a user pushed the redial button ( #2690 )
2017-06-20 09:51:35 -06:00
Alexey Melnichuk
515fc15767
Add. BLF indication for call forward. ( #2664 )
...
* Add. BLF indication for call forward.
To display general status of CallForward use blf like `forward+<extension>`
To display status for specific phone number use blf like `forward+<extension>/<number>`
* Fix. Escape variable in regex expression.
* Fix. Sync DND and CF blf.
* Add. `blf_subscribe` service which can handle all custom subscriptions.
To run for specific protocol it possible run as `luarun blf_subscribe.lua <PROTO>`
2017-06-20 09:23:23 -06:00
FusionPBX
524c614651
Update directory.lua
2017-06-17 12:19:43 -06:00
FusionPBX
bbf8aca7d0
Update directory.lua
2017-06-17 11:38:24 -06:00
Mafoo
0ccafad11c
Enhance - text class autofill ( #2679 )
...
Try and auto fill a value when its blank an the same baseline language
has a value
2017-06-12 22:19:02 -07:00
Mafoo
07ed66fc06
Enhance-master-translation autofill ( #2681 )
...
Autofill all language files for pt de and es
2017-06-12 22:14:11 -07:00
Mafoo
02719901b4
dos2unix ( #2682 )
...
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
Len
ee3b5ff717
Create {$mac}.cfg
2017-06-12 23:57:47 -04:00
Len
2935829bcd
Create {$mac}.cfg
2017-06-12 23:55:15 -04:00
Len
21561cf33f
Create {$mac}.cfg
2017-06-12 23:52:19 -04:00
Len
0016341e24
Create {$mac}.cfg
2017-06-12 23:50:20 -04:00
Len
78c5f76b44
Create {$mac}.cfg
2017-06-12 23:48:57 -04:00
Len
629e79d623
Create {$mac}.cfg
2017-06-12 23:46:11 -04:00
Len
8099778632
Create {$mac}.cfg
2017-06-12 23:43:52 -04:00
Len
6d9e2c1346
Create {$mac}.cfg
2017-06-12 23:42:06 -04:00
Len
f510b67114
Create {$mac}.cfg
2017-06-12 23:39:50 -04:00
Len
3af8504f0a
Create {$mac}.cfg
2017-06-12 23:37:37 -04:00
Len
2d50a8fd98
Create {$mac}.cfg
2017-06-12 23:35:30 -04:00
Len
fb2e64de2b
Create {$mac}.cfg
2017-06-12 23:33:50 -04:00
Len
e6947060bd
Create {$mac}.cfg
2017-06-12 23:32:30 -04:00
Len
d2cd442a63
Create {$mac}.cfg
2017-06-12 23:30:52 -04:00
Len
a800d61330
Create {$mac}.cfg
2017-06-12 23:26:30 -04:00
Len
92465eb88c
Create {$mac}.cfg
2017-06-12 23:25:16 -04:00
Len
b56afc06d3
Create {$mac}.cfg
2017-06-12 23:23:18 -04:00
Len
e394c2078c
Create {$mac}.cfg
2017-06-12 23:21:46 -04:00
Len
02b33b0abd
Create {$mac}.cfg
2017-06-12 23:20:22 -04:00
Len
d30632040c
Create {$mac}.cfg
2017-06-12 23:18:47 -04:00
Len
de3b56cff5
Create {$mac}.cfg
2017-06-12 23:17:26 -04:00