Currently set to Index
Currently set to Follow

Plivo Connect

Your Plivo applications are working and you don’t want to add any additional programming or libraries to your project. Use our hardcoding option to take advantage of thinQ’s inbound and outbound calling technology.

Plivo Hardcoding

Your Plivo applications are working and you don’t want to add any additional programming or libraries to your project. Use our hardcoding option to take advantage of thinQ’s inbound and outbound calling technology!

By making a simple change in your already-existing code that’s set up to make a phone call, Plivo will re-route your call as a SIP call to thinQ to let us handle your call for you and save you money in the process.

How Does thinQ Hardcoding Work?

By changing the formatting of the [TO] number (the number you are trying to reach with your outbound call) to be a SIP call instead, and adding in the proper SIP headers, Plivo will re-route the call as a SIP call to thinQ to let us handle your call and save you money in the process.

How Do I Get Started?

To get started sign up for a thinQ test account with Plivo enabled, then go into your existing code that’s already working.

Here’s an example of what would need to be changed in your current environment:
TO Number:
“19191231234” -> “sip:19191231234@wap.thinq.com”;

sip_headers:
“thinQid=12345, thinQtoken=678901234567890”

Before:
Plivo Before thinQ

After:
Plivo After thinQ