Displaying 1 result from an estimated 1 matches for "sometrunk".
Did you mean:
some_trunk
2007 Jun 07
3
IAX trunk with dynamic IPs
...so the other can't find its peer (the one that has just gotten a
new IP). If I manually issue a "iax2 reload" in the CLI, asterisk tries
to find the IP of the peer (based on its DNS name) and everything starts
working again.
This is the section for my trunk in one of my servers:
[sometrunk]
type=friend
username=someusername
secret=somesecret
auth=plaintext
host=host.no-ip.org
context=incoming
peercontext=incoming
qualify=yes
trunk=yes
Is there any way to tell asterisk to try to find the peer's IP address
if that peer is "unreachable" or each 10 minutes?
Thanks in ad...