ringcentral / ringcentral/ringcentral-api-docs

What about telephony/sessions event

Open
#270 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
44
Forks
73
PR merge metrics
No merged PRs in 30d

Description

when creating an event /account/account_id/telephony/sessions?sipData=true' shouldn't the event work for all account users? Because it turns out that the event works only for the admin, but not for other users. Is that what it's meant to be, or is it a bug?
for example:

POST /subscription
headers: content-type application/json
event-filters:
{
"/account/some_id/telephony/sessions?sipData=true"
}
deliveryMode:
{
some info...
}
from the parameters, I see that only rc_account_id plays a role, so why doesn't the event propagate to other account users?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the documented POST /subscription flow and the /account/{account_id}/telephony/sessions?sipData=true event filter described here. Confirm whether delivery is intended for all account users or only administrators, then update the relevant documentation or record the expected behavior and resolution for this endpoint.

Written by the indexing model from the issue text.

Assessment

Domain
api, documentation
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.