<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="headerdisplayname" style="display:inline;">John<br>
      <br>
      We ring multiple phones directly from the dial application, then
      everyone sees who is calling and can pickup if they need to. 
      First one to grab it gets the call and everyone else shows a
      missed call so they can scroll back through the history if they
      need to.  Then we also prefix the callerID with the last 4 of the
      DID that was called, which is all the phone company sends us, so
      anyone seeing the call can tell who was called.  Like this, where
      XXXX is the DID sent from the phone company:<br>
      <br>
      exten => XXXX,1,Answer()<br>
         same => n,Set(CALLERID(name)=${EXTEN}:${CALLERID(name)})<br>
         same => n,Dial(SIP/101&SIP/102&SIP/103,22,tTkK)<br>
      <br>
      Jeremy<br>
      <br>
      <br>
      -----------------------------<br>
      Subject: </div>
    [asterisk-users] Showing CallerID on multiple phones
    <table class="header-part1" cellspacing="0" cellpadding="0"
      width="100%" border="0">
      <tbody>
        <tr>
          <td><br>
          </td>
        </tr>
        <tr>
          <td>
            <div class="headerdisplayname" style="display:inline;">From:
            </div>
            "Tech Support" <a class="moz-txt-link-rfc2396E" href="mailto:asterisk@voipbusiness.us"><asterisk@voipbusiness.us></a></td>
        </tr>
        <tr>
          <td>
            <div class="headerdisplayname" style="display:inline;">Date:
            </div>
            12/8/2017 1:17 PM</td>
        </tr>
      </tbody>
    </table>
    <table class="header-part2" cellspacing="0" cellpadding="0"
      width="100%" border="0">
      <tbody>
        <tr>
          <td>
            <div class="headerdisplayname" style="display:inline;">To: </div>
            "Asterisk Users Mailing List"
            <a class="moz-txt-link-rfc2396E" href="mailto:asterisk-users@lists.digium.com"><asterisk-users@lists.digium.com></a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <p class="MsoNormal">All;</p>
    <p class="MsoNormal">    I have an interesting scenario where I have
      a small office with maybe half a dozen phones and several incoming
      lines. The calls are routed based on the DID that people call.
      What they would like is when a call comes in to a single phone to
      have all the phones show the CallerID. That way they can decide if
      they should pick up the call or not using call pickup. I’ve been
      looking at products such as the one from Camrivox that interfaces
      with different CRM packages or Outlook, but I was wondering if a
      way was available to show the calls on their phones.</p>
    <p class="MsoNormal">Thanks in Advance;</p>
    John V.
  </body>
</html>