[asterisk-users] How to connect two asterisk server

Noah Miller noahisaacmiller at gmail.com
Mon Jan 1 19:53:08 MST 2007


Hi Again 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>

As an addendum to this, it would be a very good idea to make certain
that you've properly secured your asterisk server so you're not going
to have unwanted unauthorised access.  I would probably only do this
if your asterisk server is not accessible from the outside world via
sip.


- Noah


More information about the asterisk-users mailing list