[asterisk-bugs] [Asterisk 0014907]: [1.6.0.9] exten => i ignored
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 16 16:56:24 CDT 2009
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=14907
======================================================================
Reported By: kowalma
Assigned To: lmadsen
======================================================================
Project: Asterisk
Issue ID: 14907
Category: Functions/func_dialplan
Reproducibility: always
Severity: block
Priority: normal
Status: closed
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:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 2009-04-15 15:13 CDT
Last Modified: 2009-04-16 16:56 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
======================================================================
----------------------------------------------------------------------
(0103348) lmadsen (administrator) - 2009-04-16 16:56
http://bugs.digium.com/view.php?id=14907#c103348
----------------------------------------------------------------------
Closed due to the same reason in issue 14411
Issue History
Date Modified Username Field Change
======================================================================
2009-04-16 16:56 lmadsen Note Added: 0103348
2009-04-16 16:56 lmadsen Status assigned => closed
2009-04-16 16:56 lmadsen Resolution open => no change
required
======================================================================
More information about the asterisk-bugs
mailing list