Changed one leftover call with a more convenient method.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2314 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-11-10 15:37:07 +00:00
parent bad5b44222
commit 45268257af
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ void SigChannel::callAccept(Message& msg)
setState("accepted",false);
lock.drop();
if (event)
event->call()->sendEvent(event);
event->sendEvent();
Channel::callAccept(msg);
}