Difference between revisions of "Iax configuration"
From MyWiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
One iax to iax gives errors | One iax to iax gives errors | ||
− | No registration for peer 'boo' (from 212. | + | No registration for peer 'boo' (from 212.19.16.155) |
The other over vpn seems to work ( foo2 seems to work ) | The other over vpn seems to work ( foo2 seems to work ) | ||
Comparing configs : | Comparing configs : | ||
− | [general] | + | '''[general]''' |
register => boo:password@ma******tk | register => boo:password@ma******tk | ||
register => boo:password@10.0.0.1 | register => boo:password@10.0.0.1 | ||
− | [foo] | + | '''[foo]''' |
type=friend | type=friend | ||
username=boo | username=boo | ||
Line 16: | Line 16: | ||
qualify=yes | qualify=yes | ||
trunk=yes | trunk=yes | ||
− | [foo2] | + | '''[foo2]''' |
type=friend | type=friend | ||
username=boo | username=boo |
Latest revision as of 12:07, 21 July 2014
One iax to iax gives errors No registration for peer 'boo' (from 212.19.16.155) The other over vpn seems to work ( foo2 seems to work ) Comparing configs : [general] register => boo:password@ma******tk register => boo:password@10.0.0.1 [foo] type=friend username=boo secret=password auth=plaintext host=212.19.16.155 context=fromiax peercontext=fromiax qualify=yes trunk=yes [foo2] type=friend username=boo secret=password auth=plaintext host=10.0.0.1 context=fromiax peercontext=fromiax qualify=yes trunk=yes