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
sayer/1.4-spce2.6
Raphael Coeffic 17 years ago
parent 1f2b2598ad
commit 2e15161203

@ -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

@ -17,7 +17,7 @@ public:
string body;
// Parsed from the hdrs
// string callid;
string callid;
string remote_tag;
string local_tag;
unsigned int cseq;

@ -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;

Loading…
Cancel
Save