----- Original Message -----
From: unplug
[mailto:[EMAIL PROTECTED]
To: Asterisk Users Mailing List -
Non-Commercial Discussion [mailto:[EMAIL PROTECTED]
Sent:
Fri, 28 Jul 2006 14:14:56 -0300
Subject: Re: [asterisk-users] registration
process


> That's mean, if I have your sip account and password, I can
> connect/register to the sip server as you do.
> Out-bound call: you and I can make calls
> In-bound call:  Only the last one that register to the server will get the
> call
> So there will be a problem as the registration process will initiate
> by UA in a regular interval.  Some time, you may register to server
> and sometime, I may register to server but you failed.  In such case
> when there is in coming call, sometime it will route to you and
> sometime it will route to me.  There will be a conflict.
> 
> You said there is no way to prevent except to apply IP& port
> limitation.  How about to check the above case?
> 

If you mean how does it work, here's an example:
deny=0.0.0.0/0.0.0.0
permit=192.168.2.0/255.255.255.0

That should only allow phones from the 192.168.2.0 range to register, but I 
haven't tested this yet - so please do reply if it works as I have said.

Joshua Colp
Digium
_______________________________________________
--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

Reply via email to