FusionPBX
5448ac02a9
Add yealink_call_info_display_method to default settings with a default value of 1 - Number+Name
2022-05-11 13:05:01 -06:00
FusionPBX
38541f7a2d
Add domain_uuid to the email object and remove deprecated code.
2022-05-10 20:21:20 -06:00
FusionPBX
d5db02be42
Add sip_h_Alert-Info to cc_export_vars.
2022-05-09 21:53:27 -06:00
FusionPBX
312873fb39
Add sip_h_Alert-Info to cc_export_vars
2022-05-09 21:52:30 -06:00
FusionPBX
3dd7d3cdf4
BLF for Call Center Agents
...
Updated when the phone registers.
2022-05-09 21:21:41 -06:00
Jesse Gruver
56b53b5f2c
Remove the country code if not e.164 ( #6367 )
2022-05-09 16:40:44 -06:00
FusionPBX
28c0d704df
Add op_valet_park_active to the css.
2022-05-09 15:33:44 -06:00
FusionPBX
dd1b315101
Add valet park and line feeds.
2022-05-09 15:32:10 -06:00
FusionPBX
ca16c0b622
Fixed hidden calls after picking up a parked call.
...
Also improved code indentation.
2022-05-07 12:46:14 -06:00
FusionPBX
e83885c722
User Logs - Paging Broken with Search
2022-05-07 09:36:14 -06:00
FusionPBX
f2aba2251f
Presence is not correctly updated when caller rings an IVR
...
When a user calls an IVR, the presence is updated and sent to subscribers to notify they are on the phone, however it is never terminated so it appears they are busy long after the call ended. Removing the dialplan setting for the presence_id fixes this issue so the caller no longer appears on the phone when the IVR call ends.
2022-05-07 09:18:42 -06:00
FusionPBX
a4c0e93cbe
Only one row allowed so added limit 1.
2022-05-07 09:02:58 -06:00
agree
90f33bd64d
[domains] add exit after redirect ( #6366 )
2022-05-06 17:08:52 -06:00
FusionPBX
4d18f598b2
Use a css class for the sub category labels.
2022-05-06 14:14:29 -06:00
FusionPBX
5e9481ebc4
user_hold_music condition order user_exist must be first.
2022-05-06 09:25:08 -06:00
FusionPBX
60e484e8f5
Default settings overridden by domain SMTP settings
...
Fixed a regressions where the domain SMTP settings were ignored.
2022-05-05 19:41:38 -06:00
FusionPBX
3600e479fe
call-forward-all set diversion header to default false.
...
If the diversion header is required it can be enabled.
2022-05-05 16:45:12 -06:00
FusionPBX
d2d8c2bdcb
Rename queue and remove the escape on the domain_name.
2022-05-05 12:17:14 -06:00
FusionPBX
9330414120
Use the number alias permission in the extension summary.
2022-05-05 10:59:25 -06:00
FusionPBX
9e77266299
Re-add permission check for xml_cdr_lose_race and xml_cdr_enterprise_leg.
2022-05-05 10:55:52 -06:00
emak
2050d98e3e
Update XML CDR Extension Summary Queries #5979 ( #6365 )
...
* Change labels to reflect new CC missed field
* Update extension summary queries
* Hide number alias field
2022-05-05 10:43:44 -06:00
FusionPBX
4e2fe618e7
Fix the dialplan call center greeting and queue_extension.
2022-05-05 10:16:33 -06:00
agree
4e9e007a2b
[dialplans] don't set hold music if from user exists ( #6359 )
...
If the aleg is an existing user, setting the hold_music on his leg causes the wrong hold_music to be used when he puts the other leg on hold.
2022-05-05 09:06:29 -06:00
Luis Daniel Lucio Quiroz
ca921e88ac
Fixes NULL in _SESSION[context] ( #6360 )
...
* Update check_auth.php
* Update domains.php
2022-05-05 09:04:19 -06:00
Mendel
ea337e42ae
Update polycom configs each separate ( #6363 )
...
* Update provision.php
* Update y000000000124.cfg
Added {$yealink_dnd_allow} so that you can remove DND from the phone
* Added all the Polycom Templates separately
* Update app_config.php
* Update app_config.php
* Delete resources/templates/provision/polycom/IP321 directory
* Revert "Delete resources/templates/provision/polycom/IP321 directory"
This reverts commit 6f532a37bb .
* Delete resources/templates/provision/polycom directory
* Working on making the file Lowercase
* Still working on making it lowercase
* Update the Description of Polycom Firmwares
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
* Updated the name of the Sound Station Duo to just Duo
* Update app_config.php
2022-05-04 15:19:53 -06:00
FusionPBX
cc8914341f
Use < and > in place of < and >
2022-05-04 14:58:15 -06:00
FusionPBX
d5481c05fd
Fix the syntax.
2022-05-04 14:44:43 -06:00
FusionPBX
652621c215
Simplify call-forward-all dialplan.
2022-05-04 14:26:44 -06:00
FusionPBX
829f8a35d6
Change the order of the conditions to a-z and add call_direction.
2022-05-03 18:16:08 -06:00
FusionPBX
b8a71eb59b
Remove the reset on the fax queue search.
2022-05-03 17:46:20 -06:00
FusionPBX
907c2d332c
Remove the reset on the email queue search. Don't think its needed for a single item html form.
2022-05-03 17:35:01 -06:00
FusionPBX
d9c3779c47
Update call_center_queue_edit.php
2022-05-03 16:00:24 -06:00
FusionPBX
bfa5492e21
Allow an empty destination so that values can be nulled.
2022-05-03 09:46:26 -06:00
FusionPBX
94bc7d9f99
Add distinctive ring to inbound destinations ( #6357 )
...
* Add distinctive ring to inbound destinations
* Update destination_edit.php
2022-05-02 18:11:56 -06:00
FusionPBX
be5f1e47f6
Add new permissions destination_hold_music and destination_distinctive_ring. Add new field destination_distinctive_ring to to the destinations table.
2022-05-02 16:54:31 -06:00
FusionPBX
ee84131443
Fix the yealink_ring_file to match the correct number.
2022-05-02 16:19:27 -06:00
FusionPBX
791d0046c0
Add an option to the select Greeting: none ( #6356 )
...
* Update play_greeting.lua
* Update voicemail_edit.php
2022-05-02 12:09:20 -06:00
FusionPBX
eee7786529
Remove some code redundancy.
2022-05-02 08:27:15 -06:00
FusionPBX
16b8d5e172
Update extension_edit.php
2022-05-02 08:17:53 -06:00
Joseph
f080a39053
Fix voicemail transcriptions not being pushed ( #6339 )
...
* Fix voicemail transcriptions not being pushed
When creating a new extension, under the Voicemail tab, Transcribe is empty. This was causing users to not receive VM transcriptions. Adding the above code will push transcribe = true or false (depending on the value in default settings) after creating a new extension.
2022-05-02 08:06:21 -06:00
FusionPBX
0e4e379b14
Use fax_email from the fax table for the mail to address.
...
And add additional condition for fax_queue enabled.
2022-04-30 23:50:50 -06:00
FusionPBX
eeba3eb66f
Fix fax forward so it can use the fax queue.
2022-04-30 20:39:15 -06:00
FusionPBX
bac66f75ac
Update 480_operator.xml ( #6355 )
...
* Update 480_operator.xml
* Define operator to be used in the operator dialplan.
2022-04-29 15:59:18 -06:00
FusionPBX
06e0e48476
Calculate the time zone for the device list.
2022-04-29 15:45:02 -06:00
FusionPBX
6c0f167733
Minor version 5.0.1
...
Updating because of a bug fix.
5.0.1
2022-04-27 23:48:11 -06:00
FusionPBX
ba70234a96
Detect if FAX job still in progress.
...
Exit the code if the FAX job is still running.
2022-04-27 23:34:26 -06:00
FusionPBX
3fa9f29c86
Add origination_uuid to the fax_queue table.
2022-04-27 23:27:12 -06:00
FusionPBX
fb08a0ab61
Change fax_email_address from required to not required.
2022-04-27 23:17:00 -06:00
FusionPBX
d4360ce7fb
Default voicemail smtp_from and smtp_from_name to enabled false.
2022-04-27 22:04:49 -06:00
FusionPBX
942212b549
Default fax smtp_from and smtp_from_name to enabled false.
2022-04-27 22:03:42 -06:00