aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_mgcp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/src/bsc_mgcp.c b/openbsc/src/bsc_mgcp.c
index 9daad7ab4..e6e49278c 100644
--- a/openbsc/src/bsc_mgcp.c
+++ b/openbsc/src/bsc_mgcp.c
@@ -1152,6 +1152,8 @@ int main(int argc, char** argv)
inet_aton(forward_ip, &endp->remote);
endp->ci = CI_UNUSED + 23;
}
+
+ DEBUGP(DMGCP, "Configured for Audio Forwarding.\n");
} else {
bfd.when = BSC_FD_READ;
bfd.cb = read_call_agent;
@@ -1184,6 +1186,8 @@ int main(int argc, char** argv)
DEBUGP(DMGCP, "Failed to register the fd\n");
return -1;
}
+
+ DEBUGP(DMGCP, "Configured for MGCP.\n");
}
/* initialisation */