make cseq method available in AmSipReply::method

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1441 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 0b9ef1c41b
commit a2411210dd

@ -568,6 +568,7 @@ void SipCtrlInterface::handle_sip_reply(sip_msg* msg)
reply.body = msg->body.len ? c2stlstr(msg->body) : "";
reply.cseq = get_cseq(msg)->num;
reply.method = c2stlstr(get_cseq(msg)->method_str);
reply.code = msg->u.reply->code;
reply.reason = c2stlstr(msg->u.reply->reason);

Loading…
Cancel
Save