[Home]

Summary:ASTERISK-17596: Call from '1' to extension '1@default' rejected because extension not found.
Reporter:cyyaw (cyyaw)Labels:
Date Opened:2011-03-23 15:25:23Date Closed:2011-06-07 14:05:29
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:1.4.40 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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


Comments:By: Jason Parker (jparker) 2011-03-23 17:01:18

_X. matches a 2 or more digit extension.  What you want is _X!