Commit Graph

14060 Commits

Author SHA1 Message Date
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
FusionPBX 56ce88c95f
Update template.htm 2019-09-08 09:55:57 -06:00
FusionPBX c1eb5e7707
Update install.php 2019-09-08 09:44:56 -06:00
Nate 360e0c1a61 Update user_setting_edit.php 2019-09-07 20:14:48 -06:00
Nate 890e312a77 Update exec.php 2019-09-07 11:33:39 -06:00
FusionPBX 3af4fd50ac
Update music_on_hold.php 2019-09-07 01:48:39 -06:00
FusionPBX 31230b3341
Update destination_imports.php 2019-09-07 01:21:34 -06:00
FusionPBX 9d253f37ec
Update device_imports.php 2019-09-07 01:17:20 -06:00
FusionPBX 3bb642ce5c
Update user_imports.php 2019-09-07 01:11:15 -06:00
FusionPBX adc6a1ad3b
Update voicemail_imports.php 2019-09-07 01:08:48 -06:00
FusionPBX 11f2dd2254
Update recording_play.php 2019-09-07 00:49:39 -06:00
FusionPBX 618547f314
Update recordings.php 2019-09-07 00:29:25 -06:00
FusionPBX 5bed9da5b3
Update recording_play.php 2019-09-07 00:21:36 -06:00
FusionPBX c07a474bcd
Update conference_sessions.php 2019-09-07 00:18:06 -06:00
FusionPBX f637582067
Update xml_cdr_details.php 2019-09-07 00:16:05 -06:00
FusionPBX fe9d06cf00
Update conference_session_details.php 2019-09-07 00:12:42 -06:00
FusionPBX a35d12d20e
Update xml_cdr_inc.php 2019-09-06 18:46:50 -06:00
FusionPBX c9f87dc16d
Update access_control_nodes.php 2019-09-06 18:27:51 -06:00
FusionPBX d0714d439e
Update call_broadcast_edit.php 2019-09-06 18:20:01 -06:00
chansizzle 5ce98c7b4a Update call_edit.php (#4517) 2019-09-06 13:58:57 -06:00
benwiesner1 ce85fa8e24 Update {$mac}.cfg (#4514) 2019-09-06 13:36:45 -06:00
Nate 6408175309 Update sql_query_result.php 2019-09-06 12:36:54 -06:00
FusionPBX fd242efc88
Update download.php 2019-09-06 11:05:01 -06:00