Home | History | Annotate | Download | only in extensions

Lines Matching refs:callIdentifier

34      * callIdentifier field
36 public CallIdentifier callIdentifier;
52 this.callIdentifier = new CallIdentifier(callId);
82 * @return CallIdentifier
84 public CallIdentifier getCallIdentifer() {
85 return callIdentifier;
100 * Set the callIdentifier member.
101 * @param cid CallIdentifier to set (localId@host).
103 public void setCallIdentifier(CallIdentifier cid) {
104 callIdentifier = cid;
182 // if (this.callIdentifier != null)
183 // retval.setCallIdentifier( (CallIdentifier) this.callIdentifier.clone() );
220 * Modify encodeBody so it uses callId and not CallIdentifier