Home | History | Annotate | Download | only in stack

Lines Matching refs:sipMessage

59 import gov.nist.javax.sip.message.SIPMessage;
716 * @param sipMessage -- SIP Message to extract the relevant information from.
718 private void setRemoteParty(SIPMessage sipMessage) {
722 this.remoteParty = sipMessage.getTo().getAddress();
724 this.remoteParty = sipMessage.getFrom().getAddress();
825 * @param sipMessage is the SIP message for which we want to add the route.
1780 private void setLocalParty(SIPMessage sipMessage) {
1782 this.localParty = sipMessage.getFrom().getAddress();
1784 this.localParty = sipMessage.getTo().getAddress();
2841 private void doTargetRefresh(SIPMessage sipMessage) {
2843 ContactList contactList = sipMessage.getContactHeaders();