Seems like no calls possible if there's no udp listener on port 5060.
If default listener is tcp or tls then both client hang up in 15 seconds, no voice is transmitted.
If I setup 2 listeners, one tcp, another udp, setup both clients to use tcp - then calls proceed.
In log file I see that client on some stage sends udp message and server receives it. This fact recovers situation. But its wrong, because udp should not be used.
My task is to setup secure tls communication (TLS+SRTP).
I tried on eyebeam 1.5 and 3CXphone 6. Situation is the same.
First log i made with only tcp listener (calls hangup in 15 secs) :
http://pastebin.com/yYHEFUgbSecond log I made with tcp+udp listener, calls proceed :
http://pastebin.com/gCDsx9t5c1.c1.c1.c1 - IP of first client
c2.c2.c2.c2 - IP of second client
s.s.s.s - IP of server
difference starts at line 303.