- added req.contact and reply.contact with correct values.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@747 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 19 years ago
parent 665f9c1473
commit f2a635f87e

@ -430,6 +430,7 @@ void SipCtrlInterface::handle_sip_request(const char* tid, sip_msg* msg)
}
else {
req.from_uri = c2stlstr(na.addr);
req.contact = c2stlstr(msg->contact->value);
}
}
@ -493,6 +494,7 @@ void SipCtrlInterface::handle_sip_reply(sip_msg* msg)
// 'Contact' header?
reply.next_request_uri = c2stlstr(na.addr);
reply.contact = c2stlstr(msg->contact->value);
}
reply.callid = c2stlstr(msg->callid->value);

Loading…
Cancel
Save