- I can't transfer calls
- The app keeps crashing
- My customer hears an echo
- The app only rings once
- I have downloaded the app, but it doesn't work.
- I can't make outgoing calls with 4G
- Audio stuttering
- Have I set up the app correctly in Freedom?
- The customer cannot hear me
- I have taken over the app account from a colleague
- I don't see my company name on my app as I have set it in the dial plan
- I can't hear the customer
- You get the message: 'You don't have an app account. This means you cannot receive incoming calls in Voys.'
- There is no audio at all
- I'm not seeing all my (missed) calls
- My headset is not working
- Improving Call Quality
- The network
- Calling via WiFi
- Turn off WiFi
- My colleagues and I are using the same user account
- I hear a voice announcing the phone number I'm calling or that's calling me
- I'm not receiving incoming calls
- When I try to call, I hear a 'number is not reachable' tone
- I cannot make outgoing calls
- The connection drops during a call
- My incoming phone number is always my own business phone number
- Why can't I make calls to +31(0)612345678?
- My colleagues can't see me in the app
- I can't answer calls
- My Voys app doesn't work (properly) when I have Bluetooth enabled.
- The problem is not solved yet
- Related Pages
I can't transfer calls
You are on a call, but the transfer button is not available.
Are there any known issues on our side?
Click here to see if your problem can't be solved at the moment and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version and eliminates other potential issues. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. If your problem is resolved or works better, we recommend using that network for better reliability. Read here for more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
Is your phone unlocked?
When you receive a call, the iPhone allows you to answer but the phone may still be secured with fingerprint or password. If you want to transfer a call, first make sure you unlock your iPhone and click on the Voys app. You will then be able to see your call and find the transfer option immediately.
The app keeps crashing
This help page addresses the issue of app crashes and provides troubleshooting steps to resolve persistent stability problems with the Voys mobile application. The page covers diagnostic steps to identify if contact list integration is causing crashes due to large contact databases, includes detailed instructions for reinstalling the app without contact permissions to test stability, and offers guidance on determining whether contact list size is the root cause of the crashing issue.
Is your phone's contact list linked to the app?
Do you have many contacts in your contact list? It's possible that our app can't handle that many.
- Remove our app from your phone.
- Reinstall the app.
- You will now receive several permission requests.
- When Voys shows the notification: 'Voys would like to access your contacts', press Don't Allow.
- Try using the app again. Is it no longer crashing? Then our app cannot handle the number of your contacts. It's too many.
- If this doesn't solve the problem, continue reading.
My customer hears an echo
A handful of customers indicate that there is always an echo heard by the customer during a phone call with the app. At this time, we cannot pinpoint this issue. This is partly because we cannot reproduce the problem. We have stopped investigating where the problem originates from, but we would still like to hear if you experience this problem.
Temporary solution
There is a way to remove the echo during the call.
- Turn on the speaker during the call.
- The customer will no longer hear an echo.
We understand that this can be very frustrating. If you're looking for another way to make calls, please contact us. We're happy to explore options with you.
The app only rings once
Due to iOS restrictions, our apps are limited in how they can run in the background. Therefore, when incoming calls arrive, we first need to send a message to wake up the app. If the app responds and registers in time, we forward the call to the app. These messages are processed by a new middleware component.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version and helps rule out other potential issues. Click here for step-by-step reinstallation instructions.
- Is your phone running the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling over WiFi?
Try calling over 4G/5G. If your problem is resolved or works better, we recommend using that network for better reachability. Read here for more information about the network.
How can the iOS operating system be the cause of the problem?
The iOS operating system always makes the Voys App ring once for an incoming call, even if that call is no longer available. This can happen, for example, if you're in a call group and one of your colleagues has already answered the call.
This is a VoIP issue that always occurs with iOS. The Voys App is therefore not the only app with this problem. All other VoIP apps are affected, such as Bria or Zoiper. Our developers are doing everything possible to make the Voys App work as well as possible within the limitations of iOS.
Is Screen Time enabled on your iPhone?
Are you using the Screen Time feature? Make sure to add our app to Always Allowed.
- Go to the settings of your iPhone.
- Then go to Screen Time.
- Click on Always Allowed.
- Scroll through the list until you see the Voys app.
- Press the plus icon.
Background refresh must be enabled.
Due to iOS restrictions, our apps can only run in limited ways in the background. Therefore, with incoming calls, we first need to send a message to wake up the app. If the app does this and registers in time, we forward the call to the app. The messages for this are processed by a new middleware component. So make sure the app is always active.
- Go to the settings of your iPhone.
- Click on our app.
- Enable background refresh.
Why is iOS13 a step backward for our (and actually every) VoIP app?
A VoIP device, such as a Yealink t41s, maintains an open connection (via REGISTER requests) with a VoIP platform. As soon as someone calls, they can find each other immediately. Mobile apps cannot maintain an open connection with our VoIP platform; they communicate via push notifications. This can be seen as an intermediate step between the VoIP platform and our app.
A phone device registers with us so we know how and where we can reach it. This includes IP address and port, the type of communication UDP/TCP/WS/TLS, and whether it's encrypted or not. When a call comes in for that device, we can route the call to it.
For a mobile device, keeping this continuously open doesn't work because the phone would drain quickly. By using push messages, we can wake up the app when there's a call, activating the app only when needed so it consumes energy only when necessary.
All calls are established in the following way:
Call from the caller —> VoIP Platform (Voys) —> Apple/Google Push Notification service —> Device —> Voys App.
Since iOS13, Apple has made a major change to their Apple Push Notification service. Because pushVoIP notifications were being misused for non-VoIP purposes, Apple completely revamped it. This means we now have to do things that aren't logical.
- With a push notification, we need to make the app ring and notify that there's an incoming call, even though we don't know if there's a good internet connection to conduct a call. After that, we have the app register on our platform so we can send a call to the app. This is completely backward because you'd want to hear a ringtone only after the device has registered. But this is what Apple requires.
- When you press answer, we need to start a timer showing that the call has been answered, but it's possible that a colleague just beat you to it, or that your (internet) connection has a problem and our system doesn't receive the message, meaning the call can't be established. So again, we have to pretend there's a call while it's not yet set up. This can create the impression that the app isn't working properly, but this is because we have to follow Apple's rules, which aren't really well thought out.
Despite now having a better app with version 7, it may seem like this version is worse than the previous one, but version 7 was released right around the introduction of iOS 13, which is why the app doesn't appear to be an improvement.
This has caused the communication to no longer happen so smoothly.
- Notifying a user now happens immediately and for every notification that comes in. The phone no longer receives VoIP notifications. So even if our system knows that the call has already been picked up by a colleague or that the caller has already hung up, your iPhone will still ring.
- Checks cannot be performed before a call is forwarded to your app. For example, checking if the network connection is strong enough. The user must always be disturbed.
- Finally, a push notification is not a call. An actual SIP call still needs to be established. Apple only requires that a user interface be created immediately.
In all these problems, your iPhone rings once, even though no connection can be established.
We've managed to implement several solutions to make the app work as best as possible, but after months of work, we now have a worse app than before iOS 13. The app can still ring even when you're not receiving a call anymore, or answering sometimes doesn't work because there's no call anymore.
I have downloaded the app, but it doesn't work.
You've downloaded the Voys app, your app is set up in the dial plan, and you've followed our instructions exactly, but it still doesn't work. The phone either doesn't ring at all or it does ring, but nothing happens when you answer. Most likely, your account is not yet registered.
Why does my app register so late?
I wish I could say that we're working on a solution, but unfortunately, there's nothing we can do. In this case, iOS is causing the delay.
Why is iOS13 a step backward for our (and actually every) VoIP app?
A VoIP device, such as a Yealink t41s, maintains an open connection (via REGISTER requests) with a VoIP platform. When a call comes in, they can immediately find each other. Mobile apps cannot maintain an open connection with our VoIP platform; they communicate via push notifications. You can think of this as an intermediate step between the VoIP platform and our app.
A phone device registers with us so we know how and where we can reach it. This includes IP address and port, the type of communication (UDP/TCP/WS/TLS), and whether it's encrypted or not. When a call comes in for that device, we can route the call to it.
For a mobile device, keeping this connection continuously open doesn't work because the phone's battery would drain quickly. By using push notifications, we can wake up the app only when there's an incoming call, so the app only uses energy when necessary.
All calls are established in the following way:
Call from the caller —> VoIP Platform (Voys) —> Apple/Google Push Notification service —> Device —> Voys App.
Since iOS13, Apple has made a significant change to their Apple Push Notification service. Because VoIP push notifications were being misused for non-VoIP purposes, Apple completely overhauled the system. This forces us to do things that aren't logical.
- With a push notification, we need to make the app ring and notify the user of an incoming call, even if we don't know whether there's a good internet connection for the call. Only then do we register the app on our platform so we can send a call to the app. This is completely backward—ideally, you'd only want to play a ringtone after the device has successfully registered. But this is what Apple requires.
- When you press the answer button, we need to start a timer indicating that the call has been answered, but it's possible that a colleague has already answered it or that your internet connection has a problem, preventing this message from reaching us. In that case, no call can be established. So again, we have to pretend there's a call even though it hasn't been set up yet. This can give the impression that the app isn't working properly, but it's because we have to follow Apple's rules, which aren't well thought out.
Although we now have a better app with version 7, it may seem like this version is worse than the previous one, but version 7 was released right around the introduction of iOS 13, which makes the app appear to be no improvement.
This has resulted in communication that's no longer seamless.
- User alerts now happen immediately for every notification that comes in. The phone no longer receives VoIP notifications. So if our system knows that the call has already been picked up by a colleague or that the caller has already hung up, your iPhone will still ring.
- Checks cannot be performed before a call is routed to your app. For example, checking if the network connection is strong enough. The user must always be disturbed.
- Finally, a push notification is not a call. An actual SIP call still needs to be established. Apple only requires that the user interface be created immediately.
In all these scenarios, your iPhone will ring once, even though no connection can be established.
We've managed to implement some solutions to make the app work as well as possible, but after months of work, we now have a worse app than before iOS 13. The app can still ring even though you're not receiving a call anymore, or sometimes answering doesn't work because there's no longer a call.
How can I make it work?
Keep trying. We recommend the following:
- Make sure your iPhone has the latest version.
- Reinstall the app.
- Try making a call again. Didn't work?
- Log out of the app, then log back in.
- Try making a call again.
- Have a colleague call you. Does it work now?
- Turn your iPhone off and on again.
- Try making a call or have someone call you.
- Still not working? Go through these steps again later. It's even possible that the app will suddenly start working at a later time.
No matter what I do, it really doesn't work.
You might be unlucky that besides having registration problems, you're also encountering another issue. Click here to view our other help pages.
I can't make outgoing calls with 4G
I've read that making calls through WiFi is not the best method, but I also can't make outgoing calls with 4G. What should I do?
Are there any known issues on our side?
Click here to check if your problem cannot be resolved for now and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also helps rule out other potential issues. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
What about your mobile provider?
It's possible that your mobile provider has poor coverage in the specific location where you're working or staying. Your internet works fine when you send messages through apps or browse the web, but making calls through the app doesn't work. You can investigate the following:
Audio stuttering
My customer and/or I notice that there is noise heard or that I occasionally drop out.
Are there known issues on our side?
Click here to see if your problem cannot be solved for now and what we are working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also to rule out any other potential problems. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. Is your problem resolved or does this work better? If so, we recommend you to call via that network for better availability. Read here more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Is it working now? Read here more.
Have I set up the app correctly in Freedom?
You've installed the app, but you're immediately running into problems. Nothing works. It could be that there's something wrong with the VoIP account you're using.
You get the message: 'You don't have an app account. This means you cannot receive incoming calls in Voys.'
Click here.
Have you taken over the account from a colleague?
Click here.
My colleague and I use the same user account.
Click here.
Are there known issues on our side?
Click here to find out if your problem cannot be solved for now and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also rules out other potential problems. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. Is your problem solved or does this work better? Then we recommend calling via that network for better reachability. Read here more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
The customer cannot hear me
When I use the app with or without my headset, the customer cannot hear me.
Are there known issues on our side?
Click here to see if your problem cannot be resolved yet and what we are working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also rules out other potential problems. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. Is your problem resolved or does it work better? If so, we recommend calling via that network for better availability. Read here for more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
I have taken over the app account from a colleague
If you've taken over an app account from a colleague, it might not work right away. Make sure you go through the following steps to see if this solves the problem.
Are there multiple users linked to your App VoIP account?
- Log in Freedom.
- Go to Admin.
- Go to VoIP account.
- Check the VoIP account where you see your email address and where it also shows (App) in parentheses. Are there multiple users linked?
No, continue reading.
Have you set up a new password?
- Go to freedom.voys.nl.
- Click on Forgot password.
- Enter your email address that is known in our system.
- Click on Reset my password.
I'm not receiving any email
- Is the email in your Spam folder?
- Is the email in your junk mail?
- Did you enter the correct email address?
- Not sure which email address is being used? Continue reading.
Did the above options not help?
Then check this page to see if the problem you're experiencing is listed there and follow those steps.
I don't see my company name on my app as I have set it in the dial plan
You don't see the prefix of your company name on your mobile. With iPhone, you can only see one option on your screen. At the moment, we cannot configure this differently. We have to adhere to how your iPhone works with the data we send.
Alternative solution?
Besides Variable caller name, we also have variable announcement. If you install this, you can hear which company or department is being called through a sound that plays when you answer. Once the sound has played, you can greet the customer. The customer does not hear this sound.
I can't hear the customer
When I use the app with or without my headset, I never hear any audio.
Are there any known issues on our side?
Click here to see if your problem can't be solved right now and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also helps eliminate other potential issues. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via Wi-Fi?
Try calling via 4G/5G. Is your problem resolved or does it work better? If so, we recommend calling via that network for better availability. Read here more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
You get the message: 'You don't have an app account. This means you cannot receive incoming calls in Voys.'
This message means that no VoIP account is linked to your user account. Without a VoIP account, you cannot make calls via our platform or over the internet.
I don't want to use a VoIP account.
Read here.
How do you add a VoIP Account?
- Log in to Freedom.
- Go to Admin.
- Go to VoIP-Account.
- Click on add (If you don't have an add button, continue reading at 'How do you add a VoIP account with a complete account').
- Give a description for example 'App account'.
- Check if the outgoing number is correct.
- Set the correct call access.
- Click on save.
- Continue reading at 'How do you link a VoIP Account to your user account?'.
How do you link a VoIP account to your user account?
- Log in to Freedom.
- Go to Admin.
- Go to Users.
- Click on the email address you use for your app account.
- Go to the Telephony settings tab.
- Go to App account.
- Select the right VoIP account.
- Scroll down and click on save.
- You have now linked a VoIP account to your app account. Uninstall the app and download it again. Now it should work.
How do you add a VoIP-Account with a *complete account*?
- Log in to Freedom.
- Go to Admin.
- Go to Users.
- Click on the email address you use for your app account.
- Click on the tab Incoming calls (if you don't have this tab, you should go to 'How do you add a VoIP-Account')
- Click activate next to Mobile app.
- Click on save.
- You have now linked a VoIP account to your app account. Uninstall the app and download it again. Now it should work.
There is no audio at all
This help page addresses the complete absence of audio during calls when using the Voys app, whether with or without headsets connected. The page covers initial troubleshooting steps including checking for known service issues and system status updates, provides guidance on ensuring software is current through app reinstallation and phone updates, explains network connectivity testing by switching between WiFi and cellular data connections, and includes specific troubleshooting for Bluetooth interference that may affect audio functionality during calls.
Are there any known issues on our end?
Click here if your problem cannot be resolved at the moment and to see what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also helps eliminate other potential issues. Click here for step by step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. Is your problem resolved or does it work better? If so, we recommend calling via that network for better reliability. Read here for more information about network connections.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
I'm not seeing all my (missed) calls
Solution
- Open the app.
- Go to Profile.
- Go to App preferences.
- Go to Recents.
- Check the Show tab with all calls option.
- Go to Recents at the bottom of the page.
- You now have two tabs Personal and All.
- Under All you can now see all your calls.
My headset is not working
You have paired your headset with your phone, but when you want to make calls through the app, it's still not working properly. Read below what you might be able to do to solve this.
Is your headset paired with multiple devices?
Make sure your headset is only paired with your phone. Does it work now? If so, your headset might not be able to switch between multiple devices properly, or there may be a setting on one of the devices preventing it from switching easily.
Try making a call without the headset, does that work?
To rule out any other issues with your app, we recommend checking if you can use the app without the headset.
- Disconnect the headset from your phone.
- Make a call using the app.
Improving Call Quality
With the Voys app, you make calls through your smartphone's internet connection, either via 4G/5G or WiFi.
The network
With the Voys app, you make calls through your smartphone's internet connection, either via 4G/5G or WiFi. Calling via 4G/5G is strongly preferred for the best call quality, as WiFi is often simply less reliable.
Calling via WiFi
This might sound a bit odd, as many people are used to the idea that WiFi is faster and more reliable. For watching videos, downloading photos, and similar activities, this is true. However, a phone call is different because it requires a direct connection.
When your smartphone is connected to a WiFi network, the app automatically uses it. In most cases, this works fine, but sometimes it can cause call quality issues. With a WiFi connection, calls are more likely to stutter, experience lag, or lose connection entirely. The app can't do anything about this, but you can switch to 4G/5G.
This can also happen even if you have a very fast and well-functioning WiFi network.
Turn off WiFi
We therefore recommend using the app with 4G/5G. If you notice that your call quality is poor, turn off your WiFi connection. The call will automatically switch to 4G. You can do this during the call on both Android and iOS phones.
We understand that some customers lose audio when switching from WiFi to 4G/5G and vice versa. If this happens, turn on remote logging and use the feedback button in the app as explained below. This allows us to investigate the cause of the issue.
My colleagues and I are using the same user account
The app is not designed to be shared with one or multiple colleagues in combination with making calls. This may cause problems.
What happens if you log in at the same time and want to make calls?
This is possible, but as soon as you use the app, it checks if you are logged in elsewhere. It will automatically log out the other apps. This only happens if you have registered a VoIP account.
Making calls with an app therefore doesn't work well in combination with multiple colleagues. Taking turns being logged in can work, but this doesn't guarantee functionality. We therefore recommend using a separate account for each colleague.
I want to log in at the same time, but we don't want to make calls with the app.
Making calls with an app doesn't work well in combination with multiple colleagues. If you don't connect a VoIP account to the app, you can use the app to adjust availability. For example, by switching between mobile numbers or extensions when you take turns being on duty.
I hear a voice announcing the phone number I'm calling or that's calling me
iOS has a feature that keeps this enabled. You can turn it off.
- Go to Settings on your iPhone.
- Go to Phone.
- Select Announce Caller.
- Click on Never.
- You will no longer hear the phone number being announced.
I'm not receiving incoming calls
Your colleague receives a phone call, but nothing happens on your end.
Are there any known issues on our end?
Click here to see if your problem can't be solved right now and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also helps to rule out any other potential issues. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling over WiFi?
Try calling over 4G/5G. Is your problem resolved or does this work better? If so, we recommend calling over that network for better reachability. Read here more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
Settings: 'Background App Refresh'.
Due to iOS restrictions, our apps are limited in how they can run in the background. Therefore, for incoming calls, we first need to send a message to wake up the app. If the app does this and reports back in time, we forward the call to the app. The messages for this are processed by a new middleware building block. So make sure the app is always active.
- Go to Settings on your iPhone.
- Click on our app.
- Turn on Background App Refresh.
I've taken over the account from my colleague.
When I try to call, I hear a 'number is not reachable' tone
You're using the app for the first time or you've been using it already, but when dialing multiple phone numbers, you hear a tone indicating the number is not reachable. You know for sure these numbers are reachable from another device. It only fails when using the app.
Are there any known issues on our side?
Click here to see if your problem cannot be resolved at the moment and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version and also helps rule out other potential issues. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling over 4G/5G. If your problem disappears or works better, we recommend using that network for better availability. Read here for more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
Can you receive incoming calls?
- Log in to Freedom.
- Go to Dial plans.
- Click on your phone number.
- Click on Change dial plan.
- At the top of the dial plan, click on Add step.
- Choose VoIP Account and then select the account you have linked to your app.
- Click on Save.
- Click on Save Changes.
- Have a colleague or yourself call your business number from another phone.
- Yes, this works! Try making an outgoing call now. It's possible that the successful incoming call has helped establish the connection for outgoing calls as well.
- No, it doesn't work. Continue reading.
Are the calling permissions set correctly?
- Login to freedom.voys.nl with an Admin account.
- Go to Admin.
- Go to VoIP-Account.
- Check the box for your VoIP account used with the app.
- Were you trying to dial an international number? That might be the issue in this example. That permission may not be checked.
- Check the appropriate call access options.
- Click Apply.
- Try making a call now. Did it work?
I cannot make outgoing calls
You're using the app for the first time or you've already been using it, but you can't make outgoing calls. Follow the questions below step by step to see if we can solve the problem.
Are there any known issues on our side?
Click here to see if your problem can't be solved right now and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also helps rule out other potential problems. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. Is your problem resolved or does this work better? If so, we recommend calling via that network for better reliability. Read here more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
Have you switched VoIP accounts or users for the app?
The iPhone is quite slow when it comes to changes like these. Read here about what you can try to get it working.
Are the call access settings enabled for your app?
- Log in to freedom.voys.nl with an Admin account.
- Go to Admin.
- Go to VoIP Account.
- Check the box for your VoIP account for the app:
- Were you trying to call an international number? In this example, that was the problem. That option is not checked.
- Check the appropriate call access options.
- Click on Apply.
- Try making a call now. Did it work?
The connection drops during a call
You're on a call, but suddenly the connection drops.
Are there any known issues on our side?
Click here to see if your problem cannot be resolved for now and what we're working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also helps rule out other potential issues. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. Is your problem resolved or does this work better? We recommend calling via that network for better reachability. Read here more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
My incoming phone number is always my own business phone number
This help page addresses the issue where incoming calls display your own business phone number instead of the caller's number, affecting your ability to identify who is calling. The page covers the underlying causes including app connectivity issues and incorrect dial plan configurations, provides step-by-step instructions for adjusting caller ID display settings in Freedom's admin panel, explains how to properly configure your app within the dial plan instead of using your mobile number directly, and includes troubleshooting steps for app connectivity issues including software updates and network connectivity optimization.
Either your app is not responding (and it forwards the call to your mobile provider) or you have your mobile number listed in the dial plan. That mobile number then has a setting that shows you the dialed number (your own business number) instead of the caller's number. Read on to learn how to fix this.
I want to make sure that when calls come in on my mobile number, I see the customer's number and not our own.
- Log in to Freedom.
- Click on Admin.
- Choose Fixed/Mobile.
- For Caller ID display, select Number of the caller.
- Click Save at the bottom of the page.
- You will now see the customer's number.
I want to use my app in the dial plan and not my mobile number.
- Log in to Freedom.
- Click on Dial plans.
- Click on your business phone number.
- If your mobile number is listed, click Modify dial plan.
- Click modify next to your mobile number.
- Change fixed/mobile to User or VoIP Account.
- Select your email address or your app VoIP Account.
- Click Save.
- Click Save changes.
- Your app is now in the dial plan.
But why isn't my app ringing?
This can have multiple causes. Follow the steps below to see if they solve the problem.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also helps rule out other potential problems. Click here to follow the step-by-step reinstallation guide.
- Is your phone running the latest update? If not, update your phone.
- Restart your phone. Has this helped?
Are you calling via WiFi?
Try calling via 4G/5G. Is your problem fixed or does this work better? Then we recommend you to call via that network for better reachability. Read here more about the network.
Why can't I make calls to +31(0)612345678?
I get a notification that this number does not exist. iOS previously had the option to format numbers this way. They have now removed that option to format numbers like this. If you've been using your contacts via iCloud for your new phone for years, you might have such numbers in your contacts. We therefore recommend noting these numbers without the (0), resulting in +31612345678. That number can then be called.
But if I call via my phone, that number CAN be called.
That's correct! That could indeed be the case. We have chosen not to allow calling with this number format. Here's why: Our app ignores spaces, parentheses, hyphens, etc. But we don't program our app to ignore numbers. This is because there are various rules about number formatting throughout Europe. For example, in Spain it's quite normal not to show the first 0 of a number like 0612345678. If we were to tell our app to ignore certain numbers in some situations, we would create bigger problems than we'd solve. That's why we choose not to accept formats that are 'not logical' in our formula for reading phone numbers. In this case, the +31 already replaces the 0, and the 0 replaces the +31, so including both is 'not logical'.
My colleagues can't see me in the app
You are not visible in your colleagues' app. The best solution is for your colleagues to log out and log back in to the app. After this, you should be visible to them.
I can't answer calls
You receive an incoming call but you cannot answer it.
Are there any known issues currently?
Click here to check if your problem cannot be solved at the moment and what we are working on.
Is everything up to date?
- Reinstall the app. This ensures you have the latest version, but also eliminates other potential problems. Click here for step-by-step reinstallation instructions.
- Does your phone have the latest update? If not, update your phone.
- Restart your phone. Did this help?
Are you calling via WiFi?
Try calling via 4G/5G. If your problem is resolved or works better, we recommend using that network for better reachability. Read here more about the network.
Are you using Bluetooth on your phone?
Turn off your Bluetooth. Does it work now? Read here for more information.
My Voys app doesn't work (properly) when I have Bluetooth enabled.
You've discovered that when you turn off Bluetooth, your app suddenly works properly. On this page, you can find out if there's a solution to use your app while keeping Bluetooth enabled.
I have a Galaxy Watch connected to my phone.
Is your Galaxy Watch updated to the latest version? Here's how to do it.
Does your watch have the latest update? After that, make sure to turn off call answering.
- Go to the settings of your phone.
- Go to Connections.
- Go to Bluetooth.
- Press the settings button next to your Galaxy Watch.
- Uncheck that you want to receive phone calls.
I have a smartwatch connected to my phone.
The smartwatch may accidentally take over your audio as soon as our app connects with your customer. Follow the steps below to prevent this from happening again.
- Turn Bluetooth off or disconnect your smartwatch from your phone.
- Have someone call your app.
- Does it work? Then it was due to the smartwatch connection in combination with using our app.
- End the call.
- Reconnect your smartwatch to your mobile or turn Bluetooth back on.
- Have someone call your app again.
- It should work now too.
You can also go to your watch settings to ensure it doesn't accept calls from the Voys app.
My headset disconnects when I press accept or when the customer answers when I make an outgoing call.
Currently, some users may experience that the Bluetooth device no longer connects properly.
The problem is not solved yet
Enable Remote logging.
- Open the app.
- Go to Profile.
- Go to App preferences.
- Scroll all the way down to Debugging.
- Turn on Remote Logging.
- Click Send under Send today's activity.
Send feedback.
- Make sure Remote Logging is enabled.
- Click Send feedback.
- Briefly describe your problem. For example:
- 'I can make outgoing calls with the app, but I can't receive incoming calls.'
- Provide a few examples of when it happened with as specific date and time as possible. For example:
- March 12 at 13:13 with phone number 0612345678.
- Today at 13:15 with phone number 0678910112
- Click on Send feedback.
I want to contact customer service to solve my problem.
- Make sure Remote Logging is enabled.
- Note a few examples of when it happened with as specific date and time as possible. For example:
- March 12 at 13:13 with phone number 0612345678.
- Today at 13:15 with phone number 0678910112
If you'd like to troubleshoot the problem with us, please contact us.
Just click on the call icon in the bottom right corner of this page.