Open GoogleCodeExporter opened 9 years ago
The issue occurs whenever SDP information is sent in
SIP-message-Session-In-Progress(183). The stack accepts SDP info only in
200/OK. Whenever SDP info is received in 183 followed by 200/OK it seems the
media is initialized again initialization fails.
Please resolve.
Original comment by sarfra...@gmail.com
on 23 Oct 2012 at 2:44
The problem seems to be related to opensl-es. As a workaround try to disable
opensl-es by returning false at
http://code.google.com/p/imsdroid/source/browse/branches/2.0/android-ngn-stack/s
rc/org/doubango/ngn/NgnApplication.java?r=515#560
Original comment by boss...@yahoo.fr
on 24 Oct 2012 at 6:41
Tried the workaround. Call dropping issue got resolved after disabling the
opensl-es.
Original comment by Omer.lhr...@gmail.com
on 24 Oct 2012 at 7:15
Thanks for the work arround will test it furthur and update you, however during
furthur investigation of the issue it only sends back BYE when it receives
second SDP during call initialization. e.g. It first receives 183/SDP and after
the call is answerd with 200 OK/SDP this error occurs and the client sends back
BYE.
Original comment by qasimak...@gmail.com
on 25 Oct 2012 at 7:43
Although the call dropping issue got resolved after disabling the opensl-es but
the there is another issue of no audio in case of multiple SDPs i.e. first SDP
in 183 and other in 200/ok. After receiving the 2nd SDP in 200/OK, the audio
gets lost. This issue does not appear if there is no 183/SDP received before
200/OK.
Original comment by Omer.lhr...@gmail.com
on 7 Nov 2012 at 6:58
Issue seems to be fixed in r816.
Original comment by sarfra...@gmail.com
on 15 Feb 2013 at 5:48
Original issue reported on code.google.com by
qasimak...@gmail.com
on 18 Oct 2012 at 10:48