Don't build a minimal message for chan.hangup.

git-svn-id: http://voip.null.ro/svn/yate@5517 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2013-06-03 15:01:02 +00:00
parent 05d8e7acc7
commit c3914d201d
1 changed files with 1 additions and 1 deletions

View File

@ -2004,7 +2004,7 @@ void YIAXConnection::hangup(int location, const char* reason, bool reject)
clearMedia(false);
clearMedia(true,IAXFormat::Video);
clearMedia(false,IAXFormat::Video);
Message* m = message("chan.hangup",true);
Message* m = message("chan.hangup");
m->setParam("status","hangup");
m->setParam("reason",m_reason);
m_mutexTrans.lock();