aboutsummaryrefslogtreecommitdiffstats
path: root/src/mgcp_ss7.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-10 15:50:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-16 11:33:27 +0100
commit2d115d4bbb5b725c84bb00e7dd9ac9130e3b0789 (patch)
treeb48cd8709c9e3fa0d68a06ded33cecd895f14e46 /src/mgcp_ss7.c
parentd74ac335748ad2fe4971fd7dcca653284b9bbc17 (diff)
mgcp: Merge the current MGCP code from OpenBSC
There were several changes in the upstream code. These include statistics, DTMF/RQNT, changes in the parsing code and re-transmission handling. The last item is the main reason to do the merge now.
Diffstat (limited to 'src/mgcp_ss7.c')
-rw-r--r--src/mgcp_ss7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mgcp_ss7.c b/src/mgcp_ss7.c
index c9e9b4f..46cd185 100644
--- a/src/mgcp_ss7.c
+++ b/src/mgcp_ss7.c
@@ -643,7 +643,7 @@ static int mgcp_ss7_policy(struct mgcp_trunk_config *tcfg, int endp_no, int stat
return rc;
}
-static int mgcp_dtmf_cb(struct mgcp_endpoint *endp, char tone, const char *data)
+static int mgcp_dtmf_cb(struct mgcp_endpoint *endp, char tone)
{
mgcp_ss7_exec(endp, MGCP_SS7_DTMF, tone);
return 0;