Displaying 1 result from an estimated 1 matches for "s3rv3rb".
2003 Oct 08
7
iax2 trunk
...other things connecting to it, so I need a
very specific context for all calls to go through. Because of the volume
of calls between the two servers I wish to setup a trunk.
Server A has this entry in iax.conf
[serverb]
type=friend
host=serverbipaddress
trunk=yes
auth=md5,plaintext,rsa
secret=s3rv3rb
username=serverb
context=serverb
qualify=yes
Server B doesnt have much in iax.conf - only codec and port information
under [general]
Server B is using this in his extensions.conf though:
exten => _X.,1,Dial,IAX2/serverb:s3rv3rb@serveraipaddress/${EXTEN}|180
now i know some things are wrong,...