-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Distro Version:15
-
Distro:FreePBX Distro
at present, the FindMeFollowMe api is able to create/set an extension's findmefollowme settings as (Delete the settings, create new ones)
Example:
HTTP PUT: rest_url/findmefollow/users/4128
{
"id":"4128",
"strategy": "ringallv2-prim",
"grplist":"4128-1234567890#",
"ddial": "",
"grpnum": "4128",
"grptime": "20",
"grppre": "",
"annmsg_id": null,
"postdest": "ext-local,
4128,dest","dring": "",
"needsconf": "",
"remotealert_id": null,
"toolate_id": null,
"ringing": "Ring",
"pre_ring": "7",
"voicemail": "default",
"calendar_enable": "0",
"calendar_id": "",
"calendar_group_id": "",
"calendar_match": "yes",
"rvolume": "",
"changecid": "default",
"fixedcid": ""
}
Feature Request: update this API with default values such that you can pass in the "non-default" params you want, and not require a Full set of settings.
{{
{"id":"4128","strategy": "ringallv2-prim","grplist":"4128-1234567890#","ddial": "",}}}
- relates to
-
FREEPBX-22986 FindMeFollowMe API - PUT fails (undefined findmefollow_del)
-
- Resolved
-
-
FREEPBX-23016 FindMeFollow API - ADD has a typo in a variable name, function fails
-
- Closed
-