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
How to Implement Screen Pop to a URL?
Tags: phone
Aug 11, 2020 at 7:55pm   •   3 replies  •  0 likes
Noah Thompson

Looking for some documentation on how to implement a Screen Pop to a URL when a customer receives a call to their Soft Phone. If anyone has any links or PDFs they could forward that would be much appreciated.

on Nov 21, 2022 at 1:41pm   •  0 likes

@Phong Vu Do you know of any way to launch the url ONLY if the incoming call is from an external number? We get screen pops when an internal call comes to us during a Warm Transfer (not wanted) but then we do not get the screen pop that we actually need when the transfer completes. Example:

1. External call comes in to our main number from XXX-XXX-XXXX

2. Call is answered by extension 1000

3. Extension 1000 does a warm transfer to Extension 2000

4. Extension 2000 gets a screen pop during the transfer but searched number is 1000

5. Transfer completes but Extension 2000 does not get a screen pop for caller XXXX

What we would want to happen is no screen pop during the transfer (from 1000) since it is internal but instead, a screen pop searching for XXXX when the transfer is complete.


2 Answers
answered on Aug 12, 2020 at 11:34am  

I am still not sure what you meant by saying "to build". When you specify a url with the query params e.g.

http://www.company.com/mypage.html?phoneNumber=%P, you can catch the query params from your page using JavaScript like shown below:

<script>
    const urlParams = new URLSearchParams(window.location.search)
    const phoneNumber = urlParams.get('phoneNumber')
    alert(phoneNumber)
</script>



 0
answered on Aug 11, 2020 at 8:09pm  

Do you mean using this feature from the RingCentral softphone?


 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