Hi What is a correct way to create conference in sipxtapi ?
What is it wrong here: sipxConferenceCreate(g_hInst, &g_hConf); for the first call: sipxCallAnswer(pCallInfo->hCall); sipxConferenceJoin(g_hConf,pCallInfo->hCall); for the second call: sipxConferenceHold(g_hConf, true); sipxCallAnswer(pCallInfo->hCall); sipxCallHold(pCallInfo->hCall, true); sipxConferenceJoin(g_hConf,pCallInfo->hCall); sipxCallUnhold(pCallInfo->hCall); sipxConferenceUnhold(g_hConf); Kwint _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
