Hello to all, i tried to do a echo test by calling to sip:*031600 at ekiga.netand sip:* 061600 at ekiga.net. Then, i tried to hold the call by calling pjsua_call_set_hold(callID, NULL); The call ID obtained from pjsua_call_get_info() during voip call. The current call doesn't get hold, it still play some echo test from the server. I have no idea why. [code] if (callID != 0) { pjsua_call_set_hold(callID, NULL); CallHoldStatus = true; } [/code] I have no idea why. Do we need to get the current call conference port ? Please help. Thanks. -- Linux -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091017/c95e371b/attachment.html>