i have install asterisk 11 on my server but when i want to redirect to extensions, i catch this error:
NOTICE[12657][C-00000043]: pbx.c:4475 pbx_extension_helper: No such label ‘stdexten’ in extension ‘305’ in context ‘DLPN_DialPlan’
WARNING[12657][C-00000043]: pbx.c:11825 pbx_parseable_goto: Priority ‘stdexten’ must be a number > 0, or valid label
ERROR[12657][C-00000043]: app_stack.c:547 gosub_exec: Gosub address is invalid: ‘305,stdexten(SIP/305)’
i think that this must be a bug in asterisk. anybody know about this???
Goto([[context|]extension|]priority)
Set the priority to the specified value, optionally setting the extension and optionally the context as well. The extension BYEXTENSION is special in that it uses the current extension, thus permitting you to go to a different context, without specifying a specific extension. Please note that the LEADING arguments to Goto() are optional, not the trailing arguments.