Skip to content
Snippets Groups Projects
Commit 12baf296 authored by jpbl's avatar jpbl
Browse files

more verbose SipEvent reception

parent 9da45829
No related branches found
No related tags found
No related merge requests found
......@@ -619,7 +619,7 @@ SipVoIPLink::getEvent (void)
CALLID id = 0;
int returnValue = 0;
_debug("Receive SipEvent #%d\n", event->type);
_debug("Receive SipEvent #%d %s\n", event->type, event->textinfo);
switch (event->type) {
// IP-Phone user receives a new call
case EXOSIP_CALL_INVITE: //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment