Commit Graph

14082 Commits

Author SHA1 Message Date
Nate c7d5c2a7cf Users: Prevent duplicate usernames. 2019-09-10 19:23:14 -06:00
Nate 8e2644a39f Extensions: Retain current list page through edit, (single) delete, and back operations. 2019-09-10 18:07:49 -06:00
FusionPBX 7f735837dd
Update schema.php 2019-09-10 17:50:41 -06:00
Nate 167aef8df2 Dashboard: Fix Regstration count (better :) 2019-09-10 16:44:14 -06:00
FusionPBX 6115daebad
Update provision.php 2019-09-10 16:39:42 -06:00
Nate b1d29001ae Dashboard: Fix Registrations count. 2019-09-10 16:20:15 -06:00
emaktech be6424968e Modified fr-ca / fr-fr translation. (#4536) 2019-09-10 15:32:18 -06:00
emaktech 058f1f4ac3 Modified fr-ca / fr-fr translation. (#4537) 2019-09-10 15:31:28 -06:00
Nate 7c38d10882 Call Recordings: Prefix length <= 59 with 0: for clarity. 2019-09-10 14:48:29 -06:00
benwiesner1 b1958a47d4 Update {$mac}.cfg (#4534)
changed analog headset to if isset
if its not set within the device settings itself then polycom errors this as invalid
2019-09-10 14:29:06 -06:00
emaktech 5d20fe882d Modified fr-ca / fr-fr translation. (#4535) 2019-09-10 14:28:42 -06:00
benwiesner1 89f5acc123 Update app_config.php (#4532)
forgot one thing. set bluetooth default false
2019-09-10 14:11:13 -06:00
benwiesner1 274ecc4654 Update app_config.php (#4533)
removed default syslog server value as it would trick if isset :)
2019-09-10 14:10:52 -06:00
Nate 25e5213df7 Update Call Broadcast 2019-09-10 14:04:30 -06:00
benwiesner1 83c7b2bf01 Update app_config.php (#4530)
Added Syslog as (IF Set)
changed video video pull i did few weeks ago to default false
updated nat / digit timeout / bluetooth descriptions
2019-09-10 13:53:48 -06:00
benwiesner1 dda6d4ab66 Update {$mac}.cfg (#4531)
added syslog as (IF SET)
changed video settings to (if set) VVX and 600 only
updated bluetooth to (IF Set) VVX 600 only
2019-09-10 13:53:16 -06:00
FusionPBX b77ab0d936
Update destinations.php 2019-09-10 13:50:42 -06:00
FusionPBX 0d55be3bdd
Update call_center_queue_edit.php 2019-09-10 13:49:42 -06:00
Nate f867e57f4c Extensions: Fix paging. 2019-09-10 12:54:06 -06:00
Nate e51aa878cb Contacts: Fix QR code. 2019-09-10 12:08:54 -06:00
Nate ff58c1b83d Bridges: Fix Show All, Use languages for Enabled label. 2019-09-10 09:24:59 -06:00
FusionPBX e098b9e093
Update device_profile_copy.php 2019-09-10 09:07:45 -06:00
FusionPBX c13e9f4faa
Update dialplan_xml.php 2019-09-10 08:23:24 -06:00
Nate d1ff95b852 Destinations: Make show all and search persistent when switching type/direction. 2019-09-10 08:15:12 -06:00
FusionPBX 551defbd88
Update destination_edit.php 2019-09-10 08:12:17 -06:00
FusionPBX 49eb4a96b3
Update destination_edit.php 2019-09-10 08:06:34 -06:00
Nate e733d67431 Recordings: Add data size when displaying base64 recordings, other misc minor issues. Phrases: Removed escaping on Recording options in select. 2019-09-10 07:59:37 -06:00
frytimo a21f11b995 Update fax_emails.php (#4529)
Change $array to $result
2019-09-09 19:10:22 -06:00
konradSC f174a9f5af Calculate timeout for Follow-me (#4528)
* Calculate timeout for Follow-me

Need to calculate the timeout for Enterprise RG members that have extensions with follow-me. 

The RG timeout should always take precedence over a follow-me timeout value. What we do is take the delay of the follow-me destination and subtract that from the ring group timeout to give us the total timeout of the destination. 

Example: 
RG 1: x1000 (Delay=0, Timeout=10)
RG 2: x2000 (Delay=10, Timeout=10)

x2000 has follow-me enabled
FM 1: x2000 (Delay=0, Timeout=15)
FM 2: x3000 (Delay=5, Timeout=20)

In this example we would want x2000 ring for 10 seconds and x3000 to ring for 5 seconds. 

What if we changed this... FM 2: x3000 (Delay 15, Timeout=20)

In this example we wouldn't want x3000 to ring at all because it would start to ring after the RG timeout has expired. Our calculated value would be a negative value, -5. These negative values don't work as leg_timeouts in the dialstring, so we need to test for them.

* Update index.lua

* Update index.lua
2019-09-09 14:05:53 -06:00
Nate a4661f196a Update fax_to_email.php 2019-09-09 12:48:36 -06:00
Nate 34aee102f8 Revert: Domain Edit: Prevent special characters (including hyphen) in domain name. 2019-09-09 12:45:09 -06:00
Nate f86c315d93 Domain Edit: Prevent special characters (including hyphen) in domain name. 2019-09-09 12:09:25 -06:00
FusionPBX 3a72b88d1e
Update contact_addresses.php 2019-09-09 11:29:47 -06:00
chansizzle 84a79c8e00 Update contact_addresses.php (#4527) 2019-09-09 11:29:02 -06:00
konradSC f000ac3084 Fix delay for external follow-me calls (#4526)
This is related to 9dcaddd814 (diff-b1f5588538149bd825603176ff81d714).

For internal calls the delay needs to be "Delay In Seconds * 500".
For external calls the delay needs to be "Delay In Seconds * 10000". 

For external calls I'm am just doubling the value set prior in the script.
2019-09-09 11:22:35 -06:00
Nate ba24197141
Update app_defaults.php
Change destination encoding from ASCII to UTF8 in convert_to function, used inside pgsql natural_sort function on Extensions page.
2019-09-09 12:53:47 -04:00
emaktech 0c5e59111e Modified fr-ca / fr-fr translation. (#4525) 2019-09-09 10:50:58 -06:00
konradSC 95d8d4a463 Enterprise RG with Follow-Me (#4524)
We need to make sure that the delay for the leg takes into account the delay from the RG and from Follow-me. 

Also, let's use the timeout from the RG instead of the follow-me member
2019-09-09 10:50:31 -06:00
Nate fe02efbe5c Update dialplan_xml.php 2019-09-09 10:28:55 -06:00
Nate 63a6db6f98 Dialplan XML: Integrate editor. 2019-09-09 10:20:54 -06:00
emaktech 714c738e8a Modified fr-ca / fr-fr translation. (#4522) 2019-09-09 09:52:45 -06:00
emaktech fd28c695c0 Modified fr-ca / fr-fr translation. (#4523) 2019-09-09 09:52:27 -06:00
konradSC 201081c512 Use original_destination_number for timeout (#4521)
Need to lookup the timeout values for the original destination. The variable "destination_number" is being clobbered later in the script.
2019-09-09 08:40:54 -06:00
konradSC c13e8119ce Unset Call_timeout (#4520)
I believe that call_timeout from the original destination should be unset, so that call_timeouts of the various follow-me destinations can work properly.
2019-09-09 08:27:19 -06:00
Nate 088b036b4a Extensions: Add natural sorting for PostgreSQL (Upgrade > App Defaults to create required function). 2019-09-09 08:21:58 -06:00
Nate ad516e681c Fix XML Back button to Dialplan Manager. 2019-09-09 06:35:11 -06:00
Nate 1a511e68a7 Update functions.php 2019-09-09 06:06:53 -06:00
FusionPBX 5e651d7d42
Update install.php 2019-09-08 10:31:14 -06:00
FusionPBX 7af8b5783b
Update template.htm 2019-09-08 10:23:23 -06:00
FusionPBX 36bd5b7a6c
Update template.htm 2019-09-08 10:01:13 -06:00