article

ak avatar image
ak posted shan109 commented

How to check for Presence Events on Extensions

Description: 

How do i get notified of an Incoming call on my RingCentral account. which API should i use to get Live Alert for Incoming Call.


Goal: 

When there is an incoming call i want to be notified of the presence like the caller id and the name of the person who is calling me.
topic-default
4 comments
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

ak avatar image ak commented ·

The presence of an incoming call could be checked using the Presence API listed under our API Explorer : 

GET     /v1.0/account/{accountId}/extension/{extensionId}/presence

To keep subscribing for this presence you could use the Subscription API listed under    our API Explorer :

Kindly refer to our developer guide under Presence section https://developer.ringcentral.com/api-docs/latest/index.html#!#RefPresence.html 

"Subscription" section https://developer.ringcentral.com/api-docs/latest/index.html#!#RefNotifications.html to know more.

0 Likes 0 ·
vb avatar image vb ♦ commented ·
We provide PHP , JS and Python SDK's  which handles subscriptions easily. 
0 Likes 0 ·
shan109 avatar image shan109 vb ♦ commented ·
Please can you provide an example as how I can achieve this via PHP/MySQL system.
Thanks

0 Likes 0 ·
shan109 avatar image shan109 commented ·
Please can you provide an example as how I can achieve this via PHP/MySQL system.
Thanks

0 Likes 0 ·

Article

Contributors

ak contributed to this article