Chase Rogers

How to Integrate Twilio and Global Call Forwarding (SIP Integration)

By connecting Twilio’s programmable communications with GCF’s global carrier network, you can expand coverage, improve reliability, and maintain your existing Twilio workflows.

This guide will walk you through how to integrate your Twilio account with Global Call Forwarding to manage both inbound and outbound calls.

To see instructions for configuring SIP within Twilio, check out our Twilio SIP Forwarding guide.

Follow the steps below to configure your numbers, routes, and settings for a seamless integration.

  1. Set up the requirements
  2. Configure your phone number in the GCF control panel (incoming & outgoing)
  3. Configure routes in Twilio (inbound & outbound)
  4. Test the integration

Prerequisites

Before starting the integration, ensure you have:

  • An active Twilio account (NOT a Twilio Trial account).
  • An active GCF account with one Phone Number for origination (receive calls) and an Outbound PIN number for termination (make calls).
  • Basic understanding of Twilio Studio, SIP, and networking concepts.

Integration Steps

The integration process is divided into the following key steps:

1. Creating the Pre-Requirements

For the initial configuration, we’ll need to create and add Access Control Lists (ACLs), Domains, and Phone Numbers.

Note: The phone number will be required to start the triggering process in Studio Voice to use the outbound line. If you already have a Twilio application that can place a call, you can skip the process of acquiring a phone number.

1. Go to Twilio’s console. Then, on the left-hand side, under Developer, click on Voice. If you do not see Voice on the left, you will need to click on Explore products, search for Voice, and pin it.

2. Under Voice, click Manage and then click on IP Access Control Lists. ACLs work as a security mechanism for Twilio’s SIP Domains and Elastic SIP Trunking services and define which IP addresses or ranges are authorized to connect to your Twilio account.

twilio IP access

3. Here, you will create 2 ACL rules, one for each Global Call Forwarding IP:

  • Add a name for this ACL
  • For the IP Address Range, add 66.165.168.107 / 32
  • Do this again for the 2nd GCF IP 66.110.73.76 / 32

4. Next, go to Voice > Manage > SIP Domains.

Here, you will create a new domain that will be used for incoming calls.

twilio programmable sip

5. Click the + icon and do the following (see example in the screenshot below):

  • In SIP URI, add a label that helps you to recognize this trunk and its purpose.
  • In Voice Authentication, add both ACL rules created in the previous step.
  • In Call Comes In, select Webhook and add a link to a demo Webhook, where an audio file will be played. This Webhook informs your application and receives instructions on how to handle the call. You can configure a specific URL in your Twilio account, and when an incoming call arrives, Twilio sends
  • an HTTP request to that URL.

Then, click Save.

twilio sip domains

6. Next, from the left-hand menu, go to Phone Numbers on the left or choose it from Explore products.

twilo active numbers

7. Under Phone Number, click Manage and then Active Numbers.

Buy a phone number from Twilio that will be used later during the tests.

2. Configure Your Phone Number in the GCF Control Panel

Here, we will look at how to configure phone numbers for inbound and outbound calling through the GCF network.

A. Incoming from Twilio

This refers to calls GCF will receive from Twilio. An incoming call from Twilio becomes an outbound call from us to the end customer.

Twilio > GCF > Customer

1. To set up outbound calling for GCF, log in to the control panel.

2. In Services, click Outbound Calling.

cp menu

3. Click on the settings icon outbound icons of the outbound line where you want to receive calls from Twilio.

Twilio call forwarding tab

If you do not have Outbound Calling set up for your account, see how to add it here.

4. Make a note of the UserID and Password of this line to use in Twilio.

find user id

Important: On Twilio’s side, there is an option to specify a CallerID. You can use any Caller ID you bought from GCF using E.164 format. If you do not specify a Caller ID or send an invalid Caller ID, GCF will replace it with the default Caller ID set on the GCF platform.

B. Outbound to Twilio

This refers to calls Twilio will receive from GCF. This is when GCF receives a call from the end customer and forwards it to Twilio.

Customer > GCF > Twilio

1. In the GCF control panel, go to My Phone Numbers.

my phone numbers menu

2. Click on the settings icon of your desired number. Click on the Call Forwarding tab and then the Basic tab.

Twilio call forwarding tab

3. Here, you will enter the SIP address to forward all calls to.

We use the standard SIP address, like sip:you-phone-number@Twilio-domain: sip:15614239305@from-mysipaccount.sip.twilio.com

In this example,

  • you-phone-number = the phone number of the GCF line
  • Twilio-domain = domain created in Part 1, step 4

3. Configure Routes in Twilio

With the inbound and outbound phone numbers, you can now create inbound and outbound routes for calling.

A. Inbound Routes

Calls coming from GCF will use the SIP Domain previously configured in Part 1, step 4

On the Twilio side, you can change the route, or even send several Phone Numbers to the same SIP Domain. You can learn more about that here: https://www.twilio.com/docs/voice.

twilio inbound rates

B. Outbound Routes

To test the outbound calls, we will create a flow in Studio.

Note: If you have a softphone or something similar already configured in your Twilio account, you don’t need to create this sample flow. You can just configure your softphone with the GCF line and make calls.

1. Go to Studio on the left or choose it from Explore products.

2. Under Studio, click on Flows, and then Create new Flow.

twilio flows

Here, you will enter a name for this flow and select Start from scratch.

twilio start scratch

This will open the Flow Editor.

flow editor

3. Create a widget by dragging Say/Play and Connect Call To from the Widget library into the editor. Use the circles in the corner to connect those widgets.

twilio say play

4. Adjust the settings of the widgets by clicking on them:

  • For the Say/Play widget, you can enter the Text to Say, choose a voice, and set loops. The Text to Say message can say, ‘Hello, this is an outbound test using GCF lines. Thank you.’ This message will play when the call reaches Twilio’s platform.
  • For the Connect Call To widget, enter the SIP endpoint and the Outbound Line’s UserID and Password noted from the GCF control panel (Part 2, A, step 4). In SIP Endpoint, put the phone number that you want to test, in SIP format: sip:+phone-number@mysipaccount.net.

sayplay and connect to

Remember that the field Caller ID will be replaced by the default Caller ID as set up in your Global Call Forwarding account.

5. Click Save for each widget and then, when finished, click Publish on the top right.

6. Next, go to Phone Numbers, then Manage and Active numbers. To edit your purchased number, click the desired number.

activate number

7. In the Configure tab, under Voice Configuration and A Call comes in, choose Studio Flow and select the name of the newly created flow.

Then, scroll to the bottom of the page and click Save configuration.

voice configuration

4. Test the Integration

After configuring all the components, it’s essential to thoroughly test the integration:

  • Inbound Call Testing:
    1. Dial your Global Call Forwarding phone number from an external line.
    2. Verify that the call is successfully routed through GCF and then to your Twilio account, where an audio will be played and the call hangs up.
  • Outbound Call Testing:
    1. Dial your Twilio active phone number from an external line.
    2. Verify that the call is successfully routed through your Twilio account to your GCF carrier and then to the target phone number.

By following these steps, you can successfully integrate your Twilio account with our Global Call Forwarding carrier for seamless inbound and outbound call management.

Remember to regularly monitor your call logs and configurations to ensure optimal performance. For further assistance, refer to the Twilio documentation, contact Twilio Support, or contact GCF tech support.

How to Set Up Find Me Follow Me Routing

Find Me Follow Me combines two powerful call routing strategies: “Find Me” and “Follow Me.”

The “Find Me” component directs incoming calls to your specified location such as your office, smartphone, remote team, etc. Meanwhile, “Follow Me” forwards calls to multiple phones, either ringing simultaneously or sequentially, making you accessible across several devices.

Together, they automatically direct incoming calls to your specified destinations and devices, ensuring that your teams receive calls, irrespective of their location.

You can easily set up Find Me Follow Me routing with United World Telecom. We offer advanced routing strategies and solutions for free with each of our virtual phone number plans.

Our system allows you to easily define, adjust, and update your call routing preferences, to meet your evolving communication needs.

Set Up Find Me Follow Me

Here’s how you can set up Find Me Follow Me with United World Telecom:

1. Log in to your control panel. Choose your desired phone service line and click on Settings.

2. Select Call Forwarding from the horizontal menu and click IVR.

choose ivr tab

3. Click the orange Manage IVR Application button.

  • Select Phones from the menu on the right-hand side and click Add a new phone to add the number(s) or group(s) you want your calls to first arrive.
  • Also, choose your ringing method — simultaneous and sequential. Add as many numbers or devices as you want by clicking the orange Add button.

ivr menu select Phones

Note: You can also add backup or remote teams and groups here.

ivr destination number

4. Click the green Save Changes button.

5. Then, select Create New Application in the IVR Manager window.

ivr manager new app

6. Choose Phone Call from the list of actions.

  • Here, add a name and select the desired phone number or ring group calls should come to first (see step 3).

choose phone call

7. Customize the Max. Wait time between transfers.

8. Click the arrow in the Failed bar and choose Phone Call again.

  • Add a name and skip the prompt section again. This is where calls will route to next, if the first group fails to answer.

ivr failed option

9. In Destination, select the phone group you created for backup devices.

10. Click the blue Close button and hit Save Application at the top.

Related:
Call Routing Guide
How to Set Up IVR

How to Set Up VIP Caller Routing?

Set up VIP routing and offer customer support to priority clients using advanced routing strategies.

You can set up VIP call routing in the Control Panel through Global Call Forwarding. Here is how you can configure this routing strategy with your call forwarding number:

1. Log in to your control panel.

2. Choose a phone service line and click on Settings.

3. Select Call Forwarding from the horizontal menu and click IVR.

choose ivr tab

4. Click on the Manage IVR Applications button.

5. Click the Create New Application button on the top right.

ivr manager new app

6. Select Caller ID Routing from the actions displayed.

choose application caller id

7. Click the edit button and click on on New Rule. Here, you can enter the area codes or caller ID of calls you want to prioritize.

edit new rule phone

7. Then, select Phone Call from the actions displayed.

choose phone call

8. Here, you can enter the destination for incoming calls you want to prioritize. To save your IVR application, click on Close at the bottom and then Save Application on the top right.

Need help or want to learn more about our call routing solutions? Speak with your account manager.

Related: How to Set Up IVR

How to Set Up Missed Call Notifications

Never miss an important call again. With missed call notifications, you’ll receive an email alert anytime a call to your phone line goes unanswered. These notifications include the date, time, and Caller ID of the missed call—giving you the information you need to follow up quickly and efficiently. This guide will show you how to set it up in just a few steps.

1. Log in to your control panel.

2. Click on My Phone Numbers.

3. Identify the phone number that you want to set up missed calls notifications for and click the settings icon.

my phone settings

4. Go to the Call Forwarding tab and then click the Basic tab.

call forwarding tab

5. Scroll down to the Missed Calls Email Notification options. Here you can activate this feature to receive an email whenever a call to this line is missed.

missed calls button

add emails missed calls

You can also select which account email addresses will receive this email notification. The email will include the date, time, and caller ID of the missed call.

Related:
How to View Missed Calls
Generating Call Activity Reports

How to Download Call Recordings in Bulk

Need to download multiple call recordings at once? Our bulk download feature lets you quickly export several recordings as individual audio files in just a few clicks.

Whether you’re archiving conversations, sharing recordings with your team, or conducting internal reviews, this guide will walk you through how to download call recordings in bulk—saving you time and effort.

Make sure you have activated Call Recording for your desired phone lines.

Click here to simply view and listen to recordings.

1. Log in to your control panel. Go to Custom Reports from the left sidebar in the control panel.

custom reports

2. Our Custom Reports feature here lets you filter the reports to get more customized data:

  • Enter a time frame in the fields provided.
  • Select specific inbound and/or outbound phone lines.
  • Choose desired phone number tags.

report download

3. Click on Display Report and then Download Recordings.

Your browser may prompt a permission request to download multiple files. Click Ok to get started. It will take a few minutes to download all the recordings on this page.

Note, this will only download recordings on this page. Scroll down and go to the next page to download all recordings on that next page, and so on.

click page number

How to Get Custom Reports? | Custom Reports

1. Log in to your control panel and open up the Dashboard

2. Go to Custom Reports from the left.

reports nav

3. In the Generate Reports tab, you can customize your report as needed. Filter by:

display reports

4. Then, click on Display Report to see your custom report.

5. The call report should populate below. You will see the following data in these reports:

  • Date
  • Line ID
  • Service
  • Caller ID / Country
  • Destination
  • Phone tags
  • Call status
  • Duration
  • Charge
  • Activity – Download a recording, play a recording, read the transcript (if features are enabled)

reports view

6. On the right side, you will see call data summary for this custom report, such as:

  • Total number of calls, total inbound calls, total outbound calls
  • Total call duration
  • Call distribution: daily, hourly, weekly

report view list

5. You also have some other options for this report:

  • Download Report: Downloads as a .csv file that you can then further analyze or share with your team
  • Schedule Report: Creates a recurring schedule of similar data. Learn more about scheduling reports here.
  • Download Recordings in bulk: Downloads multiple call recordings as individual files at once. Your browser may prompt a permission request to download multiple files.

download reports

Related:

 

How to Integrate Genesys with SBC

This document outlines the process to integrate Genesys PureCloud with our Session Border Controller (SBC).

To see instructions for configuring SIP within Genesys, check out our Genesys SIP Forwarding guide.

Below, we display instructions for our United World Telecom’s end of the Genesys integration. Additional resources from Genesys:

Contact your account manager or our tech support for any additional assistance during setup.

Setting Up Genesys SIP Integration with United World Telecom

In this guide, we’ll cover the following:

  • Configure an External Trunk
  • Set Up Inbound Calling
  • Set Up Outbound Calling
  • Set Up Number Plan
  • Make Outbound Calls

Configure an External Trunk & Set Up Inbound & Outbound Calling

Follow these steps to integrate Genesys with our SBC:

1. In your Genesys portal, click Admin and under Telephony, choose Trunks. Select External Trunks.

genesys nav

2. Click Create New. In External Trunk Name, enter a trunk name.

3. From the Type lists, select the type and subtype for the BYOC Cloud trunk you want to create.

4. Set Trunk State to In-Service. From the Protocol list, select UDP.

genesys in service

5. In the Inbound section, select your Number Plan Site. This setting allows you to identify the site with the number plan that you want to use. For more information, see: https://help.mypurecloud.com/?p=309444

6. Under Inbound SIP Termination Identifier, put the 9-digit User ID provided by your UWT / GCF Account Manager. This is the User ID of the Outbound Line you want to integrate with Genesys. You can find more information on Outbound User ID and Password credentials here.

genesys inbound

7. In the Outbound section, in the SIP Servers or Proxies box, enter our SIP Server mysipaccount.net or asia.mysipaccount.net.

genesys outbound

8. Enable Digest Authentication and put your username and password too. These are the same credentials used in step 6 and will authenticate the outbound SIP.

genesys enabled

9. Click Save External Trunk.

Set Up Number Plan

Set up a number plan to properly process phone numbers with the correct format. Here are instructions to add a number plan:

  • Click Admin.
  • Under Telephony, click Sites.
  • Select your site from the Site Name list.
  • Click the Number Plans tab.
  • Click New Number Plan.
  • Enter a name in the Number Plan Name box.
  • Select one of the available match types from the Match Type list.
  • Depending on what match type you select, enter the required information.
  • Select the correct classification or enter a new classification in the Classification list.
  • Click Save Number Plans.

Note: For external outbound calling, you may need to select Regular Expression for the Match Type to ensure the right dialing format is used.

For example, if calling out to Japan:

  • Match expression- ^\+81(\d{9,10})$
  • Normalize Expression: 01181\

This means:

  • ^\+81 matches the +81 at the start (Japan)
  • (\d{9,10}) captures the rest of the number (e.g., 123456789)
  • So, \1 = 123456789

01181 + 123456789 → 01181123456789

regular expression

More information: https://help.mypurecloud.com/articles/number-plan-information

Making Outbound Calls

When placing outbound calls, remember to update the following:

1. Put your 9-digit User ID as Caller ID. (This is the same User ID credential used in step 6).

    • Under Calling, specify the Caller Address and Caller Name for the trunk

2. Dial the phone number you want to call with the country code and in the E.164 format.

If issues arise during integration, contact your account manager or our 24/7 live tech support through chat.

Outbound Calling (Guide)

Outbound calling is an efficient strategic communication solution from United World Telecom that empowers organizations to initiate high-quality local and international calls to customers, while appearing as local in target markets. This is important for generating new leads, nurturing client relationships, conducting market research, and delivering personalized support.

This guide is designed to help you set up, manage, and troubleshoot outbound calling on your telephony system. Whether you’re looking to make calls from a VoIP line, integrate with CRM software, or use our Softphone apps, this guide provides step-by-step instructions and useful tips to ensure smooth operation.

How Outbound Calling Works with UWT?

Outbound calling lets your business place outgoing calls—local, long-distance, or international—using virtual phone numbers that display as the caller ID. With United World Telecom’s solution, you can route calls through local networks in over 160 countries.

This high-quality, feature-rich telephony solution enables companies to expand their global reach while maintaining a local presence in target markets, significantly boosting connection and pickup rates.

Our Outbound Calling service is a turnkey solution to help businesses appear local by displaying a customized Caller ID with your virtual phone number.

In this Outbound Calling & Softphone guide, we’ll go over:

How to Add Outbound Calling?

You can add outbound calling in a few ways:

  • Purchase the service directly from our website.
  • Add it to your existing account via the control panel.
  • Speak with our sales or account management team for assistance.

To Purchase Outbound Calling Directly from our Website:

1. Visit our Outbound Calling pricing page.

outbound signup

2. View rates and select an Outbound Calling plan.
3. Add Call Recording, if desired.

outbound cart

4. Then, fill in information about your new phone number and where you want calls to be forwarded.
5. Under “Outbound Calling Setup & Returned Calls,” select an Inbound Voice plan.
6. Fill in the necessary information, Add to Cart, and then Submit.

To Add Outbound Calling from the Control Panel:

1. Log in to your control panel.
2. On the left-hand panel, under Services, click on Add Service Lines.
3. Select Outbound to proceed.

choose outbound

4. First, select the country and the specific phone number you wish to purchase.
5. Then, choose to Activate call recording for this outbound calling line, if desired.

activate call rec
6. Proceed to review plans and select a suitable plan for this number.

add ob plan

7. A dialog box will appear, prompting you to Add this new Outbound Plan?
8. Click Yes, Add to complete your order.

Note: During the signup process, you can turn on a free trial to test the service. You can also add more numbers to your cart before finalizing the purchase.

How to Get Local 2-Way Voice Numbers?

Local 2-Way Voice ensures your outbound calls from international phone numbers are routed through reliable local paths in your target regions. This means your calls connect seamlessly, and local in-country caller IDs are accurately displayed, building trust with your audience.
You can add Local 2-Way Voice numbers in two ways:

  • Buy directly from our inventory of Local 2-Way Voice numbers.
  • Add them via the control panel for quick setup and activation.

A. Steps to Buy Local 2-Way Voice Numbers from the Website:

1. Visit our Pricing page.
2. Choose your desired country and explore the available number types.
3. Look for options labeled Local 2-Way Voice, such as Geographic (Local 2-Way Voice), Mobile (Local 2-Way Voice), or National (Local 2-Way Voice).

select number type

4. Next, fill in where you’d like calls to be forwarded, and proceed with the remaining steps of the signup process.
5. Select your preferred Inbound plan, select Optional Features, and proceed to choose an Outbound Calling plan.

Note: Choosing an Outbound Calling plan is crucial to set up Local 2-Way Voice so you can make and receive calls through the selected number.

choosing features

6. Then, select Add to Cart, enter payment information, and Submit.

Note: During the signup process, you can turn on a free trial to test the service. You can also add more numbers to your cart before finalizing the purchase.

B. How to Add Local 2-Way Voice Numbers from the Control Panel:

1. Log in to your control panel.
2. From the left sidebar, click on Add Service Lines and choose Call Forwarding.

choose call forwarding

3. First, choose your desired country.
4. Then, browse the available number types, looking specifically for Local 2-Way Voice: Geographic (Local 2-Way Voice), Mobile (Local 2-Way Voice), or National (Local 2-Way Voice) options.

select call forwarding number

5. Fill in where you want calls forwarded, and proceed to complete the signup process.
6. Then, choose your Inbound plan, select Optional Features, and choose an Outbound Calling plan.

choose number type features

7. Finally, select Add to Cart and Submit.

Note: During the signup process, you can turn on a free trial to test the service. You can also add more numbers to your cart before finalizing the purchase.

What Are My Outbound Calling Credentials?

Once you purchase outbound calling services, you’ll automatically receive a User ID and password. These credentials are required to activate and start using your outbound calling plan. So, you’ll get:

  • A User ID
  • A Line Password

You must use these credentials (User ID and Line Password) to log into the softphone apps.

Your credentials will be emailed to you as part of your service confirmation letter. Here’s what it looks like:

email order details
However, you can also find your credentials in other ways:

1. Log in to your control panel.
2. On the left side, you can see Outbound Calling, click, and proceed.

choose OB

3. You can find the User ID for each outbound line in the corresponding User ID column.

user id column
4. Select the User ID you want and click the Settings icon in the right corner.

outbound settings
5. You can view the Line Credentials, including the password for this line. Additionally, you can set a personalized User Email, which can be used as an alternative to the User ID.

line password

4. To change your password, please enter a new password and click Save Changes.

password save

When you change your password, all other users will be automatically logged out of the system.

How Does Outbound Calling Pricing Work?

Outbound calling pricing typically involves a combination of monthly service plans and per-minute usage rates.

United World Telecom offers 5 outbound calling plans (Basic, Value, Power, Premium, Enterprise), where a higher monthly fee provides a larger call credit and a discounted per-minute rate for usage exceeding the plan. Pricing also varies based on the destination of the calls.

ob plans

Pricing Breakdown and Plan Tiers

The monthly service plan fee is used as a call credit each month. Call credits work similarly to a calling card, in that there is a credit balance and per-minute rates to call different destinations. Call usage exceeding the plan amount will be charged at applicable per-minute rates.

Example

Suppose you subscribe to the Outbound Calling Basic Plan at $25 monthly. This gives you $25 worth of credit to make outbound calls.

Different countries and destinations (e.g., landlines and mobile phones) have different rates.

For example, the per-minute rate to call the US and Canada is $0.023, and the per-minute rate to call mobile phones in the United Kingdom is $0.08.

  • You would have 1,086 included minutes if you only call the US & Canada ($25 / $0.023 per minute = 1,086 minutes)
  • Similarly, you would have 312 included minutes if you only call mobile phones in the United Kingdom ($25 / $0.08 per minute = 312 minutes).

Your calling credit gets recharged each month until you discontinue the service.

Here are some further examples:

  • You start the month with a $25 balance (Outbound Basic Plan).
  • You make a 10-minute call to the US. $0.23 is deducted from your balance (10 * $0.023). You now have $24.77 remaining in the month.
  • Then, you make a 10-minute call to a mobile phone in the United Kingdom. $0.80 is deducted from your balance, leaving you with $23.97 remaining in the month.

After using all your call credits, you can continue making calls, which will be charged at the per-minute rate.

A. How to Check Monthly Usage Details?

Your monthly usage details are available in your control panel — just log in to access them:

1. Log in to your control panel.
2. From the left sidebar, select Outbound Calling.
3. Under Action, choose Service Plan.

change ob plan

4. Go to Activity

choose activity tab

Note:
If you sign up in the middle of the month, you will be billed a prorated amount and have a prorated calling credit.

The service is billed in 60/60 increments. If your outbound call is connected for 5 seconds, 10 seconds, or 32 seconds, you’re billed for 1 minute. And if the call does not connect, then you will not be billed for the call.

You can also View Rates for different countries on the Pricing page itself. Select View Rates for detailed information:

UWT outbound prices

ob rates

B. How to View Outbound Calling Rates by Destination

Outbound call plans are based on call credits.

Each monthly service plan includes a monthly credit balance, from which per-minute rates for calling various destinations are deducted. Higher plans offer a higher discount on outbound per-minute rates.

To view outbound calling rates for a particular destination or all destinations, you can follow the steps below:

If you do not have an outbound calling plan:

  1. Log in to your control panel.
  2. Navigate to the Outbound Calling tab.
  3. Click on Add Outbound Line.
  4. Underneath each plan, click on View Rate Breakdown.

If you already have an outbound calling plan:

  1. Log in to your control panel.
  2. Navigate to the Outbound Calling tab.
  3. Hover over an outbound line, and, under Actions, click on the Service Plan icon.
  4. From the Service Plan page, click on Rates in the gold bar.
  5. Select the destination that you will call, or, to view rates for the whole world, select All from the dropdown.

ob rates page

Below you will see an example of outbound per-minute rates, with the Outbound Basic Plan, to all destinations:

ob all rates

C. How to View Remaining Balance for Outbound Calling Credits

Outbound call plans are based on call credits.

The monthly service plan fee is used as a call credit each month. There is a credit balance, and per-minute rates for calling various destinations. Call usage exceeding the plan amount will be charged at applicable per-minute rates.

We offer five outbound calling plans, each with included calling credits and an additional per-minute rate. Plan credits are available on a line-by-line basis.

To view the remaining credit balance on a particular outbound line, you can follow the steps below:

  1. Log in to your control panel.
  2. Navigate to the Outbound Calling tab.
  3. Identify the line you want to view the balance of, and, under Actions, click on the Service Plan icon.
  4. From the Service Plan page, click on Activity in the gold bar.
  5. From there, you will see your remaining outbound credits.
  6. To view rates for a particular destination, navigate to the Rates tab.

remaining balance

Setting Up Outbound Caller ID

To manage your outbound caller ID, you’ll need an Outbound Calling service and phone numbers from Global Call Forwarding. Click here to see how to get Outbound Calling.

You can set up Outbound Caller ID in two ways: via the control panel or the softphone app.

A. Setting up an Outbound Caller ID from the Control Panel

1. Log in to your control panel.
2. Select Outbound Calling from the navigation bar on the left.

choose OB

3. Hover over the Outbound Calling line you want to update and click the Settings icon.

outbound settings

4. Under the User Options tab, scroll down to the Outgoing Caller ID Whitelist section. Here, you can select the country and choose the phone number (line) you want to display as your caller ID when making outbound calls.

whitelist

5. Click Save Changes when you are finished with all inputs.

whitelist save

B. Setting up Your Outbound Caller ID from the Softphone

Note: Scroll below for instructions on how to install and use the GCF Softphone apps.

After completing the steps above, you can set your outgoing caller ID in the GCF Softphone to display any number you’ve activated and registered with us.

  1. Log in to the GCF Softphone app on your device using your Outbound Calling User ID and password.
  2. To change your caller ID before making a call, click Settings in the bottom-right corner.

softphone setting

3. In the Outgoing Caller ID section, use the dropdown menus to select the desired Country and Line, and click Save.
4. Return to the keypad to begin making outbound calls with your customized caller ID.

How to Install and Use the GCF Softphone?

The GCF Softphone is an integral part of our Outbound Calling service, built to help businesses seamlessly connect with customers both locally and globally.

Our Softphone is a user-friendly, cloud-based application that transforms any internet-connected device into a professional business phone. Our softphone apps (web, desktop, and mobile) let you make and receive outbound calls without extra hardware. Simply install the app, log in with your outbound credentials, and select the desired caller ID line.

With the GCF softphone, you can:

  • Place and receive calls seamlessly
  • Display a selected Caller ID on outgoing calls
  • Access to voicemails directly within the dialer
  • Check recent call activity and call history
  • View active softphone users and make assisted call transfers
  • Complete integration of contacts (with search and filter)
  • Make free in-network calls to other users
  • Integrate with CRMs and the Chrome browser

Here are quick links to start installing the Softphone app on your preferred platform:

How to Install & Log in to the GCF Softphone for Windows?

The GCF Softphone Windows app is the main application required to make and receive calls through our connector integrations with top CRMs and help desk software.

1. Download the GCF Softphone app directly from the Microsoft Store by clicking here. Alternatively, you can simply search for “GCF Softphone” within the Microsoft Store.
2. Locate the GCF Softphone app (Downloads folder), and double-click it to open the softphone.

desktop installer

Log in to the GCF Softphone

Note: You’ll need your GCF Outbound credentials to log in; this is different from your GCF control panel login.

To get your Outbound credentials, follow these steps:

1. Log in to the control panel and click Outbound Calling on the left.

choose OB

2. Each outbound line’s User ID can be found under the User ID column.

user id column
3. Select the User ID you wish to configure, then click the Settings icon on the right.

outbound settings

4. You can view the Line Credentials, including the password for this specific line. You can also set a personalized User Email, which serves as an alternative to the User ID.

line password

5. Use this password for the Softphone login. You will need to follow the same steps to log in to other Softphone apps as well.

softphone login

How to Use the GCF Softphone?

Now, let’s look at the following:

  • To Make Calls
  • To Receive Calls
  • To Display Your Specific Caller ID
  • To Access Call Transcriptions
  • To Access Voicemail Transcriptions
  • To Integrate with CRMs

A. To Make Calls:

1. After downloading the app, log in using your Outbound Calling User ID and Line Password. Once logged in, the dial pad will appear.

softphone on

2. Enter the number you’d like to call or choose from an existing contact saved under the Contacts tab.

Note: Always enter the country code before the phone number. For international calls, dial 00 followed by the complete number, including the country code.

3. Finally, click the green call icon to initiate the call.

B. To Receive Calls:

To receive inbound calls on the softphone apps, set ‘Forward all calls to’ the Outbound line UserID you log in to the softphone with.

1. In the control panel, go to My Phone Numbers.
2. Click on your desired inbound phone line or the Settings icon.
3. Then, go to the Call Forwarding tab and the Basic sub-tab.

forward calls to sip
4. Here, under ‘Forward all calls to,’ enter “sip:” followed by your selected Outbound line’s user ID (see step 1). Example: “sip:UserID.”
5. Make sure you select the radio icon under Basic to switch the forwarding rule.
6. Click Save Changes.

To receive incoming calls on multiple destinations (devices, softphone app, integrations, phone lines, SIP addresses, locations), you will need to configure Advanced Routing.

1. In the control panel, go to My Phone Numbers.
2. Click on your desired inbound phone line or the Settings icon.
3. Then, go to the Call Forwarding tab and the Advanced Routing sub-tab.

forwarding rules
4. Make sure you select the radio icon under Advanced Routing to switch the forwarding rule.

advanced routing tab
5. Now, click on Go to Rule and Create New Rule.

created new rule
6. In the ‘Forward all calls to’ section, you can enter different destinations where you want to receive calls.
7. You can include phone numbers, SIP addresses, etc.

sip rule
9. You can also customize the routing method: Sequential, Random, Simultaneous, and Forced % Distribution.
10. Click Save Rule to save changes.

C. To Display Your Specific Caller ID:

For first-time users, the Settings window will open by default, prompting you to select your preferred country and available lines.

1. To update your Caller ID, click the Settings icon in the bottom-right corner.

softphone setting

2. In the Outgoing Caller ID section, use the dropdown menus to select your desired Country and Line, and click Save.
3. Go back to the dialpad to begin making outbound calls using your customized caller ID.

D. To Access Call Recordings and Transcriptions:

Note: This is only available if you have Call Recording or AI Insights activated for this Outbound phone line.

  1. Navigate to the Recents tab and click the gray page icon. The call transcription will open in a pop-up window.

call transcription

E. To Access Voicemail Transcriptions:

Note: This is only available if you have Voicemail Transcriptions activated for your phone line.

1. Go to the Voicemail tab and click the gray page icon. A pop-up will display the voicemail transcription.

voicemail trranscription

How To Use the Softphone with the GCF Chrome Extension

The GCF Click-to-Dial Chrome extension allows agents and reps to quickly dial phone numbers directly from any webpage. Simply highlight the number, right-click, and select the dial option, or click the extension icon to enter a number manually.

Ensure numbers include the correct country code (with a “+” or prefix) to avoid errors.

Use this extension with the GCF Microsoft Softphone to instantly place calls by clicking the call button next to numbers on Chrome pages.

1. Click here to install the GCF Chrome extension or visit the Chrome Web Store and click the Add to Chrome button to install the GCF Click-to-Dial extension.

install in chrome

2. Download the GCF softphone from the Microsoft Store. Follow the instructions and install. Open and log in to the softphone with your GCF credentials (UserID/PIN and password).

MS Store - GCF softphone

3. Once the extension is activated and the Softphone is opened and ready for use, both will automatically connect.
4. On a browser, select the desired phone number and click the green phone icon. It will automatically put the phone number in the softphone.
5. Click on the Call button on the softphone to initiate the call.

You can turn the Dial immediately setting on or off in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call.

How to Integrate with CRMs and Help Desk Software

Seamlessly connect your GCF Softphone with top CRM platforms and enjoy features like automatic data sync, click-to-call, and more. See how to integrate with:

  • Zoho CRM
  • Zoho Desk
  • Salesforce
  • HubSpot
  • Pipedrive
  • Zendesk
  • Intercom

select integrations

You can find individual instructions for each CRM or help desk here. Here’s a rough idea of how to set up these integrations:

1. Log in to your control panel.

2. Go to Integrations from the left menu.

select integrations

3. Select your preferred CRM (e.g., Zoho, Salesforce, HubSpot).

choose preferred crm

4. Click Activate.

5. You will need to select which inbound and outbound lines to add to this integration. Make a note of your User ID and password – you will need this information to complete the activation on the CRM platform’s end.

choose line activate

6. Click Continue, and Agree and Activate.

agree and activate

7. Now, on the platform’s end, you will need to enter your User ID and password to set up the integration. Once logged in and connected, you can use the softphone within the CRM or alongside (depending on the integration activated).

Important Note: With Zoho, Salesforce, and Zendesk integrations, you can access and use the softphone directly within the CRM pages – like in this Zoho CRM example:

call from Zoho

With all other connector integrations like HubSpot, Intercom, Zoho Desk, etc., you will need the Windows Softphone app to connect and manage calls (see image below).

hubspot and socftphone

You can find more information about these connector integrations in their individual guides. Here’s a general overview of how to connect and use them.

Steps 1–5, up to Agree and Activate, are the same as outlined above.

1. After accepting the terms and clicking Agree and Activate, open your GCF Softphone desktop app and log in using the Outbound Lines’ credentials (User IDs/PINs and passwords) you selected earlier when activating the integration from the control panel.

softphone login

2. Click on Settings, then go to CRM Integrations, and select Activate CRM Connector for HubSpot or your desired platform.

hubspot-connector

3. A new window will appear—log in using that platform’s credentials. Here’s an example with HubSpot:

Hubspot authorize

4. There may be 2-3 more steps for connecting the two platforms – you can find more information in our guides or by connecting with your account manager.
5. Once both platforms are connected, you can open your CRM platform to start making calls with the softphone.

Users can initiate calls through the CRM using the GCF Softphone in two ways:

Option 1: Make and receive calls directly from the GCF Softphone.

  1. Open the Contacts section in the softphone. You’ll see both HubSpot and GCF contacts listed, automatically synced and updated.

pipedrive contacts

2. Click on the number or contact you’d like to call to start the call.

3. To receive inbound calls in the Softphone app, set the ‘Forward all calls to’ field to the same Outbound Line User ID you use to log in to the app. (Refer to the steps above)

Option 2: Use the GCF Click-to-Dial extension to instantly call phone numbers by clicking them directly within your CRM.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically link to your GCF Softphone app.

3. In your CRM, a click-to-dial button will appear next to each phone number—just click the button to instantly dial the contact.

hubspot and socftphone

4. This will open the softphone dial pad. Click the Call button to initiate the call.

Alternatively, you can enable the Dial Immediately setting in the extension preferences. With this turned on, clicking the call button will instantly place the call through the softphone—no additional confirmation needed.

How to Test Your Phone Numbers | Phone Number Testing

Testing your phone number ensures that your service is activated, properly configured, and routing calls as expected. Follow the steps below:

1. Sign in to your control panel.

2. Under Services, click on My Phone Numbers, located in the page’s left-hand menu.

3. Click on the Number Testing icon next to the line you want to test.  test icon

4. Here, you will see two options: Create Test Schedule and Test on Demand.
testing choose options

a) Click on Test on Demand to immediately run a test to verify that your phone number is working properly. Note that each test costs $1.98.
test on demand

b) You can also create schedules to test your phone numbers regularly. Click on Create Test Schedule, enter your preferences, and click Schedule.

    • How often do you want to run the test – time and date range
    • Which lines do you want to test – select all your lines or specific ones as needed
    • Who will receive the report – assign a recipient

test schedule popup

5. Once your test is completed, you can view results under Test Reports.

Here you can see the status of your tests: PendingIncomplete, Failed, Silence, and Success.

view report

How to interpret your results:

  • Pending – Test in progress. May take up to 5 minutes. Refresh for latest status.
  • Incomplete – Requires further investigation. Test call signal received, but third-party reported failure. May be due to network restrictions or config issues.
  • Failed – We did not receive an incoming call. Indicates a possible connectivity issue.
  • Silence – Call connected, but no voice or prompt detected.
  • Success – Call connected successfully. Voice or prompt detected. The test call is machine-placed, so silence from the caller’s end is expected.

Note: For additional help, please submit a ticket by clicking the triangle and we’ll investigate and resolve the issue as quickly as possible.

6. View and edit your test schedules in the Schedules tab.

test schedule

How to View Remaining Balance for Outbound Calling Credits

Outbound call plans are based on call credits.

The monthly service plan fee is used as a call credit each month. There is a credit balance, and per-minute rates for calling various destinations. Call usage exceeding the plan amount will be charged at applicable per-minute rates.

We offer five outbound calling plans, each with included calling credits and an additional per-minute rate. Plan credits are available on a line-by-line basis.

To view the remaining credit balance on a particular outbound line, you can follow the steps below:

  1. Log in to your control panel.
  2. Navigate to the Outbound Calling tab: https://newcp.globalcallforwarding.com/app/services/outbound-calling
  3. Identify the line you want to view the balance of, and, under Actions, click on the Service Plan icon.
  4. From the Service Plan page, click on Activity in the gold bar.
  5. From there, you will see your remaining outbound credits.
  6. To view rates for a particular destination, navigate to the Rates tab.

outbound credits

How to View Outbound Calling Rates by Destination

Outbound call plans are based on call credits.

Each monthly service plan includes a monthly credit balance, from which per-minute rates for calling various destinations are deducted. Higher plans offer a higher discount on outbound per-minute rates.

To view outbound calling rates for a particular destination or all destinations, you can follow the steps below:

If you already have an outbound calling plan:

  1. Log in to your control panel.
  2. Navigate to the Outbound Calling tab: https://newcp.globalcallforwarding.com/app/services/outbound-calling
  3. Click, and, under Actions, click on the Service Plan icon.
  4. From the Service Plan page, click on Rates in the gold bar.
  5. Select the destination that you will call to, or, to view rates for the whole world, select All from the dropdown.

outbound plans

If you do not have an outbound calling plan:

  1. Log in to your control panel.
  2. Navigate to the Outbound Calling tab: https://newcp.globalcallforwarding.com/app/services/outbound-calling
  3. Click on Add Outbound Line.
  4. Underneath each plan, click on View Rate Breakdown.

Below you will see an example of outbound per-minute rates, with the Outbound Basic Plan, to all destinations:

outbound rates

How to Set Up Microsoft Teams Direct Routing with SBC?

This document outlines the process to integrate Microsoft Teams with our Session Border Controller (SBC).

Prerequisites

Before beginning the integration process, ensure the following prerequisites are met:

  • A Tenant configured with a license to use Teams (like 365 Business Basic license)
  • A DNS record configured and able to create zones.
  • Microsoft Teams Phone System license
  • Microsoft Teams Calling Plan
  • Firewall rules configured to allow necessary traffic
  • Administrator access to Microsoft Teams admin center
  • If you will receive inbound calls, your phone numbers provided by United World Telecom / Global Call Forwarding
  • A TLS certificate to encrypt the calls using the same domain used to create the SBC inside Microsoft Teams

Quick note of TLS certificate: The calls between the United World Telecom SBC and Microsoft are encrypted using TLS protocol. So we will need a certificate to insert on our SBC and be able to send and receive call packets with Microsoft. If you use the domain sbc.customerdomain.com to create the SBC, we’ll need the customerdomain.com TLS certificate. Please ensure you send us this certificate early in the setup process and before the connection becomes active.

Direct Routing SIP interface will only trust certificates that are signed by Certificate Authorities (CAs) that are part of the Microsoft Trusted Root Certificate Program. Make sure that a CA that is part of the program signs your SBC certificate. Also, make sure that the Extended Key Usage (EKU) extension of your certificate includes Server Authentication and Client Authentication. You can learn more about this here.

How to Set Up & Use Teams Direct Routing

In this guide, we’ll cover the following:

1. Configure Microsoft Teams for Direct Routing:

Follow these steps to integrate Microsoft Teams with our SBC:

1. Log in to the Microsoft Teams admin center. https://admin.teams.microsoft.com/dashboard.

configure direct routing

2. Navigate to Voice > Direct Routing.

direct routing add

3. Add the SBC’s FQDN. An example of FQDN: sbc.customerdomain.com

Note: You must use the SBC’s FQDN that has the hostname registered in DNS. For example, if your organization owns contoso.com then sbc.contoso.com is a good name for the SBC, but sbc.contoso.onmicrosoft.com isn’t. You will need to configure your DNS settings to create an SBC subdomain (e.g., sbc.customerdomain.com) and point a hostname entry to our Edge SBCs 66.165.168.103 and 66.165.168.107.

enter FQDN

4. Set up these additional configurations (as shown above):

  • Enabled: ON
  • SIP signaling port: 5061
  • Send SIP options: ON
  • Concurrent call capacity: Check with your United World Telecom/Global Call Forwarding client team

5. Click Save and validate the connection status.

If everything is correctly set up, in some seconds the connection between United World Telecom and MS Teams will become active. Note that the TLS certificate needs to be sent to our team before this step to ensure the connection between UWT and MS Teams is secure.

validate chart

2. Setting Up Inbound and Outbound Routes

1. To receive external inbound calls, you must first import your desired phone lines to Microsoft Teams.

2. Go to Voice > Phone Numbers and click Add.

add phone numbers

3. Then, select From Direct Routing to upload a CVS file. Follow this CSV sample.

from direct routing

4. Click Next to submit your request.

In some time, the phone numbers that you bought from United World Telecom / Global Call Forwarding should appear on the Phone Numbers page, so let’s configure the routes.

phone numbers validate

Setting Up Inbound Routes

1. To configure the inbound calls, select the phone number and click on Edit. You can assign the phone number to users and applications inside Microsoft Teams.

teams usage

2. Click Apply to assign the phone number to this user. Now, inbound calls are ready to be received by this user or application. This change will be propagated to all Tenant:

user card with numbers

Setting Up Outbound Routes

To configure outbound calling (calling an external number from Teams), you must create an external route using Voice Policies, following these steps:

1. Go to Voice > Direct Routing. In the upper right corner, select PSTN usage records.

pstn usage

2. Here, click Add to create a PSTN record for the route you would like to use. An example, to call using local US and Canada routes, create a US and Canada record. For US only, create a US Only route. For international calling, create an International record. This determines what PSTN route will be used to make the outbound call.

Click Apply to save the PSTN record.

apply pstn usage

3. Then, go to Voice Routes on the Direct Routing page, select Add, and put the desired Dialed Number Pattern.

A quick note on the Dialed Number Pattern: The template for the Dialed Number Pattern is ^(\+1[0-9]{10})$. Let’s understand with this example:

  • ^ – start of the string
  • +1 – country code (+1 for the US and Canada)
  • [0-9] {10} – Exactly 10 digits (0–9) after the +1. This represents the standard 3-digit toll-free or area code + 7-digit local number format (561-123-4567)
  • $ – end of the string.

Therefore, this Dialed Number Pattern ^(\+1[0-9]{10})$ will match any North American phone numbers in E.164 format, like +1214xxxxxxx or +1561xxxxxx, where 214 is the Dallas area code and 561 is the Florida area code.

To make external international calls, use this as the Dialer Number Pattern: .*

Scroll down for a list of Number Patterns for other countries.

This rule will match every time a user dials numbers for this pattern.

rules pattern

Note: The order (priority) of PSTN usages in voice routing policies is critical. The usages are applied in order, and if a match is found in the first usage, then other usages are never evaluated.

4. Click Save.

5. Now, create a policy and add this route created. Go to Voice > Voice Routing Policies.

voice routing policy

6. Add a name, and select your PSTN usage (as created in step 1). Then, click Save.

to sbc policy

7. Now, assign the user who will use this rule. Go to User > Manage Users and select the desired user.

8. Then select Policies > Edit. Scroll down to Select Voice routing policy, select the policy created in step 6, and click Apply.

edit policy assignment

Additional Information on Call Encryption – United World Telecom / Global Call Forwarding

Direct Routing SIP interface will only trust certificates that are signed by Certificate Authorities (CAs) that are part of the Microsoft Trusted Root Certificate Program. Make sure that a CA that is part of the program signs your SBC certificate. Also, make sure that the Extended Key Usage (EKU) extension of your certificate includes Server Authentication and Client Authentication. You can learn more about this here.

Make & Receive External Calls Using Teams Direct Routing

With these configurations in place, your assigned user should be able to make and receive calls. Have them run tests to make sure everything is working properly.

Make a test call from Microsoft Teams to an external number:

  1. Log in to the Teams desktop app and click on Calls.
  2. Type a name or number of the external contact and click Call.

Make a test call from an external number to a Microsoft Teams user:

  1. Call the phone number assigned to your account from an external contact.
  2. In the History tab, click the three dots to see other options such as: Call back, Create a contact, Add to speed dial, etc.

Dialed Number Pattern Guide

Dialed Number Pattern for different countries:

Country Country Code Example Number Regex Pattern Notes
USA/Canada +1 +12135551234 ^\+1\d{10}$ 10 digits after +1
UK +44 +447911123456 ^\+44\d{10}$ UK mobiles are usually 10 digits
France +33 +33612345678 ^\+33\d{9}$ 9 digits after +33
Germany +49 +4915112345678 ^\+49\d{10,12}$ Varies by area code
Australia +61 +61412345678 ^\+61\d{9}$ Mobile starts with 4
India +91 +919812345678 ^\+91\d{10}$ Fixed 10-digit mobile format
Mexico +52 +5215512345678 ^\+52\d{10,11}$ 10 or 11 digits depending on format
Brazil +55 +5511987654321 ^\+55\d{10,11}$ Mobile typically 11 digits
UAE +971 +971501234567 ^\+971\d{9}$ 9 digits after +971
International .*

Matching specific area codes: You can create more complex patterns to match specific country codes/area codes or block certain number ranges.
Use | to create alternatives. For example: ^\+(44|33|49)\d{9,12}$ will match UK, France, and Germany numbers with 9-12 digits.

Troubleshooting Tips

If issues arise during integration, consider the following:

How to Upload Your Documents

After you sign up, you’ll be taken to a Confirmation page — we recommend bookmarking it for easy access.

On that page, you can:

  • Verify your email address
  • Check the status of your order
  • Upload any documents needed to help us activate your service faster

Your information is safe with us. All documents are securely encrypted and handled according to the highest industry standards. We use advanced security protocols to keep your data private and protected at every step.

Related: Why is Documentation Required to Get a Number?

To upload your documents:

1. Go to your Confirmation page. You can find this link in your Signup Confirmation email.

2. Review your order and look for the Upload Required Documents button.

upload documents button

3. Then, log in to your account (use the email and password created during the signup process.

required documents login

4. Now, upload your documents for this number type.

Here you will see standard documentation required as well as documents required for specific country and number types.

upload documents options

5. Click Choose File to upload your document. We accept .jpg, .png, .pdf, and .doc files. Note: The total file size should not exceed 60MB.

6. Once all files are added, click Upload File(s) to submit all documents.

7. Once all documents for all number types are uploaded, the yellow button will turn green indicating that all documents are submitted and nothing is pending on your end.

Related: What Documentation is Required to Purchase a New Number?

Call Routing Strategies (Guide to Rules)

Cloud-based call routing software enables your business to manage and forward incoming calls across time zones, teams, and locations in a structured, efficient way. With an advanced call routing strategy, your sales and support teams can handle calls more effectively, ensuring a seamless experience for customers, no matter where they’re calling from.

With Global Call Forwarding, you can customize how inbound calls are managed using various advanced call routing strategies through your control panel.

In this guide, we’ll walk you through the key routing strategies you can set up through our convenient control panel:

We’ll start with IVR and the call flow builder and then move on to individual advanced routing strategies.

Interactive Voice Response (IVR)

IVR is an automated phone system that enhances how businesses manage incoming calls. With Advanced or Cloud IVR—available with your virtual phone number plan—calls are answered automatically and guided to the appropriate agent, department, or self-service option without needing a live receptionist.

This system offers unmatched mobility and efficiency by helping callers complete simple tasks or reach the correct destination quickly. It’s especially beneficial for businesses handling high call volumes, as it organizes and prioritizes incoming calls, reducing wait times and improving customer experience.

How to Set Up Advanced IVR?

Here are the steps to configure IVR:

1. Sign in to your control panel.

2. Under Services, click on My Phone Numbers, located in the page’s left-hand menu.

3. Go to the Settings icon next to the line you want to edit. settings

4. Underneath Call Forwarding, hover over IVR (⚪). To switch to IVR from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to IVR.
advanced ivr

5. Click Manage IVR Applications to customize and configure your IVR settings.

Now, before setting up the IVR, you will need to configure prompts and destinations that you will add to your IVR system. Here are the steps:

a) For Prompts — This is the message customers will hear when they connect with your phone system. To guide them effectively, you can include company details, announcements, updates, or navigational instructions. Example: Opening greeting or IVR main navigation menu.

Go to the Prompts tab and click Add a New Prompt. Here, you can Upload/Record a new prompt or voice message. Then, click Save Changes.

prompts

b) For Phones — Here, you can set up a list or ring group with multiple destination SIP addresses or phone numbers. Pro tip: Save the title with a descriptive name such as Customer service team UK for your service team in the UK. If it is an individual, then save it as [name] + phone number + location. Example: Peter phone number UK.

Click on the Phones tab and click Add a new phone. Enter the information, choose a Ring Mode (sequential, random, or simultaneous), enter your phone numbers, and adjust weighted call distribution with percentages, if desired. Then, click Save Changes.

Ring Modes:

    • Sequential, where calls are sent to numbers one after the other
    • Random, where a number from the list is selected at random to receive the call
    • Simultaneous, where all numbers ring at the same time until someone answers.

call destination

c) For Emails — Here you can enter email addresses where you want voicemail messages to be forwarded to. Example: Peter email address or Billing email addresses. This way, you can potentially send incoming fax messages and invoices directly to your Billing directly.

Click on the Emails tab and select Add a New Email. You can create a list with one or more email addresses from here. Then, click Save Changes.

email destination

6. With all this set up, you can now create your IVR system. Start by clicking Create a New Application on the same IVR Manager page to get started:

ivr manager

Setting Up IVR With User Menu

7. An Application menu screen will appear, select User Menu to build an IVR with menu options that callers will listen to and interact with.

select user menu

8. Now, start filling the green card below with your requirements:

IVR menu setup

  • Prompt: The main voice message welcomes callers and provides them with various menu options. Select from the prompts you’ve uploaded or recorded earlier.
  • Interruptable Option: Choose whether callers can interrupt the message or must listen to it in full.
  • Maximum wait period: The maximum duration callers will wait before the system takes action.
  • Repeat: Number of times the message will repeat
  • Possible trigger for each key (number on the keypad): Select from various actions and triggers, and assign each key (1, 2, 3, etc.) to a specific target, such as a hunt group, department, voicemail, or a list of email addresses. You can utilize the phone numbers and email lists you’ve created here. The available actions and triggers are as follows:
    • Phone Call: Redirect the call to another number, department, team, or hunt group.
    • Announcement: Play a pre-recorded voice message or announcement to the caller.
    • Voicemail: Route the call to voicemail.
    • Time-Day Routing: Direct calls to specific locations or numbers based on designated times or days.
    • Caller ID Routing: Forward calls from specific locations or area codes to selected numbers or groups.
  • Invalid: Select the action to take when the caller presses an incorrect key or number.
  • Timeout: Choose what happens when the message repeats the desired number of times, but the caller does not press a key.

menu trigger options

Here’s an example: #1 directs the call to the customer service department list, #2 sends it to the billing department, and #3 forwards the call to voicemail. If the caller cannot find the correct option in the menu and doesn’t press any key, you can redirect them to voicemail and allow them to leave a detailed message for further assistance.

9. Finally, click Save.

Time of Day Routing (Time-Based Routing)

Time-based routing, also known as Time-of-Day routing, is included with any call forwarding service plan, allowing you to automatically redirect incoming calls from your toll-free or local numbers to alternative numbers or SIP addresses at specific times of the day. It ensures that important calls are never missed by directing them to your main office, satellite offices, remote teams, or even a home office during off-hours, weekends, or holidays.

You can set up Time-of-Day Routing in 2 ways:

Let’s look at both ways below:

Setting Up Time-of-Day Routing Through IVR Manager

1. Log in to your control panel.

2. Under Services, click on My Phone Numbers, located in the page’s left-hand menu.

3. Go to the Settings icon next to the line you want to edit.  settings

4. Underneath Call Forwarding, hover over IVR (⚪). To switch to IVR from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to IVR.

advanced ivr

5. Click Manage IVR Applications to customize and configure your IVR settings.

6. Next, click on the Phones tab. Here, you can set up a list or ring group with multiple destination SIP addresses or phone numbers. Choose the Ring Mode and set up Weighted Distribution (if desired) for this group, and click Save Changes.

call destination

Pro tip: Save the title with a descriptive name, such as Customer service team UK for your service team in the UK. If it is an individual, then save it as [name] + phone number + location. Example: Peter phone number UK.

You can create multiple “destinations” like this where you plan to route incoming calls for this time-based rule.

7. With the destinations set up, click on Create New Application on the IVR Manager page and choose Time-Day Routing.

select time-of-day routing

8. Name your new application and click on the edit button to customize the routing rule.

name your app

9. Next, give this rule a name and select your desired time zone from the dropdown.

select the time zone

10. Then, click on New Rule to configure time-based routing. Specify the days (under On These Days) and Time range you want the calls to be forwarded. Click Next.

select time range

11. Now pick the action this rule should follow. For instance, if you want calls to forward to your APAC team during this time-based rule, you can select Phone Call and then customize the next card with the correct destination (in the example’s case – APAC ring group).

select your destination

12. To add another time-based rule to the same IVR, you can go back to the first card and add a New Rule.

add a new rule

13. You can also send calls to Voicemail, Fax, Announcement, or User Menu for further customization.

14. When done configuring your Time-Based IVR, click Save Application on the top by the Application Name.

Setting Up Time-of-Day Routing Through Advanced Routing

1. Log in to your control panel.

2. From the dashboard, under Services, select My Phone Numbers from the left-hand menu.

select my phone number

3. Click on the Settings Icon (⚙️) on the line that you would like to modify.

select the settings icon

4. Underneath Call Forwarding, hover over Advanced Routing (⚪). To switch to Advanced Routing from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to advanced routing rules.

select advanced routing

5. Navigate to Forwarding Rules and select Go to Rules.

6. A Rule List page will appear on your screen; tap Create New Rule next.

time of day rule list

7. Let’s customize all your time-based routing settings now:

time based settings

a) First, enter the description, then specify the days (under On These Days) you want the calls to be forwarded.
b) Then adjust your Start and End Date (for range) and Interval (for time frame).
c) Customize Perform Action — you can set all calls to forward to your desired phone lines, fax, or voicemail.
d) If forwarding calls to different phone numbers or lines, list your desired phone numbers or SIP addresses under Forward All Calls to.
Side note: You can also set weighted distribution, if desired.
e) Then, adjust the Call Method settings to suit your preferences. Choose from different ringing methods—such as:

  • Sequential, where calls are sent to numbers one after the other
  • Random, where a number from the list is selected at random to receive the call
  • Simultaneous, where all numbers ring at the same time until someone answers.

default sequential settings

10. Click Save Rule and test your new routing rule.

Note: Suppose a call is received at a day or time combination that is not covered by any rule. In that case, the call will automatically go to voicemail if voicemail is enabled, or rejected otherwise.

Caller ID Routing (Location-Based Routing / Geo-Routing)

Caller ID Routing is a call management technique that directs incoming phone calls based on the caller’s geographical location by targeting caller IDs. When a customer calls, the system automatically identifies their location and routes the call to the most appropriate office, team, or agent, as decided by you.

For example, you can route incoming calls from a specific country, such as India, to your support center in the APAC region.

You can set up Caller ID through the IVR — follow these steps:

How to Set Up Caller ID Routing

1. Sign in to your control panel.
2. Under Services, click on My Phone Numbers, located in the page’s left-hand menu.

select my phone number

3. Go to the Settings icon next to the line you want to edit.settings
4. Underneath Call Forwarding, hover over IVR (⚪). To switch to IVR from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to IVR.

select IVR tab

5. Click Manage IVR Applications to customize and configure your IVR settings.

6. Next, click on the Phones tab. Here, you can set up a list or ring group with multiple destination SIP addresses or phone numbers. Choose the Ring Mode and set up Weighted Distribution (if desired) for this group, and click Save Changes.

call destination

7. Click on Create New Application on the IVR Manager page and choose Caller ID Routing.

caller id routing tab

8. Name your new application and click on the edit button to customize the routing rule.

name the application

9. Now, give this rule a name. Here, you will configure Invalid and New Rule triggers for this caller ID routing rule.

invalid new rule

10. First, start with the Invalid rule. Click it to open up the list of actions. Here is where you decide what happens if someone outside your desired location, regions, and caller IDs calls.

invalid triggers options

You can choose to send them to Voicemail, or play an Announcement, or use the Phone Call trigger to route them elsewhere like remote agents or a call center.

11. Next, set up a New Rule for your target locations and caller IDs. When you click on New Rule, you will be able to choose the country you want to include in this rule.

choose your country

12. Then, click Next to choose what happens to callers calling from your selected country. Pick your action from the list of actions.

application choices

13. Now customize your routing rule:

  • Select a prompt (if needed) from the pre-recorded and uploaded options. You can add prompts in the right-side menu.
  • Choose a Destination — either a ring group or a phone number — where you want to forward the call. You can set up this ring group through the right-hand menu under Phones.
  • Select a Ringback tone — either the default or one specific to the country where the calls will be routed.
  • Determine the Wait time before a call is considered failed or moved to a backup trigger.

Here’s an example: Set Country to Paraguay +595 and use the Phone Call action to send incoming calls to your Emergency sales team.

14. Click Save at the bottom of the new card to save your changes.

15. You can also set another rule to the same IVR which will be applied when callers call from Anywhere else + to cover all your bases, or to support callers from another location.

anywhere else option

16. You can also send calls to Voicemail, Fax, Announcement, or User Menu for further customization.
17. When done configuring your Caller ID-Based IVR, click Save Application on the top by the Application Name.

Simultaneous Ringing

Simultaneous ringing is a call routing feature that allows an incoming call to ring on multiple phone numbers simultaneously. As soon as any one of the designated phones answers, the ringing stops on all other devices. This ensures that the call is answered promptly by the next available person.

Businesses can improve their response times by enabling calls to ring on various devices or teams, such as office phones, smartphones, and those of remote workers. The caller remains unaware of the routing process; they simply dial the business number, and the call is directed to the first available representative.

Simultaneous ring maximizes the chances of a call being answered promptly, leading to better customer satisfaction and more efficient communication.

How to Set up Simultaneous Ring

1. Log in to your control panel.

2. On the dashboard, go to the left-hand menu and under Services, select My Phone Numbers.

select my phone number

3. Locate the line you want to modify and click its Settings icon (⚙️) at the right corner.

select the settings icon

4. Underneath Call Forwarding, hover over Advanced Routing (⚪). To switch to Advanced Routing from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to Advanced Routing.

advanced routing tab

5. Select Go to Rules within the Forwarding Rules section.
6. Once the Rule List page appears, tap Create New Rule.

time of day rule list

7. Set up your simultaneous routing rule with the desired numbers and destinations.

new rule forward calls

  • Begin by entering a Description. Next, under On These Days, indicate the specific days you want to activate Simultaneous Ringing.
  • Next, specify your desired Start and End Date and Interval.
  • Set your Call Method to Simultaneously, which connects to all listed numbers concurrently.

By default, you can ring up to ten phones simultaneously. However, this number can be increased as you wish. Please contact your account manager to request an increase in simultaneous ring capacity.

8. Click Save Rule, and you are done setting up Simultaneous Ringing.

Sequential Forwarding

With Sequential Forwarding, incoming calls are directed to a series of preset phone numbers in a specific order until the call is answered, ensuring that no vital call goes unanswered.

Here’s how it works:
The call first rings on your primary number for a duration that you define. If there is no answer, the sequence automatically forwards to the following number. This process continues—up to four phone numbers—until someone picks up. If none of the numbers respond, you can choose to send the call to voicemail.

Sequential forwarding is ideal for businesses that want to maintain constant availability without missing calls. It helps distribute calls across team members or locations and is especially useful for remote teams, after-hours support, and businesses operating across time zones.

How to Set Up Sequential Forwarding

1. Log in to your control panel.

2. Then, under Services, select My Phone Numbers from the menu on the left side.

select my phone number

3. Click the Settings icon next to the service line you wish to modify. settings

4. In the Call Forwarding section, toggle the Advanced Routing switch to enable it. Once activated, the icon will turn blue (🔵), indicating that advanced routing is now active.

5. Select Go to Rules under the Forwarding Rules section.

6. Click Create New Rule and set up your preferences:

time of day rule list

Here, you can enter all the parameters you want to include in your sequential forwarding rule. Enter a Description, select the days of the week (under On These Days), set the Start and End Dates, and specify the phone number to forward calls to under Perform Action.

7. Set your Call Method to Sequential, where numbers are dialed in a one-by-one order.

Add additional numbers that will ring sequentially if the previous number does not answer.

forward all calls rule

default sequential settings

8. Click Save Rule.

Weighted Call Distribution/Percentage-Based Call Distribution

Percentage-Based Call Distribution—also known as Weight Call Distribution—is an advanced call routing technique that uses randomization and percentages to distribute calls across different destinations. This feature enables you to route X% of calls to one destination and the rest to another to manage incoming calls more efficiently.

It works through a Randomized Weighted Distribution. Each inbound call is evaluated independently using randomization weighted by these percentages.

Let’s look at an example: 17 incoming calls, 20% of which go to A and 80% to B.

It’s not guaranteed that exactly 3 go to A and 14 to B. By randomization, you might see 2 vs 15, or 5 vs 12. However, over many calls, the average will trend toward 20%-80%.

How to Set Up Percentage-Based Call Distribution

Setting up percentage-based routing is simple with Global Call Forwarding. Once you have activated your service:

1. Log in to the control panel.

2. Under Services, click on My Phone Numbers, located in the page’s left-hand menu.

3. Hover over your desired phone line and click the Settings icon. settings

4. Underneath Call Forwarding, hover over Advanced Routing (⚪). To switch to Advanced Routing from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to Advanced Routing.

call forwarding tab

5. Now, under Forwarding Rules, click on Go to Rules and click on Create New Rule.

Here, you can:

  • Add description
  • Configure days and times for this routing rule

forward all calls rule

6. Then, select Forward All Calls and under ‘Forward All Calls to’ list your desired phone numbers and percentages for weighted distribution.

Note: Percentages must add up to 100% and cannot exceed 100%, and you must use whole numbers: 50% rather than 50.33%.

forced distribution

7. Choose your call routing method: Forced % Distribution, and click Save Rule.

Business Hours & After Hours Routing

Business hours and after-hours routing use time-based routing technology to define specific time zone-based schedules for each of your phone numbers. You can configure business hours (e.g., Monday to Friday, 9 AM to 5 PM) and set IVR rules to manage how incoming calls are handled both during and outside these hours.

How to Set up Business Hours Routing

To configure business hours and after-hours routing, follow these steps in your control panel:

1. Log in to your control panel.

2. Select My Phone Numbers from the menu on the left side of the dashboard.

3. Click the Settings icon next to the phone number you want to update. settings
4. Underneath Call Forwarding, hover over Advanced Routing (⚪). To switch to Advanced Routing from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to Advanced Routing.

call forwarding to advanced routing tab

5. In the Forwarding Rules section, select Go to Rules.

6. When the Rule List page opens, click Create New Rule to get started.

time of day rule list

7. Enter a Description, choose the days of the week under On These Days, and set the Start and End Dates along with the desired time Interval.

rules and settings

If your business operates from 9:00 a.m. to 5:00 p.m., you can set up different routing rules for calls that arrive after 5:00 p.m.

8. Choose how to handle after-hours calls:

  • Forward all Calls to a different number or location
  • Send calls directly to Voicemail

forward calls, sequential option

To send calls to a different number or location: Add phone numbers under Forward all Calls for individuals or teams available to take after-hours calls.

Then, select the Call Method:

  • Sequential – rings numbers one after the other
  • Random – rings a randomly selected number
  • Simultaneous – rings all numbers at the same time.

9. Click Save Rule, and changes will take effect based on the chosen time zone.

VIP Routing

VIP call routing lets your business prioritize critical incoming calls, ensuring that high-value clients and top accounts receive immediate assistance.

With Global Call Forwarding, you can set up VIP caller routing in the following ways:

  • Dedicated phone numbers (Recommended) — Get a dedicated phone number to give out to VIP clients. Set up an X-digit extension for VIP callers to press or get a phone number and only “whitelisting” VIP callers. Then, decide where you want these calls to be routed via Advanced Routing or IVR. You can work with our tech support team to get dedicated phone numbers and set this up.
  • Caller ID Routing — Route calls based on the caller ID (as shown above). However, to set up caller ID routing for one specific phone number, you’ll need to work with our tech support team.

Click for step-by-step instructions on setting up VIP caller routing.

Holiday Routing

Holiday routing is a call management feature that lets you redirect all inbound calls during specific holidays or designated periods.

You can forward these calls to alternate destinations, such as:

  • Your personal phone number
  • Remote team members
  • Outsourced support services
  • Voicemail, and more.

This ensures your customers and prospects continue to receive support, even when your leading teams are unavailable.

How to Set Up Holiday Routing

1. Sign in to your control panel.

2. Under Services, click on My Phone Numbers, located in the page’s left-hand menu.

select my phone number

3. Go to the Settings icon next to the line you want to edit. settings

4. Underneath Call Forwarding, hover over Advanced Routing (⚪). To switch to Advanced Routing from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to Advanced Routing.

5. Navigate to Holiday Settings and select Go to Holidays.

select go to holidays

6. Click the green box in the right corner to Create a New Holiday List.

holiday list

7. Now start adding the Name of Your Holiday List and the Description. You can set up multiple lists for different holidays.

create a new holiday list

8. Then, click Save New Holiday List.

9. Now, go back to Advanced Routing and click Go to Rules.

call forwarding to advanced routing tab

10. Click Create New Rule.
11. Add a Description and select the desired Holiday List from the dropdown box on the right-hand side, along with the desired time Interval.

select desired holiday list

12. Then, add the necessary routing rules for this particular holiday list:

To route to a different location or phone number, add phone numbers under Forward all Calls and select the Call Method. Otherwise, you can send calls during this time to Voicemail.

forward calls, sequential option

13. Click Save Rule and view the changes.

Related: Find Me Follow Me Routing

How to Create Monthly On-Call Schedules?

Our Time-of-Day Routing (also called Time-Based Routing) feature enables businesses to route incoming calls based on specific days and hours. This is especially useful for companies that rely on on-call scheduling to manage rotating shifts, after-hours support, or global teams.

By using this feature, managers can create and automate a monthly schedule to ensure calls are routed to the right agent or department during designated shifts — without needing to update call routing settings daily or weekly.

First, you’ll need to map out how you want to set up your agents’ / teams’ schedules.

For example (we’ll show you how to set this up below):

Weekdays 8 AM – 4 PM → Route to Agent A or US office
Weekdays 4 PM – 12 AM → Route to Agent B or APAC office
Weekends 8 AM – 5 PM → Route to Offshore Support Center

Tips:

  • For 24/7 coverage, make sure every hour of the week has a designated route.
  • If your agents are in different countries, confirm routing aligns with their local time.
  • Consider setting up backup destinations in case the primary agent/destination is unavailable.

How to Use Time-of-Day Routing to Create Monthly On-Call Schedules

1. Log in to your control panel.

2. Under Services, click on My Phone Numbers, located in the page’s left-hand menu.

3. Go to the Settings icon next to the line you want to edit. settings

4. Underneath Call Forwarding, hover over Advanced Routing (⚪). To switch to Advanced Routing from Basic Forwarding, click the icon so it is selected (🔵), indicating that your call forwarding is set to advanced routing rules.

advanced routing and zone

5. Set your desired Advanced Forwarding Timezone for this phone line.

6. Navigate to Forwarding Rules and select Go to Rules.

7. A Rule List page will appear on your screen; tap Create New Rule next.

Here, you can create custom rules to manage monthly schedules.

a) Choose what days, dates, and times you want to assign to a particular rep or team. Then click on Forward All Calls and add the associated phone numbers.

b) You can also set weighted call distribution to split calls between the phone numbers you list below.

c) Then, decide how you want calls to route for this ring group, if relevant: sequential, random, simultaneous, forced % distribution.

rules and call method

8. Click Save Rule to set this routing rule in motion.

9. To create a different schedule for another agent or team, you must create a new rule for this phone line (or another phone line, as relevant) — follow steps 7 and 8.

Here’s what it will look like when you have your monthly routing schedule set up:

rules list time-of-day

You can further customize or turn on/off these schedules at any time through the control panel here.

Need additional help? Chat with our tech support team or your account manager; we’re here to help!

How to Receive Calls in the Softphone App

Before you get started, click here to find your Outbound Calling credentials. You will need this to set up forwarding to the softphone and integrations.

To forward and receive inbound calls in the GCF Softphone apps and/or integrations, follow these steps:

1) Choose Outbound Lines

Choose which outbound lines to use with the softphone apps or the integrations.

You can find your Outbound Calling lines and credentials in the control panel.

  1. Click Outbound Calling on the left-hand side of the control panel to reveal all outbound lines.
  2. Your UserID for each outbound calling line will be displayed under the UserID column.
  3. Click the desired User ID or Settings icon. Under the User Options tab, you can view your Line credentials: Password for this line.

For softphone apps: You will log in to the softphone with your desired Outbound line’s User ID and Password.

For the integrations: You will need to connect your GCF Outbound Line with your desired integration. Find instructions for your specific integration here.

2) Set Up Basic Forwarding

To forward and receive calls, you will need to change the Forward-to destination for your inbound lines.

  1. In the control panel, go to My Phone Numbers.
  2. Click on your desired inbound phone line or the Settings icon.
  3. Then, go to the Call Forwarding tab and the Basic sub-tab.
  4. Here, under ‘Forward all calls to,’ enter “sip:” followed by your selected Outbound line’s user ID (see step 1). Example: “sip:UserID.”
  5. Make sure you select the radio icon under Basic to switch the forwarding rule
  6. Click Save Changes.

basic call forwarding

For softphone apps: To receive inbound calls on the softphone apps, set ‘Forward all calls to’ the Outbound line UserID you log in to the softphone with.

For the integrations: To receive inbound calls on the softphone integration, set ‘Forward all calls to’ the Outbound line UserID you have set up the integration with.

3) Forward Incoming Calls to Multiple Destinations

To receive incoming calls on multiple destinations (devices, softphone app, integrations, phone lines, SIP addresses, locations), you will need to configure Advanced Routing.

  1. In the control panel, go to My Phone Numbers.
  2. Click on your desired inbound phone line or the Settings icon.
  3. Then, go to the Call Forwarding tab and the Advanced Routing sub-tab.
  4. Make sure you select the radio icon under Advanced Routing to switch the forwarding rule.
    advanced routing tab
  5. Now, click on Go to Rule and Create New Rule.
  6. In the ‘Forward all calls to’ section, you can enter different destinations where you want to receive calls.
  7. You can include phone numbers, SIP addresses, etc.
  8. You can also customize the routing method: Sequential, Random, Simultaneous, and Forced % Distribution.
  9. Click Save Rule to save changes.

How to Set Up Percentage-Based Call Distribution

What is Percentage-Based Call Distribution?

Percentage-Based Call Distribution — also known as Weight Call Distribution — is an advanced call routing technique that uses randomization and percentages to distribute calls across different destinations. This feature enables you to route X% of calls to one destination and the rest to another, to manage incoming calls more efficiently.

How it Works

It works through a Randomized Weighted Distribution. Each inbound call is evaluated independently using randomization weighted by these percentages.

Let’s look at an example: 17 incoming calls where 20% of calls go to A, 80% of calls go to B.

It’s not guaranteed that exactly 3 go to A and 14 to B. By randomization, you might see 2 vs 15, or 5 vs 12. But over a large number of calls, the average will trend toward 20%-80%.

How to Set Up Percentage-Based Call Distribution

Setting up percentage-based routing is simple with Global Call Forwarding. Once you have activated your service:

1. Log into the control panel.

2. Hover over your desired phone line and click the Settings icon.

3. Click on the Call Forwarding tab and select Advanced Routing.

Note: Make sure to click on the radio button under Advanced Routing to save this as your preferred call forwarding method.

call forwarding tab

4. Now, under Forwarding Rules, click on Go to Rules and click on Create New Rule.

Here, you can:

  • Add description
  • Configure days and times for this routing rule

5. Then, select Forward All Calls and under ‘Forward All Calls to’ list your desired phone numbers and percentages for weighted distribution.

Note: Percentages must add up to—and cannot exceed—100%, and you must use whole numbers: 50% rather than 50.33%.

forced distribution

6. Then, choose your call routing method: Forced % Distribution and click Save Rule.

How to Add Percentage-Based Call Distribution Rules within IVR

1. Click My Phone Numbers on the left-hand side of the page.

select my phone number

Click the Settings icon for the phone number line to create its call flow.
settings icon

4. Click the Call Forwarding tab and select IVR.

call forwading ivr

5. Click the Manage IVR Applications to customize your IVR processes in the IVR call flow builder.

6. Next, hover to the right side of the screen to upload prompts and add or create lists of phone numbers and email addresses in their respective tabs:

select prompts, phone numbers or emails

7. Create a phone number group by click on the Phones tab and then Add a new phone.

IVR - click phone tab

Here, you can create a list or hunt group with multiple destination SIP or phone numbers. This can be your sales team in the head office or your remote customer service team located in a different country.

8. Under Ring Mode, choose Forced % Distribution. Then assign weights to each destination SIP or phone number, as desired. Click Save Changes.

percentage based distribution

Let’s follow this with an example: A business has three sales centers spread across APAC to manage all regional inquiries. They want to route 70% of calls to their Thai office, 20% to India hotline, and 10% to Philippines agents. They will first create a ring group APAC Sales with these rules and then add it to their IVR.

9. To create the IVR menu, click on Create New Application or edit an existing application and click on Phone Call.

IVR new application

To set up forced distribution, you will need to add the phone group created (in step 7) as the phone call destination within the IVR, where desired.

10. After clicking on the phone call action, you will enter the IVR editor mode. Here, click on the Edit icon in the Call #1 card and change the name of the card, add a prompt (if desired), and select the ring group created (in step 7) as the Destination and click Save.

ivr manager

In our example, that would be the APAC Sales ring group.

Now, upon receiving a call, the IVR system will use randomization to route the call to the APAC Sales ring group based on weights assigned.

What is a Local Access Number? (Instructions)

A Local Access Number is a country-specific telephone number that allows users to make international calls through United World Telecom’s (Global Call Forwarding) network without relying on traditional VoIP or high-cost direct dialing. This solution is ideal for regions where VoIP services are restricted or where international calling costs are prohibitively high.

Currently, Local Access is a legacy offering from United World Telecom.

How to Use Local Access Numbers with Us?

  1. Set Up an Outbound Calling Plan — Businesses sign up for an outbound calling plan with United World Telecom.
  2. Register Phone Numbers — Company admins register their phone numbers with us.
  3. Dial the Local Access Number — We provide a toll-free access number that their users can dial from one of their pre-registered phone numbers.
  4. Connect Internationally — Upon connecting, the user dials the access number, then enters the international number they wish to call.

This method routes the call through United World Telecom’s secure international infrastructure, bypassing VoIP blocks and providing a clear, reliable connection.

Benefits of Using Local Access

• Bypass VoIP Restrictions: Use a legal, compliant solution in countries with VoIP bans or restrictions.

• Cost-Effective International Calling: Lower rates compared to local telecom carriers or roaming charges.

• Reliable Connectivity: High-quality international voice connections through UWT’s global network.

• Convenient for Mobile or Remote Users: Enables teams to make global calls from their mobile or landline phones.

Note: Availability of local access numbers varies by country. Please contact our support team or view our rates page for more details.

How to Port a Skype Number?

Update (May 1st, 2025): We are no longer accepting Skype port-ins. Due to the May 5th cutoff date, porting requests will be rejected. Instead, clients can purchase a new phone number to replace their old Skype number.

You can easily port an existing Skype phone number to Global Call Forwarding.

Note that there may be cases where we are unable to port your number. However, you can buy a new phone number with us to replace your Skype phone number. Simply go to our Pricing page, select your desired country and phone number type, and enter your Forward-to / Destination number. Submit your application and we’ll take care of the rest.

Some things to keep in mind before getting started:

  • Before you start the process, you will need to ensure you can port your virtual phone number from Skype to Global Call Forwarding.
  • We only offer number porting for businesses. It is not available for personal use or 2FA verification purposes.
  • Check country coverage or browse our inventory to see if we cover your target regions.
  • We may require these documents to process your request so keep them ready:
    • List of all phone numbers you would like to port from Skype
    • Letter of Authorization (LOA)
    • Skype account information
    • Copy of current Skype phone bill

How to Port / Transfer Your Skype Number

To port your Skype number over to Global Call Forwarding, follow the below steps:

  1. Go to our Pricing page.
  2. On the left, select the country of the number to be ported (United States, Canada, etc)
  3. Select the number type (toll free, geographic, mobile)
  4. Select the prefix or area code (as relevant)
  5. Select Port/Transfer My Number.
  6. On the right, enter the phone number you would like incoming calls to be forwarded to.
  7. On the next screen, add Outbound Calling, if you want to make calls with this number.
  8. Submit your request.
  9. Send an invoice from your current carrier to changes@unitedworldtelecom.com. You can send a screenshot of the billing details (see below). To access this information, go to your Skype Settings.

skype number screen
Skype billing info

Once we’ve received all your documents, let us take care of the rest.

The service transfer can take a few days to a few weeks, based on your number’s country and type. Remember to maintain your old service during this transition period; cancel only after the new service is activated.

Start Using Your New Service

We’ll notify you once the transfer is done and you are ready to use your new service with us. You will then receive call traffic automatically on the new service and be free to cancel your old service.

Log in to your new Global Call Forwarding control panel to set up any features you’d like and start making calls!

Review this pdf

How to Schedule Reports? | Scheduled Reports

Our Scheduled Reports feature lets users schedule custom reports and receive them in their inbox at their convenience. Here’s how you can schedule a report in the control panel:

1. Log in to your control panel and open up the Dashboard
2. Go to Custom Reports from the left sidebar in the control panel. Here, you will see the Generate Reports tab and the Scheduled Reports tab.

3. To schedule a report in the Generate Reports tab, click the green Schedule Report button.

custom reports

4. Enter the following information:

  • Report name: Give your report a unique title.
  • Phone Tags: Choose tags to filter and categorize your report.
  • Inbound / Outbound: Choose which phone lines should be considered for this report.
  • Complete calls only: Uncheck this if you want to also include missed calls and incomplete calls in your report.
  • Frequency: Adjust this to reflect how often you want to receive this report.
    • For example – To receive a report at the beginning of every month, you can configure the setting as – Every 1 month on 1st at 10:00AM.
  • Report period: What period should this report cover?
    • Following the previous example, if you want to see the previous month’s report at the beginning of a new month (i.e. see July’s call activity report on Aug 1st), you can configure the setting as – Previous month.
  • Recipients: Who will receive this report?

schedule custom reports

5. When ready, click Schedule to schedule the report. Once scheduled, you will be able to see and modify this report in the Scheduled Reports tab.

view scheduled reports

You can also schedule a report in the Scheduled Reports tab by clicking the green + Add button.

Related:

How to Install and Use the MS Teams Softphone Integration

With the MS Teams Softphone integration, you can use your Global Call Forwarding Softphone extension to make and receive phone calls.

Note:

  • This MS Teams extension only works if you are an existing customer of Global Call Forwarding and have activated the option for MS Teams Softphone integration.
  • New users can add the MS Teams integration to their GCF service for a $10/month fee per user.
  • New users have a 30-day free trial from the date of initial activation for each line.
  • This integration can be activated and canceled at any time from the account control panel.

How to Set up MS Teams Softphone Integration

To activate the option for MS Teams Softphone integration in your Global Call Forwarding account, follow the below steps:

1. First, log in to your Global Call Forwarding control panel with your email and password.

2. In the Services menu on the left, click on the Integrations option.

MS Teams integrations

3. Find the MS Teams Softphone and click on Activate. During this activation, you will be asked to select your desired outbound line for this integration.

4. Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords (see below). You will need this information to connect MS Teams and Global Call Forwarding.

MS Team pins

5. Agree to the Terms and Activate.

6. Then, download and install the GCF Softphone Windows desktop app from the Microsoft Store. After downloading and installing, log in to the softphone with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Then, in the softphone, go to Settings and Integrations and activate MS Teams integration. A new screen to insert MS Teams credentials will open.

softphone settings

8. Next, go to your Microsoft Teams account.

9. In Apps, search for and install the Global Call Forwarding softphone app. After the installation is completed, return to your MS Teams Home page.

10. To use the softphone extension, your MS Teams page and the softphone app should be opened simultaneously.

11. To make calls, click on the desired contact or phone number, and the softphone desktop app will open and place the call for you. 

How to Use the GCF Softphone with MS Teams

Users can make calls in two ways using the GCF softphone within MS Teams:

Option 1: Call directly from the GCF softphone.

1. Open the Contacts within the softphone. Here you will see both MS Teams contacts and GCF contacts listed. This automatically updates and syncs.

2. Find and click the number or contact you wish to call, and Call.

Option 2: You can use the GCF click-to-dial extension, allowing you to directly click and call the phone numbers that appear in the Teams pages.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app.

3. Within Teams, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.

Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call.

Familiarize yourself with the softphone in our How to Use the GCF Softphone guide.

How to Add & Use Phone Number Tags

Phone Number Tags can help businesses easily manage phone numbers and filter call activity across inbound and outbound phone lines. Account administrators can use phone tags to:

  • Organize phone lines by department or function (sales or support hotlines, help desks, inside sales hotlines, emergency hotlines, etc.).
  • Filter different types of calls (IT calls, critical calls, etc.)
  • Manage calls by location, office, or region (APAC, EMEA, LatAm, etc.).

How to Add Phone Tags to Inbound and Outbound Phone Lines

1. Log in to your control panel and open up the Dashboard

2. To tag inbound phone lines, click on My Phone Numbers in the menu on the left side. To tag outbound phone lines, click on Outbound Calling instead.
3. Then, click the tag icon. tag iconHere, you can Manage Tags or Add tags. Choose a color to go with your tag.

Creating and managing phone number tags through our control panel.

4. You can add tags to every inbound and outbound phone line.

How to Use Phone Number Tags in Custom Reports and AI Call Insights

1) Filter Custom Reports with Phone Number Tags

To generate custom call activity reports for tagged phone lines,

1. Go to Custom Reports from the left sidebar in the control panel.

2. Here, you can filter the reports to get more customized data:

a) Enter a time frame in the fields provided.
b) Choose desired phone number tags.
c) Uncheck the Completed Only checkbox to see missed call metrics.

When ready, click Display Report or Download Report.

2) Filter AI Insights with Phone Number Tags

1. Go to AI Insights from the left sidebar in the control panel.

2. Here, you can filter the reports to get more customized data:

a) Enter a time frame and duration needed in the fields provided.
b) Choose desired tags.
c) Choose desired sentiment(s).

When ready, click Display Report.

How to Set Up AI Call Insights

Leverage AI to analyze call traffic and optimize customer interactions. Monitor calls efficiently with transcripts, summaries, and sentiment analysis. Our AI Call Insights feature comes with Call Transcription, Call Summary, and Sentiment Analysis.

Cost for AI Call Insights: New users get the first 30 days free! After 30 days, our AI Insights feature is $4.95 monthly + $0.05 per minute.

To activate AI Call Insights, log into the Global Call Forwarding control panel.

1. Click My Phone Numbers from the left-hand side of the dashboard.

2. Click on the Recording icon for the service line that you would like to record calls.

3. You will first need to activate Call Recording. Toggle the menu option to the right from Status Off to Status On.

4. Then, turn on the AI Insights – Basic. This includes Call Transcription, Call Summary, and Sentiment Analysis. You can also add Call Translation below to automatically translate call transcripts into your desired language.

5. Click Save Changes to confirm your request.

You will now have access to the AI Insights tab in the left-hand menu.

ai insights menu

Here, for each call, you can view transcripts, sentiment analysis, call summaries, recordings, and other call details.

ai reports with sentiment

transcription summary

ai call translation

To get more specific data, you can filter records based on:

  • Date range
  • Call duration
  • Phone tags
  • Call direction (inbound or outbound)
  • Sentiment rating

reports and analytics

Our AI Insights – Advanced plan will offer more detailed analyses (coming soon).

Have questions? Contact your account manager today or chat with us online.

How to Generate API Credentials

Get backdoor access to your call records and phone line connectivity through our API. To gain access to our API you will need to create an API key.

1. Login into your control panel.

2. In the top right corner click on the small down arrow and select Account Settings.

select account settings

3. From the sub menu choose API

4. Click on the Create API Key button.

create api key

5. Click on and copy your API key and it is now ready for use.

copy api key

Find more information in the API documentation and API Service.

How to Install and Use the GoHighLevel Softphone Integration

With the GoHighLevel Softphone extension, you can use your Global Call Forwarding Softphone within your GoHighLevel platform to make and receive phone calls.

Note: This GoHighLevel softphone extension only works if you are an existing customer of Global Call Forwarding and have activated the option for GoHighLevel CRM Softphone integration. And is using the Microsoft Store version of the GCF softphone for Windows PCs.

How to Set up GoHighLevel Softphone CRM Integration

To activate the option for GoHighLevel CRM Softphone integration in your Global Call Forwarding account, follow the below steps:

1. Download GCF Softphone from Microsoft Store, on your Windows computer.

ms app store softphone

2. Log in to your Global Call Forwarding control panel with your email and password.

3. In the Services menu on the left, click on the Integrations option.

4. Find the GoHighLevel Softphone Integration and click Activate. During this activation, you will be asked to select your desired outbound line for this integration.

highlevel select

Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords (see below). You will need this information to connect HighLevel and Global Call Forwarding.

highlevel activate

5. Agree to Terms and Activate.

Highlevel activate

6. Then, open your GCF Softphone desktop application and log in with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Click on Settings and Integrations, and click on Activate CRM Connector for GoHighLevel.

Highlevel connector

8. A new window will open up. Log in with your GoHighLevel credentials.

9. Open your CRM page and start using the softphone.

How to Use the GCF Softphone with GoHighLevel

Users can make calls in two ways using the GCF softphone within GoHighLevel:

Option 1: Call directly from the GCF softphone.

1. Open the Contacts within the softphone. Here you will see both GoHighLevel contacts and GCF contacts listed. This automatically updates and syncs. Your contact list is updated whenever (and only when…) the application is restarted.

highlevel contacts

2. Find and click the number or contact you wish to call, and Call.

Option 2: You can use the GCF click-to-dial extension, allowing you to directly click and call the phone numbers that appear in the CRM.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app. Please, restart your browser and application after installing and activating the extension.

3. Within the CRM, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.

hubspot click-to-dial

Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call.

How to Add Call Transcription and Translation | AI Insights

Global Call Forwarding customers can also add Call Transcription and Call Translation features to their phone lines. Once transcription is activated, this feature will automatically transcribe recorded calls and display them in a text format.

You can view the text through the control panel. This gives your teams the option to read and easily share recordings

Current languages supported for transcription: Afrikaans, Arabic, Armenian, Azerbaijani, Belarusian, Bosnian, Bulgarian, Catalan, Chinese, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kannada, Kazakh, Korean, Latvian, Lithuanian, Macedonian, Malay, Marathi, Maori, Nepali, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swahili, Swedish, Tagalog, Tamil, Thai, Turkish, Ukrainian, Urdu, Vietnamese, and Welsh.

You can also activate Call Translation to automatically translate these transcripts to your desired language.

Note: To use Call Transcription, you will need to turn on the Call Recording feature in the control panel. And to use Translation, you will need to activate both Call Recording and Transcription.

Cost for Call Recording: Our Call Recording plans start at $5.00/month + additional 3¢ per minute.

Cost for Call Transcription: Call Transcription is part of our AI Insights feature. New users get the first 30 days free! After 30 days, our AI Insights feature (including Call Transcription) is $4.95 monthly + $0.05 per minute.

Cost for Call Translation: First 30 days after activation is free of charge. After 30 days, there is $3.95 monthly fee.

Current languages supported for translation: English, Portuguese, German, French, Russian, Italian, Swedish, Norwegian, Dutch, Ukrainian, Polish, Danish, Romanian, Korean, Hindi, Bulgarian, Czech, Indonesian, and Turkish.

Turn on Call Transcription and Translation

1. Get started by logging into your control panel.

2. Click My Phone Numbers from the left-hand side of the dashboard.

3. Click on the Recording icon for the service line that you would like to record calls.

4. If you haven’t turned on Call Recording, then first toggle the menu option to the right from Status Off to Status On.

5. Then, turn on the AI Insights – Basic (this includes Call Transcription. You can even turn on Translation.

6. Click Save Changes to confirm your request.

call recording transcription

How to View Call Recording Transcripts & Translations?

You can view call recording transcripts and translations in a few different ways:

  1. My Phone Numbers tab
  2. Outbound Calling tab
  3. Custom Reports
  4. Softphone (upcoming)

To view call recording transcripts and translations in the control panel, follow these steps:

1. Click on My Phone Numbers or Outbound Calling

2. Then, click the Service Plan icon of your desired phone line.
transcription choose service plan

3. Then, select the Activity tab. On the right, under Call Recording, you’ll see options to hear recordings or read transcripts.
call recording activity transcription

You can also view recordings and transcripts through Custom Reports for specific time periods.

recordings custom reports

We are also working on adding this functionality to our softphone for CRM integrations. Once activated, you’ll be able to view call recording transcripts and translations directly in the GCF softphone.

softphone transcriptions option

How Does Outbound Calling Pricing Work?

We offer five outbound calling plans, each with included calling credits and an additional per-minute rate. Higher plans offer more calling credits and better outbound rates.

outbound calling signup

Understanding Pricing and Plan Levels

The monthly service plan fee is used as a call credit each month. Call credits work similarly to a calling card, in that there is a credit balance and per-minute rates to call different destinations. Call usage exceeding the plan amount will be charged at applicable per-minute rates.

Example

Suppose you subscribe to the Outbound Calling Basic Plan at $25 monthly. This gives you $25 worth of credit to make outbound calls. Different countries and destinations (e.g., landlines, and mobile phones) have different rates.

For example, the per-minute rate to call the US and Canada is $0.023, and the per-minute rate to call mobile phones in the United Kingdom is $0.08 (rates are current as of May 20th, 2024).

  • You would have 1,086 included minutes if you only call the US & Canada ($25 / $0.023 per minute = 1,086 minutes)
  • Similarly, you would have 312 included minutes if you only call mobile phones in the United Kingdom ($25 / $0.08 per minute = 312 minutes).

Your calling credit gets recharged each month until you discontinue the service.

Here are some further examples:

    • You start the month with a $25 balance (Outbound Basic Plan).
    • You make a 10-minute call to the US. $0.23 is deducted from your balance (10 * $0.023). You now have $24.77 remaining in the month.
    • Then, you make a 10-minute call to a mobile phone in the United Kingdom. $0.80 is deducted from your balance, leaving you with $23.97 remaining in the month.
  • After using all your call credits, you can continue making calls, which will be charged at the per-minute rate.

Other Questions

• You can see your monthly usage by logging into your control panel — Outbound Calling > Service Plan of desired phone line > Activity:

outbound activity

• If you sign up in the middle of the month, you will be billed a prorated amount and have a prorated calling credit.

• The service is billed in 60/60 increments. If your outbound call is connected for 5 seconds, 10 seconds, or 32 seconds, you’re billed for 1 minute. And if the call does not connect, then you will not be billed for the call.

• You can View Rates for different countries on this page:

UWT outbound prices

outbound rates

FreePBX Call Routing (SIP Configuration)

Get enterprise-ready voice solutions by integrating Global Call Forwarding into your FreePBX today!

To set up, you will need your GCF SIP Information for Call Forwarding, then follow the below steps:

1. From the FreePBX Management Console, select SIP Trunks > Add SIP Trunk.

2. Select the Generic option in the Select Country dropdown menu, and then choose Generic VoIP Provider or Generic SIP Trunk.

3. Enter the SIP trunk main number (+15619086171). Click OK to create and proceed to configure the SIP Trunk.

trunk details

4. Enter a name for this VoIP provider account (Global Call Forwarding). Crosscheck the pre-filled Registrar/Server/Gateway Hostname or IP: mysipaccount.net

5. Specify the Number of Simultaneous Calls your provider allows: 24

6. For Type of Authentication, select IP based – enter SIP authentication ID (XXXXXXXXX) and password (XXXXX).

7. Click OK to save the trunk settings.

sip authentication

Route Calls Over SIP Trunk

Outbound rules dictate how FreePBX routes outgoing calls, i.e. via different SIP trunks or gateways, based on which user or group is calling, the dialed number, or the number length. You need to create at least one outbound rule to start calling with FreePBX.

route calls

1. Go to Outbound Rules, select Add, and enter a name for the new rule.

2. Specify any matching criteria to trigger this outbound rule in the Apply this rule to these calls section.

Asterisk Call Routing (SIP Configuration)

Get enterprise-ready voice solutions by integrating United World Telecom with Asterisk!

To set up, you will need your GCF SIP Information for Call Forwarding, then follow the below steps:

1. From the Asterisk Management Console, select SIP Trunks > Add SIP Trunk.

2. Select the Generic option in the Select Country dropdown menu, and then choose Generic VoIP Provider or Generic SIP Trunk.

3. Enter the SIP trunk main number (+15619086171). Click OK to create and proceed to configure the SIP Trunk.

4. Enter a name for this VoIP provider account (United World Telecom). Crosscheck the pre-filled Registrar/Server/Gateway Hostname or IP: mysipaccount.net

5. Specify the Number of Simultaneous Calls your provider allows: 24

6. For Type of Authentication, select IP based – enter SIP authentication ID (XXXXXXXXX) and password (XXXXX).

7. Click OK to save the trunk settings.

Route Calls Over SIP Trunk

Outbound rules dictate how Asterisk routes outgoing calls, i.e. via different SIP trunks or gateways, based on which user or group is calling, the dialed number, or the number length. You need to create at least one outbound rule to start calling with Asterisk.

1. Go to Outbound Rules, select Add, and enter a name for the new rule.

2. Specify any matching criteria to trigger this outbound rule in the Apply this rule to these calls section.

Learn About Our Integration With Asterisk

Asterisk is an open-source communication platform that enables organizations to implement and manage a full-featured private branch exchange (PBX) system using standard computer hardware. United World Telecom integrates with Asterisk to enable international DID number provisioning and reliable outbound calling. Learn more about our integration with Asterisk here.

Genesys Call Routing (SIP Configuration)

Get enterprise-ready voice solutions by integrating Global Call Forwarding with Genesys today!

To set up, you will need your GCF SIP Information for Call Forwarding, then follow the below steps:

1. From the Genesys Management Console, select SIP Trunks > Add SIP Trunk.

2. Select the Generic option in the Select Country dropdown menu, and then choose Generic VoIP Provider or Generic SIP Trunk.

3. Enter the SIP trunk main number (+15619086171). Click OK to create and proceed to configure the SIP Trunk.

4. Enter a name for this VoIP provider account (Global Call Forwarding). Crosscheck the pre-filled Registrar/Server/Gateway Hostname or IP: mysipaccount.net

5. Specify the Number of Simultaneous Calls your provider allows: 24

6. For Type of Authentication, select IP based – enter SIP authentication ID (XXXXXXXXX) and password (XXXXX).

7. Click OK to save the trunk settings.

Route Calls Over SIP Trunk

Outbound rules dictate how Genesys routes outgoing calls, i.e. via different SIP trunks or gateways, based on which user or group is calling, the dialed number, or the number length. You need to create at least one outbound rule to start calling with Genesys.

1. Go to Outbound Rules, select Add, and enter a name for the new rule.

2. Specify any matching criteria to trigger this outbound rule in the Apply this rule to these calls section.

Side note: You can also integrate Genesys with our SBC. Contact your account manager for more information.

Five9 Call Routing (SIP Configuration)

Get enterprise-ready voice solutions by integrating Global Call Forwarding with Five9 today!

To set up, you will need your GCF SIP Information for Call Forwarding, then follow the below steps:

1. From the Five9 Management Console, select SIP Trunks > Add SIP Trunk.

2. Select the Generic option in the Select Country dropdown menu, and then choose Generic VoIP Provider or Generic SIP Trunk.

3. Enter the SIP trunk main number (+15619086171). Click OK to create and proceed to configure the SIP Trunk.

4. Enter a name for this VoIP provider account (Global Call Forwarding). Crosscheck the pre-filled Registrar/Server/Gateway Hostname or IP: mysipaccount.net

5. Specify the Number of Simultaneous Calls your provider allows: 24

6. For Type of Authentication, select IP based – enter SIP authentication ID (XXXXXXXXX) and password (XXXXX).

7. Click OK to save the trunk settings.

Route Calls Over SIP Trunk

Outbound rules dictate how Five9 routes outgoing calls, i.e. via different SIP trunks or gateways, based on which user or group is calling, the dialed number, or the number length. You need to create at least one outbound rule to start calling with Five9.

1. Go to Outbound Rules, select Add, and enter a name for the new rule.

2. Specify any matching criteria to trigger this outbound rule in the Apply this rule to these calls section.

Twilio Call Routing (SIP Configuration)

Get enterprise-ready voice solutions by integrating Global Call Forwarding with Twilio!

To set up, you will need your GCF SIP Information for Call Forwarding, then follow the below steps:

1. From the Twilio Management Console, select SIP Trunks > Add SIP Trunk.

2. Select the Generic option in the Select Country dropdown menu, and then choose Generic VoIP Provider or Generic SIP Trunk.

3. Enter the SIP trunk main number (+15619086171). Click OK to create and proceed to configure the SIP Trunk.

4. Enter a name for this VoIP provider account (Global Call Forwarding). Crosscheck the pre-filled Registrar/Server/Gateway Hostname or IP: mysipaccount.net

5. Specify the Number of Simultaneous Calls your provider allows: 24

6. For Type of Authentication, select IP based – enter SIP authentication ID (XXXXXXXXX) and password (XXXXX).

7. Click OK to save the trunk settings.

Route Calls Over SIP Trunk

Outbound rules dictate how Twilio routes outgoing calls, i.e. via different SIP trunks or gateways, based on which user or group is calling, the dialed number, or the number length. You need to create at least one outbound rule to start calling with Twilio.

1. Go to Outbound Rules, select Add, and enter a name for the new rule.

2. Specify any matching criteria to trigger this outbound rule in the Apply this rule to these calls section.

Side note: We also offer a more comprehensive Twilio SIP Integration. Contact your account manager for more information.

How to Install and Use the Salesforce Softphone Integration

With the Salesforce CRM Softphone extension, you can use your Global Call Forwarding Softphone within your Salesforce CRM pages to make and receive phone calls.

Note: This Salesforce CRM extension only works if you are an existing customer of Global Call Forwarding and have activated the option for Salesforce-GCF Softphone integration.

Learn more about the benefits of the Salesforce integration here.

How to Set up Salesforce Softphone Integration

Each user selected must go to their Salesforce CRM and install the GCF Softphone extension:

  1. Log in to your Salesforce account. Then, go to Salesforce AppExchange. Search and install the Global Call Forwarding Softphone.

salesforce marketplace
2. After the installation is completed, a screen will appear requesting the corresponding Global Call Forwarding Outbound Calling credentials. To find your Outbound Calling credentials:

  • Log in to your Global Call Forwarding control panel.
  • Click Outbound Calling on the left-hand side of the control panel to reveal all outbound lines.
  • Your UserID for each outbound calling line will be displayed under the UserID column.
  • Click the desired User ID or Settings icon and under the User Options tab, you can view your Line credentials: Password for this line.

Enter the relevant User ID and password to connect Salesforce and Global Call Forwarding.

Salesforce pins and passwords

How to Use the GCF Softphone within Salesforce

Once the credentials are entered, a ‘phone’ icon will appear at the bottom right corner, click on it.

A menu will open your softphone app or simply click on the green ‘phone’ icons beside every contact’s phone number to instantly place a call to that number using your softphone extension.

Familiarize yourself with the softphone in our How to Use the GCF Softphone guide.

Advanced Settings

Note that the GCF Salesforce app only works in Salesforce Lightning modules. To activate the GCF Salesforce app in your desired module, follow these steps:

1. Click the gear icon on the top right corner of the page and choose Setup.

select setup

2. In the Search field, type in Apps and click on App Manager.

apps manager

3. Choose a module in which the GCF Softphone should be accessible. It must be a Lightning module under the App Type heading. Click on Edit on the far right of your desired module.

select module

4. Then, click on Utility Items (Desktop Only).

add utility item

5. Click the Add Utility Item button. Search for and click on GCF Softphone from the results. Note: Do not touch the setting under Utility Item Properties.

gcf softphone module

6. Then, click on Save. Now the GCF Softphone is installed in that module.

If you are still unable to view or use our integration, please make sure you have the Lightning Web Security box checked. To do this,

1. From your module’s Home page, click the gear icon on the right and select Service Setup.

2. From the left navigation menu, search for and click on Session Settings.

3. Then, scroll down to Lightning Web Security and check the box.
session settings

4. Click Save to save your settings. This change takes about 30 minutes to come into effect. Please clear your browser’s cache to ensure changes take effect.

Note that if your Salesforce account is using other third-party apps within the account, those apps may be affected with that box checked.

For any other questions, contact your account manager or tech support for assistance.


Play Video

How to Install and Use the Gorgias Softphone Integration

With the Gorgias Softphone extension, you can use your Global Call Forwarding Softphone within your Gorgias help desk pages to make and receive phone calls.

Note: This Gorgias softphone extension only works if you are an existing customer of Global Call Forwarding and have activated the option for Gorgias Softphone integration.

How to Set up Gorgias Softphone Help Desk Integration

To activate the option for Gorgias Softphone integration in your Global Call Forwarding account, follow the below steps:

1. Download GCF Softphone from Microsoft Store, on your Windows computer.

ms app store softphone

2. Log in to your Global Call Forwarding control panel with your email and password.

3. In the Services menu on the left, click on the Integrations option.

4. Find the Gorgias Softphone Integration and click Activate. During this activation, you will be asked to select your desired outbound line for this integration.

gorgias select

Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords (see below). You will need this information to connect Gorgias and Global Call Forwarding.

gorgias lines

5. Agree to the Terms and Activate.

gorgias terms

6. Then, open your GCF Softphone desktop application and log in with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Click on Settings and CRM Integrations, and Activate the connector for Gorgias.

gorgia connector

8. A new window will open up. Log in with your Gorgias credentials.

9. Open your help desk page and start using the softphone.

How to Use the GCF Softphone with Gorgias

Users can make calls in two ways using the GCF softphone within Gorgias:

Option 1: Call directly from the GCF softphone.

1. Open the Contacts within the softphone. Here you will see both Gorgias contacts and GCF contacts listed. This automatically updates and syncs.

gorgias contacts

2. Find and click the number or contact you wish to call, and Call.

Option 2: You can use the GCF click-to-dial extension, allowing you to directly click and call the phone numbers that appear in the help desk software.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app.

3. Within the help desk, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.
hubspot click-to-dial
Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call.

How to Install and Use the Odoo Softphone Integration

With our Odoo CRM VoIP integration, you can use your GCF Softphone within your Odoo CRM pages to make and receive phone calls.

Note: This Odoo softphone extension only works if you are an existing customer of United World Telecom and have activated the option for Odoo CRM Softphone integration.

How to Set up Odoo Softphone CRM Integration

To activate the option for Odoo CRM Softphone integration in your Global Call Forwarding account, follow the below steps:

1. Download GCF Softphone from the Microsoft Store on your Windows computer.

ms app store softphone

2. Log in to your Global Call Forwarding control panel with your email and password.

3. In the Services menu on the left, click on the Integrations option.

4. Find the Odoo Softphone Integration and click Activate. During this activation, you will be asked to select your desired outbound line for this integration.

Activation instructions for Odoo CRM VoIP integration.

Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords. You will need this information to connect Odoo and Global Call Forwarding.

Odoo use ID and password

5. Agree to the Terms and Activate.

Odoo activate

6. Then, open your GCF Softphone desktop application and log in with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Click Settings and CRM Integrations, and click on Activate CRM Connector for Odoo.

Odoo connector

8. A new window will open up. Log in with your Odoo credentials.

9. Open your CRM page and start using the softphone.

How to Use the GCF Softphone with Odoo

Users can make calls in two ways using the GCF Softphone within Odoo:

Option 1: Call directly from the GCF Softphone.

1. Open the Contacts within the softphone. Here you will see both Odoo contacts and GCF contacts listed. This automatically updates and syncs.

VoIP contacts setup for Odoo CRM integration

2. Find and click the number or contact you wish to call, and Call.

Option 2: You can use the GCF click-to-dial extension to directly click and call the phone numbers that appear in the CRM.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app.

3. Within the CRM, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.

Click-to-dial instructions for Odoo CRM
Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call. 

How to Install and Use the Pipedrive Softphone Integration

With the Pipedrive Softphone extension, you can use your Global Call Forwarding Softphone within your Pipedrive CRM pages to make and receive phone calls.

Note: This Pipedrive softphone extension only works if you are an existing customer of Global Call Forwarding and have activated the option for Pipedrive CRM Softphone integration.

How to Set up Pipedrive Softphone CRM Integration

To activate the option for Pipedrive CRM Softphone integration in your Global Call Forwarding account, follow the below steps:

1. Download GCF Softphone from Microsoft Store, on your Windows computer.

ms app store softphone

2. Log in to your Global Call Forwarding control panel with your email and password.

3. In the Services menu on the left, click on the Integrations option.

4. Find the Pipedrive Softphone Integration and click Activate. During this activation, you will be asked to select your desired outbound line for this integration.

pipedrive select

Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords. You will need this information to connect Pipedrive and Global Call Forwarding.

Pipedrive user ID and password

5. Agree to the Terms and Activate.

Pipedrive terms

6. Then, open your GCF Softphone desktop application and log in with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Click on Settings and CRM Integrations, and click on Activate CRM Connector for Pipedrive.

pipedrive connector

8. A new window will open up. Log in with your Pipedrive credentials.

9. Open your CRM page and start using the softphone.

How to Use the GCF Softphone with Pipedrive

Users can make calls in two ways using the GCF softphone within Pipedrive:

Option 1: Call directly from the GCF softphone.

1. Open the Contacts within the softphone. Here you will see both Pipedrive contacts and GCF contacts listed. This automatically updates and syncs.

pipedrive contacts

2. Find and click the number or contact you wish to call, and Call.

Option 2: You can use the GCF click-to-dial extension, allowing you to directly click and call the phone numbers that appear in the CRM.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app.

3. Within the CRM, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.

hubspot click-to-dial

Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call. 

How to Install and Use the Intercom Softphone Integration

With the Intercom Softphone extension, you can use your Global Call Forwarding Softphone within your Intercom help desk pages to make and receive phone calls.

Note: This Intercom softphone extension only works if you are an existing customer of Global Call Forwarding and have activated the option for Intercom Softphone integration.

How to Set up Intercom Softphone Help Desk Integration

To activate the option for Intercom Softphone integration in your Global Call Forwarding account, follow the below steps:

1. Download GCF Softphone from Microsoft Store, on your Windows computer.

ms app store softphone

2. Log in to your Global Call Forwarding control panel with your email and password.

3. In the Services menu on the left, click on the Integrations option.

4. Find the Intercom Softphone Integration and click Activate. During this activation, you will be asked to select your desired outbound line for this integration.

intercom select

Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords. You will need this information to connect Intercom and Global Call Forwarding.

Intercom user ID and password

5. Agree to the Terms and Activate.

Intercom activate

6. Then, open your GCF Softphone desktop application and log in with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Click on Settings and Integrations, and Activate for Intercom.

intercom connector

8. A new window will open up. Log in with your Intercom credentials.

9. Open your help desk page and start using the softphone.

How to Use the GCF Softphone with Intercom

Users can make calls in two ways using the GCF softphone within Intercom:

Option 1: Call directly from the GCF softphone.

1. Open the Contacts within the softphone. Here you will see both Intercom contacts and GCF contacts listed. This automatically updates and syncs.

intercom contacts

2. Find and click the number or contact you wish to call, and Call.

Option 2: You can use the GCF click-to-dial extension, allowing you to directly click and call the phone numbers that appear in the help desk software.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app.

3. Within the help desk, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.

hubspot click-to-dial

Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call.

How to Install and Use the Zoho Desk Softphone Integration

With the Zoho Desk Softphone extension, you can use your Global Call Forwarding Softphone within your Zoho Desk help desk pages to make and receive phone calls.

Note: This Zoho Desk softphone extension only works if you are an existing customer of Global Call Forwarding and have activated the option for Zoho Desk Softphone integration.

How to Set up Zoho Desk Softphone Integration

To activate the option for Zoho Desk Softphone integration in your Global Call Forwarding account, follow the below steps:

1. Download GCF Softphone from Microsoft Store, on your Windows computer.

ms app store softphone

2. Log in to your Global Call Forwarding control panel with your email and password.

3. In the Services menu on the left, click on the Integrations option.

4. Find the Zoho Desk Softphone Integration and click Activate. During this activation, you will be asked to select your desired outbound line for this integration.
zoho desk select

Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords (see below). You will need this information to connect Zoho Desk and Global Call Forwarding.
zoho desk choose line

5. Agree to the Terms and Activate.

Zoho Desk activate

6. Then, open your GCF Softphone desktop application and log in with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Click on Settings and CRM Integrations, and click to Activate connector for Zoho Desk.

zoho desk connector

8. A new window will open up. Log in with your Zoho Desk credentials.

9. Open your help desk page and start using the softphone.

How to Use the GCF Softphone with Zoho Desk

Users can make calls in two ways using the GCF softphone within Zoho Desk:

Option 1: Call directly from the GCF softphone.

1. Open the Contacts within the softphone. Here you will see both Zoho Desk contacts and GCF contacts listed. This automatically updates and syncs.

hubspot contacts

2. Find and click the number or contact you wish to call, and Call.

Option 2: You can use the GCF click-to-dial extension, allowing you to directly click and call the phone numbers that appear in the help desk software.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app.

3. Within the help desk, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.

hubspot click-to-dial

Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call.

How to Install and Use the HubSpot Softphone Integration

With the HubSpot Softphone extension, you can use your Global Call Forwarding Softphone within your HubSpot CRM pages to make and receive phone calls.

Note: This HubSpot softphone extension only works if you are an existing customer of Global Call Forwarding and have activated the option for HubSpot CRM Softphone integration.

How to Set up HubSpot Softphone CRM Integration

To activate the option for HubSpot CRM Softphone integration in your Global Call Forwarding account, follow the below steps:

1. Download GCF Softphone from the Microsoft Store on your Windows computer.

ms app store softphone

2. Log in to your Global Call Forwarding control panel with your email and password.

3. In the Services menu on the left, click on the Integrations option or click here to open the Integrations page.

4. Find the HubSpot Softphone Integration and click Activate. During this activation, you will be asked to select your desired outbound line for this integration.

HubSpot select
Before you leave, make a note of your Outbound Lines’ User IDs/PINs and Passwords (see below). You will need this information to connect HubSpot and Global Call Forwarding.
hubspot activate

5. Agree to the Terms and Activate.

hubspot terms

6. Then, open your GCF Softphone desktop application and log in with your Global Call Forwarding Outbound Lines’ credentials — the relevant UserIDs / PINs and passwords you selected in step 4.

softphone login

7. Click on Settings and CRM Integrations, and click on Activate CRM Connector for HubSpot.

hubspot-connector

8. A new window will open up. Log in with your HubSpot credentials.

Hubspot authorize

9. Open your CRM page and start using the softphone.

How to Use the GCF Softphone with HubSpot

Users can make calls in two ways using the GCF Softphone within HubSpot:

Option 1: Make and receive calls directly from the GCF Softphone.

1. Open the Contacts within the softphone. Here you will see both HubSpot contacts and GCF contacts listed. This automatically updates and syncs.

hubspot contacts

2. Find and click the number or contact you wish to call, and Call.

3. To receive inbound calls within the Softphone app, you will set ‘Forward all calls to’ the Outbound line UserID you log in to the softphone with. Follow the below steps:

  • In the control panel, go to My Phone Numbers.
  • Click on your desired inbound phone line or the Settings icon.
  • Then, go to the Call Forwarding tab and the Basic sub-tab.
  • Here, under ‘Forward all calls to,’ enter “sip:” followed by your selected Outbound line’s user ID (see step 1). Example: “sip:UserID.”
  • Make sure you select the radio icon under Basic to switch the forwarding rule
  • Click Save Changes.

Option 2: Use the GCF Click-to-Dial extension, allowing you to directly click and call the phone numbers that appear in the CRM.

1. Click here to activate the GCF Chrome extension.

2. Once the extension is activated, it will automatically connect with the GCF Softphone app.

3. Within the CRM, you’ll find a click-to-dial button next to all phone numbers. Simply, click on the button to dial the desired number or contact.

Hubspot contacts and click-to-dial

4. This will prompt the softphone dial pad to open up. Click on the Call button to place the call.

Alternatively, you can have the Dial immediately setting turned on in the extension settings. This way, when you click the call button, the call is placed through the softphone directly, without asking you to click Call.

Note: If the call rings but doesn’t connect, the SIP socket might have disconnected. To resolve this, in the Softphone, go to Settings, scroll down to Advanced settings and then under Currently connected server, change the preferred server to the US, then click Save.

phone setting

If you have Call Recording or AI Insights activated with us, you will also be able to see recordings and transcripts of your call in HubSpot.

Hubspot activity and phone

How to Add Numbers with Local 2-Way Voice?

Local 2-Way Voice is a solution that ensures outbound calls through your international phone numbers travel via reliable local routes in target regions. You can use and display in-country caller IDs with the guarantee that local caller IDs will be displayed and calls will connect.

You can add Numbers with Local 2-Way Voice by:

  • Purchasing Local 2-Way Voice numbers from our inventory.
  • Adding Local 2-Way Voice numbers from the control panel.

To Purchase Local 2-Way Voice Numbers from the Website:

1. Go to our Pricing page.
2. In Step 1, select your desired Country and browse through Number types.
3. Look for Geographic (Local 2-Way Voice), Mobile (Local 2-Way Voice), or National (Local 2-Way Voice).

local 2-way prices
4. Then, fill in where you want calls to be forwarded and continue with the rest of the signup process.
5. Select an Inbound plan, add optional features, and choose an Outbound plan.

outbound calling plans
6. Add to Cart and then Submit.

To Add Local 2-Way Voice Numbers from the Control Panel:

1. Log in to your control panel.

2. Click on Add Service Lines from the left bar and select Call Forwarding.

add service line

3. In Step 1, select your desired Country and browse through Number types.

4. Look for Geographic (Local 2-Way Voice), Mobile (Local 2-Way Voice), or National (Local 2-Way Voice).

call forwarding options

5. Then, fill in where you want calls to be forwarded and continue with the rest of the signup process.

6. Select an Inbound plan, add optional features, and choose an Outbound plan.

pricing plans

7. Add to Cart and then Submit.

Note:

During the signup process, you can turn on a free trial to test the service. You can also add more numbers to your cart before finalizing the purchase.