aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-10-07 17:39:57 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-10-07 17:39:57 +0200
commitfd8513d8c398b08d0f4812b6df5a8fac7e629969 (patch)
tree136ab7ba91fa394fafb3de2a649ed502af5c5669
parent7158822985c44fbb056c988038756d81b89e4e41 (diff)
mgcp: Increase number of endpoints that can be blocked
For the Virtual Trunk we have more than 31 endpoints. Increase the number by a large factor here.
-rw-r--r--src/mgcp_ss7_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mgcp_ss7_vty.c b/src/mgcp_ss7_vty.c
index 5395594..30651ba 100644
--- a/src/mgcp_ss7_vty.c
+++ b/src/mgcp_ss7_vty.c
@@ -220,7 +220,7 @@ DEFUN_DEPRECATED(cfg_trunk_endp_offset, cfg_trunk_endp_offset_cmd,
}
DEFUN(cfg_trunk_timeslot_block, cfg_trunk_timeslot_block_cmd,
- "block-endpoint <1-31>",
+ "block-endpoint <1-1024>",
ENDP_BLOCK_STR "Endpoint number\n")
{
struct mgcp_trunk_config *trunk = vty->index;