Skip to content
Snippets Groups Projects
Commit 33e5502c authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

IAX implementation: handle peer ringing

parent 8606b945
Branches
Tags
No related merge requests found
......@@ -726,6 +726,8 @@ IAXVoIPLink::iaxHandleCallEvent(iax_event* event, IAXCall* call)
break;
case IAX_EVENT_RINGA:
call->setConnectionState(Call::Ringing);
Manager::instance().peerRingingCall(call->getCallId());
break;
case IAX_EVENT_PONG:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment