Skip to content
Snippets Groups Projects
Commit cd95ae69 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#4071] Receive and process IAX instant message to client

parent b3edd119
No related branches found
No related tags found
No related merge requests found
......@@ -904,6 +904,7 @@ IAXVoIPLink::iaxHandleCallEvent (iax_event* event, IAXCall* call)
break;
case IAX_EVENT_TEXT:
Manager::instance ().incomingMessage (call->getCallId (), std::string ("ME"), std::string ( (const char*) event->data));
break;
case IAX_EVENT_RINGA:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment