<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Actually, call groups are yet another layer of complexity.&nbsp; Let me try
another explanation.<br>
<br>
With VoIP, the distinction between a call appearance capability and a
line is artificial to an extent.&nbsp; Think of a line as the analog for a
pair of copper wires.&nbsp; Think of a call appearance as call waiting
capability on a line.&nbsp; Well, not exactly, but it works for me.<br>
<br>
In practice, "lines" are identities as understood by the phone and the
SIP server (Asterisk).&nbsp; So when a call arrives, the actual line it
arrives on is indicated in some fashion, depending on the phone.&nbsp; It
probably has separate line buttons and/or LEDs to indicate which line
is ringing or to press to answer.&nbsp; And because there are different
lines, you can specify different behaviors to associate with the lines
for whatever purpose, such as call forwarding, anonymous call reject,
or whatever.&nbsp; Similarly, you may select from the various lines in order
to place an outgoing call which affects, among other things, the call
record and caller ID.<br>
<br>
Whether this is useful to you depends on your organizational
requirements.&nbsp; This leaves aside the question of how you direct calls
to the phone based on your dialplan, which provides another layer of
identity in some sense - a topic for a separate discussion, perhaps.<br>
<br>
On top of this, each identity (line) can have mutliple call
appearances.&nbsp; This simply means that you can have multiple calls in
progress (originated or answered) simultaneously.&nbsp; The mechanism for
managing this varies by phone and configuration.<br>
<br>
Beyond this, Asterisk can be programmed to ring multiple lines for an
incoming call.<br>
<br>
Call groups/pickup groups, are a way of defining associations so that a
user of a line that is not ringing can answer a call directed to
another line (or other lines) which is (are) ringing.<br>
<br>
Does this make sense?<br>
<br>
<pre wrap="">Date: Tue, 24 Jan 2006 10:49:38 -0800
From: Gary Richardson <a class="moz-txt-link-rfc2396E"
 href="mailto:gary.richardson@gmail.com">&lt;gary.richardson@gmail.com&gt;</a>
Subject: Re: [Asterisk-Users] Hardware recommendations
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <a class="moz-txt-link-rfc2396E"
 href="mailto:asterisk-users@lists.digium.com">&lt;asterisk-users@lists.digium.com&gt;</a>
Message-ID:
        <a class="moz-txt-link-rfc2396E"
 href="mailto:be2921990601241049h53e72b1bkf68cabc3e67f8134@mail.gmail.com">&lt;be2921990601241049h53e72b1bkf68cabc3e67f8134@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=ISO-8859-1

&gt;From my understanding this is more like a 'Key' system than a 'PBX'.

You can make all you phones ring when a certain number is dialed. The
first one to pick up gets the call. I can't think of exactly what this
functionality is called, but I believe there are menus for it in
Asterisk@Home. Perhaps it's call groups?

You need to think of asterisk as a multiplexor -- you have x number of
lines coming in from the PSTN and y number of phones. Not all phones
are active at one time and it is completely indescriminate when it
comes to the next available line. It doesn't matter which line gets
picked up when you dial 9, just that you get an outside line.

You should be able to get your telco to assign the same phone number
on mutliple lines and it will ring through to the next available line
(similar to how a T1 works).

On 1/24/06, Dane Reugger <a class="moz-txt-link-rfc2396E"
 href="mailto:dane@downtownpc.com">&lt;dane@downtownpc.com&gt;</a> wrote:
</pre>
<blockquote type="cite">
  <pre wrap=""><span class="moz-txt-citetags">&gt; </span>Maybe I am getting this wrong - every phone I look at says it handles a
<span class="moz-txt-citetags">&gt; </span>given number of lines.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>I don't want to spend the extra for 4 appearances when all I need is 2.
<span class="moz-txt-citetags">&gt; </span>Where I must be missing something  is:
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Imagine w/ have 2 appearances phones - no operator - the phones just ring.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Lets say a call comes in and its for Joe, Joe picks up
<span class="moz-txt-citetags">&gt; </span>another call comes in, this time for Fred - he picks up
<span class="moz-txt-citetags">&gt; </span>now a call comes for me - wouldn't their above calls occupy all of our
<span class="moz-txt-citetags">&gt; </span>appearances?
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>If not I would think we would need some type of operator forwarding the
<span class="moz-txt-citetags">&gt; </span>call to the phones instead of just having them ring.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Sorry, I'm not getting it - maybe I'm just too old fashioned. I'm trying
<span class="moz-txt-citetags">&gt; </span>to do this as simply and economically as possibly w/o sacrificing quality.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Your help is GREATLY appreciated.
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>-Dane
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Kerry Garrison wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""><span class="moz-txt-citetags">&gt; &gt; </span>You need to separate lines from call appearances. Asterisk has lines (actual
<span class="moz-txt-citetags">&gt; &gt; </span>phone lines) and phones have call appearances (number of simultaneous calls
<span class="moz-txt-citetags">&gt; &gt; </span>the phone can handle). You could have 1000 lines going into your Asterisk
<span class="moz-txt-citetags">&gt; &gt; </span>box but the typical user doesn't need more than 2 - 4 simultaneous calls.
<span class="moz-txt-citetags">&gt; &gt; </span>On the flip side, you could have 4 "lines" coming into your asterisk server
<span class="moz-txt-citetags">&gt; &gt; </span>and have 100 phones with 4 call appearances each. By using Asterisk to
<span class="moz-txt-citetags">&gt; &gt; </span>manage the lines, you don't need 400 phone lines to support 100 phones w/4
<span class="moz-txt-citetags">&gt; &gt; </span>call appearances each.
<span class="moz-txt-citetags">&gt; &gt;</span>
<span class="moz-txt-citetags">&gt; &gt; </span>Kerry Garrison
<span class="moz-txt-citetags">&gt; &gt; </span>Publisher - <a
 class="moz-txt-link-freetext" href="http://GeekGazette.com">http://GeekGazette.com</a> - <a
 class="moz-txt-link-freetext" href="http://VOIPSpeak.net">http://VOIPSpeak.net</a>
<span class="moz-txt-citetags">&gt; &gt; </span>(949) 502-7819 x200 - <a
 class="moz-txt-link-abbreviated" href="mailto:kerryg@techdatapros.com">kerryg@techdatapros.com</a>
<span class="moz-txt-citetags">&gt; &gt; </span><a
 class="moz-txt-link-freetext" href="http://www.techdatapros.com">http://www.techdatapros.com</a>
<span class="moz-txt-citetags">&gt; &gt;</span>
<span class="moz-txt-citetags">&gt; &gt;</span>
<span class="moz-txt-citetags">&gt; &gt;</span>
    </pre>
    <blockquote type="cite">
      <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt; </span>-----Original Message-----
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>From: <a
 class="moz-txt-link-abbreviated"
 href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>[<a
 class="moz-txt-link-freetext"
 href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>Dane Reugger
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>Sent: Tuesday, January 24, 2006 9:09 AM
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>To: Asterisk Users Mailing List - Non-Commercial Discussion
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>Subject: Re: [Asterisk-Users] Hardware recommendations
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>If you have 16 call appearances or lines - how do you get to
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>line 16 - type in some code?
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>Adam Goryachev wrote:
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
      </pre>
      <blockquote type="cite">
        <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>On Mon, 2006-01-23 at 23:00 -0700, Douglas Garstang wrote:
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
        </pre>
        <blockquote type="cite">
          <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt; </span>Polycom SoundPoint 601 has 4 'lines'. <img
 src="cid:part1.04040409.01060208@cosi.com" alt=":)"
 class="moz-txt-smily" height="19" width="19" align="middle">
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt;</span>
          </pre>
        </blockquote>
        <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>Actually, it has 6 'lines' <img
 src="cid:part1.04040409.01060208@cosi.com" alt=":)"
 class="moz-txt-smily" height="19" width="19" align="middle">
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
        </pre>
        <blockquote type="cite">
          <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt; </span>   Needing a 4 line phone is going to decrease your
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt;</span>
          </pre>
        </blockquote>
      </blockquote>
      <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt; </span>choices of phones.
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
      </pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt; </span>   Why do you need 4 lines?
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;&gt;</span>
          </pre>
        </blockquote>
        <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>He probably hasn't worked out the difference between 'call
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
        </pre>
      </blockquote>
      <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt; </span>appearances'
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
      </pre>
      <blockquote type="cite">
        <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>and lines yet.... Even a polycom 301 (with 2 'lines' can
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
        </pre>
      </blockquote>
      <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt; </span>handle loads
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
      </pre>
      <blockquote type="cite">
        <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>of calls, I think the limit is something like 16 per line,
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>configurable in the xml file).
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>Regards,
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>Adam
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>_______________________________________________
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>--Bandwidth and Colocation provided by Easynews.com --
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>Asterisk-Users mailing list
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>To UNSUBSCRIBE or update options visit:
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt; </span>   <a
 class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;&gt;</span>
        </pre>
      </blockquote>
      <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;&gt; </span>_______________________________________________
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>--Bandwidth and Colocation provided by Easynews.com --
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>Asterisk-Users mailing list
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>To UNSUBSCRIBE or update options visit:
<span class="moz-txt-citetags">&gt; &gt;&gt; </span>   <a
 class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
<span class="moz-txt-citetags">&gt; &gt;&gt;</span>
      </pre>
    </blockquote>
    <pre wrap=""><span class="moz-txt-citetags">&gt; &gt;</span>
<span class="moz-txt-citetags">&gt; &gt;</span>
<span class="moz-txt-citetags">&gt; &gt; </span>_______________________________________________
<span class="moz-txt-citetags">&gt; &gt; </span>--Bandwidth and Colocation provided by Easynews.com --
<span class="moz-txt-citetags">&gt; &gt;</span>
<span class="moz-txt-citetags">&gt; &gt; </span>Asterisk-Users mailing list
<span class="moz-txt-citetags">&gt; &gt; </span>To UNSUBSCRIBE or update options visit:
<span class="moz-txt-citetags">&gt; &gt; </span>   <a
 class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
<span class="moz-txt-citetags">&gt; &gt;</span>
    </pre>
  </blockquote>
  <pre wrap=""><span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>_______________________________________________
<span class="moz-txt-citetags">&gt; </span>--Bandwidth and Colocation provided by Easynews.com --
<span class="moz-txt-citetags">&gt;</span>
<span class="moz-txt-citetags">&gt; </span>Asterisk-Users mailing list
<span class="moz-txt-citetags">&gt; </span>To UNSUBSCRIBE or update options visit:
<span class="moz-txt-citetags">&gt; </span>   <a
 class="moz-txt-link-freetext"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
<span class="moz-txt-citetags">&gt;</span>
  </pre>
</blockquote>
<pre wrap=""><!---->

</pre>
<br>
</body>
</html>