Hi guys!
I use Asterisk v.13. I created two sip-accounts in my users.conf(333 and 334). Also i wrote a simple dialplan in extension.conf
[default]
exten => _33х,1,Goto(dial-local,${EXTEN},1)
[dial-local]
exten => _33х,1,Dial(SIP/${EXTEN},40,tT)
same=>n,Hangup()
But when a calling, for example, from 333 to 334 the conversation fails with next error
[Mar 10 15:37:17] NOTICE[101094][C-00000106]: pbx.c:4963 pbx_extension_helper: No such label 'stdexten' in extension '334' in context 'default'
[Mar 10 15:37:17] WARNING[101094][C-00000106]: pbx.c:12404 pbx_parseable_goto: Priority 'stdexten' must be a number > 0, or valid label
[Mar 10 15:37:17] ERROR[101094][C-00000106]: app_stack.c:575 gosub_exec: Gosub address is invalid: '334,stdexten(SIP/334&IAX2/334)'
What can be wrong?