emak
bfbfd8a99b
Add French translations for email_address labels ( #6494 )
2022-11-21 19:25:43 -07:00
FusionPBX
61652e1eb3
Update and rename 505_call-forward-all.xml to 515_call-forward-all.xml
2022-11-18 12:00:51 -07:00
FusionPBX
c50e737beb
Update and rename 500_follow-me-destinations.xml to 520_follow-me-destinations.xml
2022-11-18 11:57:21 -07:00
FusionPBX
696ad43044
Add queue email address
2022-11-18 00:12:53 -07:00
FusionPBX
700e964221
Add queue_email_address to call_center_queues
2022-11-18 00:02:43 -07:00
FusionPBX
e32351eee0
Add label-queue_email_address
2022-11-17 23:36:10 -07:00
FusionPBX
440883fba8
Add iptables chain add and exit functions
2022-11-17 21:59:46 -07:00
FusionPBX
ff2aa6a5db
Start specific gateway using sofia profile startgw
...
Old way to start gateway was re-scanning the SIP profile.
2022-11-16 14:54:22 -07:00
agree
095e1f6016
[directory.lua] Add domain_uuid to export_vars ( #6493 )
2022-11-15 22:22:11 -07:00
FusionPBX
135686c252
Replace the commas for display with a space.
...
Browser will handle different display sizes better with a space.
2022-11-15 11:01:26 -07:00
FusionPBX
2d3b41a3ee
Use wild card with sofia_contact by default.
2022-11-15 10:37:37 -07:00
FusionPBX
520b5d71f3
Add access control Import button
2022-11-14 17:40:41 -07:00
FusionPBX
895530ce71
Create access_control_import.php
2022-11-14 17:39:31 -07:00
FusionPBX
ddcc5d3065
Fix number alias by removing code that broke it.
2022-11-14 16:48:09 -07:00
FusionPBX
9e5f931626
Use the callers Caller ID for local calls
...
With set to false the callers original outbound caller ID information is used.
Keep original callers caller ID is now set as the default.
With these enabled to true the caller ID is picked from the extension being called.
2022-11-09 10:44:58 -07:00
FusionPBX
88bc541d0d
Create database object if not set. ( #6492 )
...
* Create database object if not set.
2022-11-08 09:40:12 -07:00
Dan
4a1913b447
Update to jQuery 3.6.1 ( #6491 )
...
This commit updates FusionPBX to use jQuery 3.6.1 and also adds a fallback to the other variable name for offhook autodial on the HT802.
2022-11-07 08:58:38 -07:00
FusionPBX
0eaab4e60a
Add contact relation search
2022-11-06 00:08:36 -06:00
FusionPBX
1ec48d46c9
Update contact_edit.php
2022-11-06 00:04:40 -06:00
FusionPBX
acf9a046e0
Add contact relation search
2022-11-05 18:27:21 -06:00
FusionPBX
f3c2c4930d
Create contact_json.php
2022-11-05 18:26:09 -06:00
FusionPBX
ce77a7ca75
A better way to add a page timeout
2022-11-04 10:59:32 -06:00
FusionPBX
786d60120a
Update kickall
...
- Original kickall had an extra set command and was missing the domain name.
- Shouldn't be needed because conference is set to end when moderator leaves
- For this reason disabled by default.
- Additional kickall with sched_api is a time limit for the call
2022-11-04 10:57:52 -06:00
agree
d9e43cda4c
set dbh if there isn't a global dbh set ( #6489 )
2022-11-03 10:49:22 -06:00
FusionPBX
acf3781bd3
Use the destination_prefix permission
2022-11-01 12:07:56 -06:00
FusionPBX
cb96c4a848
Inbound routes use destination sip_req_user
...
This setting allows adjusting the variable that is used for match the inbound number. For many years inbound routes have used destination_number as the variable to match inbound calls. When SIP diversion header is used the destination_number is not always dependable. The variable sip_to_user is more dependable but still fails with how some providers have implemented the SIP diversion header. It appears the sip_req_user is the seems to be the most dependable.
2022-10-28 09:10:54 -06:00
Tuan Nguyen
c797953291
Fix Call Center max wait time with no agent reached ( #6487 )
...
Fix xml_handler when edit Max Wait Time With No Agent Reached when edit Call Center
2022-10-26 09:57:36 -06:00
FusionPBX
1ec440684b
Replace X-accountcode with accountcode
...
Deprecating the "X-" Prefix (RFC 6648)
https://www.rfc-editor.org/rfc/rfc6648
2022-10-26 09:56:19 -06:00
FusionPBX
95dd6094e0
Removing this because it breaks Missed Call results
...
Missed calls should include hangup_cause NO_ANSWER
2022-10-24 15:27:41 -06:00
levishores
63e6c5ab66
Update blf_subscribe.lua ( #6482 )
2022-10-24 13:09:33 -06:00
FusionPBX
720eb58a89
Re-organize the inlcudes.
2022-10-22 23:52:01 -06:00
FusionPBX
150e3cfed7
Re-organize the includes
2022-10-22 23:50:31 -06:00
FusionPBX
9cd8261eda
Update email_queue.php
2022-10-22 23:47:58 -06:00
FusionPBX
5a71e16f15
Use the config.conf file
2022-10-22 23:45:59 -06:00
FusionPBX
b004e8f3ba
Add message Unable to connect...
2022-10-20 16:07:23 -06:00
FusionPBX
2816a54a8f
Use the now() for PostgreSQL
...
This prevents and error for SQLite
2022-10-19 11:29:22 -06:00
FusionPBX
0bba8702a1
Add sqlite support
...
Example use in config.conf file.
database.1.type = sqlite
database.1.path = /var/lib/freeswitch/db
database.1.name = core.db
2022-10-19 10:57:04 -06:00
FusionPBX
47c13a7270
Set update_date now() when the status is updated
2022-10-18 07:58:03 -06:00
FusionPBX
a373958ffd
Use $_SERVER['DOCUMENT_ROOT']
2022-10-14 11:51:17 -06:00
FusionPBX
ef040f2b7a
Command line or web server both includes can work the same
2022-10-13 16:50:47 -06:00
FusionPBX
598eb4ab31
Wrap is_array arround foreach
2022-10-13 08:43:32 -06:00
FusionPBX
2a2069fe9e
Use is_array around foreach
2022-10-12 14:59:13 -06:00
FusionPBX
2d88fc35d8
Get http_protocol from default settings
2022-10-12 11:40:38 -06:00
FusionPBX
1fd0b9976b
Add http_protocol as a default setting
2022-10-12 11:38:14 -06:00
frytimo
4a8e148ccf
remove is_numeric check for voicemail id ( #6484 )
...
Co-authored-by: Tim Fry <tim@voipstratus.com>
2022-10-11 21:32:32 -06:00
FusionPBX
b8e8c726be
Update the include handling.
2022-10-11 11:54:01 -06:00
FusionPBX
b300961d75
Use server DOCUMENT_ROOT variable.
2022-10-11 11:45:37 -06:00
FusionPBX
fa870da5c9
Use server DOCUMENT_ROOT variable
...
Move includes to the near the top of the page
2022-10-11 11:44:54 -06:00
FusionPBX
f75f623767
Remove root.php and include require.php once
2022-10-11 11:27:57 -06:00
FusionPBX
eadc950298
Remove deprecated domain_count
2022-10-11 11:09:48 -06:00