Ring back at extension transfered from

Hi,

How do i get a call transfered to ring back at the extension transfered from if not answered in say 30 seconds?

Thanks in advance

Wayne

I would do this with a variable.

When a caller is sent to a rep, their exten is stored in a variable.
Then for the internal destination context, after the Dial(something,20) thing, put an ExecIf- if that variable != the exten being dialed, Dial(${thatvariable},20). Put the voicemail() after that.