FusionPBX
d2525b8669
Update callcenter.conf.lua
2017-02-20 20:47:35 -07:00
FusionPBX
a8764b964f
Update forward_to_extension.lua
2017-02-19 04:14:18 -07:00
FusionPBX
372066de1f
Update on_dtmf.lua
2017-02-16 18:14:59 -07:00
FusionPBX
388480f244
Add RECOVERY_ON_TIMER_EXPIRE for the timeout destination.
2017-02-15 10:31:31 -07:00
FusionPBX
4315d8c31d
Add ring_ready to extend the ring time.
2017-02-14 15:01:59 -07:00
Chris Black
7dca005cdf
Add per-voicemail transcription enabled. ( #2370 )
2017-02-13 13:12:43 -07:00
Alexey Melnichuk
080763cee7
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
ee65f04ef3
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
159f27d884
Update index.lua
...
Add the voicemail_uuid to the if statement on vm disk quota.
2017-01-30 20:54:03 -07:00
FusionPBX
9f72e69667
Update index.lua
...
Prevent a nil error when using voicemail has reached its quota.
2017-01-30 20:35:27 -07:00
FusionPBX
bf6274e0fb
Update sofia.conf.lua
...
Activate the sofia profile domain aliases.
2017-01-28 14:50:06 -07:00
FusionPBX
40efef919a
Update
...
Add voicemail/vm-no_answer_no_vm.wav
2017-01-27 13:24:10 -07:00
FusionPBX
be0ffa16e5
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
b2776e4e10
Update sofia.conf.lua
2017-01-18 08:55:29 -07:00
Alexey Melnichuk
795e45227d
Fix. Russia has 11 digits ( close #2303 ) ( #2304 )
2017-01-17 10:14:49 -07:00
Chris Black
b87a11adab
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
5609b57c3e
Update sofia.conf.lua
...
Fix the year.
2017-01-12 04:26:32 -07:00
FusionPBX
3a4263a51e
Update sofia.conf.lua
...
Fix domain alias show with sofia status.
2017-01-12 04:18:58 -07:00
FusionPBX
4c6e807786
Update ivr.conf.lua
2016-12-29 13:35:55 -07:00
Luis Daniel Lucio Quiroz
fa244129be
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
406d326c8d
Update dialplan.lua
...
Add hostname to dialplan xml handler.
2016-12-23 01:28:47 -07:00
FusionPBX
dddaf28f6e
Update
2016-12-22 14:38:12 -07:00
FusionPBX
bd3e32a6d5
Update check_password.lua
2016-12-22 14:34:38 -07:00
FusionPBX
7d161e0fa2
Update ivr.conf.lua
...
Fix the memcache expire on the ivr menu.
2016-12-14 08:45:56 -07:00
Alexey Melnichuk
72dfd3a362
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
90dc900933
Fix. logs sql only if debug flag set. ( #2243 )
2016-12-09 00:42:20 -07:00
FusionPBX
b969472975
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
984e8f16e7
Rewrite speed_dial Lua script. ( #2239 )
2016-12-08 10:23:38 -07:00
FusionPBX
b6c6016e29
Create index.lua
2016-12-08 03:03:58 -07:00
Alexey Melnichuk
f9fa141d46
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
569250d098
Fix. group_call pass params to query ( #2227 )
2016-12-02 17:29:42 -07:00
Chris Black
ce6c559f29
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
33fbfd84f5
Update forward_add_intro.lua
...
Add missing ) which was breaking the syntax.
2016-11-28 08:43:47 -07:00
Alexey Melnichuk
82301775c3
Fix. Build correct SQL in vm/menu_messages.lua ( close #2189 ) ( #2195 )
2016-11-25 23:03:19 -07:00
Alexey Melnichuk
c28fbf9c6a
Fix. Close database object in vm/forward_to_extension.lua ( #2196 )
2016-11-25 23:01:43 -07:00
Alexey Melnichuk
21b63b086b
Fix. Store message_intro_base64 in database. ( #2197 )
2016-11-25 23:01:18 -07:00
Alexey Melnichuk
b16dbcc125
Fix some minor typos related with new Database class. ( #2174 )
2016-11-24 10:04:42 -07:00
Alexey Melnichuk
7b71ddcab1
Add. Use params in provision/index.lua ( #2173 )
2016-11-24 10:01:06 -07:00
Chris Black
ca456d6b10
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
28b04d9200
Add. Use params in ring_groups/destination.lua ( #2163 )
2016-11-23 03:50:22 -07:00
Alexey Melnichuk
928b1afb72
Add. Use params in call_block/index.lua ( #2161 )
2016-11-23 02:18:36 -07:00
Alexey Melnichuk
559a16b461
Fix. Use correct database class in hangup_rx.lua ( #2155 )
2016-11-23 02:02:06 -07:00
Alexey Melnichuk
c43f71c177
Add. Use params in vm/change_password.lua ( #2156 )
2016-11-23 02:01:50 -07:00
Alexey Melnichuk
5d1606a2c3
Add. Use params in group_call.lua ( #2158 )
2016-11-23 02:00:44 -07:00
FusionPBX
eafabdb2ca
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
58b2dae615
Add. Use params in vm/record_menu.lua ( #2130 )
2016-11-22 11:22:41 -07:00
Alexey Melnichuk
4097d449f8
Add. Use params in vm/message_waiting.lua ( #2132 )
2016-11-22 11:19:38 -07:00
Alexey Melnichuk
6ac04e29cd
Add. Use params in vm/message_saved.lua ( #2133 )
2016-11-22 11:19:04 -07:00
Alexey Melnichuk
af88889983
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
Alexey Melnichuk
b8537b2f35
Add. Use params in vm/menu_messages.lua ( #2135 )
2016-11-22 11:15:40 -07:00