From 2e15161203b8fcff3b4bb5452b962988a18d7e4f Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Tue, 27 Apr 2010 09:41:46 +0000 Subject: [PATCH] fixed for changes in AmSipDialog, AmSipReply and AmSipRequest. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1837 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/py_sems/sip/AmSipDialog.sip | 2 -- apps/py_sems/sip/AmSipReply.sip | 2 +- apps/py_sems/sip/AmSipRequest.sip | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/py_sems/sip/AmSipDialog.sip b/apps/py_sems/sip/AmSipDialog.sip index 6d54184e..661f2f36 100644 --- a/apps/py_sems/sip/AmSipDialog.sip +++ b/apps/py_sems/sip/AmSipDialog.sip @@ -18,8 +18,6 @@ public: string user; // local user string domain; // local domain - string sip_ip; // destination IP of first received message - string sip_port; // optional: SIP port string local_uri; // local uri string remote_uri; // remote uri diff --git a/apps/py_sems/sip/AmSipReply.sip b/apps/py_sems/sip/AmSipReply.sip index a58862da..cbba994a 100644 --- a/apps/py_sems/sip/AmSipReply.sip +++ b/apps/py_sems/sip/AmSipReply.sip @@ -17,7 +17,7 @@ public: string body; // Parsed from the hdrs - // string callid; + string callid; string remote_tag; string local_tag; unsigned int cseq; diff --git a/apps/py_sems/sip/AmSipRequest.sip b/apps/py_sems/sip/AmSipRequest.sip index 68779ded..9b79fa8b 100644 --- a/apps/py_sems/sip/AmSipRequest.sip +++ b/apps/py_sems/sip/AmSipRequest.sip @@ -12,8 +12,6 @@ public: string method; string user; string domain; - string dstip; // IP where Ser received the message - string port; // Ser's SIP port string r_uri; string from_uri; string from;