SOLVED Outbound calls drop audio one way after about a minute

Status
Not open for further replies.

grandpa_sam

New Member
Apr 14, 2021
8
0
1
33
Currently I am testing calls going out to my cellphone. The call works just fine for about a minute or two then suddenly the audio from the internal phone to my cellphone drops. The internal phone can hear my cellphone just fine but not the other way around.

I checked the logs and got something like this:

Code:
2021-04-29 13:53:45.751756 [DEBUG] sofia.c:7326 Channel sofia/internal/21@url entering state [calling][0]
2021-04-29 13:53:45.871753 [DEBUG] sofia.c:7326 Channel sofia/internal/21@url entering state [ready][200]
2021-04-29 13:53:45.871753 [DEBUG] sofia.c:7336 Remote SDP:
v=0
o=21 1063 1998 IN IP4 100.73.0.199
s=Talk
c=IN IP4 100.73.0.199
t=0 0
m=audio 7078 RTP/AVP 0 100
a=rtpmap:100 telephone-event/8000

2021-04-29 13:53:45.871753 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G722:9:8000:20:64000:1]
2021-04-29 13:53:45.871753 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1]
2021-04-29 13:53:45.871753 [DEBUG] switch_core_media.c:5649 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match
2021-04-29 13:53:45.871753 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1]
2021-04-29 13:53:45.871753 [DEBUG] switch_core_media.c:5510 Set telephone-event payload to 100@8000
2021-04-29 13:53:45.871753 [WARNING] switch_core_media.c:5667 Crypto not negotiated but required.
2021-04-29 13:53:45.871753 [DEBUG] switch_core_media.c:5853 Set telephone-event payload to 100@8000
2021-04-29 13:53:45.871753 [DEBUG] switch_core_media.c:5911 sofia/internal/21@url Set 2833 dtmf send payload to 100 recv payload to 100
2021-04-29 13:53:45.871753 [ERR] sofia.c:8355 Codec Error! v=0
o=21 1063 1998 IN IP4 100.73.0.199
s=Talk
c=IN IP4 100.73.0.199
t=0 0
m=audio 7078 RTP/AVP 0 100
a=rtpmap:100 telephone-event/8000

The above log shows up right when the call audio drops.
 
Status
Not open for further replies.