|
From: Michael K. <li...@mk...> - 2022-05-15 08:47:10
|
> Am 15.05.2022 um 05:07 schrieb Michael Knill <mic...@ip...>: > > I use Wireguard VPN’s extensively and our softswitch has many peers connected to it. > One issue that is very annoying is that if a VPN route drops out of the routing table, rather than just Unreachable, Asterisk complains as below: > [May 14 07:20:37] WARNING[2082]: chan_sip.c:3781 __sip_xmit: sip_xmit of 0x2b61f424e7a0 (len 509) to 172.29.1.252:5060 returned -1: Destination address required > [May 14 07:20:38] WARNING[2082]: chan_sip.c:3781 __sip_xmit: sip_xmit of 0x2b61f458c940 (len 507) to 172.29.1.13:5060 returned -1: Destination address required > You also get the same when you try to ping it. > > Can you think of any way to resolve this. I tried a null route and that didn't work. > > Regards > > Michael Knill > Managing Director Hi Michael, have you tried "qualify=yes" versus "no" for the client in "sip.conf", sometimes this makes a difference. Michael http://www.mksolutions.info |