D | SipSessionTrackerTest.java | 78 public String toTag; field in SipSessionTrackerTest.DialogAttributes 91 String fromTag, String toUri, String toTag) { in DialogAttributes() argument 99 this.toTag = toTag; in DialogAttributes() 103 if (toTag == null) { in setToTag() 104 toTag = getNextString(); in setToTag() 113 return new DialogAttributes(branchId, callId, toUri, fromTag, mFromUri, toTag); in invertFromTo() 613 attr.toUri, attr.branchId, attr.callId, attr.fromTag, attr.toTag); in generateSipRequest() 618 attr.toHeader, attr.branchId, attr.callId, attr.fromTag, attr.toTag); in generateSipResponse()
|