FusionPBX
4b1ab310b7
Remove the login.php code as it breaks the destinations and not needed for this.
...
Retract changes from this pull request. Its not constantly refreshing and so this login check is not needed for this feature.
https://github.com/fusionpbx/fusionpbx/pull/5951
2021-06-10 22:51:29 -06:00
agree
c45ffc6754
agent+ fix dialplan ( #5958 )
2021-06-10 01:14:06 -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
FusionPBX
b551ef2148
Improve the search to maintain the type.
2021-06-10 00:04:27 -06:00
FusionPBX
c4219d7fe0
Add three new permissions fax_subject, fax_message, and fax_footer.
2021-06-09 10:56:10 -06:00
FusionPBX
c5209d24e6
Add three new permissions fax_subject, fax_message, and fax_footer
2021-06-09 10:55:23 -06:00
FusionPBX
9c08b84fa2
Consistency is a good thing change spaces to tabs.
2021-06-09 10:20:41 -06:00
FusionPBX
b2a7ebb4b0
Add two descriptions.
2021-06-04 10:54:43 -06:00
FusionPBX
e400815c75
Add ability to assign destinations to users.
...
- Remove trim
2021-06-04 10:46:35 -06:00
FusionPBX
c1caba1e7c
Add new field user_uuid and permission destination_user_uuid
2021-06-04 10:33:50 -06:00
FusionPBX
3073001e5c
Escape message_media_source to prevent xss.
2021-06-04 10:28:31 -06:00
FusionPBX
123407f3b8
Helps with conference center upgrade.
2021-06-03 21:43:06 -06:00
FusionPBX
b21572fb44
Add better support for destination alternate
...
Get the destination actions from columns in the destination table instead of filtering through the dialplan details. If a destination action app is set or export then use inline = true.
2021-06-03 21:30:31 -06:00
chansizzle
c0b8b1df08
Add custom yealink dss keys variable ( #5963 )
2021-06-03 17:56:06 -06:00
FusionPBX
f97b0a7de7
Remove past tense.
2021-06-02 17:13:38 -06:00
FusionPBX
d24d5c1676
Add is_array and hide irrelevant -ERR no reply
2021-06-02 17:12:01 -06:00
FusionPBX
661035f8fb
Improve them message for reboot, provision and unregister.
2021-06-02 17:07:48 -06:00
chansizzle
82c0a4af7c
yealink suppress dtmf set to default value ( #5964 )
2021-06-01 15:03:26 -06:00
mhoogveld
bcf2366dbd
Redirect to login page when auto-refreshing a (part of a) page while being logged out ( #5951 )
2021-05-28 22:45:11 -06:00
emaktech
b94fafbfb9
Update app_languages.php ( #5928 )
...
* Update app_languages.php
"At max no answer, then the agent's Status will changed to 'On Break'.";
* Update app_languages.php
* Update app_languages.php
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2021-05-28 22:32:01 -06:00
mhoogveld
5373e97b40
Bugfixes ( #5949 )
...
* Added missing parameter to send_email()
* Preserving the call-center queue_record_template value when saving
* Removed unused declarations using the commented-out $last_offered_call
* Fix for redirecting to previous page after login, if set
* Removed duplicate bugfix in /resources/login.php
2021-05-28 20:56:25 -06:00
chansizzle
db48b2fc69
added firmware for T53 ( #5961 )
2021-05-28 17:58:39 -06:00
FusionPBX
ede0eca9ca
Remove conference_session_view permission as a default.
2021-05-28 13:12:16 -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
markjcrane
af3610d986
Add CIDR option to HTTP POST
2021-05-26 20:41:26 -06:00
markjcrane
2750475ab2
Add better logging to XML CDR
2021-05-26 14:29:46 -06:00
FusionPBX
764a46458e
Update xml_cdr_import.php
2021-05-26 10:53:50 -06:00
Andrew Querol
b67d55b39c
Replace duplicated v_xml_cdr_import.php with a call to the post method of xml_cdr ( #5956 )
...
* Redirect duplicated xml_cdr_import script
This replaces the duplicated code in v_xml_cdr_import.php with xml_cdr_import.php
This also adds a call to `$cdr->post();` in that file to then process the POSTed data from FreeSWITCH
2021-05-26 09:54:08 -06:00
demonspork
7133f35af5
Use epoch times for CDR Imports ( #5955 )
...
* Use epoch times for CDR Imports
There has been some discussion of edge cases for CDR Importing time zones/time stamps.
This modification makes the start_stamp, answer_stamp, and end_stamp values use the corresponding _epoch times for import into the v_xml_cdr table to remove any chance of time zone mis-alignment.
* Set Call recording date with Epoch
Use the start_epoch to set the call recording date.
2021-05-26 09:11:09 -06:00
borisk1976
668a073355
Update call_center_agent_edit.php ( #5942 )
...
Remove a deprecated line of code.
2021-05-24 15:41:43 -06:00
demonspork
0acb7c4ac3
Yealink Support Searching Remote Phonebook on Dial pad ( #5953 )
...
By default, the dial pad only searches the Local phonebook and recent call history for suggestions while dialing. This adds support for searching the Remote Phonebook if configured and enabled. There is also commented out the definition to search an LDAP phonebook if one has been configured elsewhere.
2021-05-24 15:19:39 -06:00
FusionPBX
b2e0402478
Get the call_center_queue_uuid from the channel variables.
2021-05-21 13:16:18 -06:00
FusionPBX
a7efbe178f
Merge pull request #5952 from greenbea/patch-40
...
[cdr] Add call stats to cdr details
2021-05-21 09:05:02 -06:00
FusionPBX
227cbcd61f
Merge pull request #5948 from greenbea/patch-30
...
[valet park] Add answer for calls that are still in early media
2021-05-21 00:31:29 -06:00
agree
aef22cd47f
remove unnecessary line
2021-05-21 01:02:34 -04:00
agree
0fc6915a7a
[cdr] Add call stats to cdr details
2021-05-21 00:55:42 -04: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
agree
74b806a1e9
[valet park] Add answer for calls that are still in early media
2021-05-20 11:52:17 -04:00
FusionPBX
1786b9b340
Improve the indentation.
2021-05-19 13:34:54 -06:00
chansizzle
990218342d
added new SNOM variables
2021-05-18 14:29:11 -06:00
chansizzle
6c47a567c9
improved export page descriptions
2021-05-17 14:37:34 -06:00
chansizzle
72bef9be31
improved export page descriptions
2021-05-17 14:36:27 -06:00
chansizzle
24fe361140
improved export page descriptions
2021-05-17 14:34:53 -06:00
chansizzle
3c9b1dcd53
improved export page descriptions
2021-05-17 14:32:14 -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
chansizzle
c25037ca13
create destinations export
2021-05-12 15:49:18 -06:00