emaktech
cc5eba5699
Revert "Order by start_epoch to Speed Up Query Execution"
2020-12-23 23:52:15 -05:00
chansizzle
1cd6082981
added new years eve and christmas eve
2020-12-23 17:37:39 -07:00
FusionPBX
37350b4fa7
Merge pull request #5682 from greenbea/patch-1
...
Time condition add missing extension field from destination select q…
2020-12-22 10:46:15 -07:00
agree
53e48a5262
Call center: add missing queue_name field from destination select sql query
2020-12-21 18:01:44 -05:00
agree
7d7ba7dee1
Time condition add missing extension field from destination select query
2020-12-21 17:44:46 -05:00
FusionPBX
2931445c91
Get the domain_name with a different approach to fix global inbound routes.
2020-12-21 15:35:59 -07:00
fusionate
54f22dcce5
Test Commit - Ignore
2020-12-21 13:07:04 -07:00
fusionate
9029a851d4
Test Commit - Ignore
2020-12-21 12:58:53 -07:00
fusionate
7ddcbbca39
Test Commit - Ignore
2020-12-21 12:04:43 -07:00
fusionate
88e1285b8b
Test Commit - Ignore
2020-12-21 11:35:09 -07:00
fusionate
7d2d05a332
Test Commit - Ignore
2020-12-21 11:31:52 -07:00
fusionate
0a6ab715af
Test Commit - Ignore
2020-12-21 11:16:52 -07:00
FusionPBX
fa835103e3
Use isset instead of strlen.
2020-12-21 11:13:55 -07:00
fusionate
062c9f4c87
Test Commit - Ignore
2020-12-21 11:02:36 -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
FusionPBX
c0f483ed06
CDR Import fix missing sql parameter
2020-12-16 09:35:01 -07:00
S.Mohammad Emami Razavi
f531631ddb
Update exec.lua
2020-12-16 18:23:52 +03:30
agree
60ed198a2e
CDR Import fix missing sql parameter
2020-12-15 12:42:47 -05:00
FusionPBX
74a55f3de2
[4.5] Fix Wrong CIDR
2020-12-14 18:11:09 -07:00
FusionPBX
ed33c09b16
Merge pull request #5620 from greenbea/patch-22
...
Follow me set accountcode for external destinations
2020-12-14 18:09:22 -07:00
FusionPBX
c60f2e492f
After importing the dialplans generate the dialplan xml.
2020-12-14 18:00:04 -07:00
FusionPBX
dc8f9146ba
Update the array name so that is_array evaluates to true.
2020-12-14 17:31:41 -07:00
fusionate
131d96b60c
Follow Me: Fix issue with Destinations not displaying correctly.
2020-12-14 13:21:05 -07:00
Luis Daniel Lucio Quiroz
5eb3eaa529
Update extension_edit.php
2020-12-13 20:18:02 -05:00
fusionate
e9a6449b07
Time Conditions: Fix dynamic Destination Other > Hangup option.
2020-12-11 16:36:51 -07:00
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
FusionPBX
c314f4352a
Minor change add a little better description.
2020-12-10 20:20:51 -07:00
FusionPBX
d5016a107b
Delete xml_cdr_import_update.php
2020-12-10 20:19:54 -07:00
FusionPBX
53cbf8c9b4
Fix a situation where call recording was not showing up in Call Detail Records.
...
Make sure the record_path is set to the default path if that value doesn't exist in the xml.
2020-12-10 20:03:53 -07:00
fusionate
1687ebb3ae
Destinations: Correct permission.
2020-12-10 16:58:50 -07: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
FusionPBX
7fe118daed
Merge pull request #5615 from emaktech/patch-65
...
Order by start_epoch to Speed Up Query Execution
2020-12-09 20:06:49 -07:00
FusionPBX
059f1c48a6
Merge pull request #5618 from SeyedGH/patch-1
...
Update gateways.php
2020-12-09 20:06:06 -07:00
FusionPBX
0ee8ff2234
Merge pull request #5617 from chansizzle/patch-324
...
Update app_config.php
2020-12-09 20:03:42 -07:00
FusionPBX
edb9a6e269
Restrict Call Center greeting to applications to playback, say, tone_stream, and phrase.
2020-12-09 20:00:39 -07:00
FusionPBX
d7dd1a9b1d
Call Center greeting improve support for say and tone_stream.
2020-12-09 19:42:16 -07:00
FusionPBX
842bcd93ee
Remove domain_uuid from the array that is saved.
...
The domain_uuid should not be modified from this page so it has been removed.
2020-12-09 12:24:39 -07:00
FusionPBX
d0be8bf379
Fix recording icon so that it would indicate the call being recorded.
2020-12-09 10:42:21 -07:00
SeyedGH
0a33d7a90b
Update gateways.php
...
Foreach has a typo -> must be =>
2020-12-09 17:18:17 +01:00
chansizzle
23b2148649
Update app_config.php
...
dhcp options
2020-12-08 16:07:53 -07:00
fusionate
5c8201ec0d
Time Conditions: Resolve issue with dynamic Destination select not loading for Presets.
2020-12-08 14:29:32 -07:00
fusionate
87c2e80542
Call Recording: Allow recording of certain feature codes.
2020-12-08 11:10:50 -07:00
emaktech
c97d9e7022
Order by start_epoch to Speed Up Query Execution
...
In some cases, this seems to speed up xml_cdr loading times by ~10x.
It appears one big cause of this is the final ORDER_BY statements are very slow in PostgreSQL for timestamp fields. Ordering by start_epoch field improves query execution time in a dramatic way and should result in the same ordering.
2020-12-07 15:56:26 -05:00
fusionate
46b2f00826
Dialplan Manager: Adjust toggle method to support multiple domains if used on show all.
2020-12-04 12:53:51 -07:00
demonspork
5a39dbf68e
Prevent Users without permission from clobbering ring_group_caller_id_name and number
...
Bring the ring_group_caller_id_name and number fields and permissions in line with the prefix permissions so that users without permission don't overwrite those those fields by hitting save.
2020-12-02 20:00:55 -06:00
fusionate
da069651f4
CDR: Grant xml_cdr_domain permission to admin group by default.
2020-12-02 13:37:49 -07:00
FusionPBX
6f2365fe24
Update call_center_agent_edit.php
2020-12-02 12:30:02 -07:00
fusionate
0dc478ac00
Fax Server: Add ability to authorize domains for Email-to-Fax.
2020-12-02 12:20:10 -07:00
FusionPBX
ae3ade1714
Add new setting agent_contact_method
2020-12-02 12:11:56 -07:00
FusionPBX
e05de35122
Remove loopback for call center agent contact.
2020-12-02 11:54:07 -07:00