FASTDEVICE Posted October 26, 2016 Report Posted October 26, 2016 The API for manipulating presence outlined in "presence.md" appears to be incomplete. POST /v2/accounts/{ACCOUNT_ID}/presence/{EXTENSION}All that is specified is {"data": {"reset": true }. Shouldn't we be able to send something like, { "data" : { "status" : "ringing" } } etc.Am I missing something?
Baze Posted October 26, 2016 Report Posted October 26, 2016 I think that is to reset BLF if it is broken. This is what we use to set manual presence: https://github.com/2600hz/kazoo/blob/...
FASTDEVICE Posted October 26, 2016 Author Report Posted October 26, 2016 Do you have an example that doesn't require Pivot? I'm looking for something I can POST using say cURL.
Recommended Posts