>>>>> "RC" == Ricardo Carvalho <[EMAIL PROTECTED]> writes:
RC> I've also tried to do it using different contexts, but it still RC> doesn't work. I've done like this: RC> [default] RC> exten => secretary_extension,1,Dial(SIP/secretary_extension) RC> exten => boss_extension,1,Dial(SIP/secretary_extension) RC> [secretary] RC> include => default RC> exten => boss_extension,1,Dial(SIP/boss_extension) That really should have worked. Can the secretary call the boss at all with that setup? If so, attended transfers will definitely work -- asterisk can't tell the difference between an attended transfer and a plain call until after the call is placed. Unattended transfers should work too, and even putting a redirect on the secretary phone should work. /Benny _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
