aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-03-02 13:34:43 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-02 13:34:43 +0100
commitd523131339fa31697c457a57d93f5e8dc7231fcb (patch)
tree7513b80c5ab9ef6dee67a9b3259498084e635fd0
parente592933202ecbbeba338ec0d3bfaae9cfdfa1216 (diff)
snmp: Fix the configuration and point it to the right thing.
-rw-r--r--src/mgcp_snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mgcp_snmp.c b/src/mgcp_snmp.c
index 6fe6005..e43691a 100644
--- a/src/mgcp_snmp.c
+++ b/src/mgcp_snmp.c
@@ -122,7 +122,7 @@ int mgcp_snmp_connect(int port, int trunk, int timeslot)
/* This connects the TX side to the given trunk/timeslot */
add_pdu_var(pdu, HSCOMM "hscmconnNewDataSourceType.hscmconnStreamTrunk",
trunk, timeslot, "hscmconnStreamPtmc");
- add_pdu_var(pdu, HSCOMM "hscmconnNewDataSourceTypeInstance.hscmconnStreamPtmc",
+ add_pdu_var(pdu, HSCOMM "hscmconnNewDataSourceTypeInstance.hscmconnStreamTrunk",
trunk, timeslot, "1");
add_pdu_var(pdu, HSCOMM "hscmconnNewDataSourceTimeslot.hscmconnStreamTrunk",
trunk, timeslot, tx_port);