Community discussions

MikroTik App
 
Ancyber05
just joined
Topic Author
Posts: 3
Joined: Fri Sep 03, 2021 5:50 am

Nextiva VOIP Issues (Bad call quality)

Fri Sep 03, 2021 6:05 am

Hey!

So I started to use Nextiva VOIP in my office and I'm having issues with call quality and it breaks up a lot. The configuration sent to me by Nextiva is the one on the photo
cidrrange.png
The biggest issue is that I do not see a difference or packets running through those IPs. SIP ALG is disabled since Nextiva doesn't use it.

Can anyone tell me what could be wrong with this?
You do not have the required permissions to view the files attached to this post.
 
gotsprings
Forum Guru
Forum Guru
Posts: 2087
Joined: Mon May 14, 2012 9:30 pm

Re: Nextiva VOIP Issues (Bad call quality)

Wed Sep 15, 2021 9:22 pm

Here is what I put in this morning.
######### Set the Phone Address List to Match Your Phone IP Scope ##########
############################################################################
################ Open New Terminal and Paste this code in ##################
#### After Import... Locate the Phone list in /ip firewall address-list ####
############ Correct it to the IP scope of your phone subnet ###############
#### Move the Nextiva Rules to the Proper Spot in your Firewall Filter #####
############################## That's It ###################################

/ip firewall service-port
set sip disabled=yes
/ip firewall address-list
add address=192.168.76.0/24 list=Phones
add address=208.73.144.0/21 list=NextivaServers
add address=208.89.108.0/22 list=NextivaServers
/ip firewall filter
add action=accept chain=forward comment="Nextiva Rule" dst-address-list=\
    NextivaServers src-address-list=Phones
add action=accept chain=forward comment="Nextiva Rule" dst-address-list=Phones \
    src-address-list=NextivaServers

 
Ancyber05
just joined
Topic Author
Posts: 3
Joined: Fri Sep 03, 2021 5:50 am

Re: Nextiva VOIP Issues (Bad call quality)

Mon Sep 20, 2021 10:32 pm

I created the rules but calls still break up a lot. Not every single call though. I made 3 calls externally and 1 of them broke up a lot. It also says to open ports 5062 to 5090.
 
Ancyber05
just joined
Topic Author
Posts: 3
Joined: Fri Sep 03, 2021 5:50 am

Re: Nextiva VOIP Issues (Bad call quality)

Mon Sep 20, 2021 10:44 pm

I also got these 2 pieces of info from a test on Nextiva's site.
Screenshot_11.png
Screenshot_10.png
Hope this info helps to diagnose this issue.

Thanks for the help!
You do not have the required permissions to view the files attached to this post.

Who is online

Users browsing this forum: Google [Bot] and 72 guests