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