Displaying 6 results from an estimated 6 matches for "pbx_parseable_goto".
2013 Nov 14
1
DAHDI with (CDR(userfield)
...XX6") in
new stack
-- Executing [s at in:2] Goto("DAHDI/3-1", "in2") in new stack
[Nov 14 16:45:51] NOTICE[29607]: pbx.c:4522 pbx_extension_helper: No such
label 'in2' in extension 's' in context 'in'
[Nov 14 16:45:51] WARNING[29607]: pbx.c:10888 pbx_parseable_goto: Priority
'in2' must be a number > 0, or valid label
== Spawn extension (in, s, 2) exited non-zero on 'DAHDI/3-1'
-- Hanging up on 'DAHDI/3-1'
-- Hungup 'DAHDI/3-1'
-- Starting simple switch on 'DAHDI/3-1'
-- Executing [s at in:1] Set(&qu...
2009 Apr 20
2
Asterisk 1.4 to 1.6 extensions.conf
pbx.c:3143 pbx_extension_helper: No such label 'outgoing|PHONE NUMBER|1' in
extension 'PHONE NUMBER' in context 'phones'
[Apr 20 15:43:15] WARNING[11793]: pbx.c:8650 pbx_parseable_goto:
Priority 'outgoing|PHONE NUMBER' must be a number > 0, or valid label
PHONE NUMBER = the number I called.
This dialplan worked fine in version 1.4.
Michael
2010 Nov 03
3
How to make the sum of a ${VARIABLE} + 1 ??
...-- Executing [s at macro-f:44]
Goto("SIP/test-00000002", "vg(1+1)") in new stack
[Nov 3 16:17:27] NOTICE[23048]: pbx.c:3744 pbx_extension_helper: No
such label 'vg(1+1)' in extension 's' in context 'macro-f'
[Nov 3 16:17:27] WARNING[23048]: pbx.c:9625 pbx_parseable_goto:
Priority 'vg(1+1)' must be a number > 0, or valid label
How to overcome this ?!
Asterisk 1.6.2.10
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101103/7baa768f/atta...
2010 Mar 10
4
Extensions.conf changed but not take effect
...Executing [s at extinvalid:2] Goto("SIP/1000-00000005",
"95040,_95040XXXXXX,welcome") in new stack
[Mar 10 17:17:27] NOTICE[5057]: pbx.c:3731 pbx_extension_helper:
Cannot find extension '_95040XXXXXX' in context '95040'
[Mar 10 17:17:27] WARNING[5057]: pbx.c:9602 pbx_parseable_goto:
Priority 'welcome' must be a number > 0, or valid label
do you know what's wrong? does asterisk have some buffer or cache
files? although i change but read the old file?
thank you very much!
--
Best regards,
Sucan
2012 Aug 23
1
GotoIf redirection to label not working correctly
...in),Set(LOGGED_OFF=1)
same => n,Voicemail(${E}@${${E}_VMCONTEXT},u)
same => n,Hangup()
In both Asterisk 10 and Asterisk 11, the GotoIf does not work under the circumstances above, giving me the following error and hanging up the call:
[Aug 23 15:17:35] WARNING[3558][C-00000565]: pbx.c:11799 pbx_parseable_goto: Priority 'notloggedin' must be a number > 0, or valid label
I can work around the issue with any of the following:
- Change the GotoIf to point to internal,${EXTEN},notloggedin
- Change the GotoIf to point to 9
- Comment out the DUNDi switch in [users]
-...
2011 Apr 03
1
From 1.4 to 1.8: stdexten issue
...sub(${EXTEN},stdexten(SIP/phone1))
=========================
But if I call "1", all I get is:
[Apr 3 18:20:51] NOTICE[9031]: pbx.c:4119 pbx_extension_helper: No such label 'stdexten' in extension '1' in context 'home'
[Apr 3 18:20:51] WARNING[9031]: pbx.c:10174 pbx_parseable_goto: Priority 'stdexten' must be a number > 0, or valid label
[Apr 3 18:20:51] ERROR[9031]: app_stack.c:411 gosub_exec: Gosub address is invalid: '1,stdexten(SIP/phone1)'
I've googled and pretty much tried all forms of the syntax but I've yet
to make it work. For instance...