Created
February 25, 2013 16:07
-
-
Save leifmadsen/5030861 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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