[asterisk-users] Ring Two Extensions Simultaneously with different caller ID values? [SOLVED]

Lincoln King-Cliby lincoln at controlworks.com
Wed Apr 14 10:31:16 CDT 2010


Luki, 

Thanks for the quick response -- that did exactly what I was looking for and was even easier than I thought. 

Lincoln

-- 
Lincoln King-Cliby, CTS
Applications Engineer | Crestron Certified Programmer (Silver)
ControlWorks Consulting, LLC
V: 440.449.1100 x1107 | F: 440.449.1106 | I:http://www.controlworks.com/ 
Crestron Authorized Independent Progammer
 

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Luki
Sent: Tuesday, April 13, 2010 10:40 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Ring Two Extensions Simultaneously with different caller ID values?

Lincoln,

> Is there any way to feed different caller ID information to both sets while
> keeping them ringing simultaneously? My idea is to prefix the called
> extension to the name field (so as not to break redial/callback features on
> the phones)

you can do this with a local channel, like:

Set(__TARGET=${EXTEN})
Dial(SIP/phone1&Local/phone2 at common_area)

[common_area]
exten => _phone.,1,Set(CALLERID(name)=${TARGET}: ${CALLERID(name)})
exten => _phone.,n,Dial(SIP/${EXTEN})

Something like that. I hope I got all the () and {} right, I don't do
that much dial-plan coding anymore...

Luki

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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



More information about the asterisk-users mailing list