Project

General

Profile

Actions

Bug #3650

closed

MSC is not sending a payload_type to MNCC?

Added by keith over 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
10/12/2018
Due date:
% Done:

0%

Resolution:
Spec Reference:

Description

The SDP created by osmo-sip-connector is invalid:

a=rtpmap:0 GSM/8000

Freeswitch rejects this.

Looks like the MSC is sending 0 for payload_type.
See mncc.c:check_rtp_create() in the sip cxtr

This works with legacy nitb:
You get this line in sip-connector's debug log:

mncc.c:393 RTP cnt leg(5010) ip(172.16.0.15), port(16412) pt(3) ptm(768)

With osmo-msc it will be:
mncc.c:393 RTP cnt leg(5010) ip(172.16.0.15), port(16412) pt(0) ptm(768)

note pt(0)


Related issues

Related to osmo-sip-connector - Bug #3724: Wrong media format used in SIP INVITE causes one-way audioNew12/11/2018

Actions
Related to osmo-sip-connector - Bug #1683: osmo-sip-connector: Implement codec selection / move codec selection to osmo-mscStalledneels03/31/2016

Actions
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)