> Folks, > > I'm having a nightmare trying to get Broadvoice to work. I've followed > their howto. I've searched the wiki and archives but still cannot get it > to work properly. > > Mark
Here's my config in sip.conf: [broadvoice] type=peer username=[phone] fromuser=[phone] authname=[phone] secret=[password] host=sip.broadvoice.com port=5060 context=incoming fromdomain=sip.broadvoice.com nat=yes canreinvite=no dtmfmode=inband insecure=very ;permit=147.135.8.128/32 ; or of closer proxy ;permit=147.135.0.128/32 ; or of closer proxy permit=147.135.4.128/32 ; or of closer proxy ;permit=147.135.12.128/32 ;permit=147.135.0.0/16 qualify=yes disallow=all allow=ulaw restrictcid=yes Not sure what the restrictcid is for.. just something that I got from someone else probably. In /etc/hosts make sure to put: 147.135.4.128 sip.broadvoice.com (or the ip of the closer proxy). Works for me. This will also give you a list of some of their proxies. Kevin Bockman _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
