Hi Group
I an running Asterisk 13.14 (also noticed in 13.15) and I believe that I am running into this bug.
When I make a call via SIP Trunk to another system that only supports G711 ulaw, there is one way audio.
sip.conf:
[general]
disallow=all
allow=alaw
allow=ulaw
200 OK on SIP Trunk from other system:
<— SIP read from UDP:y.y.y.y:5060 —>
SIP/2.0 200 OK
Via: SIP/2.0/UDP x.x.x.x:5060;branch=z9hG4bK2bbb3769
Contact: sip:0312345678@y.y.y.y:5060
To: sip:0312345678@sip.iboss.com.au:5060;tag=7d8105f0-co9125-INS005
From: sip:0212345678@sip.iboss.com.au;tag=as106a88d1
Call-ID: 7cdaba5b7910b9dd738eae66297c3048@sip.iboss.com.au
CSeq: 102 INVITE
Allow: INVITE,ACK,CANCEL,BYE,REFER,OPTIONS,NOTIFY,SUBSCRIBE,PRACK,INFO
Content-Type: application/sdp
User-Agent: ENSR3.0
Content-Length: 227
v=0
o=- 2105606208 2105606208 IN IP4 125.213.162.112
s=ENSResip
c=IN IP4 125.213.162.117
t=0 0
m=audio 46336 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
a=sendrecv
Asterisk Debug:
[Nov 16 16:05:53] DEBUG[28507][C-00000d84]: res_rtp_asterisk.c:4467 bridge_p2p_rtp_write: Unsupported payload type received
I understand that this bug is resolved in 13.17.0 but I have another bug not resolved yet for this customer so I cannot upgrade.
Are there any workarounds for this bug? Am I actually experiencing this bug?
Thanks
Mike