Closed GoogleCodeExporter closed 9 years ago
You're right
The field Keep alive interval is missing in the database. :S
Original comment by r3gis...@gmail.com
on 9 Jul 2010 at 9:31
Yes, I just followed it there myself. This is excellent learning with Eclipse,
Subclipse and Android. I'm using my phone instead of the emulator, much faster!!
For now I am going to just disable Keep Alive as I don't need it and 15 sec
will kill the battery on WiFi.
Original comment by dc3de...@gmail.com
on 9 Jul 2010 at 9:43
Latest svn update fix the issue (r135).
15 seconds has to be tuned for next versions.
Michael recently point out some really intersting link on the sipdroid wiki:
http://code.google.com/p/csipsimple/issues/detail?id=50#c2
They have tested values for keep alive with tcp and udp and have interesting
result that could be interesting to integrate in csipsimple.
Original comment by r3gis...@gmail.com
on 9 Jul 2010 at 9:54
I tested the save/restore on 142 and it's working. Good!
Original comment by dc3de...@gmail.com
on 10 Jul 2010 at 4:16
Original comment by r3gis...@gmail.com
on 10 Jul 2010 at 4:18
[deleted comment]
Michael's info and the SipDroid Wiki article are very interesting. I played
around trying to get registered via TCP but even with the ;transport=tcp on the
register and proxy, it did not complete registering. I gave up and went on to
things I understood better!!
Original comment by dc3de...@gmail.com
on 10 Jul 2010 at 4:56
My latest commit (r142) adds an option to allow TCP and UDP transport at the
same time.
To use TCP transport there is 3 things to check :
1. Your sip provider allow you to use tcp
2. In wizard setting you add the ;transport=tcp on the registration uri
3. On Settings > Network > You check the TCP box
Something more clear has to be done in order to simplify the use of tcp for
mainstream users.
Original comment by r3gis...@gmail.com
on 10 Jul 2010 at 6:15
Original issue reported on code.google.com by
dc3de...@gmail.com
on 9 Jul 2010 at 9:20