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-11 18:09:54 +0100
commitc55eb18f498c6890b98556b61061b18e49ddb6f2 (patch)
tree0d103d97695f5999865bc0bf54616e3407797e75
parentbf585c0811aaad1386e81128f51204ee98222304 (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;