Home | History | Annotate | Download | only in sip

Lines Matching defs:hold

192             if (backgroundCall.getState().isAlive()) backgroundCall.hold();
480 void hold() throws CallStateException {
482 for (Connection c : connections) ((SipConnection) c).hold();
744 void hold() throws CallStateException {
749 throw new CallStateException("hold(): " + e);