How to pause current stream?

KG
Kevin Gong
Fri, Apr 10, 2009 3:25 AM

Hi all,

     There is a question that when making a sip call with pjsip, a gsm call incoming, how to pause current sip call?
     And after gsm call has finished, the sip call resume.
     I work on Symbian S60 with APS.
     Thanks.

Kevin

Hi all, There is a question that when making a sip call with pjsip, a gsm call incoming, how to pause current sip call? And after gsm call has finished, the sip call resume. I work on Symbian S60 with APS. Thanks. Kevin
NI
Nanang Izzuddin
Fri, Apr 17, 2009 1:25 PM

Hi,

I think call hold should do, pjsua_call_set_hold(). You may also need
to stop the sound device, so make sure media_cfg.snd_auto_close_time >
= 0 (default is 1).

Regards,
nanang

On Fri, Apr 10, 2009 at 10:25 AM, Kevin Gong Kevin.Gong@morodo.org wrote:

Hi all,

         There is a question that when making a sip call with pjsip, a gsm
call incoming, how to pause current sip call?

         And after gsm call has finished, the sip call resume.

         I work on Symbian S60 with APS.

         Thanks.

Kevin


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

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

Hi, I think call hold should do, pjsua_call_set_hold(). You may also need to stop the sound device, so make sure media_cfg.snd_auto_close_time > = 0 (default is 1). Regards, nanang On Fri, Apr 10, 2009 at 10:25 AM, Kevin Gong <Kevin.Gong@morodo.org> wrote: > Hi all, > > > >          There is a question that when making a sip call with pjsip, a gsm > call incoming, how to pause current sip call? > >          And after gsm call has finished, the sip call resume. > >          I work on Symbian S60 with APS. > >          Thanks. > > > > Kevin > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >