FusionPBX
357ca20e28
Update index.lua
2019-10-30 19:52:31 -06:00
agree
de7f341d5f
Update index.lua ( #4663 )
2019-09-26 15:31:57 -06:00
FusionPBX
02c1baa778
Update index.lua
2019-08-11 17:05:41 -06:00
FusionPBX
e95387b90c
Update index.lua
2019-03-16 03:20:16 -06: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
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
FusionPBX
a18d8ba74c
Update index.lua
2018-01-02 19:53:03 -07: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
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
FusionPBX
a2da52bf46
Create index.lua
2017-06-10 23:03:22 -06:00
FusionPBX
44a43a43f0
Create index.lua
2017-06-10 22:50:40 -06:00
FusionPBX
8403a806cc
Update index.lua
2017-06-06 21:16:47 -06:00
konradSC
39cc2ce9e8
Update index.lua ( #2473 )
...
Bug fix in per user vm transcription. If domain had transcription enabled but the user did not, then the sql insert of the msg would fail.
2017-04-04 21:24:13 -06:00
konradSC
4c2eb26f72
Voicemail tutorial ( #2451 )
...
* Update macro.lua
Add additional macros for the tutorial.
* Create tutorial.lua
* Update index.lua
* Update record_greeting.lua
Add menu variable to route back to appropriate place in the flow.
* Update record_menu.lua
Add menu variable to accommodate the tutorial.
* Update change_password.lua
Add menu variable to accommodate the tutorial.
* Update record_name.lua
Add menu variable to accommodate the tutorial.
* Update voicemail_edit.php
Add option to play tutorial on next login.
* Update app_languages.php
* Update app_config.php
Add voicemail_tutorial to database.
* Update extension_edit.php
Set "voicemail_tutorial" to true for new extensions.
2017-03-24 23:06:16 -06:00
Chris Black
7dca005cdf
Add per-voicemail transcription enabled. ( #2370 )
2017-02-13 13:12:43 -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
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
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
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
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
6e5239e1f9
Add. Use params in voicemail/index.lua ( #2147 )
2016-11-22 11:08:26 -07:00
SJS87
018588fa8d
Update index.lua for E-164 Caller ID ( #2047 )
...
When saving Caller ID numbers which are in E-164 format these may include a '/' prefix used to escape '+'. This causes the '/' to be saved with the number which prevents the call from being returned.
The above fixes the issue by removing '/' prefix from the start of the Caller ID number before saving the voicemail message.
2016-11-11 10:48:21 -06:00
FusionPBX
88aab774b3
Update index.lua
...
Improve security for voicemail_authorized = true;
2016-11-06 01:01:55 -06:00
Chris Black
e7fae7587e
add built in ability for microsoft bing speech to text ( #1960 )
...
* add built in ability for microsoft bing speech to text
* move json.lua to lower case and more error checking in record_message
* Replaced Creative Commons json.lua with lunajson.lua which is MIT license
https://github.com/grafi-tt/lunajson/blob/master/LICENSE
2016-11-03 16:11:21 -06:00
FusionPBX
cc8ef0cc2f
Update index.lua
2016-09-20 10:22:05 -06:00
Alexey Melnichuk
28d3ebb51f
Allow use odbc to store files (record/voicemail) in database. ( #1535 )
...
* Change. Allow use odbc to store files (record/voicemail) in database.
* Fix. Generate correct default config.
2016-09-04 13:05:47 -06:00
FusionPBX
8928570b55
Update index.lua
2016-09-01 14:38:56 -06:00
Alexey Melnichuk
b7506b5b18
Fix. Send message count in each MWI notify. ( #1728 )
...
* move send event code to separate function
* move get message count to separate function
2016-07-01 10:08:55 -06:00
mafoo
0eb7d5ddac
WhitespaceClean-resources/install/scripts
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:21:52 +00:00
markjcrane
9761699ae7
Add voicemail record-silence-threshold variable and change the default threshold from 30 to 300.
2015-11-16 16:59:11 -07:00
markjcrane
cdd4cb5ccd
Add vm_say_caller_id_number option for true or false.
2015-10-24 21:00:22 -06:00
Alexey Melnichuk
69717e31d5
Revert "Revert "Change. Use `require "resources.functions.config"` to load co…"
2015-08-11 05:06:33 +03:00
FusionPBX
d1f3b05cf6
Revert "Change. Use `require "resources.functions.config"` to load config file."
2015-08-10 11:50:29 -06:00
FusionPBX
8d9430352b
Merge pull request #1053 from moteus/require_config
...
Change. Use `require "resources.functions.config"` to load config file.
2015-08-10 11:31:35 -06:00
Alexey Melnichuk
a8142f527a
Change. Use only `require` to load function.
...
Fix. Remove multiple definition of same function.
2015-08-10 12:43:06 +04:00
Alexey Melnichuk
59c1fbe2ef
Fix. Always use `/` separator on FS command.
...
Fix. Override `temp_dir` from `config.lua` file.
2015-08-07 12:11:27 +04:00
Alexey Melnichuk
8f554cf889
Fix. Use OS specific copy function.
2015-07-13 10:44:47 +04:00
Mark Crane
42357f443e
When leaving a voicemail use the message_waiting function.
2015-06-11 06:31:10 +00:00
Nate Jones
a8c7fb9f02
SIP: Return "NO_ANSWER" instead of "NORMAL_CLEARING" if an extension is called with voicemail disabled. Implements patch suggested in Issue 920. Thanks.
2015-04-29 21:21:00 +00:00
Nate Jones
f99b2e8c30
Voicemail: local and base64 fixes.
2015-04-23 05:25:21 +00:00
Mark Crane
990ef61c2f
Replace voicemail_message_uuid for uuid in two additional places.
2015-04-22 23:33:25 +00:00
Mark Crane
2d43e5e6d7
Use the call uuid for the voicemail_message_uuid.
2015-04-22 23:23:59 +00:00
Mark Crane
911bbe32b9
After saving the base64 remove the file.
2015-04-18 18:42:39 +00:00
Nate Jones
3fb697fccf
Voicemail: Removed settings code (redundant?)
2015-04-18 00:22:09 +00:00
Nate Jones
0f7424f9fb
Voicemail: Fix greeting path.
2015-04-18 00:08:54 +00:00