Skip to content

Instantly share code, notes, and snippets.

@micolous
Created October 6, 2013 13:38
Show Gist options
  • Save micolous/6854190 to your computer and use it in GitHub Desktop.
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'
[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