[asterisk-bugs] [Asterisk 0019014]: Call from '1' to extension '1 at default' rejected because extension not found.

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Mar 23 17:01:18 CDT 2011


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19014 
====================================================================== 
Reported By:                cyyaw
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   19014
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.4.40 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
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:             2011-03-23 15:25 CDT
Last Modified:              2011-03-23 17:01 CDT
====================================================================== 
Summary:                    Call from '1' to extension '1 at default' rejected
because extension not found.
Description: 
I received a extension not found message, the default context looks like

[default]

exten => _X.,1,NOOP(${EXTEN})

but when i change the default context to

[default]

exten => _.,1,NOOP(${EXTEN})


it works but i received the below message

The use of '_.' for an extension is strongly discouraged and can have
unexpected behavior.  Please use '_X.' instead



====================================================================== 

---------------------------------------------------------------------- 
 (0133104) qwell (administrator) - 2011-03-23 17:01
 https://issues.asterisk.org/view.php?id=19014#c133104 
---------------------------------------------------------------------- 
_X. matches a 2 or more digit extension.  What you want is _X! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-23 17:01 qwell          Note Added: 0133104                          
2011-03-23 17:01 qwell          Status                   new => resolved     
2011-03-23 17:01 qwell          Resolution               open => no change
required
2011-03-23 17:01 qwell          Assigned To               => qwell           
======================================================================




More information about the asterisk-bugs mailing list