> From: Erez D <[EMAIL PROTECTED]> > Date: Dec 6, 2006 6:22 PM > Subject: "source routing" in extensions.conf > To: asterisk-il@codefidence.com > > hi > > how do i forward to different extensions, depending on the caller (caller > id) ?
The caller ID is available in the dialplan (e.g: ${CALLERID(name)} ). You can use GotoIf . And even a simple Dial(SIP/${CALLERID(number)}) or Goto(transfers,${CALLERID(number)},1) . See also http://voip-info.org/wiki/view/Asterisk+func+callerid Gilad? -- Tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]