Hi All,
I've been working on getting a softphone on Android working across Ziti and I've noticed an issue with UDP.
I have a voip service in Ziti for SIP and RTP through a private router to a PBX and everything is working fine from a laptop with the desktop-edge-win tunneler installed, I can register, make calls, have two way audio, everything is fine.
The issue appears when I try to do the same thing from Android. My Android identity has access to the same service as my laptop for voip, however I can't register a UDP extension. If I change the extension to register as TCP then I'm able to register but there is no audio, (RTP being sent as UDP).
I looked at the logs on my Android tunneler and I noticed this message kept repeating when I was trying to register as UDP:
08-23 09:22:03.881 22911 22973 W routing : UDP services are not currently supported [UDP Header (8 bytes)]
08-23 09:22:03.881 22911 22973 W routing : Source port: 34020 (unknown)
08-23 09:22:03.881 22911 22973 W routing : Destination port: 5060 (unknown)
08-23 09:22:03.881 22911 22973 W routing : Length: 51 [bytes]
08-23 09:22:03.881 22911 22973 W routing : Checksum: 0x24c3
Is UDP not currently supported on the Android tunneler, or is there something else I can try? Thanks in advance.