Re: [asterisk-users] NAT problem with recvonly calls

2020-12-03 Thread David Cunningham
Hi Dovid, Thanks for that. Can you explain how the Progress() and/or Playback() actually help the NAT problem? I'm trying to figure out how it tells Asterisk the correct address to send the RTP to. On Thu, 3 Dec 2020 at 16:10, Dovid Bender wrote: > David, > > You should be able to do that via

Re: [asterisk-users] NAT problem with recvonly calls

2020-12-02 Thread Dovid Bender
David, You should be able to do that via the agi as well. On Wed, Dec 2, 2020 at 20:32 David Cunningham wrote: > Hi Dovid, > > We're using Enswitch so it uses AGI rather than a regular Asterisk > dialplan, but perhaps sending it to a custom-made Asterisk context with the > lines you suggest

Re: [asterisk-users] NAT problem with recvonly calls

2020-12-02 Thread David Cunningham
Hi Dovid, We're using Enswitch so it uses AGI rather than a regular Asterisk dialplan, but perhaps sending it to a custom-made Asterisk context with the lines you suggest could be the best way forward. Thank you for that. On Thu, 3 Dec 2020 at 13:01, Dovid Bender wrote: > David, > > Does

Re: [asterisk-users] NAT problem with recvonly calls

2020-12-02 Thread Dovid Bender
David, 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) Exten => _X.,n, Progress() Exten => _X.,n, Playback(xc,noanswer) On Wed, Dec 2, 2020 at 4:30 PM David Cunningham wrote: > Hello, > > We have a problem with

[asterisk-users] NAT problem with recvonly calls

2020-12-02 Thread David Cunningham
Hello, We have a problem with a SIP doorbell device which sends media one way only, and NAT at the receiving device. 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,