30 Commits

Author SHA1 Message Date
FusionPBX
22e1d40fb1 Use a safer default
Change the default to 0.0.0.0 to 127.0.0.1
2025-07-02 15:55:03 -06:00
chansizzle
e21d338fc6 Add US busy tone beep 3 times (#7375)
This pull request adds a 'play the US busy tone 3 times'. As the us-busy-tone is only 1 beep, we wanted to be able to be able to hear 3 busy tones before exiting a call. An example of use is setting an IVR exit action to play the busy tone 3 times instead of 1 time before the call hangs up.
2025-05-22 09:56:07 -06:00
simplecoder732
2302aa7f62 Vm deleted queue (#7257)
* Add a deleted messages option to voicemail.
Messages are only deleted after a certain amount of time instead of immediately.
The queue can be turned off or on with default setting "use_deletion_queue" in the "voicemail" category.
Changed deleted phrase and add a deleted messages count phrase
Added a program to delete messages that are due for deletion. Also small changes to phrases.

* Added a remove_deleted_messages function that runs on voicemail main menu login. With this method the deletion queue is handled per mailbox vs system wide as in the cron triggered script. It also allows to adjust the retention hours on a per domain basis.

* Fix bug in remove_deleted_messages SQL that caused it too fail.

* Update app_config.php

* Update remove_deleted_messages.lua

* Fix a bug that hangs the call on vm login if there is a deleted message to remove.
2025-04-05 20:31:31 -06:00
FusionPBX
5391745155 Update abstraction.conf.xml 2025-03-08 08:59:22 -07:00
FusionPBX
f3986290ea Add enable-rfc-5626 to the internal profile 2025-02-27 10:48:29 -07:00
FusionPBX
0ce6f3c956 Update language French vm 2025-02-06 14:33:11 -07:00
FusionPBX
65aeefaea4 update voicemail_main_menu phrase 2025-01-28 20:27:24 -07:00
FusionPBX
d2294f76f3 Update voicemail_listen_file_options phrase 2025-01-28 20:18:16 -07:00
FusionPBX
e0c7a8a9b5 Add voicemail_deleted_message_count phrase 2025-01-28 20:05:03 -07:00
simplecoder732
77f9161408 Add a voicemail deletion queue (#7221)
* Add a deleted messages option to voicemail.
Messages are only deleted after a certain amount of time instead of immediately.
The queue can be turned off or on with the default setting "use_deletion_queue" in the "voicemail" category.
Changed deleted phrase and added a deleted messages count phrase
Added a program to delete messages that are due for deletion. Also small changes to phrases.

* Added a remove_deleted_messages function that runs on voicemail main menu log in. With this method, the deletion queue is handled per mailbox vs system-wide as in the cron-triggered script. It also allows us to adjust the retention hours on a per-domain basis.
2025-01-28 16:57:50 -07:00
FusionPBX
04125ef651 Deprecate ZRTP and inbound-late-negotiation disable by default 2024-09-07 17:38:48 -06:00
FusionPBX
349889ad15 Update vars.xml
Remove a few irrelevant switch variables
2024-09-07 09:47:18 -06:00
FusionPBX
d2b90714c0 Add Greek language and alphabetical order
Also, change the language order. Put the languages in alphabetical order
2024-05-17 14:38:11 -06:00
FusionPBX
54c57bdb18 Update greek sounds to use voice serena 2024-05-17 14:32:05 -06:00
FusionPBX
23fb7e6211 Add fifo agent_status phrase 2024-05-14 11:46:47 -06:00
emak-Corey
27b2ddb906 [vm] Split new/saved message count macros + improve french translations (#6944)
* [vm] Split new/saved message count macros + fix french translations

* Update main_menu.lua
2024-04-15 09:32:13 -06:00
FusionPBX
e179aaeb22 Disable aggressive-nat-detection by default 2024-03-21 09:16:19 -06:00
FusionPBX
3c17fe6ad4 Update language/sv/vm/sounds.xml fix xml 2024-03-05 12:49:10 -07:00
FusionPBX
18f59eeb61 Disable ws and wss by default 2024-02-07 17:51:21 -07:00
markjcrane
52411c858a Add el-gr language 2024-02-07 13:17:18 -07:00
fusionate
0433789355 Update Switch language files with missing macro. 2024-01-31 17:13:52 +00:00
fusionate
143f85cd4f Voicemail Languages: Uncomment new options (doh!). 2024-01-31 00:37:19 +00:00
fusionate
aafbce9583 Voicemail: Add Delete option (7) from endpoint for message/greeting/name recording. 2024-01-30 23:53:47 +00:00
frytimo
3a4c2f72e2 Event socket bug fix and more docs (#6823)
* Add documentation to methods. Use is_resource for added type detection

* Allow connect to specify timeout in microseconds with default 30,000

* Update calling mechanism for event sockets

* Update project for new singleton event sockets

* remove unused variable

* catch errors on closing the socket
2023-12-02 17:16:18 -07:00
FusionPBX
fd2516a297 Update timezones.conf.xml with tabs 2023-11-02 17:02:28 -06:00
FusionPBX
3c57c72044 Revert timezones.conf.xml 2023-11-02 16:59:25 -06:00
FusionPBX
05c52a3fdc Update timezones.conf.xml 2023-11-02 16:51:09 -06:00
FusionPBX
d02ab9de91 manage-presence to a default value of true 2023-10-10 20:13:32 -06:00
FusionPBX
8ee8e30b31 Save CDR to the file system 2023-09-20 11:25:36 -06:00
markjcrane
0d39719318 Move resources/templates/conf to app/switch/resources/conf 2023-06-23 13:27:29 -06:00