question

hassan-shahzad2156 avatar image
hassan-shahzad2156 asked hassan-shahzad2156 answered

how to Add more Telephony Status Values

There are five statuses present in the RC 'NoCall' | 'CallConnected' | 'Ringing' | 'OnHold' | 'ParkedCall'.
My Question is where I can found them and how can I add more statuses? like i want to add 
DNC DNC Business Contact
Attempting Contact NEW
Appointment for Profile APF
Profile Cancelled PFC
Qualified Profile 
Pitch Cancelled PHC
Qualified Profile (Live Transfer)
Qualified Profile (Re/Scheduled)
Qualified Profile (Not Scheduled)
No-Show (Initial Pitch) NSIP
Unqualified Profile UQP
Initial Pitch (Live Transfer)
Initial Pitch IP
- No-Show (Follow UP Pitch) NSFP

More statuses.

Thirdly I want to get response of change telephone status to my server. how it can be achieved?
Like when user change status it send automatically response to my server.
topic-default
1 |1000

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

benjamin-dean avatar image
benjamin-dean answered
These statuses are immutable and non-configurable, as they are part of our core telephony system.

If you would like to get a server-side notification of the change of telephony status for one or more of your RingCentral Extensions, you have one of two options:

1. Setup a Subscription (Push Notification RingCentral API resource, aka: pubSub). Here is an example application showing how to do this using our JavaScript SDK:  https://github.com/bdeanindy/ringcentral-subscription-basics

2. Use the Webhooks feature of RingCentral. Here is the quickstart guide for using Webhooks:  http://ringcentral-quickstart.readthedocs.io/en/latest/webhooks/
1 |1000

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

hassan-shahzad2156 avatar image
hassan-shahzad2156 answered
thanks Benjamin for your reply ok call statuses(call dispositions) are non-configurable. Is there any other way I create drop down with these statuses and agent select this custom status after call end. Then this call status receive on my server.
let me know if you are still unable to grab my point.


1 |1000

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

hassan-shahzad2156 avatar image
hassan-shahzad2156 answered
@ Benjamin Dean

waiting for your kind response?
1 |1000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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