Audio device not closing on iOS if call fails

EW
Emmanuel Weber
Tue, Jul 10, 2012 8:25 PM

Hi,

I am not sure if I follow all the right steps to setup and initiate a call but it seems that when I make a call that never gets established (dialing to an invalid IP for example) the audio devices are note destroyed. Has anybody seen that ?

I did a hack inside pjsua_media_prov_clean_up to call pjsua_aud_stop_stream or pjsua_vid_stop_stream similar to what is done inside stop_media_session.
I am not sure if this is the right fix but this seems to address my immediate problem.

Emmanuel

Hi, I am not sure if I follow all the right steps to setup and initiate a call but it seems that when I make a call that never gets established (dialing to an invalid IP for example) the audio devices are note destroyed. Has anybody seen that ? I did a hack inside pjsua_media_prov_clean_up to call pjsua_aud_stop_stream or pjsua_vid_stop_stream similar to what is done inside stop_media_session. I am not sure if this is the right fix but this seems to address my immediate problem. Emmanuel
BP
Benny Prijono
Fri, Jul 13, 2012 12:46 PM

On Wed, Jul 11, 2012 at 3:25 AM, Emmanuel Weber eweber@bluejeansnet.comwrote:

Hi,

I am not sure if I follow all the right steps to setup and initiate a call
but it seems that when I make a call that never gets established (dialing
to an invalid IP for example) the audio devices are note destroyed. Has
anybody seen that ?

On Wed, Jul 11, 2012 at 3:25 AM, Emmanuel Weber <eweber@bluejeansnet.com>wrote: > Hi, > > I am not sure if I follow all the right steps to setup and initiate a call > but it seems that when I make a call that never gets established (dialing > to an invalid IP for example) the audio devices are note destroyed. Has > anybody seen that ? > > I think this is https://trac.pjsip.org/repos/ticket/1515 Benny
EW
Emmanuel Weber
Fri, Jul 13, 2012 4:21 PM

This is it thx

Emmanuel

On Jul 13, 2012, at 5:46 AM, Benny Prijono wrote:

On Wed, Jul 11, 2012 at 3:25 AM, Emmanuel Weber eweber@bluejeansnet.com wrote:
Hi,

I am not sure if I follow all the right steps to setup and initiate a call but it seems that when I make a call that never gets established (dialing to an invalid IP for example) the audio devices are note destroyed. Has anybody seen that ?

I think this is https://trac.pjsip.org/repos/ticket/1515

Benny


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

This is it thx Emmanuel On Jul 13, 2012, at 5:46 AM, Benny Prijono wrote: > On Wed, Jul 11, 2012 at 3:25 AM, Emmanuel Weber <eweber@bluejeansnet.com> wrote: > Hi, > > I am not sure if I follow all the right steps to setup and initiate a call but it seems that when I make a call that never gets established (dialing to an invalid IP for example) the audio devices are note destroyed. Has anybody seen that ? > > > I think this is https://trac.pjsip.org/repos/ticket/1515 > > Benny > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org