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" <asterisk at voipbusiness.us> Date: 12/8/2017 1:17 PM To: "Asterisk Users Mailing List" <asterisk-users at lists.digium.com> 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20171211/e9edb4a2/attachment.html>