Hi all, Special thanks to David and Noah for the earnest efforts...
Dan On 02/01/07, Dave Schardin <[EMAIL PROTECTED]> wrote:
Your best bet is to contact Sysmaster support at [EMAIL PROTECTED] or 1877-900-3993. I was talking to one of our contacts there and he said that it would be best to have you contact them. In order to get it to work for you they need to know the exact configuration you are trying to set up. We've worked with Sysmaster for some time now and they are very nice and helpful people. -David Looking for voice over IP products? Visit our VoIP store at http://voipstore.atacomm.com On Jan 1, 2007, at 8:53 PM, Noah Miller wrote: 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 _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
