Created
October 6, 2013 13:38
-
-
Save micolous/6854190 to your computer and use it in GitHub Desktop.
Work around asterisk bug #18809 in Asterisk <10:
No such context 'macro-stdexten' for macro 'stdexten'
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
[macro-stdexten] | |
; Wrapper for working around Bug #18809: | |
; https://issues.asterisk.org/jira/browse/ASTERISK-18809 | |
exten => s,1,GoSub(stdexten,${ARG1},stdexten(${ARG2},${ARG1})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment