aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;