agree
4634e1b579
[Ring Groups] Handle 404 ( #6407 )
2022-06-13 16:08:57 -06:00
agree
dfeda45c68
email.lua fix execution from api ( #6408 )
2022-06-13 16:06:21 -06:00
FusionPBX
af6b00bf66
Update page.lua with more options check_destination_status, auto answer and alert info.
2022-06-11 00:58:00 -06:00
FusionPBX
d16dd2ae1e
Enable ability to use sip_to_user. ( #6406 )
...
* Enable ability to use sip_to_user.
* Set the sip_to_user variable.
* Update index.lua
2022-06-07 16:00:28 -06:00
Luis Daniel Lucio Quiroz
643f014181
Fix Missed Call email when Follow Me is On ( #6323 )
...
When a user has the Email Alerts for Missed Calls set, it works
As soon as there is a Follow Me configured, the email stops arriving
This patch restores the desired behaviour
2022-05-30 20:07:08 -06:00
FusionPBX
147956f655
Add bg_system to run the command as non blocking.
2022-05-27 16:58:32 -06:00
FusionPBX
5a89fa5081
Remove code from checks to see if the extension is on the phone.
...
Having the PBX check if the caller is already on the phone has not worked well at least not the approach that is getting removed in this commit. It is not the right way to solve the issue. Its better for the phone endpoint to block the intercom or auto answer when it is already on a call.
One way to do this that worked in testing was to disable call waiting. Then the call is rejected and not allowed to interrupt. the call that already exists. Expect there are also other ways to instruct the phone not to interrupt active calls when it receives a SIP message to auto answer.
2022-05-27 14:45:41 -06:00
FusionPBX
d897fad100
Replace io.popen with api:executeString
2022-05-24 16:55:25 -06:00
FusionPBX
56f8d4ba44
Replace system with api:executeString
2022-05-24 16:50:45 -06:00
FusionPBX
d5775257b4
Use system instead of io.open
2022-05-24 16:38:04 -06:00
FusionPBX
46447d83c3
Remove the transcription as this can blocking.
...
Transcription still available through email queue this way it offloads the work off of FreeSWITCH.
2022-05-24 16:32:40 -06:00
FusionPBX
2326d79113
This function is not being used.
2022-05-24 16:12:29 -06:00
FusionPBX
37e3837323
Fix a spelling mistake change Formward to Forward.
2022-05-20 09:33:50 -06:00
FusionPBX
c4556ebba4
Add cc-instance-id to callcenter.conf xml.
2022-05-19 21:55:04 -06:00
Antonio Fernandez
c73f4de8d1
BLF Presence added for Voicemail Boxes ( #6389 )
...
* BLF Presence added for Voicemail Boxes
* Newline added to the end of the blf_notify.lua script
* changed prefix of vmail to voicemail
2022-05-19 08:37:10 -06:00
FusionPBX
f13d538277
Remove a redundant ignore_early_media.
2022-05-17 13:47:53 -06:00
FusionPBX
c1f9134654
Remove ignore_early_media because its added below.
2022-05-17 13:42:44 -06:00
FusionPBX
bc9f33cde1
Remove ignore_early_media because its added below.
2022-05-17 12:46:32 -06:00
FusionPBX
a4c0e93cbe
Only one row allowed so added limit 1.
2022-05-07 09:02:58 -06:00
FusionPBX
791d0046c0
Add an option to the select Greeting: none ( #6356 )
...
* Update play_greeting.lua
* Update voicemail_edit.php
2022-05-02 12:09:20 -06:00
FusionPBX
9ab10fd1d4
Used to prevent a race condition for feature key Sync
2022-04-21 22:02:42 -06:00
FusionPBX
652f128f81
Adjust fax_success if not equal to 1 then set to trying.
2022-04-20 23:44:12 -06:00
FusionPBX
48056196bc
Add fax destination and update the caller ID.
2022-04-20 23:05:03 -06:00
FusionPBX
0c0f07d994
Update hangup_tx.lua
2022-04-20 21:58:01 -06:00
FusionPBX
e158b2d264
Update hangup_tx.lua
2022-04-02 23:28:55 -06:00
FusionPBX
a66580eaa1
Update hangup_rx.lua
...
Enabled for now until code is completed to replace it.
2022-04-02 23:28:17 -06:00
FusionPBX
929d8cbaab
Create hangup_tx.lua
2022-04-02 22:54:04 -06:00
FusionPBX
443812cb86
New code here needs more testing.
...
Removing this code for now to keep it stable.
2022-03-31 19:55:44 -06:00
FusionPBX
6bde557e97
Update hangup_rx.lua
2022-03-31 17:16:49 -06:00
FusionPBX
9a563eb800
Add domain_enabled and remove found variable.
2022-03-29 10:31:43 -06:00
FusionPBX
04f12cbf85
If the domain enabled is false disable endpoint registration.
2022-03-28 12:15:24 -06:00
FusionPBX
291277bf4b
Update hangup_rx.lua
...
Working on replacing this php command for sending the email. It appears this is locking freeswitch and not completing.
Reverting this commit.
- 63e1f7741e
2022-03-23 11:06:15 -06:00
emak
8aaa3a6b9a
Add variables to fax send email templates ( #6326 )
2022-03-21 09:32:35 -06:00
FusionPBX
8b9a67f4b9
set email_uuid if not provided
2022-03-17 11:58:08 -06:00
FusionPBX
32b920b917
Get session data for the email headers
2022-03-17 11:57:00 -06:00
hershyheilpern
ac25d12f4a
add ring groups option to call block ( #6285 )
...
* add ring groups option to call block
* add ring groups option to call block
* add ring groups option to call block
* add ring groups option to call block
* add ring groups option to call block
2022-02-03 18:31:14 -07:00
FusionPBX
3652b0258a
Add speed dial global option.
2022-02-03 10:39:30 -07:00
FusionPBX
0d6af4eb92
When re-record option is used don't request the recoding_id again.
2022-01-25 17:20:23 -07:00
FusionPBX
dc85871009
Fix the caller ID information for DISA
2022-01-22 14:07:04 -07:00
FusionPBX
63e1f7741e
Fix inbound fax using alternative to system command.
...
This is needed because FreeSWITCH has made it possible to disable the system command.
2022-01-21 11:34:48 -07:00
FusionPBX
d4ab7ed9bf
Fix the Caller ID name.
2022-01-19 10:33:42 -07:00
FusionPBX
c084373d0a
Add a new permissions variable.
2022-01-17 10:09:12 -07:00
FusionPBX
daf9694c7c
Add from_address to the send_mail function for missed call emails.
2022-01-12 12:04:56 -07:00
FusionPBX
9e18d5a13d
Add the fax call uuid and add include for send_mail function.
2022-01-10 12:06:24 -07:00
FusionPBX
6815388b73
Get the email from_address using default settings.
2022-01-10 11:02:37 -07:00
agree
e3e41624e2
[send_mail] return freeswitch.email Boolean value ( #6231 )
2022-01-09 08:53:40 -07:00
FusionPBX
3f144a35a4
Add from in a few more places.
2022-01-03 15:31:30 -07:00
FusionPBX
05cae1be62
Remove local so the email_from has a value outside the if statement.
2021-12-29 15:30:15 -07:00
FusionPBX
71147dcb7e
Have the email.lua function use the send_mail function.
2021-12-29 15:08:28 -07:00
FusionPBX
2c7cfbe44f
Account for bridge variables and more advanced agent contact string.
...
If using the { and } with the contact string it would add an extra } bracket. The following changes remove the extra bracket and account for more of the bridge variables.
2021-12-29 14:29:17 -07:00
FusionPBX
eefd5e78ef
Add from send_mail function consistently. ( #6216 )
...
* Update send_mail.lua
* send_mail send nil email_from
* Update index.lua
* Update send_email.lua
* Use the lua send_mail function.
* Update index.lua
* Update index.lua
* Replace freeswitch.email with send_email lua function.
* Replace email.lua with the send_mail function.
2021-12-29 11:44:49 -07:00
FusionPBX
5f88e3ca87
Fix call block hold music to play the hold music.
...
Allows defining hold_music in the dialplan for a custom music on hold.
2021-12-17 15:13:07 -07:00
yois615
84fdf89b34
bind_digit_action for B-leg during internal call ( #6157 )
...
The existing code only binds properly when one leg
is not internal. Here we use LUA to bind the bleg
for internal calls.
2021-12-15 14:45:04 -07:00
yois615
45f48b23a8
[directory] Use effective_caller_id_name when directory_first_name blank ( #6193 )
...
The database contains directory_first_name entries that are blank, and the
table does not populate properly. Use effective_caller_id_name when a
nil or blank entry is found.
2021-12-15 14:43:12 -07:00
FusionPBX
72c9aa5a61
Conference Center - Change accountcode to account_code.
2021-12-05 00:57:27 -07:00
FusionPBX
cca7b364e5
Option to request accountcode when setting accountcode_enabled is set to true. ( #6171 )
2021-12-03 23:28:01 -07:00
agree
5e760a363f
[feature event] Don't update extension dial string ( #6166 )
...
* [feature event] Don't update extension dial string
* remove comma
* [feature_event] dnd don't update follow me and forward all
* cleaned up some code
2021-12-02 17:45:01 -07:00
agree
c94a7f5081
[xml handler] Fix error channel ( #6167 )
...
using !USER_BUSY gives an error `Could not locate channel type !USER_BUSY`
2021-12-02 17:42:23 -07:00
FusionPBX
a61cfa4020
Remove mkdir ( #6169 )
...
* Remove mkdir
* Delete app/scripts/resources/scripts/app/messages/resources directory
* Use curl instead of system curl.
* Update file_cache.lua
2021-12-02 17:30:14 -07:00
yois615
6c31c0a4a2
Add line endings to Console logs ( #6103 )
2021-11-22 09:08:03 -07:00
agree
b02cb75620
[voicemail] Add option whether to delete or keep message after forwarding ( #5985 )
...
* [voicemail] Add option whether to delete or save message after forwarding
* Fix recording playback
phrase doesn't exist
2021-11-09 13:57:16 -07:00
emak
0b76d90875
Add press * to return to previous menu ( #6064 )
...
Added the ability to press * to transfer back to the previous menu based on value of ${rdnis}.
2021-10-29 14:31:56 -06:00
agree
cab67fbb9e
[voicemail] remove not existing phrase ( #6075 )
2021-10-28 09:44:59 -06:00
agree
113ade4fc5
[follow me] Persist follow me enabled when enabling DND or call forward ( #6076 )
...
If follow-me is enabled and then turning on DND or call-forward, follow-me should be enabled when disabling the DND or the call-forward.
2021-10-28 09:44:27 -06:00
FusionPBX
0c91ac4feb
Don't use the extension dial_string to set the phone on DND.
2021-10-14 01:02:00 -06:00
hershyheilpern
23f95137f4
Add IVR Option to Call Block ( #6059 )
...
* add ivr option to call block
2021-10-14 00:27:59 -06:00
markjcrane
e429756307
Change error/user_busy to USER_BUSY
2021-09-18 23:26:21 -06:00
agree
7fd5f53384
Voicemail use tail calls ( #5984 )
...
reference https://www.lua.org/pil/6.3.html
2021-09-18 10:36:37 -06:00
FusionPBX
17a7dff859
Delete commented out lines.
2021-09-18 10:34:28 -06:00
Luis Daniel Lucio Quiroz
a66135e352
[4.5] Fix doube ivr_menu_cid_prefix ( #6015 )
...
You already do that in the dialplan, no need to do it here
2021-09-18 10:32:16 -06:00
agree
f17a4e2e8e
[follow me] *21 don't null dial string ( #6051 )
...
* [follow me] *21 don't null dial string
2021-09-18 10:28:19 -06:00
FusionPBX
7353170563
Channel variable request_id=true is no longer needed.
2021-09-16 13:18:18 -06:00
markjcrane
11fd9ed86b
Add sofia global settings
2021-09-04 22:31:07 -06:00
agree
a2e4fd00bd
[Extension] Don't null dial_string when enable/disable follow me or dnd ( #6000 )
2021-08-25 10:28:26 -06:00
agree
b0fef5135c
ring group lua minor improvement ( #5998 )
...
ring_group_distinctive_ring is always an empty string
2021-08-20 18:28:40 -06:00
FusionPBX
e5df624536
Update page.lua
2021-08-02 17:13:00 -06:00
FusionPBX
9dc93980e1
Move show channels outside the loop to make it for more efficient.
2021-08-02 17:10:43 -06:00
FusionPBX
2bcb3b343b
Replace show channels like
...
Like statement failed for a customer replaced with show channels then search the results to destination is available or busy.
2021-08-02 16:47:47 -06:00
FusionPBX
d9be32d422
Add [find_file.lua] to the logging and show file that wasn't found.
2021-07-08 12:41:22 -06:00
chansizzle
398b52fa23
date and time moved to envelope information ( #5982 )
2021-06-26 10:40:06 -06:00
FusionPBX
7bbdb8160f
Improve the code comment
2021-06-22 11:10:32 -06:00
FusionPBX
3a063bc2ff
Update call_flow_monitor.lua
2021-06-22 10:02:09 -06:00
chansizzle
87d47fe961
create voicemail envelope information option ( #5966 )
...
* create voicemail envelope information option
* Update voicemail.xml
2021-06-21 16:16:47 -06:00
agree
13c5d984f2
[voicemail] Add # option to go to next recording without saving the message ( #5973 )
...
This useful for shared voicemail boxes and a voicemail is meant for someone else or a person doesn't want yet to mark the voicemail as saved
2021-06-12 13:42:47 -06:00
emaktech
f44467a2b5
Remove these as they break HTML emails. ( #5969 )
...
* Remove these as they break HTML emails.
* Remove quotes from Caller ID name and number.
Same as following commits:
29c1d52533
c93c20c4e1
2021-06-10 01:10:32 -06:00
emaktech
e9207b114e
Update index.lua ( #5970 )
...
* Remove these as they break HTML emails.
* Remove quotes from Caller ID name and number.
Same as following commits:
29c1d52533
c93c20c4e1
2021-06-10 01:09:58 -06:00
emaktech
0891590141
Remove these as they break HTML emails. ( #5971 )
...
* Remove these as they break HTML emails.
* Remove quotes from Caller ID name and number.
Same as following commits:
29c1d52533
c93c20c4e1
2021-06-10 01:09:29 -06:00
emaktech
f6a5d171ca
Remove these as they break HTML emails. ( #5972 )
...
* Remove these as they break HTML emails.
* Remove quotes from Caller ID name and number.
Same as following commits:
29c1d52533
c93c20c4e1
2021-06-10 01:09:07 -06:00
markjcrane
9bf7b8c8ef
Deprecate the meetings table and move the moderator and participant pins to the conference rooms table
2021-05-27 02:30:49 -06:00
FusionPBX
c93c20c4e1
Remove quotes from Caller ID name and number.
2021-05-20 12:15:14 -06:00
FusionPBX
29c1d52533
Remove these as they break HTML emails.
2021-05-20 12:00:17 -06:00
FusionPBX
e52cd61887
Merge pull request #5924 from greenbea/patch-34
...
[voicemail] allow setting greeting_number_id to default
2021-05-13 23:14:40 -06:00
markjcrane
a7b014df6a
Set session variables conference_room_uuid and conference_room_name
2021-05-07 18:19:40 -06:00
markjcrane
3ce6855116
Add hold_music support to ring groups
2021-05-06 15:09:34 -06:00
agree
60220abf33
[RIng Group] Improve presence
...
the whole point of ring group presence is to monitor the ringing state If the call was bridged or went to timeout destination the presence should be set to terminated
2021-05-03 17:26:49 -04:00
agree
09e5280f3e
[voicemail] allow setting greeting_number_id to defualt
2021-04-29 16:43:39 -04:00
FusionPBX
77064157d5
Merge pull request #5756 from greenbea/patch-19
...
IVR Menu fix menu options with same length as direct dial regex
2021-04-28 11:33:26 -06:00
FusionPBX
849c93ffd9
Merge pull request #5921 from greenbea/patch-32
...
Add presence support for ring groups
2021-04-27 22:43:15 -06:00
markjcrane
a6e59c3522
Call Center Queue name change from uuid@domain to extension@domain
2021-04-27 22:42:09 -06:00
agree
17d35e6501
Ring group presence add missing channel variable
...
without presence_id set freeswitch won't update any presence changes for
a call
2021-04-27 23:34:36 -04:00
agree
00526b4334
Add presence support for ring groups
2021-04-27 11:55:19 -04:00
FusionPBX
55e2316a11
Merge pull request #5894 from greenbea/patch-29
...
Add max registrations per extension setting
2021-04-23 10:36:01 -06:00
FusionPBX
c7076a9883
Merge pull request #5896 from konradSC/patch-91
...
MWI for Multi Registrations on Multi Profiles
2021-04-23 08:03:41 -06:00
agree
69e892e790
[callcenter] Add ability for callcenter presence
...
* Freeswitch requires callcenters to have queue_name@domain for presence to work
2021-04-22 18:51:25 -04:00
konradSC
ac388f9229
MWI for Multi Registrations on Multi Profiles
...
Sometimes you can have multiple registrations for the same extension across multiple SIP profiles. This adds the functionality to fire an event for each unique SIP profile. I also added a check to see if we have already send an event for a profile since you don't want multiple events fired one SIP profile.
2021-04-16 11:08:57 -04:00
agree
5967dfbfaf
Add max registrations per extension setting
2021-04-11 00:28:06 -04:00
demonspork
d53bac7f55
Dialplan Fix for Feature Key Sync Race
...
This is a dialplan approach to fix the feature key sync loop/race with yealink phones. This aproach may also need to be extended to the Call Forward dialplans as well. It limits the number of simultaneous calls for a particular user to change their DND/Forwarding status to a single call at a time. This prevents the infinite loops that the yealinks can get into if the user presses the DND button too quickly with feature key sync enabled.
I am also reverting the lua fix because it was not reliable and can still easily allow the loop to occur.
2021-04-06 15:35:40 -05:00
nemerald-voip
65c80c7d55
Fix broken script
2021-03-31 16:33:54 -07:00
nemerald-voip
6560f39c1d
rebase file
2021-03-31 09:02:46 -07:00
nemerald-voip
c1057293b5
Fix voicemail transcription using Google
...
Transcriptions using Google were broken after last commit.
transcribe_alternate_language was not defined anywhere it Google would return 400 error.
Added variable to fix the issue
2021-03-31 08:51:59 -07:00
FusionPBX
49adc1922a
Merge pull request #5802 from netpro25/patch-1
...
Small error in Fax Retry.lua
2021-03-22 23:39:25 -06:00
FusionPBX
0af832a0a7
Merge pull request #5842 from junction1153/patch-9
...
Update record_message.lua
2021-03-22 22:06:26 -06:00
FusionPBX
325f4f1513
Change socket.sleep(0.2) to freeswitch.msleep(200)
2021-03-22 15:18:57 -06:00
Joseph
92fd572b33
Update record_message.lua
...
Additional flexibility for google transcription
2021-03-20 20:40:50 -04:00
demonspork
3ef6cf05db
Merge branch 'master' into Fix-DND-Feature-Sync-Loop
2021-03-19 11:12:44 -05:00
demonspork
cf1dfe9070
Fix DND Feature Sync loop
...
Add Delay to prevent infinite feature key Loops on some phones (Yealink....)
2021-03-18 20:05:31 -05:00
Andrew Querol
7217da15f0
Update the feature event LUA code to match the fix in PHP
...
This renames `get_profile` to `get_profiles` which either returns nil for no profiles or a array of unique profiles.
Then each function that used to take the single sip_profile was updated to take this array and send events to each profile the user is part of.
2021-03-18 09:31:22 -05:00
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
Marcel Manning
f03224cf16
Update retry.lua
...
Zero should not be wrapped in double quotes as it's causing an SQL error.
PGRES_FATAL_ERROR
2021-03-11 10:30:47.738673 [ERR] switch_pgsql.c:680 Error executing query:
ERROR: invalid input syntax for type numeric: "'0'"
LINE 1: ...p/c8505148-1b02-4f6f-9157-b5cf64ebcc4d.tif','','','''0''',''...
^
2021-03-11 10:59:11 -05: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
b7eef0e69e
Fix negative lookahead
2021-02-03 23:29:10 -05:00
FusionPBX
f43910e328
Update ivr.conf.lua
2021-02-03 16:25:08 -07:00
agree
c4dfb7ce59
IVR Menu fix menu options with same length as direct dial regex
2021-02-03 17:23:51 -05: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