FusionPBX
71532a0cea
Merge pull request #5805 from demonspork/patch-2
...
Fix follow_me_uuid error when enabling DND
2021-03-17 17:44:28 -06:00
Luis Daniel Lucio Quiroz
fa12c4daea
Update dtmf_handler.lua
...
Event-Date-Timestamp resolution is in microseconds, transfer_history is only seconds. We need have the same key.
2021-03-17 19:19:55 -04:00
Luis Daniel Lucio Quiroz
908e7f67d6
Update dtmf_handler.lua
2021-03-17 12:02:54 -04:00
Luis Daniel Lucio Quiroz
fc96e3ae77
DTMF handling
...
this will give the dtmf_history (similar to the transfer_history variable)
the use cases of this are only limited to the imagination
2021-03-16 15:43:21 -04:00
Andrew Querol
78276cb258
Only send MWI notifications for enabled voicemail boxes.
2021-03-11 11:55:02 -06:00
demonspork
d7eccddf25
Fix follow_me_uuid error when enabling DND
...
The follow me update code in do_not_disturb.lua was being executed even when the follow me uuid didn't exist. Let me know if this is the wrong approach to fix this in lua, I'm not particularly well versed in this but this seemed to have fixed it in my testing.
I have some concerns about this section of code in general though, it seems that enabling server side DND will turn off follow me, but then turning off DND won't return follow me to its original state. Is this the intended behavior? and if so we might need to make a workaround.
2021-03-11 11:29:05 -06:00
FusionPBX
f455e8fa94
Make sure the database object is accessible to Settings ojbect.
2021-03-08 18:12:31 -07:00
FusionPBX
5b3f849b4a
Remove forward_caller_id_uuid field and minor code cleanup.
...
Minor code cleanup improve indentation, trailing spaces and add some line feeds.
2021-03-06 09:43:31 -07:00
FusionPBX
7cb17effe8
Remove follow_me_caller_id_uuid field.
2021-03-06 09:26:19 -07:00
FusionPBX
4f8413cc6a
Remove forward_caller_id_uuid field.
2021-03-06 09:00:00 -07:00
FusionPBX
8e79821304
Remove forward_caller_id_uuid field.
2021-03-06 08:59:12 -07:00
FusionPBX
e69bebcbe8
Merge pull request #5778 from demonspork/cdr-stats-improvements
...
Improved Missed Call accuracy, cdr statistics, and hide duplicated CDRs from Enterprise Ring Groups
2021-02-24 17:37:27 -07:00
FusionPBX
fe92309901
Update index.lua
2021-02-23 21:00:56 -07:00
FusionPBX
d2ff58ee42
Update index.lua
...
Added a commented out resync option.
2021-02-23 20:56:37 -07:00
demonspork
c11589b1c3
Track Voicemail Message Success/Failure in CDR
...
Track whether or not a message was actually left in the voicemail box. Previously we only knew that voicemail answered, now we know whether the caller left a message.
Callers who didn't leave a message now show up in the "Cancelled" call filter in xml_cdr.php
Bonus: Fixed a bug with the originating_leg_uuid that was breaking extension summary from a previous commit and some other minor bugs/typos.
2021-02-21 21:09:37 -06:00
agree
74c7f236ff
Follow me fix call recording
2021-02-11 12:59:34 -05:00
FusionPBX
34f6d3e068
Add support for extension_settings.
2021-02-09 13:23:59 -07:00
agree
9ad77b64bd
Ring group fix missed call alert
2021-02-03 12:18:34 -05:00
agree
a39a65d21e
ring group release database handle before bridge
2021-02-02 12:58:23 -05:00
agree
5fda5d811f
call center agent record
2021-01-29 13:56:04 -05:00
konradSC
5efca5afa7
Bug Fix: No beep when bypassing the greeting
...
We found that callers were not hearing the tone_stream if they pressed "#" to bypass the voicemail greeting. Inserting a very brief silence_stream seems to fix the issue.
2021-01-15 08:31:21 -05:00
FusionPBX
597955da06
Add a feature for global call block.
2021-01-01 23:20:17 -07:00
FusionPBX
2931445c91
Get the domain_name with a different approach to fix global inbound routes.
2020-12-21 15:35:59 -07:00
FusionPBX
64822a388c
Missing message_status to listen to the recording again.
...
Missing message_status to listen to the recording again causes to error out and return to the main menu without it.
2020-12-17 09:00:02 -07:00
S.Mohammad Emami Razavi
f531631ddb
Update exec.lua
2020-12-16 18:23:52 +03:30
Zion Dials
53e1440e1d
Update listen_to_recording.lua
...
Missing message_status to listen to the recording again causes to error out and return to the main menu without it.
2020-12-11 08:55:42 -05:00
agree
6504fbb6b0
Follow me set accountcode of the for external destinations
...
Accountcode of the called extension should be set for follow me
2020-12-10 13:40:11 -05:00
agree
a7712a7582
IVR menu fix Caller ID name prefix
2020-11-22 15:23:03 -05:00
FusionPBX
5ce78d835a
Merge pull request #5582 from junction1153/patch-6
...
Updated code for v1p1beta1 API utilization
2020-11-17 18:56:02 -07:00
FusionPBX
815ff63296
Merge pull request #5587 from junction1153/patch-7
...
Add new_messages variable in VM Email template
2020-11-17 18:54:18 -07:00
FusionPBX
62929a36f5
Merge pull request #5583 from Andy-Seattle/patch-6
...
Update send_email.lua to choose correct email template
2020-11-17 18:37:26 -07:00
fusionate
832b3fae22
Call Block: Outbound call support.
2020-11-17 17:39:49 -07:00
Joseph
d58c26a389
Add new_messages variable in VM Email template
...
Ability to use ${new_messages} as a variable in the subject for voicemail to email template. Specifically useful for users who are migrating from asterisk and freepbx
2020-11-17 09:32:37 -05:00
Andy-Seattle
6c8a4ec135
Update send_email.lua
...
To handle scenarios where transcribe_enabled is true BUT voicemail_transcription_enabled is not true for specific voicemail boxes. Need to be able to switch between the email templates.
2020-11-16 20:12:45 -08:00
Joseph
cf2a7d200b
Updated code for v1p1beta1 API utilization
...
Advanced --> Default Settings --> Voicemail.
Add: Category: voicemail
Subcategory: transcribe_provider
Type: text
Value: google
Enabled: true
Add: Category: voicemail
Subcategory: transcribe_enabled
Type: boolean
Value: true
Enabled: true
Add: Category: voicemail
Subcategory: json_enabled
Type: boolean
Value: true
Enabled: true
Add: Category: voicemail
Subcategory: transcribe_enabled
Type: boolean
Value: true
Enabled: true
Add: Category: voicemail
Subcategory: json_enabled
Type: boolean
Value: true
Enabled: true
Add: Category: voicemail
Subcategory: google_key
Type: text
Value: INSERT YOUR API KEY HERE
Enabled: true
Add: Category: voicemail
Subcategory: google_url
Type: text
Value: https://speech.googleapis.com/v1p1beta1/speech
Enabled: true
2020-11-15 01:03:58 -05:00
Greenbea
3f426baf62
Add gateway ping-min/max params
2020-11-11 01:15:46 -05:00
FusionPBX
e5cf6bde51
Update mwi_notify.lua
...
Add 0 as default values for new and saved messages.
2020-11-09 22:03:33 -07:00
FusionPBX
f5b4a54403
Create mwi_notify.lua
...
Add new mwi_notify.lua script.
2020-11-09 21:41:29 -07:00
FusionPBX
b494732eb7
Update mwi_notify.lua
...
Add debug information.
2020-11-09 21:38:04 -07:00
FusionPBX
cfe259d868
Update send_mail.lua
...
Change header from X-FusionPBX-Email-Call-UUID to the correct value of X-FusionPBX-Call-UUID
2020-11-07 19:21:19 -07:00
FusionPBX
991fffa4ed
Update index.lua
...
Add call_block_country_code and handle e.164 automatically when the country code has been provided.
2020-11-02 11:10:45 -07:00
FusionPBX
a5dadb650b
Update send_mail.lua
...
Use a more concise method to get default settings for email.
2020-10-27 20:42:09 -06:00
FusionPBX
54db7db4c3
Update send_email.lua
...
Add email_queue_enabled
2020-10-27 20:38:44 -06:00
FusionPBX
afcbdaf676
Update record_message.lua
...
Improve the indentation
2020-10-27 20:02:19 -06:00
FusionPBX
6d0865acc8
Update send_mail.lua
...
Update local after email.
2020-10-22 22:09:08 -06:00
konradSC
c2688fcf2a
Check for origination_callee_id_name
...
This was breaking when the variable wasn't set in the dialplan.
Len discovered this :-)
2020-10-21 12:09:28 -04:00
Greenbea
3aa39634c9
ivr menu add pin number
2020-10-18 15:44:33 -04:00
Nate
a770fd878c
Voicemail: Enhance recording playback options.
2020-10-12 11:46:51 -06:00
FusionPBX
ce2a772720
Update index.lua
...
Remove trailing space.
2020-10-10 13:29:15 -06:00
Nate
325da538c3
Voicemail: Adjust default greeting to accept * for remote access.
2020-10-08 18:05:20 -06:00