Closed GoogleCodeExporter closed 9 years ago
This is usually a bad configuration on server side. See
https://code.google.com/p/csipsimple/issues/detail?id=604 that is similar
problem.
Quickly, it's about your sip server telling the app to use a new sip route (and
that route does not specify a port).
Sipdroid (due to a similar bad behavior on their pbxes servers) does not follow
the SIP spec properly and keep some port and transport from configuration
instead of respecting responses given by sip server.
CSipSimple uses pjsip (which is a pretty robust sip library and is now used
inside next gen asterisk server). Basically everything related to sip behavior
comes from pjsip and is heavily tested by many other opensource community. So,
I'm pretty confident in the fact it's not something about something harcoded
somewhere but rather some configuration issue.
If you need some help to investigate the problem you can send your sip logs
(see HowToCollectLogs wiki page) so that we can investigate. Your problem might
be either something with the issue I mentioned before or with some lack of NAT
traversal features (such as STUN which is enabled by default on some other sip
clients).
Original comment by r3gis...@gmail.com
on 25 Apr 2015 at 12:19
Original issue reported on code.google.com by
haoy...@gmail.com
on 25 Apr 2015 at 3:24