Commit Graph
12445 Commits
Author SHA1 Message Date
FusionPBX 2dc5c30ffd Update xml_cdr_inc.php 2019-03-03 12:03:13 -07:00
emaktech f30457b12b Retrieve gateway names with variables and failover (#4004)
Previously, if a bridge statement was written with prepended variables to be passed, the gateway name would not be parsed and replaced. Additionally, if multiple bridges were used in failover in a single bridge statement separated by a pipe, only the first would be parsed and replaced.

I noticed this after upgrade to FreeSWITCH 1.8.5 (from 1.6.20) which changed failover behavior with multiple separate bridge statements. When network returns 486 BUSY, it will proceed to second bridge statement, initiating a second call. To allow failover and not have this behavior, you must write a single statement and separate your failover bridges with a pipe, this change allows the UI to show all gateway names on the line once saved.

Examples:
{fax_use_ecm=on}sofia/gateway/99b1234c-667c-4b31-9d2f-31d4f396abfa/$1
=> {fax_use_ecm=on}sofia/gateway/Gateway_Name/$1

sofia/gateway/0e70e123-00fd-4f0c-b525-bc7f6283cfa1/$1|sofia/gateway/99b1234c-667c-4b31-9d2f-31d4f396abfa/1$1
=> sofia/gateway/Gateway_One/$1|sofia/gateway/Gateway_Two/1$1
2019-03-03 11:10:15 -07:00
FusionPBX 74da2ac7a5 Update users.php 2019-03-02 13:01:30 -07:00
FusionPBX 9dd312d841 Update app_defaults.php 2019-03-02 12:55:50 -07:00
FusionPBX bb094405e8 Add ability to sort by groups, organizatin and given name. 2019-03-01 23:27:34 -07:00
FusionPBX 0d6be0ff9d Update app_defaults.php 2019-03-01 23:26:24 -07:00
Nate dfe95daf9a Update default_setting_toggle.php
Check correct permission.
2019-03-01 19:58:56 -07:00
FusionPBX a6ad618fea Update users.php 2019-03-01 18:10:59 -07:00
FusionPBX 205886c573 Update app_defaults.php 2019-03-01 18:09:53 -07:00
FusionPBX 88cf0e7c2a Update users.php 2019-03-01 16:51:15 -07:00
FusionPBX 80a8f7a5b8 Update users.php 2019-03-01 15:09:58 -07:00
FusionPBX db13ae9cf0 Update contact_edit.php 2019-03-01 06:08:47 -07:00
Nate 13eb3cddae Password Reset: Always set valid domain session var. 2019-02-28 22:13:54 -07:00
Nate 747873347b Fix bug in Password Reset feature, remove usage of md5. 2019-02-28 22:03:19 -07:00
Nate dada8ad354 Modify en/decryption functions to be openssl-based - mcrypt_* functions are now deprecated as of PHP 7.1.0 2019-02-28 18:22:34 -07:00
Nate 6470afb3d0 Restore Login Reset Password functionality, adjust default SMTP debug level. 2019-02-28 17:32:27 -07:00
Nate 80fd0aaae5 Update message.php
Fix for Domain Selector and other JS dependent features not working due to $_SESSION['message'] not being of type text.
2019-02-28 13:10:55 -07:00
FusionPBX b47040e301 Update users.php 2019-02-28 03:57:41 -07:00
Nate 21719be0b9 Fixed Contact URL input field style. 2019-02-28 02:45:59 -07:00
FusionPBX f93fcec509 Update domain_delete.php 2019-02-27 12:43:05 -07:00
The-Operator d43cef6928 Added SCA settings (#4007) 2019-02-27 01:06:09 -07:00
FusionPBX c9f30389e0 Update time_conditions.php 2019-02-23 17:53:34 -07:00
FusionPBX a0686b1b53 Update time_condition_edit.php 2019-02-23 17:41:56 -07:00
FusionPBX a7170051c6 Update time_conditions.php 2019-02-23 17:07:45 -07:00
FusionPBX 59e61a7f59 Update app_config.php 2019-02-23 17:06:09 -07:00
FusionPBX 996d1a2251 Update providers.php 2019-02-23 16:25:54 -07:00
FusionPBX c437e9ec0c Update providers.php 2019-02-23 16:25:02 -07:00
FusionPBX 25f29bc0d6 Update providers.php 2019-02-23 16:18:35 -07:00
FusionPBX 9f6a119239 Update providers.php 2019-02-23 13:42:53 -07:00
FusionPBX 34782f28d6 Update providers.php 2019-02-23 13:32:24 -07:00
FusionPBX f7f0115068 Update providers.php 2019-02-23 13:06:03 -07:00
FusionPBX 9e8ad4153c Update follow_me.php 2019-02-21 17:45:43 -07:00
FusionPBX 741d53288b Update directory.lua 2019-02-20 10:34:19 -07:00
FusionPBX ebeabc958b Update index.lua 2019-02-20 09:57:37 -07:00
FusionPBX 5c65247dbb Update 520_follow_me_bridge.xml 2019-02-20 09:06:34 -07:00
FusionPBX f879183ee9 Update 010_user_exists.xml 2019-02-20 08:58:54 -07:00
FusionPBX 43542213bd Update index.lua 2019-02-20 08:34:18 -07:00
FusionPBX 02cf937e55 Update contact_edit.php 2019-02-20 08:09:12 -07:00
FusionPBX c66a03b93e Update destinations.php 2019-02-20 07:59:51 -07:00
FusionPBX 51802612ba Update macro.lua 2019-02-19 19:34:40 -07:00
FusionPBX 653b5a21a1 Update macro.lua 2019-02-19 19:33:25 -07:00
Nate 151148c651 Update message.php
Add method to retrieve quick (rough) count of alert messages waiting.
2019-02-19 14:50:03 -07:00
Nate 9395221447 Update database.php
Fixed so $_SESSION['user']['contact_uuid'] would be populated as intended.
2019-02-19 13:12:41 -07:00
FusionPBX 8c36da3e87 Update 520_follow_me_bridge.xml 2019-02-19 11:55:31 -07:00
FusionPBX 01b9cdff3a Update follow_me.php 2019-02-19 11:26:44 -07:00
FusionPBX bcbda3feff Update call_edit.php 2019-02-19 10:30:23 -07:00
FusionPBX 044f048363 Update app_config.php 2019-02-19 09:24:40 -07:00
FusionPBX 9335270ff9 Update user_edit.php 2019-02-19 09:04:16 -07:00
FusionPBX 31c0fa01fc Update extension_edit.php 2019-02-19 08:41:56 -07:00
FusionPBX 4da0925737 Update device_edit.php 2019-02-19 08:40:37 -07:00