aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp_ss7.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-22 10:16:29 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-22 11:44:33 +0100
commitc96c57b8d587e466fe63026fc210bf7ca6a5e7cf (patch)
treec663db650ab909fb7406df426dd850ae99fd09fe /include/mgcp_ss7.h
parent765c48aba794bc86f83e617ab68ab64f9f2d5ecf (diff)
mgcp: Implement to loop timeslots when not used for audio
Deal with broken ISUP switches and allow to loop endpoints when they are not connected. Introduce an option to do it.
Diffstat (limited to 'include/mgcp_ss7.h')
-rw-r--r--include/mgcp_ss7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgcp_ss7.h b/include/mgcp_ss7.h
index 40051e1..4847989 100644
--- a/include/mgcp_ss7.h
+++ b/include/mgcp_ss7.h
@@ -58,6 +58,7 @@ struct mgcp_ss7_cmd {
void mgcp_mgw_vty_init();
int mgcp_hw_init();
+int mgcp_hw_loop(int trunk, int timeslot);
int mgcp_hw_connect(int port, int trunk, int timeslot);
#endif