Re: [Asterisk-Users] Re: Sip phones on the same extension?

2003-12-26 Thread Olle E. Johansson
Brian Buhrow wrote:
So, for example, if my extension is 300, and my password is
"JustForFun", I should be able to program any number of SIP phones to
register as extension 300, and as long as they know the magic password,
"JustForFun", Asterisk will permit all of them to register as SIP/300.
Then, if someone calls 300, they'll all ring simultaneously, and which ever
phone gets picked up first, gets the call.
This doesn't appear to be how Asterisk works at the moment.  Am I
wrong about this?
No, you're right. Don't think of Asterisk as a SIP proxy, it's a PBX.
At this moment, one device per peer is the rule, and to have multiple
devices per user is done in the dial plan, not on channel level.
If you have multiple devices registering on the same peer SIP account,
only the last registration will be used (and which one this is, will wary...)
/O
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Re: Sip phones on the same extension?

2003-12-25 Thread daryl
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Buhrow
Sent: Thursday, December 25, 2003 2:15 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Re: Sip phones on the same extension?


Hello.  I think I understand your suggestion, but don't
understand how that's any different than the one I came up with.  What I
want, is to be able to define a specific extension, and then have any
external SIP phones 

[...]

The difference is, his suggestion works.  Yours doesn't.

If you register multiple SIP devices in the way you suggest, only one of
them will ring.  It appears to me that the one that is "fastest" to
respond will work, but I only tried the setup briefly before doing a bit
of research that told me it wasn't the way this is done in *.

Daryl
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Re: Sip phones on the same extension?

2003-12-25 Thread Brian West
Because the one you came up with isn't possible with asterisk at this
time.

On Thu, 25 Dec 2003, Brian Buhrow wrote:

>   Hello.  I think I understand your suggestion, but don't understand how
> that's any different than the one I came up with.  What I want, is to be
> able to define a specific extension, and then have any external SIP phones
> register with that extension that want to.  It's important that multiple
> phones be able to register with the same extension simultaneously.  Then, I
> can define something like:
>
> exten => 300,1,Dial(SIP/300,15|t)
>
> and all phones registered to extension SIP/300 will ring.
> The number of phones existing on that extension at any given time is
> unknown, and Asterisk should be able to keep a list of all devices which are
> currently registered on a given extension, even if it has seen another
> device register to the same extension.  To guard against number stealing,
> one could restrict the registration of a given phone number to a single
> password, but allow that password to be used as often and from where ever.
>   So, for example, if my extension is 300, and my password is
> "JustForFun", I should be able to program any number of SIP phones to
> register as extension 300, and as long as they know the magic password,
> "JustForFun", Asterisk will permit all of them to register as SIP/300.
> Then, if someone calls 300, they'll all ring simultaneously, and which ever
> phone gets picked up first, gets the call.
>   This doesn't appear to be how Asterisk works at the moment.  Am I
> wrong about this?
>
> -Brian
>
> Message: 9
> From: Tilghman Lesher <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [Asterisk-Users] Sip phones on the same extension?
> Date: Wed, 24 Dec 2003 13:24:53 -0600
> Reply-To: [EMAIL PROTECTED]
>
> In sip.conf:
>
> [phone1]
> type=peer
> host=dynamic
>
> [phone2]
> type=peer
> host=dynamic
>
> [phone3]
> type=peer
> host=dynamic
>
> in extensions.conf:
>
> [default]
> exten => 0,1,Dial(SIP/phone1&SIP/phone2&SIP/phone3,30,T)
>
> -Tilghman
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users