Difference between revisions of "Iax configuration"
From MyWiki
| Line 3: | Line 3: | ||
The other over vpn seems to work | The other over vpn seems to work | ||
Comparing configs : | Comparing configs : | ||
| + | [general] | ||
| + | register => boo:password123@mail.twig.tk | ||
| + | register => boo:password123@10.0.0.1 | ||
| + | [foo] | ||
| + | type=friend | ||
| + | username=boo | ||
| + | secret=password123 | ||
| + | auth=plaintext | ||
| + | host=212.159.116.15 | ||
| + | context=fromiax | ||
| + | peercontext=fromiax | ||
| + | qualify=yes | ||
| + | trunk=yes | ||
| + | [foo2] | ||
| + | type=friend | ||
| + | username=boo | ||
| + | secret=password123 | ||
| + | auth=plaintext | ||
| + | host=10.0.0.1 | ||
| + | context=fromiax | ||
| + | peercontext=fromiax | ||
| + | qualify=yes | ||
| + | trunk=yes | ||
Revision as of 12:03, 21 July 2014
One iax to iax gives errors No registration for peer 'boo' (from 212.159.116.15) The other over vpn seems to work Comparing configs : [general] register => boo:password123@mail.twig.tk register => boo:password123@10.0.0.1 [foo] type=friend username=boo secret=password123 auth=plaintext host=212.159.116.15 context=fromiax peercontext=fromiax qualify=yes trunk=yes [foo2] type=friend username=boo secret=password123 auth=plaintext host=10.0.0.1 context=fromiax peercontext=fromiax qualify=yes trunk=yes