- adapted to the modifications of the structures in core.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1832 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent bd6abe3b26
commit d4d7fa1bf6

@ -33,12 +33,10 @@ public:
string remote_party; // To/From
string local_party; // To/From
string next_hop; // next_hop for t_uac_dlg
int cseq; // CSeq for next request
int r_cseq;
string getRoute(); // record routing
void setRoute(const string& /* n_route */);
string route; // record routing
bool getUACTransPending();
int getStatus();

@ -12,7 +12,6 @@ public:
unsigned int code;
string reason;
string next_request_uri;
string next_hop;
string route;
string hdrs;
string body;

@ -28,8 +28,6 @@ public:
string body;
string route; // record routing
string next_hop; // next_hop for t_uac_dlg
};
string getHeader(const string& /* hdrs */,const string& /* hdr_name */);

Loading…
Cancel
Save