[asterisk-users] How to connect two asterisk server

Noah Miller noahisaacmiller at gmail.com
Mon Jan 1 19:50:01 MST 2007


Hi Dan -

> Its a VOIP Switch based on SIP Proxy. Its Voice Master from SysMaster.
>
> VoiceMaster only authenticates IP and cant have username password based
> authentication which asterisk can do. So i need to take some traffic from
> VoiceMaster to Asterisk and terminate it.

That shouldn't be a problem.  You can just create a sip friend/peer
without a username or password, and with a "host=ipaddress" statement.
 Like this in your sip.conf file:

[NoAuth-VoiceMaster]
type=friend
context=<your context>
host=<IP Address Of Voice Master>
disallow=all
allow=<codecs you want to allow>


- Noah


More information about the asterisk-users mailing list