From 501eb2ba1793e14f65d960d3a4d46a078a0da6d1 Mon Sep 17 00:00:00 2001 From: gsmevent admin Date: Thu, 13 Dec 2018 00:54:39 +0100 Subject: wip --- src/mncc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mncc.c') diff --git a/src/mncc.c b/src/mncc.c index ea6a9fc..0c90bda 100644 --- a/src/mncc.c +++ b/src/mncc.c @@ -320,7 +320,7 @@ static void continue_mt_call(struct mncc_call_leg *leg) return; /* assume the type is compatible */ - other_leg->payload_type = leg->base.payload_type; + other_leg->payload_type = 98; //leg->base.payload_type; } static void continue_call(struct mncc_call_leg *leg) @@ -382,7 +382,7 @@ static void check_rtp_create(struct mncc_connection *conn, const char *buf, int /* extract information about where the RTP is */ leg->base.ip = rtp->ip; leg->base.port = rtp->port; - leg->base.payload_type = rtp->payload_type; + leg->base.payload_type = 98;//rtp->payload_type; leg->base.payload_msg_type = rtp->payload_msg_type; /* TODO.. now we can continue with the call */ -- cgit v1.2.3