summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_util.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-10-09 12:11:07 +0000
committerBenny Prijono <bennylp@teluu.com>2009-10-09 12:11:07 +0000
commit01b60a5f21381167b24400afea23a2126d3e01ef (patch)
treef536e783ece55dfec29b4bae92b696c50cf2b2c7 /pjsip/include/pjsip/sip_util.h
parentdd24667ae19923f1d5ca50628dd164be96a08d61 (diff)
Fixed ticket #917, #936, and #967:
- #917: CANCEL may be sent to different servers than the INVITE when DNS SRV is used (thanks Alexei Kuznetsov for the report) - #936: CANCEL must be sent with TCP if the INVITE was sent with TCP because of 1300 bytes message size/MTU limit (thanks Johan Lantz for the report) - #967: Wrong Route header generation in CANCEL request with strict route Save the server address(es) found by resolution process to tx_data, which is copied to CANCEL request. CANCEL request then uses this address rather than starting a fresh server resolution. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2932 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_util.h')
-rw-r--r--pjsip/include/pjsip/sip_util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pjsip/include/pjsip/sip_util.h b/pjsip/include/pjsip/sip_util.h
index 57a4821c..02baf65f 100644
--- a/pjsip/include/pjsip/sip_util.h
+++ b/pjsip/include/pjsip/sip_util.h
@@ -451,14 +451,6 @@ typedef struct pjsip_send_state
*/
pjsip_tx_data *tdata;
- /** Server addresses resolved.
- */
- pjsip_server_addresses addr;
-
- /** Current server address being tried.
- */
- unsigned cur_addr;
-
/** Current transport being used.
*/
pjsip_transport *cur_transport;