Re: [OpenSIPS-Users] Questions about initial setup

2014-05-29 Thread Kurtis Heimerl
Just wanted say that the alias= line worked perfectly. Thanks so much for your help brett. On Fri, May 23, 2014 at 11:58 PM, Brett Nemeroff br...@nemeroff.com wrote: Try just: alias=domain.com http://www.opensips.org/Documentation/Script-CoreParameters-1-9#toc26 Note that there are some

Re: [OpenSIPS-Users] Questions about initial setup

2014-05-23 Thread Kurtis Heimerl
Getting back on this horse, what do you mean alias setup. There seem to be two different aliases: one for users (x@y - 1000@foo) and one for the service itself: Restarting opensips: opensipsListening on udp: 192.168.0.0.1 [192.168.0.0.1]:5060 Aliases: udp:

Re: [OpenSIPS-Users] Questions about initial setup

2014-05-23 Thread Kurtis Heimerl
This totally makes sense! Thanks so much. Due to the intricacies of our design (ec2 in action) the automatic alias detection isn't working (it gets the name from the local DNS which isn't routable externally). How do I get it to know that myself is a certain domain name? I set SIP_DOMAIN in the

Re: [OpenSIPS-Users] Questions about initial setup

2014-05-15 Thread Brett Nemeroff
Normally this means that you haven't actually done anything with the call, but you are t_relaying it out. In other words, the RURI was destined for your opensips box.. That's how it got there.. it hit opensips, then you sent it back out.. But you never adjusted the RURI to point to the next hop

Re: [OpenSIPS-Users] Questions about initial setup

2014-05-15 Thread Kurtis Heimerl
This makes *a lot* of sense. Thanks!I expected the SIP REGISTER to be terminated at the instance rather than forwarded as I had that user/pw combo in the subscribers table. I assume it doesn't do that by default I have to add a command to the routing logic to do that? Or, architecturally, should I

Re: [OpenSIPS-Users] Questions about initial setup

2014-05-15 Thread Brett Nemeroff
So OpenSIPs doesn't do anything on it's own. If you just downloaded, and compiled... I can say with like 99% certainty it's not going to do what you want. It's just a toolkit. For example, if your config doesn't explicitly check the register to see if it's valid, it's not doing it. The sample