How can i Handle an incoming GSM call during an active VoIP call

R
rams
Fri, Sep 5, 2008 5:26 AM

Hi

  I downloaded Latest Symbian Version from SVN Trunk.

i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully.

i made a call from A to B, call is connected perfectly.

when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing.

So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function]. At this time also Application is crashing.

Please tell me how can i handle this senario in PJSIP.

Thanks & Regards
Rams

  Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
Hi   I downloaded Latest Symbian Version from SVN Trunk. i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully. i made a call from A to B, call is connected perfectly. when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing. So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function]. At this time also Application is crashing. Please tell me how can i handle this senario in PJSIP. Thanks & Regards Rams Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
NI
Nanang Izzuddin
Fri, Sep 5, 2008 11:34 AM

Hi,
I have no idea what caused the crash, never tried this scenario actually. It
would be great if you could run in debug mode and inspect the location &
variables condition when crash happens.

In case it's related to sound device sharing, please try to set pjsua media
config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in
symbian_ua_gui), this will make sound device instantly closed when it is
unused, e.g: call disconnected.

Regards,
nanang

On Fri, Sep 5, 2008 at 12:26 PM, rams rammeth@yahoo.co.in wrote:

Hi

I downloaded Latest Symbian Version from SVN Trunk.

i compiled and run the symbian_ua_gui, ported in Mobile device and its
registered successfully.

i made a call from A to B, call is connected perfectly.

when A and B are in connected state,if any incoming GSM call for A, at this
time Application is Crashing.

So iam detecting the incoming GSM call using ETEL 3rd Party API and in the
Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function].
At this time also Application is crashing.

Please tell me how can i handle this senario in PJSIP.

Thanks & Regards
Rams


Unlimited freedom, unlimited storage. Get it nowhttp://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/


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 have no idea what caused the crash, never tried this scenario actually. It would be great if you could run in debug mode and inspect the location & variables condition when crash happens. In case it's related to sound device sharing, please try to set pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in symbian_ua_gui), this will make sound device instantly closed when it is unused, e.g: call disconnected. Regards, nanang On Fri, Sep 5, 2008 at 12:26 PM, rams <rammeth@yahoo.co.in> wrote: > Hi > > I downloaded Latest Symbian Version from SVN Trunk. > > i compiled and run the symbian_ua_gui, ported in Mobile device and its > registered successfully. > > i made a call from A to B, call is connected perfectly. > > when A and B are in connected state,if any incoming GSM call for A, at this > time Application is Crashing. > > So iam detecting the incoming GSM call using ETEL 3rd Party API and in the > Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function]. > At this time also Application is crashing. > > Please tell me how can i handle this senario in PJSIP. > > > Thanks & Regards > Rams > > > > ------------------------------ > Unlimited freedom, unlimited storage. Get it now<http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/> > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
JM
jaspreet madan
Fri, Sep 5, 2008 4:49 PM

Hi,
   I am using pjsip 0.8.0 on Windows mobile 6. I am facing similar issue. I am using windows API to get incoming GSM notification. On notification when I try to release on going Viop call using pjsip function it asserts at
 
pj_assert(!"Calling pjlib from unknown/external thread. You must "
"register external threads with pj_thread_register() "
"before calling any pjlib functions.");
 
This according to my understanding is happening because the release function is called from the different thread i.e. in the callback thread. How can i register that thread? or is there any other reason for this and how can i handle it??
 
 
Regards,
Jaspreet

 
 

--- On Fri, 5/9/08, Nanang Izzuddin nanang@pjsip.org wrote:

From: Nanang Izzuddin nanang@pjsip.org
Subject: Re: [pjsip] How can i Handle an incoming GSM call during an active VoIP call
To: rammeth@yahoo.co.in, "pjsip list" pjsip@lists.pjsip.org
Date: Friday, 5 September, 2008, 5:04 PM

Hi,

I have no idea what caused the crash, never tried this scenario actually. It would be great if you could run in debug mode and inspect the location & variables condition when crash happens.

In case it's related to sound device sharing, please try to set pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in symbian_ua_gui), this will make sound device instantly closed when it is unused, e.g: call disconnected.

Regards,
nanang

On Fri, Sep 5, 2008 at 12:26 PM, rams rammeth@yahoo.co.in wrote:

Hi

  I downloaded Latest Symbian Version from SVN Trunk.

i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully.

i made a call from A to B, call is connected perfectly.

when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing.

So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function].. At this time also Application is crashing.

Please tell me how can i handle this senario in PJSIP.

Thanks & Regards
Rams

Unlimited freedom, unlimited storage. Get it now


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

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


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

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

  Did you know? You can CHAT without downloading messenger. Go to http://in.webmessenger.yahoo.com/
Hi,    I am using pjsip 0.8.0 on Windows mobile 6. I am facing similar issue. I am using windows API to get incoming GSM notification. On notification when I try to release on going Viop call using pjsip function it asserts at   pj_assert(!"Calling pjlib from unknown/external thread. You must " "register external threads with pj_thread_register() " "before calling any pjlib functions.");   This according to my understanding is happening because the release function is called from the different thread i.e. in the callback thread. How can i register that thread? or is there any other reason for this and how can i handle it??     Regards, Jaspreet     --- On Fri, 5/9/08, Nanang Izzuddin <nanang@pjsip.org> wrote: From: Nanang Izzuddin <nanang@pjsip.org> Subject: Re: [pjsip] How can i Handle an incoming GSM call during an active VoIP call To: rammeth@yahoo.co.in, "pjsip list" <pjsip@lists.pjsip.org> Date: Friday, 5 September, 2008, 5:04 PM Hi, I have no idea what caused the crash, never tried this scenario actually. It would be great if you could run in debug mode and inspect the location & variables condition when crash happens. In case it's related to sound device sharing, please try to set pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in symbian_ua_gui), this will make sound device instantly closed when it is unused, e.g: call disconnected. Regards, nanang On Fri, Sep 5, 2008 at 12:26 PM, rams <rammeth@yahoo.co.in> wrote: Hi   I downloaded Latest Symbian Version from SVN Trunk. i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully. i made a call from A to B, call is connected perfectly. when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing. So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function].. At this time also Application is crashing. Please tell me how can i handle this senario in PJSIP. Thanks & Regards Rams Unlimited freedom, unlimited storage. Get it now _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org Did you know? You can CHAT without downloading messenger. Go to http://in.webmessenger.yahoo.com/
NI
Nanang Izzuddin
Fri, Sep 5, 2008 5:07 PM

Hi,

Yes, any thread calling PJLIB function needs to be registered to
PJLIB. Please see the doc & the example of pj_thread_register() :
http://www.pjsip.org/pjlib/docs/html/group__PJ__THREAD.htm#g600d2f8baddfd78de3b6b60cce027a9a
http://www.pjsip.org/pjlib/docs/html/page_pjlib_thread_test.htm

Regards,
nanang

On Fri, Sep 5, 2008 at 11:49 PM, jaspreet madan
jaspreet_madan@yahoo.co.in wrote:

Hi,
I am using pjsip 0.8.0 on Windows mobile 6. I am facing similar issue. I am using windows API to get incoming GSM notification. On notification when I try to release on going Viop call using pjsip function it asserts at

pj_assert(!
"Calling pjlib from unknown/external thread. You must "
"register external threads with pj_thread_register() "
"before calling any pjlib functions.");

This according to my understanding is happening because the release function is called from the different thread i.e. in the callback thread.. How can i register that thread? or is there any other reason for this and how can i handle it??

Regards,
Jaspreet

--- On Fri, 5/9/08, Nanang Izzuddin nanang@pjsip.org wrote:

From: Nanang Izzuddin nanang@pjsip.org
Subject: Re: [pjsip] How can i Handle an incoming GSM call during an active VoIP call
To: rammeth@yahoo.co.in, "pjsip list" pjsip@lists.pjsip.org
Date: Friday, 5 September, 2008, 5:04 PM

Hi,
I have no idea what caused the crash, never tried this scenario actually. It would be great if you could run in debug mode and inspect the location & variables condition when crash happens.
In case it's related to sound device sharing, please try to set pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in symbian_ua_gui), this will make sound device instantly closed when it is unused, e.g: call disconnected.
Regards,
nanang

On Fri, Sep 5, 2008 at 12:26 PM, rams rammeth@yahoo.co.in wrote:

Hi

I downloaded Latest Symbian Version from SVN Trunk.

i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully.

i made a call from A to B, call is connected perfectly.

when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing.

So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function]. At this time also Application is crashing.

Please tell me how can i handle this senario in PJSIP.

Thanks & Regards
Rams


Unlimited freedom, unlimited storage. Get it now


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

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


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

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


Add more friends to your messenger and enjoy! Invite them now.


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, Yes, any thread calling PJLIB function needs to be registered to PJLIB. Please see the doc & the example of pj_thread_register() : http://www.pjsip.org/pjlib/docs/html/group__PJ__THREAD.htm#g600d2f8baddfd78de3b6b60cce027a9a http://www.pjsip.org/pjlib/docs/html/page_pjlib_thread_test.htm Regards, nanang On Fri, Sep 5, 2008 at 11:49 PM, jaspreet madan <jaspreet_madan@yahoo.co.in> wrote: > > Hi, > I am using pjsip 0.8.0 on Windows mobile 6. I am facing similar issue. I am using windows API to get incoming GSM notification. On notification when I try to release on going Viop call using pjsip function it asserts at > > pj_assert(! > "Calling pjlib from unknown/external thread. You must " > "register external threads with pj_thread_register() " > "before calling any pjlib functions."); > > This according to my understanding is happening because the release function is called from the different thread i.e. in the callback thread.. How can i register that thread? or is there any other reason for this and how can i handle it?? > > > Regards, > Jaspreet > > > > --- On Fri, 5/9/08, Nanang Izzuddin <nanang@pjsip.org> wrote: > > From: Nanang Izzuddin <nanang@pjsip.org> > Subject: Re: [pjsip] How can i Handle an incoming GSM call during an active VoIP call > To: rammeth@yahoo.co.in, "pjsip list" <pjsip@lists.pjsip.org> > Date: Friday, 5 September, 2008, 5:04 PM > > Hi, > I have no idea what caused the crash, never tried this scenario actually. It would be great if you could run in debug mode and inspect the location & variables condition when crash happens. > In case it's related to sound device sharing, please try to set pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in symbian_ua_gui), this will make sound device instantly closed when it is unused, e.g: call disconnected. > Regards, > nanang > > On Fri, Sep 5, 2008 at 12:26 PM, rams <rammeth@yahoo.co.in> wrote: >> >> Hi >> >> I downloaded Latest Symbian Version from SVN Trunk. >> >> i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully. >> >> i made a call from A to B, call is connected perfectly. >> >> when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing. >> >> So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function]. At this time also Application is crashing. >> >> Please tell me how can i handle this senario in PJSIP. >> >> >> Thanks & Regards >> Rams >> >> >> >> ________________________________ >> Unlimited freedom, unlimited storage. Get it now >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > ________________________________ > Add more friends to your messenger and enjoy! Invite them now. > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
FP
Fabio Pietrosanti (naif)
Fri, Sep 5, 2008 5:54 PM

Why don't commit the code to the pjsip codebase?

Having a notification about an incoming call with another telephony
technology (that usually have also higher priority on the phone) would
be very useful for all mobile application developer.

I would suggest to even make an "abstracted" cross-platform API to
manage incoming GSM call because it could be a standard features in all
mobile voip clients.

Fabio

jaspreet madan wrote:

Hi,
I am using pjsip 0.8.0 on Windows mobile 6. I am facing similar
issue. I am using windows API to get incoming GSM notification. On
notification when I try to release on going Viop call using pjsip
function it asserts at

/pj_assert(!//"Calling pjlib from unknown/external thread. You must "/
/"register external threads with pj_thread_register() "/
/"before calling any pjlib functions."//);/
//
This according to my understanding is happening because the release
function is called from the different thread i.e. in the callback
thread.. How can i register that thread? or is there any other reason
for this and how can i handle it??

Regards,
Jaspreet

--- On Fri, 5/9/08, Nanang Izzuddin /nanang@pjsip.org/ wrote:

 From: Nanang Izzuddin <nanang@pjsip.org>
 Subject: Re: [pjsip] How can i Handle an incoming GSM call during
 an active VoIP call
 To: rammeth@yahoo.co.in, "pjsip list" <pjsip@lists.pjsip.org>
 Date: Friday, 5 September, 2008, 5:04 PM

 Hi,

 I have no idea what caused the crash, never tried this scenario
 actually. It would be great if you could run in debug mode and
 inspect the location & variables condition when crash happens.

 In case it's related to sound device sharing, please try to set
 pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5
 seconds in symbian_ua_gui), this will make sound device instantly
 closed when it is unused, e.g: call disconnected.

 Regards,
 nanang


 On Fri, Sep 5, 2008 at 12:26 PM, rams <rammeth@yahoo.co.in
 <mailto:rammeth@yahoo.co.in>> wrote:

     Hi

       I downloaded Latest Symbian Version from SVN Trunk.

     i compiled and run the symbian_ua_gui, ported in Mobile device
     and its registered successfully.

     i made a call from A to B, call is connected perfectly.

     when A and B are in connected state,if any incoming GSM call
     for A, at this time Application is Crashing.

     So iam detecting the incoming GSM call using ETEL 3rd Party
     API and in the Ringing state i called the symbian_ua_endcall()
     [Voip Call Hangup Function]. At this time also Application is
     crashing.

     Please tell me how can i handle this senario in PJSIP.


     Thanks & Regards
     Rams



     ------------------------------------------------------------------------
     Unlimited freedom, unlimited storage. Get it now
     <http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08..html/>
     _______________________________________________
     Visit our blog: http://blog.pjsip.org <http://blog.pjsip.org/>

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


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

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

Add more friends to your messenger and enjoy! Invite them now.
http://in.rd.yahoo.com/tagline_messenger_6/*http://in.messenger.yahoo.com/invite/



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

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

Why don't commit the code to the pjsip codebase? Having a notification about an incoming call with another telephony technology (that usually have also higher priority on the phone) would be very useful for all mobile application developer. I would suggest to even make an "abstracted" cross-platform API to manage incoming GSM call because it could be a standard features in all mobile voip clients. Fabio jaspreet madan wrote: > > Hi, > I am using pjsip 0.8.0 on Windows mobile 6. I am facing similar > issue. I am using windows API to get incoming GSM notification. On > notification when I try to release on going Viop call using pjsip > function it asserts at > > /pj_assert(!//"Calling pjlib from unknown/external thread. You must "/ > /"register external threads with pj_thread_register() "/ > /"before calling any pjlib functions."//);/ > // > This according to my understanding is happening because the release > function is called from the different thread i.e. in the callback > thread.. How can i register that thread? or is there any other reason > for this and how can i handle it?? > > > Regards, > Jaspreet > > > > > > --- On *Fri, 5/9/08, Nanang Izzuddin /<nanang@pjsip.org>/* wrote: > > From: Nanang Izzuddin <nanang@pjsip.org> > Subject: Re: [pjsip] How can i Handle an incoming GSM call during > an active VoIP call > To: rammeth@yahoo.co.in, "pjsip list" <pjsip@lists.pjsip.org> > Date: Friday, 5 September, 2008, 5:04 PM > > Hi, > > I have no idea what caused the crash, never tried this scenario > actually. It would be great if you could run in debug mode and > inspect the location & variables condition when crash happens. > > In case it's related to sound device sharing, please try to set > pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 > seconds in symbian_ua_gui), this will make sound device instantly > closed when it is unused, e.g: call disconnected. > > Regards, > nanang > > > On Fri, Sep 5, 2008 at 12:26 PM, rams <rammeth@yahoo.co.in > <mailto:rammeth@yahoo.co.in>> wrote: > > Hi > > I downloaded Latest Symbian Version from SVN Trunk. > > i compiled and run the symbian_ua_gui, ported in Mobile device > and its registered successfully. > > i made a call from A to B, call is connected perfectly. > > when A and B are in connected state,if any incoming GSM call > for A, at this time Application is Crashing. > > So iam detecting the incoming GSM call using ETEL 3rd Party > API and in the Ringing state i called the symbian_ua_endcall() > [Voip Call Hangup Function]. At this time also Application is > crashing. > > Please tell me how can i handle this senario in PJSIP. > > > Thanks & Regards > Rams > > > > ------------------------------------------------------------------------ > Unlimited freedom, unlimited storage. Get it now > <http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08..html/> > _______________________________________________ > Visit our blog: http://blog.pjsip.org <http://blog.pjsip.org/> > > pjsip mailing list > pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > <http://lists.pjsip..org/mailman/listinfo/pjsip_lists.pjsip.org> > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > ------------------------------------------------------------------------ > Add more friends to your messenger and enjoy! Invite them now. > <http://in.rd.yahoo.com/tagline_messenger_6/*http://in.messenger.yahoo.com/invite/> > > ------------------------------------------------------------------------ > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
R
rams
Tue, Sep 9, 2008 4:27 AM

Hi Nanang

 According to u r mail,  I set the pjsua media Config "snd_auto_close_time" to "0" sec.

i didnt get any imrovement. Same senario is repeating.

you can try this senario and help me .

Regards

Rams

--- On Fri, 5/9/08, Nanang Izzuddin nanang@pjsip.org wrote:
From: Nanang Izzuddin nanang@pjsip.org
Subject: Re: [pjsip] How can i Handle an incoming GSM call during an active VoIP call
To: rammeth@yahoo.co.in, "pjsip list" pjsip@lists.pjsip.org
Date: Friday, 5 September, 2008, 5:04 PM

Hi,
I have no idea what caused the crash, never tried this scenario actually. It would be great if you could run in debug mode and inspect the location & variables condition when crash happens.

In case it's related to sound device sharing, please try to set pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in symbian_ua_gui), this will make sound device instantly closed when it is unused, e.g: call disconnected.

Regards,nanang

On Fri, Sep 5, 2008 at 12:26 PM, rams rammeth@yahoo.co.in wrote:

Hi

  I downloaded Latest Symbian Version from SVN Trunk.

i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully.

i made a call from A to B, call is connected perfectly.

when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing.

So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function]. At this time also Application is crashing.

Please tell me how can i handle this senario in PJSIP.

Thanks & Regards
Rams

   Unlimited freedom, unlimited storage. Get it now

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

pjsip mailing list

pjsip@lists.pjsip.org

http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

  Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/
Hi Nanang  According to u r mail,  I set the pjsua media Config "snd_auto_close_time" to "0" sec. i didnt get any imrovement. Same senario is repeating. you can try this senario and help me . Regards Rams --- On Fri, 5/9/08, Nanang Izzuddin <nanang@pjsip.org> wrote: From: Nanang Izzuddin <nanang@pjsip.org> Subject: Re: [pjsip] How can i Handle an incoming GSM call during an active VoIP call To: rammeth@yahoo.co.in, "pjsip list" <pjsip@lists.pjsip.org> Date: Friday, 5 September, 2008, 5:04 PM Hi, I have no idea what caused the crash, never tried this scenario actually. It would be great if you could run in debug mode and inspect the location & variables condition when crash happens. In case it's related to sound device sharing, please try to set pjsua media config "snd_auto_close_time" to 0 (it's hardcoded to 5 seconds in symbian_ua_gui), this will make sound device instantly closed when it is unused, e.g: call disconnected. Regards,nanang On Fri, Sep 5, 2008 at 12:26 PM, rams <rammeth@yahoo.co.in> wrote: Hi   I downloaded Latest Symbian Version from SVN Trunk. i compiled and run the symbian_ua_gui, ported in Mobile device and its registered successfully. i made a call from A to B, call is connected perfectly. when A and B are in connected state,if any incoming GSM call for A, at this time Application is Crashing. So iam detecting the incoming GSM call using ETEL 3rd Party API and in the Ringing state i called the symbian_ua_endcall() [Voip Call Hangup Function]. At this time also Application is crashing. Please tell me how can i handle this senario in PJSIP. Thanks & Regards Rams Unlimited freedom, unlimited storage. Get it now _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/