Skip to content

Instantly share code, notes, and snippets.

@leifmadsen
Created February 25, 2013 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leifmadsen/5030861 to your computer and use it in GitHub Desktop.
Save leifmadsen/5030861 to your computer and use it in GitHub Desktop.
pbx*CLI> dialplan show testing
[ Context 'testing' created by 'pbx_config' ]
'100' => 1. NoOp() [pbx_config]
2. Set(FOO=BAR) [pbx_config]
-= 1 extension (2 priorities) in 1 context. =-
; extensions.conf
[testing]
exten = 100,1,NoOp()
same => n,Set(FOO=
same +=BAR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment