Skip to main content
Question

How to get caller info (caller ID and called Nr.) from telephony presence events?


  • Participating Frequently

Whenever you want to be able to find out the Caller ID or the number being called during the progress of a call you can use this example:

var subscription = rcsdk.getSubscription();
 subscription.on(subscription.events.notification, function(msg) {
       console.log(msg.body.activeCalls[n].from); // activeCalls is array
        console.log(msg.body.activeCalls[n].to);
   })
    .register({
       events: ['/account/~/extension/~/presence?detailedTelephonyState=true'],
   })
    .then(...);

  • New Participant
  • October 1, 2015
Please can you provide an example as how I can achieve this via PHP/MySQL system.
Thanks

  • New Participant
  • July 13, 2016
Hi,
TT
As I can see there is no such rcsdk.getSubscription(); method found in C# sdk . Am i missing something or Please guide me which SDk i have to use

  • New Participant
  • July 13, 2016
Hi,
TT
As I can see there is no such rcsdk.getSubscription(); method found in C# sdk . Am i missing something or Please guide me which SDk i have to use

If you are using the C# SDK, it is recommended to ask questions pertaining to it using the Github Issue tracker for the associated repository. In the case of the C# SDK, that is here: https://github.com/ringcentral/ringcentral-csharp/issues

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings