Dial an extension with follow me from a custom context

Hi,

From a custom context I need to dial an extension or a group. Say I define a follow-me entry for the SIP extension 4059.

The only way I got it to work is by calling:

exten => s,n,Goto(from-internal,4059,1)

but is there a better way of doing this?
I tried Macro(exten-vm,novm,4059), Macro(exten-vm,4059) but follow-me doesn’t seem to work right.

Thank you,

Vieri