FusionPBX
22d11226c1
Update hangup_rx.lua
2017-03-01 12:24:54 -07:00
FusionPBX
92ba5e1529
Update callcenter.conf.lua
2017-02-20 20:47:35 -07:00
FusionPBX
5ac6881cf4
Update forward_to_extension.lua
2017-02-19 04:14:18 -07:00
FusionPBX
bb360bfce6
Update on_dtmf.lua
2017-02-16 18:14:59 -07:00
FusionPBX
486b08de8f
Add RECOVERY_ON_TIMER_EXPIRE for the timeout destination.
2017-02-15 10:31:31 -07:00
FusionPBX
4190785fc0
Add ring_ready to extend the ring time.
2017-02-14 15:01:59 -07:00
Chris Black
437d3ac735
Add per-voicemail transcription enabled. ( #2370 )
2017-02-13 13:12:43 -07:00
Alexey Melnichuk
3c067947de
Add. Support remote reboot Panasonic devices. ( #2326 )
...
Tested with Panasonic KX-TGP500 Firmware 22.90
User agent string `Panasonic_KX-TGP500B09/22.90 (<MAC>)`
2017-01-31 00:35:24 -07:00
FusionPBX
1373914369
Update index.lua
...
Adding ~= nil as its used in various places in this file changed for better consistency.
2017-01-30 20:57:37 -07:00
FusionPBX
2c4d54a52b
Update index.lua
...
Add the voicemail_uuid to the if statement on vm disk quota.
2017-01-30 20:54:03 -07:00
FusionPBX
b63a6bb42b
Update index.lua
...
Prevent a nil error when using voicemail has reached its quota.
2017-01-30 20:35:27 -07:00
FusionPBX
53fe4b87be
Update sofia.conf.lua
...
Activate the sofia profile domain aliases.
2017-01-28 14:50:06 -07:00
FusionPBX
6b37fe25aa
Update
...
Add voicemail/vm-no_answer_no_vm.wav
2017-01-27 13:24:10 -07:00
FusionPBX
27d383b367
Update index.lua
...
Prevent an error by moving the voicemail quota into the if statement that checks if the voicemail_uuid is not null.
2017-01-27 12:18:01 -07:00
FusionPBX
7f45fef615
Update sofia.conf.lua
2017-01-18 08:55:29 -07:00
Alexey Melnichuk
ff67706848
Fix. Russia has 11 digits ( close #2303 ) ( #2304 )
2017-01-17 10:14:49 -07:00
Chris Black
231c45dffb
Add transcription to the sms message ( #2308 )
...
Gives the user ability to add transcription to the sms message for
voicemail notifications.
2017-01-17 10:13:33 -07:00
FusionPBX
37161f6fc4
Update sofia.conf.lua
...
Fix the year.
2017-01-12 04:26:32 -07:00
FusionPBX
4e2b96b29f
Update sofia.conf.lua
...
Fix domain alias show with sofia status.
2017-01-12 04:18:58 -07:00
FusionPBX
761a9f51f2
Update ivr.conf.lua
2016-12-29 13:35:55 -07:00
Luis Daniel Lucio Quiroz
a435f8973a
Fix Call forward BUSY and NO ANSWER DEVEL ( #2269 )
...
Same rationale as 4.0 and 4.2
2016-12-24 10:38:21 -07:00
FusionPBX
0bb9de3463
Update dialplan.lua
...
Add hostname to dialplan xml handler.
2016-12-23 01:28:47 -07:00
FusionPBX
52ba8cf2e3
Update
2016-12-22 14:38:12 -07:00
FusionPBX
3f2c9a7e08
Update check_password.lua
2016-12-22 14:34:38 -07:00
FusionPBX
4ae4d63524
Update ivr.conf.lua
...
Fix the memcache expire on the ivr menu.
2016-12-14 08:45:56 -07:00
Alexey Melnichuk
4648f97c17
Fix. Find in database not empty phone number for speed dial. ( #2242 )
...
Also do not store `context` in memcache
2016-12-09 00:49:51 -07:00
Alexey Melnichuk
bb073930bc
Fix. logs sql only if debug flag set. ( #2243 )
2016-12-09 00:42:20 -07:00
FusionPBX
9eb6ea6472
Update index.lua
...
Change destination_number to destination, and use argv to get the destination.
2016-12-08 11:48:07 -07:00
Alexey Melnichuk
bd9dc60090
Rewrite speed_dial Lua script. ( #2239 )
2016-12-08 10:23:38 -07:00
FusionPBX
d86ea6b0de
Create index.lua
2016-12-08 03:03:58 -07:00
Alexey Melnichuk
3e1151cf31
Fix. Set correct values for voicemail_to_sms_* settings ( #2229 )
...
`true` and `false` string literals evaluates to `true` boolean value.
2016-12-05 16:02:32 -07:00
Alexey Melnichuk
9b6e1e8df3
Fix. group_call pass params to query ( #2227 )
2016-12-02 17:29:42 -07:00
Chris Black
1431a8a3fb
Voicemail to sms notification ( #2205 )
...
Requires that you have fusionpbx-apps/sms
Doesn’t impact anything if you don’t have it. Must be enabled with
default_setting voicemail_to_sms
Everything is disabled by default and the fields in voicemail_edit.php
are hidden by default.
2016-11-30 16:26:39 -07:00
FusionPBX
d6465b5c05
Update forward_add_intro.lua
...
Add missing ) which was breaking the syntax.
2016-11-28 08:43:47 -07:00
Alexey Melnichuk
2aebf9e8b8
Fix. Build correct SQL in vm/menu_messages.lua ( close #2189 ) ( #2195 )
2016-11-25 23:03:19 -07:00
Alexey Melnichuk
4856044e80
Fix. Close database object in vm/forward_to_extension.lua ( #2196 )
2016-11-25 23:01:43 -07:00
Alexey Melnichuk
1056b84ed3
Fix. Store message_intro_base64 in database. ( #2197 )
2016-11-25 23:01:18 -07:00
Alexey Melnichuk
d892521404
Fix some minor typos related with new Database class. ( #2174 )
2016-11-24 10:04:42 -07:00
Alexey Melnichuk
b8fc499360
Add. Use params in provision/index.lua ( #2173 )
2016-11-24 10:01:06 -07:00
Chris Black
d084fe3fcc
Couple firmware URL fixes ( #2106 )
...
* Couple firmware URL fixes
* Add handset OTA upgrade to W52p
* Remove profanity from returned results.
2016-11-23 23:21:35 -07:00
Alexey Melnichuk
5c504b226f
Add. Use params in ring_groups/destination.lua ( #2163 )
2016-11-23 03:50:22 -07:00
Alexey Melnichuk
2fc804f61a
Add. Use params in call_block/index.lua ( #2161 )
2016-11-23 02:18:36 -07:00
Alexey Melnichuk
c0f0d81d01
Fix. Use correct database class in hangup_rx.lua ( #2155 )
2016-11-23 02:02:06 -07:00
Alexey Melnichuk
d55eab9139
Add. Use params in vm/change_password.lua ( #2156 )
2016-11-23 02:01:50 -07:00
Alexey Melnichuk
7f8173f4ad
Add. Use params in group_call.lua ( #2158 )
2016-11-23 02:00:44 -07:00
FusionPBX
cb987f24b9
Update index.lua
...
Get the sip_from_user and sip_number_alias from the session.
2016-11-23 01:20:00 -07:00
Alexey Melnichuk
a7341d97c4
Add. Use params in vm/record_menu.lua ( #2130 )
2016-11-22 11:22:41 -07:00
Alexey Melnichuk
4131d90862
Add. Use params in vm/message_waiting.lua ( #2132 )
2016-11-22 11:19:38 -07:00
Alexey Melnichuk
c15ecf4a06
Add. Use params in vm/message_saved.lua ( #2133 )
2016-11-22 11:19:04 -07:00
Alexey Melnichuk
f86f1d5b53
Add. Use params in vm/message_count.lua ( #2134 )
...
* Add. Use params in vm/message_count.lua
* Update message_count.lua
Change spelling prams to params.
2016-11-22 11:18:38 -07:00