<div dir="ltr">David,<div><br></div><div>Does Asterisk send a 180 or a 183 with SDP? We have found that using these two lines help (where xc is a 500ms blank sound file)</div><div>Exten => _X.,n, Progress()<br>Exten => _X.,n, Playback(xc,noanswer)<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 2, 2020 at 4:30 PM David Cunningham <<a href="mailto:dcunningham@voisonics.com">dcunningham@voisonics.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div><div>We have a  problem with a SIP doorbell device which sends media one way only, and NAT at the receiving device.<br></div><div><br></div><div>When the doorbell button is pressed 
it makes a call to a configured destination. Since the doorbell only sends 
and doesn't receive it sends the INVITE with sendonly in the SDP, and 
the destination then replies with a 200 OK with recvonly in the SDP.
<br>
<br>The problem is that the destination is behind NAT, and its reply 
contains a private network IP in the SDP. Normally Asterisk when nat=yes
 works around that by adjusting the destination for RTP to be the 
address it actually receives audio from, however because this device is 
recvonly Asterisk never receives audio from it. This means Asterisk 
keeps trying to send the doorbell's RTP to the private network IP which of course 
fails, and the destination never gets the RTP from the doorbell.</div><div><br></div><div>Does anyone know how to work around this issue?</div><div><br></div><div>Thank you in advance,<br></div><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>David Cunningham, Voisonics Limited<br><a href="http://voisonics.com/" target="_blank">http://voisonics.com/</a><br>USA: +1 213 221 1092<br>New Zealand: +64 (0)28 2558 3782</div></div></div></div></div></div></div></div></div></div></div></div>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Getting+Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote></div>