[EMAIL PROTECTED] wrote: > I'm experiencing a weird behaviour > > When I have a conference with 1 call, and put the call on hold using > sipxCallHold(hCall, true) then call goes into REMOTE_HELD state instead > of HELD. sipxCallHold(hCall, false) works as expected and call goes into > bridged state. > > Holding the whole conference works fine > > Jaroslav Libak > > _______________________________________________ > sipxtapi-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ > > It seems to be ok according to manual:
If this call is part of a conference, sipxCallHold will only * change the remote held state (RTP). You must use * sipxConferenceHold to change call focus. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
