[Asterisk-Users] Re: Sip phones on the same extension?
Brian Buhrow
buhrow at lothlorien.nfbcal.org
Thu Dec 25 18:25:53 MST 2003
Hello. I'm sorry I wasn't clear. In the original question I asked, I
said that I found the same work around that was suggested on this list.
Since the suggestion was there, and since I had posted my original work
around in my original message, I thought there was something that I was
missing with respect to the work around itself, and I was asking for
clarification. The solution I have working at the moment, is exactly the
one which was offered up. However, I don't like it, because it's a
solution which doesn't scale. I was trying to assertain if Asterisk would
do what I was envisioning, and which SER does very well, and if the fact
that I couldn't think of a way was merely due to my lack of knowledge about
Asterisk. It sounds like Asterisk doesn't work like this right now. Do folks
think they'd find such a feature useful if I coded it up and sent it back
to Digium?
-thanks
-Brian
Message: 5
Date: Thu, 25 Dec 2003 13:20:51 -0600 (CST)
From: Brian West <brian at bkw.org>
To: asterisk-users at lists.digium.com
Cc: buhrow at lothlorien.nfbcal.org
Subject: Re: [Asterisk-Users] Re: Sip phones on the same extension?
Reply-To: asterisk-users at lists.digium.com
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 <tilghman at mail.jeffandtilghman.com>
> To: asterisk-users at lists.digium.com
> Subject: Re: [Asterisk-Users] Sip phones on the same extension?
> Date: Wed, 24 Dec 2003 13:24:53 -0600
> Reply-To: asterisk-users at lists.digium.com
>
> 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
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
--__--__--
More information about the asterisk-users
mailing list