I've successfully created a webhook, but I'm still not seeing events for the phone I'm testing with. I suspect the filter is not correct. I would like events for all phones in the account. Is this the correct filter?
"eventFilters": [
"/restapi/v1.0/account/~/extension/~/presence?detailedTelephonyState=true",
"/restapi/v1.0/account/~/telephony/sessions"
],
Thanks.