Better forwarding of error reasons.

git-svn-id: http://yate.null.ro/svn/yate/trunk@356 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-05-14 22:31:13 +00:00
parent 4aefb1597d
commit 96f27e181f
1 changed files with 1 additions and 0 deletions

View File

@ -1079,6 +1079,7 @@ void YateSIPConnection::callReject(const char* error, const char* reason)
Channel::callReject(error,reason);
int code = lookup(error,dict_errors,500);
m_tr->setResponse(code,reason);
setReason(reason,code);
}
YateSIPConnection* SIPDriver::findCall(const String& callid)