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;