Home | History | Annotate | Download | only in stack

Lines Matching defs:fromTag

621                     String originalFromTag = super.fromTag;
1353 String fromTag = ((SIPRequest) this.getRequest()).getFrom().getTag();
1354 if (fromTag != null && sipResponse.getFromTag() != null
1355 && !sipResponse.getFromTag().equals(fromTag)) {
1357 } else if (fromTag != null) {
1358 sipResponse.getFrom().setTag(fromTag);