[asterisk-bugs] [Asterisk 0011308]: Picking the wrong extension

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Nov 19 19:37:29 CST 2007


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=11308 
====================================================================== 
Reported By:                pnlarsson
Assigned To:                murf
====================================================================== 
Project:                    Asterisk
Issue ID:                   11308
Category:                   PBX/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 89346 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             11-19-2007 14:24 CST
Last Modified:              11-19-2007 19:37 CST
====================================================================== 
Summary:                    Picking the wrong extension
Description: 
After the hash pbx stuff was committed, ie latest trunk, asterisk is
picking the wrong extension.

extension.conf:

[from-internal]
include=>ext_test
include=>ext_local

[ext-local]
exten=>201,1,Noop(201)

[ext_test]
exten=>20,1,Noop(20)


The CLI output when dialing 201:

  == Using TOS bits 0
  == Using CoS mark 5
    -- Executing [201 at from-internal:1] NoOp("SIP/2003-b7009610", "20")
in new stack
    -- Auto fallthrough, channel 'SIP/2003-b7009610' status is 'UNKNOWN'
====================================================================== 

---------------------------------------------------------------------- 
 murf - 11-19-07 19:37  
---------------------------------------------------------------------- 
fixed in version 89438; Added a function to look ahead and find the first
extension that could match for the sake of MATCHMORE. This corrected a
difference in behavior between 1.4 and trunk. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-19-07 19:37  murf           Status                   assigned => closed  
11-19-07 19:37  murf           Note Added: 0074026                          
======================================================================




More information about the asterisk-bugs mailing list