News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
Call forwarding from one extension to another extension within my company
Tags: call forwarding
Aug 27, 2020 at 4:32pm   •   2 replies  •  1 likes
Amy Bucher

We are having a problem forwarding calls from one extension to another extension. In this case we want to be able to forward calls from a manager to an assistant, both with their own separate extensions. This would also preferably be done through the RC mobile app since this can mobile at all times. Apparently there is no way to do this currently, even with RC support.

2 Answers
answered on Feb 2, 2021 at 10:46am  

I have the same problem. there is no error code just no option to enter an extension but just the direct number.


 0
on Feb 2, 2021 at 12:31pm   •  0 likes

Are you using the "/forward" API? If so, I found out that the API reference is missing the option to specify the extension number. See this working function in Node JS

async function forwardCall(call, toExtensionNumber, toPhoneNumber){
var endpoint = '/restapi/v1.0/account/~/telephony/sessions/[telephonySessionId]/parties/[partiesId]/forward'
  try{
    var resp = await platform.post(endpoint, {
      //phoneNumber:toPhoneNumber,
      extensionNumber : toExtensionNumber // NOT EXTENSION ID!
    })
    var jsonObj = await resp.json()
    console.log(JSON.stringify(jsonObj))
    console.log("FORWARDED")
  }catch(e){
    console.log(e)
  }
}

If you forward to a phone number, that phone number must be online with one of the device (like RingCentral Phone app or a hard phone).

answered on Aug 28, 2020 at 8:50am  

What was the problem when you transfer a call to another extension? Any error code or error message?


 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us