[asterisk-bugs] [Asterisk 0014907]: [1.6.0.9] exten => i ignored
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Apr 15 15:46:08 CDT 2009
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=14907
======================================================================
Reported By: kowalma
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14907
Category: Functions/func_dialplan
Reproducibility: always
Severity: block
Priority: normal
Status: new
Target Version: 1.6.0.10
Asterisk Version: 1.6.0.7
Regression: Yes
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-04-15 15:13 CDT
Last Modified: 2009-04-15 15:46 CDT
======================================================================
Summary: [1.6.0.9] exten => i ignored
Description:
In * 1.6.0.3 I was successfuly using following context to check if prefix
should or should not use LCR
[checkLCR]
exten => 07,1,set(gw=1010)
exten => 07,n,set(NoUseLCR=1)
exten => 07,n,set(typ=1)
exten => 07,n,return
exten => i,1,set(NoUseLCR=0)
exten => i,n,return
I was checking by "jumping" form outgoing context:
[out]
exten => _XXXXXXX.,n(perm),gosub(checkLCR,${EXTEN:2:2},1)
but after upgrade to 1.6.0.9 exten "i" seems to be igored:
[Apr 15 21:48:30] VERBOSE[2004] logger.c: -- Executing
[0110000 at out:14] Gosub("SIP/11116-b23804b8", "checkLCR,10,1") in new stack
[Apr 15 21:48:30] ERROR[2004] app_stack.c: Attempt to reach a non-existent
destination for gosub: (Context:checkLCR, Extension:10, Priority:0)
[Apr 15 21:48:30] VERBOSE[2004] logger.c: == Spawn extension (out,
0110000, 15) exited non-zero on 'SIP/11116-b23804b8'
[Apr 15 21:48:30] VERBOSE[2004] logger.c: -- Executing [h at ccig:1]
Hangup("SIP/11116-b23804b8", "") in new stack
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-04-15 15:46 lmadsen Regression No => Yes
2009-04-15 15:46 lmadsen Target Version => 1.6.0.10
======================================================================
More information about the asterisk-bugs
mailing list