aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mgcp/mgcp_internal.h2
-rw-r--r--include/mgcp_ss7.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/include/mgcp/mgcp_internal.h b/include/mgcp/mgcp_internal.h
index f0faf52..1918cb0 100644
--- a/include/mgcp/mgcp_internal.h
+++ b/include/mgcp/mgcp_internal.h
@@ -125,7 +125,7 @@ struct mgcp_endpoint {
/* Special MGW handling */
int blocked;
- unsigned int hw_snmp_port; /** This is index 1 based */
+ unsigned int hw_dsp_port; /** This is index 1 based */
unsigned int audio_port;
int block_processing;
};
diff --git a/include/mgcp_ss7.h b/include/mgcp_ss7.h
index e09c284..40051e1 100644
--- a/include/mgcp_ss7.h
+++ b/include/mgcp_ss7.h
@@ -1,7 +1,7 @@
/* mgcp_ss7 helper coder */
/*
- * (C) 2010-2011 by Holger Hans Peter Freyther <zecke@selfish.org>
- * (C) 2010-2011 by On-Waves
+ * (C) 2010-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010-2012 by On-Waves
* All Rights Reserved
*
* This program is free software: you can redistribute it and/or modify
@@ -57,7 +57,7 @@ struct mgcp_ss7_cmd {
void mgcp_mgw_vty_init();
-int mgcp_snmp_init();
-int mgcp_snmp_connect(int port, int trunk, int timeslot);
+int mgcp_hw_init();
+int mgcp_hw_connect(int port, int trunk, int timeslot);
#endif