Changed one leftover call with a more convenient method.

git-svn-id: http://voip.null.ro/svn/yate@2314 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-11-10 15:37:07 +00:00
parent dfc681910d
commit 69fd12d03e
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);
}