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/pho...@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