send headers in relayed replies (as in requests)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@877 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 8fbcb14fd2
commit 46537f68bb

@ -228,7 +228,7 @@ void AmB2BSession::relaySip(const AmSipRequest& orig, const AmSipReply& reply)
//string content_type = getHeader(reply.hdrs,"Content-Type");
dlg.reply(orig,reply.code,reply.reason,
reply.content_type,
reply.body,"",SIP_FLAGS_VERBATIM);
reply.body,reply.hdrs,SIP_FLAGS_VERBATIM);
}
//

Loading…
Cancel
Save