aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-05 12:25:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-11 16:57:51 +0100
commitf986cfc5085e9149d4cabeaf2b89c22996279edf (patch)
tree8fad6f09eaf73d667d956e7937a4e1c93443e516
parent14083bef0f77dc2af080e0239e97e905f3a37b69 (diff)
[bsc_mgcp] Print a message which mode is configured
-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 17c54d1bb..3d130db3a 100644
--- a/openbsc/src/bsc_mgcp.c
+++ b/openbsc/src/bsc_mgcp.c
@@ -1158,6 +1158,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;
@@ -1190,6 +1192,8 @@ int main(int argc, char** argv)
DEBUGP(DMGCP, "Failed to register the fd\n");
return -1;
}
+
+ DEBUGP(DMGCP, "Configured for MGCP.\n");
}
/* initialisation */