Displaying 1 result from an estimated 1 matches for "server2secret".
Did you mean:
server1secret
2006 Jan 31
0
Ast<->Ast: IAX2 error w/no audio
...our iax command '24'
There is no message in the logs on the WRT54GS as most debug stuff is
not running due to the limited hardware.
Any ideas??? If it could not negotiate codecs I would expect it to say
so and drop the call.
Server1: iax.conf
[Server2]
type=user
host=server2.ca
secret=server2secret
context=mycontext
trunk=yes
extensions.conf
exten => 1234,1,Dial(IAX2/Server1:server1secret@server2.ca/1234@default)
Server2: iax.conf
[Server1]
type=user
host=server1.ca
secret=server1secret
context=default
trunk=yes
extensions.conf
exten => 4321,1,Dial(IAX2/Server2:server2secret@server1....