Question

Not getting fromNumber for inbound calls with using Developer Account

  • 3 September 2018
  • 3 replies
  • 961 views

I am using the embeddable widget to integrate CRM.

For InBound calls, We are getting undefined for 'fromNumber' and also getting only extension for 'from'. FYI I am using development account.

Is there any way to do via development account, or Can anyone make sure works fine in the production environment?


3 replies

Hi, Sharmilan You should use 'from'. It seems a bug for undefined with fromNumber. I will check it. For call in same company account extensions, RingCentral will show extension number for callee by default. You can try to call the widget with your own phone. Or you can set RingCentral to show phone number when call between same company account in RingCentral sandbox service web service.devtest.ringcentral.com
After you finish development, you can apply your RingCentral client id into production, so you can login with RingCentral production account. Now you can use you sandbox account to call real phone or receive call.
Thank you very much, two more clarification. In the response the 'from' should be an object mentioned in documentation like,
"from": {
  "phoneNumber": "+PHONE_NUMBER",
  "name": "LOCATION_NAME",
  "location": "LOCATION_NAME"
}
And
For Inbound response :id related to local IP address mixed variable but for Outbound :id it works fine.
This also the same development issue?

Reply