[solved] GotoIf jump to another context example

extracted from my old files
exten => s,2,GotoIf($["${closed}" = “1”]?closed,s,1)

[closed]


The internet is littered with a million examples of how to jump around within the same context using labels.

There appear to be zero “0” examples showing exactly what syntax to use when the destination is a different context.

I know I could trial and error bush whack this, but the servers are in a place where to call them would be difficult, and I don’t want to set up a test rig for something that should be documented etc etc.

Any references out there?

I have hit up a good slew up serps to no avail.

Dude seriously you need to change the way you look at stuff with google:

Firts result(not important since result are showed by profile) send me to voip-info.org/wiki/view/Asterisk+cmd+GotoIf

Then check the examples below ‘description’.