Forward call exten question

Hi,

I have two extensions:
[menu]
exten => 2,10,GoToIf($["${NUMBER1}" = “214”]?11:12)
exten => 2,11,GoTo(inter|214|1)

[macro-internal]
exten => s,1,…

Now I would like to forward the call to [macro-internal] instead of the number 214. Is that possible? If so, can someone tell me how?

How about

exten => 2,11,GoTo(macro-internal,s,1)