Jump to content

Call forwarding *72


Jack Noe

Recommended Posts

The feature code *72 updates the User JSON doc, therefore, you can adjust these settings in the User Portal. The exact setting is "Settings & Devices" | Enable Call Forward | Keep Caller ID. 

For those that want to directly change the user doc:

{
   "data": {
      "call_forward": {
           "substitute": false,
           "require_keypress": true,
           "keep_caller_id": true,
           "ignore_early_media": true,
           "failover": false,
           "enabled": true,
           "direct_calls_only": false,
           "number": "2125551212"
        }
    }
}

Edited by FASTDEVICE (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...