I've set up plenty of Asterisk boxes but never one that had to deal with a proxy server to be able to use a line. Using "X-Lite" I have no issue with settings as follows: Display Name: Any Name User name: 00575000010XXXX Password: 00575000010XXXX Authorization user name: <blank> Domain: directnationalloan.com Checked "Register with domain" and "Send outbound via: Proxy Address: las-obproxy.voipzone.us" X-Lite has no issues with registration or placing calls. Now the fun part, Asterisk I've been able to get to register. register => 00575000010XXXX at directnationalloan.com: 00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us It's the placing of calls that I'm getting an error. I've tried so many different configurations that it's somewhat pointless to show you my settings. The one I've been playing around with most recently is: [voipexten] auth=00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us username=00575000010XXXX secret=00575000010XXXX fromdomain=directnationalloan.com type=peer qualify=yes insecure=port,invite outboundproxy=las-obproxy.voipzone.us But of corse that doesn't work. Maybe someone here has an idea. -- /Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080117/77246474/attachment.htm
On Jan 17, 2008 2:28 PM, Nicholas Blasgen <nicholas at blasgen.com> wrote:> I've set up plenty of Asterisk boxes but never one that had to deal with a > proxy server to be able to use a line. Using "X-Lite" I have no issue with > settings as follows: > > Display Name: Any Name > User name: 00575000010XXXX > Password: 00575000010XXXX > Authorization user name: <blank> > Domain: directnationalloan.com > > Checked "Register with domain" and "Send outbound via: Proxy Address: > las-obproxy.voipzone.us" > > X-Lite has no issues with registration or placing calls. > > Now the fun part, Asterisk I've been able to get to register. > > register => 00575000010XXXX at directnationalloan.com: > 00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us > > It's the placing of calls that I'm getting an error. I've tried so many > different configurations that it's somewhat pointless to show you my > settings. The one I've been playing around with most recently is: > > [voipexten] > auth=00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us > username=00575000010XXXX > secret=00575000010XXXX > fromdomain= directnationalloan.com > type=peer > qualify=yes > insecure=port,invite > outboundproxy=las-obproxy.voipzone.us > > But of corse that doesn't work. Maybe someone here has an idea. > > -- > /Nick >Try dropping the auth line and changing the outboundproxy to host= ? Thanks, Steve Totaro -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080117/4746cba9/attachment.htm
For anyone who cares to know. I finally got it working correctly. Turned out I needed "fromuser" set. Then it was just playing around until it started working. register => 00575000010XXXX at directnationalloan.com: 00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us [voipexten] authuser=00575000010XXXX username=00575000010XXXX fromuser=00575000010XXXX secret=00575000010XXXX fromdomain=directnationalloan.com outboundproxy=las-obproxy.voipzone.us host=directnationalloan.com insecure=port,invite qualify=yes type=peer On 1/17/08, Nicholas Blasgen <nicholas at blasgen.com> wrote:> > I've set up plenty of Asterisk boxes but never one that had to deal with a > proxy server to be able to use a line. Using "X-Lite" I have no issue with > settings as follows: > > Display Name: Any Name > User name: 00575000010XXXX > Password: 00575000010XXXX > Authorization user name: <blank> > Domain: directnationalloan.com > > Checked "Register with domain" and "Send outbound via: Proxy Address: > las-obproxy.voipzone.us" > > X-Lite has no issues with registration or placing calls. > > Now the fun part, Asterisk I've been able to get to register. > > register => 00575000010XXXX at directnationalloan.com: > 00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us > > It's the placing of calls that I'm getting an error. I've tried so many > different configurations that it's somewhat pointless to show you my > settings. The one I've been playing around with most recently is: > > [voipexten] > auth=00575000010XXXX:00575000010XXXX at las-obproxy.voipzone.us > username=00575000010XXXX > secret=00575000010XXXX > fromdomain= directnationalloan.com > type=peer > qualify=yes > insecure=port,invite > outboundproxy=las-obproxy.voipzone.us > > But of corse that doesn't work. Maybe someone here has an idea. > > -- > /Nick >-- /Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080122/ee5c82bc/attachment.htm