Commit Graph

12487 Commits

Author SHA1 Message Date
Nate ca74e8591c User Edit: Only list Contacts not already assigned to a User. Contact Edit: Display button to User the Contact is assigned to (if any). 2019-03-06 19:54:12 -07:00
Len 2b6a53a8b7 Update y000000000058.cfg (#4037) 2019-03-06 08:30:10 -07:00
Len 9256b91bde Update y000000000023.cfg (#4038) 2019-03-06 08:29:54 -07:00
Len b2a855251b Update y000000000056.cfg (#4036) 2019-03-06 08:29:43 -07:00
Len 2df2fdff68 Update y000000000070.cfg (#4035) 2019-03-06 08:12:31 -07:00
Len 277f06fae8 Update y000000000074.cfg (#4034) 2019-03-06 08:12:19 -07:00
Len a3927dde52 Update y000000000051.cfg (#4033) 2019-03-06 08:10:49 -07:00
Len 7a3e66f2f7 Update y000000000068.cfg (#4032) 2019-03-06 08:10:39 -07:00
Len 9acbabde45 Update y000000000032.cfg (#4027) 2019-03-06 08:07:04 -07:00
Len 8807dd7031 Update y000000000036.cfg (#4031) 2019-03-06 08:06:40 -07:00
Len d99469c246 Update y000000000038.cfg (#4028) 2019-03-06 08:06:25 -07:00
Len 9c3e5b13a4 Update y000000000076.cfg (#4029) 2019-03-06 08:06:09 -07:00
Len ad64615707 Update y000000000054.cfg (#4030) 2019-03-06 08:05:56 -07:00
Len 61ff72fc69 Update y000000000045.cfg (#4024) 2019-03-06 08:03:52 -07:00
Len f1819ff260 Update y000000000044.cfg (#4020) 2019-03-06 08:03:41 -07:00
Len a899d7430b Update y000000000005.cfg (#4019) 2019-03-06 08:03:30 -07:00
Len c98367d574 Update y000000000052.cfg (#4018) 2019-03-06 08:03:20 -07:00
Len 1815761b52 Update y000000000007.cfg (#4017) 2019-03-06 08:03:10 -07:00
Len 1e6a563f28 Update y000000000053.cfg (#4016) 2019-03-06 08:02:55 -07:00
Len 31c2d300da Update y000000000000.cfg (#4015) 2019-03-06 08:02:41 -07:00
Len d9038c6254 Update y000000000000.cfg (#4014) 2019-03-06 08:02:31 -07:00
Len 24b5ecfdae Update y000000000037.cfg (#4013) 2019-03-06 08:02:18 -07:00
Len b76a93a210 Update y000000000044.cfg (#4021) 2019-03-06 08:01:34 -07:00
Len 349cf1f5bc Update y000000000004.cfg (#4022) 2019-03-06 08:01:20 -07:00
Len 0e09f881f4 Update y000000000069.cfg (#4023) 2019-03-06 08:00:57 -07:00
Len fae5114ca1 Update y000000000000.cfg (#4025) 2019-03-06 08:00:30 -07:00
Len f511c7d25d Update y000000000046.cfg (#4026) 2019-03-06 08:00:13 -07:00
Len 8be372fd6f Update app_config.php (#4009)
fix duplicate uuid
2019-03-05 20:00:00 -07:00
FusionPBX a478765738
Update app_config.php 2019-03-05 18:34:52 -07:00
FusionPBX d6c79bb6e1
Update y000000000029.cfg 2019-03-05 18:29:48 -07:00
FusionPBX c0bbf4f0b3
Update y000000000028.cfg 2019-03-05 18:26:01 -07:00
FusionPBX e252c3fe79
Update y000000000035.cfg 2019-03-05 18:23:37 -07:00
FusionPBX f0699409a6
Update y000000000067.cfg 2019-03-05 18:22:13 -07:00
FusionPBX ff2cf1fd04
Update y000000000065.cfg 2019-03-05 18:21:20 -07:00
FusionPBX 88b008d708
Update y000000000066.cfg 2019-03-05 18:19:22 -07:00
FusionPBX 9b2b93c900
Update app_config.php 2019-03-05 18:17:42 -07:00
FusionPBX 1f7d18ba58
Update app_defaults.php 2019-03-05 17:32:11 -07:00
ednt e3ce695f92 Bug option list and with multiple registartions. (#4012)
de-ring was not in the option list.

If multiple devices are registered with the same extension, only on device was ringing. (And this was not the device in front of you :) )
The Call UUID was 'duplicated'
The fix is to remove the origination_uuid. Then all devices rings simultaniously.
2019-03-05 12:19:10 -07:00
FusionPBX ddc46f8901
Update follow_me.php 2019-03-04 13:03:31 -07:00
FusionPBX bc6fdadb29
Update {$mac}.cfg 2019-03-03 15:44:52 -07:00
FusionPBX 11f4d57c68
Update y000000000065.cfg 2019-03-03 15:43:42 -07:00
FusionPBX ca0ba0ec39
Delete 520_follow_me_bridge.xml 2019-03-03 15:23:14 -07:00
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