cancel
Showing results for 
Search instead for 
Did you mean: 

Wi-Fi Calling on Unleashed

daniel_m
Contributor

First I just want to say thank you for adding this to Unleashed!  I have configured a Profile for this and enabled it on a WLAN, but I am not seeing my Wi-Fi Calling Client, even after refreshing, on the Summary tab even though I’m currently on a Wi-Fi Call.  How do I go about troubleshooting this?

Thank you!

12 REPLIES 12

tony_heung
Contributor II
Thank you Daniel for the detailed troubleshooting you did, and glad to hear the Wi-Fi Calling feature is working flawlessly.  One reason why I like Ruckus AP is the level of technical deep dive you could do from the CLI.

See below an example on how to validate in real-time the QoS is applied correctly from the output of “get rflow” from AP CLI.  The flow you need to identify is the one with port 4500/udp and you should see the name of the ePDG in the APP column.  Assuming the Wi-Fi Calling profile is set to voice (which you did) rather than QoS as "-1" you should have "3" under QoS.

rkscli: get rflow 
| flag | age | MAC1  MAC2 | IP1                 IP2      | proto|PORT1 PORT2 | flow ID | 1tx  1rx | Deny |     QoS    |  R/L |    URL    |         APP         | 2tx  2rx  | retry | UTP  | ifname
| 4C40605 |   0 |1ED9  D0FC| 192.168.37.103  141.207.183.233|UDP| 4500  4500 | 19481    | 7684    21474   | ALLOW | 2  3  1  3 | -1 -1 |  -1  |    Xfinity Mobile       |21474 7684  | 1|0 | eth1   wlan34

daniel_m
Contributor
Is this command available on Unleashed or am I doing something wrong?
ruckus# get rflow
The command is either unrecognized or incomplete. To view a list of commands that you can run  from this context, type '?' or 'help'.

Back out of 'get' and hit tab, or question mark(?). I don't have "get" commands on my system. I have "Show".

OOOH
Daniel, tab back and type in 'ap-mode'. you'll get the correct CLI for the AP.

That works 😉 !