I've been fighting with the vbuzzer settings for quite a while until I discovered somewhere that there is actually a bug in Asterisk 1.2.7. I don't know what version is your [EMAIL PROTECTED] or how to apply this settings in particular to [EMAIL PROTECTED], but I think the configuration is similar. Basically the problem is that you need to register with the VBuzzer server on port 80. Tipically you would do something like this:
register => youruser:[EMAIL PROTECTED]:80/inbound_ext and then somewhere further down in the file you would have the peer settings: [vbuzzer_peer] type=friend user=youruser username=youruser fromuser=youruser authname=youruser secret=yourpassword ;host=vbuzzer.com host=209.47.41.48 fromdomain=vbuzzer.com dtmf=rfc2833 dtmfmode=rfc2833 disallow=all allow=gsm allow=ulaw allow=alaw nat=yes insecure=very ; needed if we want to allow incoming calls to bypass authentication qualify=200 port=80 useragent=VBuzzer/1.1.1.2 context=incoming canreinvite=no hidecallerid=no auth=md5 restrictcid=yes That registration line doesn't work that way in 1.2.7 because of the bug. Instead, you would have to do something like this: register => youruser:[EMAIL PROTECTED]/inbound_ext That way, it will use the settings in the [vbuzzer_peer] where the port 80 is specified as well. Also, I found that when you make changes in the vbuzzer registration, it helps sometimes to disable the registration for a while (couple hours) to let all the previous registrations expire, then enable it again with the new settings. I hope that helps. ----- Original Message ----- From: Bruce Nik To: [email protected] Sent: Wednesday, June 14, 2006 12:34 AM Subject: [on-asterisk] vBuzzer settings for [EMAIL PROTECTED] Hello guys, I know that there has been another thread about vbuzzer but I don't think anyone posted peer details and other info for vbuzzer trunk for [EMAIL PROTECTED] I can't get the vbuzzer (416 DID) working with my TrixBox (formerly known as [EMAIL PROTECTED]). It does register but then channels are busy. Can someone please post the info. Thanks in advance, Bruce ------------------------------------------------------------------------------ Movies, Music & More! Visit Sympatico / MSN Entertainment --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
