Prefix *22 that you can dial in front of a valid system extension to toggle the Follow Me

Hi @GlasairII:

I’ve recreated what the referenced dialplan probably looked like. Place the following in extensions_custom.conf:

[from-internal-custom]
exten => _*22X.,hint,Custom:FOLLOWME${EXTEN:3}
exten => _*22X.,1,Noop(Entering context from-internal-custom in extensions_custom.conf)
exten => _*22X.,n,Set(AMPUSER=${EXTEN:3})
exten => _*22X.,n,Set(CALLERID(number)=${EXTEN:3})
exten => _*22X.,n,Goto(app-fmf-toggle,s,start)
exten => _*22X.,n,Hangup()

save, reload and test by dialing *22<ext#>

3 Likes