Update call Info

WP
Wong Peter
Tue, Oct 20, 2009 4:51 AM

Hello to all, i wonder how to update the call info state because i realised
that my code has been call to echo test but the state still remain in *
PJSIP_INV_STATE_CALLING* and not confirmed

because i want to hold a call.

What is the proper state to hold a call ?

Thanks.

--
Linux

Hello to all, i wonder how to update the call info state because i realised that my code has been call to echo test but the state still remain in * PJSIP_INV_STATE_CALLING* and not confirmed because i want to hold a call. What is the proper state to hold a call ? Thanks. -- Linux
YR
Yuvaraj R
Tue, Oct 20, 2009 5:11 AM

I hope below one will help you

pjsua_call_set_hold(call_id,0);

Thanks

Yuvaraj R

On Tue, Oct 20, 2009 at 10:21 AM, Wong Peter peterapiit@gmail.com wrote:

Hello to all, i wonder how to update the call info state because i realised
that my code has been call to echo test but the state still remain in *
PJSIP_INV_STATE_CALLING* and not confirmed

because i want to hold a call.

What is the proper state to hold a call ?

Thanks.

--
Linux


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

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

I hope below one will help you pjsua_call_set_hold(call_id,0); Thanks Yuvaraj R On Tue, Oct 20, 2009 at 10:21 AM, Wong Peter <peterapiit@gmail.com> wrote: > Hello to all, i wonder how to update the call info state because i realised > that my code has been call to echo test but the state still remain in * > PJSIP_INV_STATE_CALLING* and not confirmed > > because i want to hold a call. > > What is the proper state to hold a call ? > > Thanks. > > -- > Linux > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >