Hi all,<br>
we have a problem with a reinvite sent by our SIP provider to change audio codec due to the recognition of a fax tone.<br>
After that the SIP call session has been established (INVITE and 200 OK) we have the following codec situation: <br>
<br>
UAC ASTERISK UAS | ASTERISK UAC PROVIDER<br>
g711 <----------------------> g711 | g729 <---------------------------> g729 <br>
rtp rtp<br>
<br>
After a while, we have the reinvite sent by the SIP provider with g711 in the SDP.<br>
So asterisk need to change audio codec from g729 to g711 and correctly we see on debug the following line:<br>
"Oooh, we need to change our audio formats since our peer supports only g729" and asterisk send back 200 OK to the provider.<br>
At this point we have one way rtp audio:<br>
<br>
UAC ASTERISK UAS | ASTERISK UAC PROVIDER<br>
g711 ----------------------> g711 | g711 ---------------------------> g711 <br>
rtp rtp<br>
<br>
So the problem is that UAC does not hear audio at all.<br>
Any idea?<br>
<br>
(Asterisk version: 1.4.33.1).<br>
<br>
Thanks in advance,<br>
Matteo