John

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:

exten => XXXX,1,Answer()
   same => n,Set(CALLERID(name)=${EXTEN}:${CALLERID(name)})
   same => n,Dial(SIP/101&SIP/102&SIP/103,22,tTkK)

Jeremy


-----------------------------
Subject:
[asterisk-users] Showing CallerID on multiple phones

From:
"Tech Support" <[email protected]>
Date:
12/8/2017 1:17 PM

To:
"Asterisk Users Mailing List" <[email protected]>


All;

    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.

Thanks in Advance;

John V.
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to