Double RTP data in SIP message

Status
Not open for further replies.

henkpls

New Member
Nov 4, 2018
8
2
3
63
Hi all,

I'm on FusionPBX 5.0.5. In my outbound leg the RTP data is repeated twice. I don't exactly known when this started as most calls just work, except for calls to Teams.
The console log looks like this:

2022-11-18 15:47:39.119302 94.53% [DEBUG] switch_core_state_machine.c:624 (sofia/external/2000) State INIT
2022-11-18 15:47:39.119302 94.53% [DEBUG] mod_sofia.c:97 sofia/external/2000 SOFIA INIT
2022-11-18 15:47:39.119302 94.53% [WARNING] switch_core_media.c:1794 INVALID SUITE SUPPLIED
2022-11-18 15:47:39.119302 94.53% [INFO] sofia_glue.c:1654 sofia/external/2000 sending invite call-id: (null)
2022-11-18 15:47:39.119302 94.53% [DEBUG] sofia_glue.c:1657 sofia/external/2000 sending invite version: 1.10.8 -release-20-3510866140 64bit
Local SDP:
v=0
o=FreeSWITCH 1668761141 1668761142 IN IP4 16.111.222.4
s=FreeSWITCH
c=IN IP4 16.111.222.4
t=0 0
m=audio 21718 RTP/AVP 9 0 8 102 101 103
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=14400; maxplaybackrate=8000; ptime=20; minptime=10; maxptime=40
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-15
a=silenceSupp:eek:ff - - - -
a=ptime:20
a=sendrecv
m=audio 21718 RTP/AVP 9 0 8 102 101 103
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; maxaveragebitrate=14400; maxplaybackrate=8000; ptime=20; minptime=10; maxptime=40
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=rtpmap:103 telephone-event/48000
a=fmtp:103 0-15
a=silenceSupp:eek:ff - - - -
a=ptime:20
a=sendrecv

Anyone has an idea how to debug this?
I already upgraded the OS and Freeswitch without any difference.
 

henkpls

New Member
Nov 4, 2018
8
2
3
63
To investigate, I did a new installation on Debian 11. When I create a user, a gateway and a dial rule everything is OK. After copying only the database the problem repeats. So my conclusion is, it must be somewhere in de FusionPBX configuration, but I don't know where to look for. Who can help me?
 
Status
Not open for further replies.