aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-11 17:14:07 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-16 11:33:27 +0100
commitfe55ed14f74ba9cfc3c4251adfe180cd36396e7d (patch)
tree613feb0c728f86a97f689ea143bf75171370157f
parent57e9ca9fe9d07eb67cba49eb4780de7b0c11aa5b (diff)
mgcp: Write a small hint that this special endpoint number handling is broken
It is user defined where the signalling will take place, there might not be any signalling at all.
-rw-r--r--src/mgcp/mgcp_protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mgcp/mgcp_protocol.c b/src/mgcp/mgcp_protocol.c
index f0f3c03..be6ec00 100644
--- a/src/mgcp/mgcp_protocol.c
+++ b/src/mgcp/mgcp_protocol.c
@@ -288,6 +288,7 @@ static struct mgcp_endpoint *find_e1_endpoint(struct mgcp_config *cfg,
}
/* signalling is on timeslot 1 */
+#warning "One should check if the endpoint is blocked!"
if (endp == 1)
return NULL;