I have an Asterisk server that I am trying to get set up with flowroute. I am able to get it to register and make incoming calls just fine. However, when I try to call out I am getting the message
netsock2.c:303 ast_sockaddr_resolve: getaddrinfo("flowroute", "(null)", ...): Temporary failure in name resolution
I have done a good bit of research on this issue, and it seems to be either DNS or a SIP issue from what I can tell (I am pretty new to this). My server(ubuntu 18.04) is able to resolve flowroute’s IP from the CLI with no issues.
What would be a good next step in debugging this? Is there a good way to test if this is DNS or something else? Any advice would be appreciated, this is all pretty new to me and I feel a bit over my head trying to get this set up
Okay, that seemed to do the trick. I think the thing I was missing was a context named flowroute. Just got my first outbound “hello world” to work! May seem miniscule but that’s super exciting for me. Thanks so much! Now to dive into the dialplan…
By dead wood do you mean redundant lines that are default? I’m just happy to have this working, but I should read the docs and figure out what all of these values mean
More like settings that are obsolete that I just copied from previous versions. Just see what you can eliminate and still have a working connection – and then tell me