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
No related branches found
No related tags found
No related merge requests found
...@@ -726,6 +726,8 @@ IAXVoIPLink::iaxHandleCallEvent(iax_event* event, IAXCall* call) ...@@ -726,6 +726,8 @@ IAXVoIPLink::iaxHandleCallEvent(iax_event* event, IAXCall* call)
break; break;
case IAX_EVENT_RINGA: case IAX_EVENT_RINGA:
call->setConnectionState(Call::Ringing);
Manager::instance().peerRingingCall(call->getCallId());
break; break;
case IAX_EVENT_PONG: 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