Closed GoogleCodeExporter closed 9 years ago
Hi,
CSipSimple has no version per android api level. I didn't understand first what
you called v15 vs v16 ;)
So it should work the same way with android 4.0.4 and 4.1.1.
If not, the issue is probably elsewhere.
Could you try latest nightly build version :
http://nightlies.csipsimple.com/trunk/CSipSimple-latest-trunk.apk
current latest version is r2028.
Some clue about the problem :
- The Answer-Mode header as sent by the server is currently ignore by the app. What's supported in the Call-Info header.
*But* anyway should not impact the fact there is an incoming call. It will not
auto-reply, but should ring normally.
- The application if there is some matching codec will ring. If no matching codecs it will reply with a sip error code. So it's weird you have no reply.
- There is a known bug on some ROM (custom unstable rom based on cyanogen) with the audio layer. It could produce symptoms you describe. This has been worked around in latest nightly build. But it's definitely a bug on cyano like roms.
- To know exactly what is going wrong it could be interesting to have logs from the app (see http://code.google.com/p/csipsimple/wiki/HowToCollectLogs?wl=en wiki page)
Thanks
Original comment by r3gis...@gmail.com
on 7 Jan 2013 at 5:51
Sorry for version v15 e v16 I meant 0.04-04 r1915 and 0.04-04 r1916 as shown in
the about box of the application.
We will give a try at the new version in the coming days and inform you about
the test results.
Thanks a lot for helping us.
Original comment by swlinksrl
on 8 Jan 2013 at 11:31
You can download the required log file from the following link
http://www.rarodevelop.net/data/_uploaded/downloads/logs_13-01-08_131056.txt
You should already have received it through your cSipSimple log interface too.
Thanks.
Original comment by swlinksrl
on 8 Jan 2013 at 3:03
Thanks for the logs.
From logs reading it appears that no invite packets are received by the app. It
only receive the cancel packet.
What I see interesting in your logs comparing to first invite sample you copy
pasted here from server is that IP range seems different.
From your server something is sent to 10.56.x.x
While from csipsimple it seems registered on a 192.168.x.x IP addressing.
Apparently you de-activated the "Allow contact rewrite" option. Maybe it could
be interesting to keep it active. (If your sip server doesn't support inline
contact de-registration, try to enable "legacy" contact rewrite method)
Original comment by r3gis...@gmail.com
on 9 Jan 2013 at 11:12
Original issue reported on code.google.com by
swlinksrl
on 17 Dec 2012 at 4:58