Commit Graph

9830 Commits

Author SHA1 Message Date
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
FusionPBX
0a2798575c Remove domain_count
Not needed only request domain_uuid if value is null
2022-10-11 11:07:48 -06:00
FusionPBX
122a8c1e03 Set the temp_dir variable 2022-10-11 10:59:51 -06:00
FusionPBX
93ec88629b Replace root.php 2022-10-10 17:28:02 -06:00
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
FusionPBX
a52ab303e9 Remove deprecated write_config 2022-10-10 13:28:22 -06:00
FusionPBX
30ec556c4a Remove script write_config method. 2022-10-10 13:27:50 -06:00
FusionPBX
cdd6397285 Replace root.php with config.conf 2022-10-10 13:19:44 -06:00
FusionPBX
114fe7252c Replace root.php with config.conf 2022-10-10 13:19:40 -06:00
FusionPBX
4f7018700a Replace root.php with config.conf 2022-10-10 13:18:54 -06:00
FusionPBX
7a16083095 Replace root.php with new config.conf 2022-10-10 13:18:34 -06:00
FusionPBX
7aa7ae4dd1 Add option to use host or hostaddr in config.conf 2022-10-10 13:08:30 -06:00
FusionPBX
26401d45c0 Replace config.lua with config.conf 2022-10-10 12:48:35 -06:00
FusionPBX
adcc0ad068 Get the dial_string from default settings 2022-10-08 23:48:24 -06:00
FusionPBX
8f269a56f9 Update lazy_settings.lua 2022-10-08 23:43:51 -06:00
FusionPBX
263af5a76f Change the indentation from two spaces to a tab. 2022-10-08 23:43:08 -06:00
FusionPBX
a7721f5186 Add grandstream_auto_dial_number and grandstream_auto_dial_delay 2022-10-05 15:48:55 -06:00
FusionPBX
b58d34010f Add option billing to phone numbers and addresses. 2022-10-05 10:53:55 -06:00
FusionPBX
0db773e395 Correct the user_log_allowed function 2022-10-03 22:32:17 -06:00
FusionPBX
b16265458e Chang device key line number from 12 to 99 2022-10-03 10:40:23 -06:00
FusionPBX
93dd8bda71 Change variabale name from action to destination_action.
Resolves a conflict with another variable called action.
2022-09-30 16:18:39 -06:00
FusionPBX
92f0eb7405 Fix a problem with loading default sofia global settings. 2022-09-30 11:27:15 -06:00
amibtl
1a0a8e1f6a Update call center dialplan template for add and edit (#6481)
* prepend to cc_export_vars

* prepend to cc_export_vars
2022-09-30 08:39:09 -06:00
FusionPBX
8bdfcb935b Time condition set to default false.
The add was setting condition to dialplan_continue false and update set to true. This changes makes it consistent as both add and update will set dialplan_continue to false.
2022-09-28 12:00:31 -06:00
FusionPBX
ad9087316a Fix a division by zero error.
Add better support for BSD
2022-09-27 13:53:52 -06:00
FusionPBX
6d9e83cb1f Remove /pb off of the phone book path 2022-09-27 08:43:10 -06:00