[Home]

Summary:ASTERISK-08639: Incoming call rule to route to an extension does not appear to work
Reporter:Andrew Payne (payne92)Labels:
Date Opened:2007-01-21 15:41:45.000-0600Date Closed:2007-01-22 11:50:07.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:
All analog incoming calls are greeted as "Thank you for calling" regardless of the existence of a "route incoming calls to extension".

To reproduce:

- Configure incoming call rule for Analog (FXO) port to route to extension.
- Call analog line.
- You should hear "Thank you for calling" and get the default announcement -- the extension never rings.

From the dialplan:

localhost*CLI> dialplan show DID_trunk_1
[ Context 'DID_trunk_1' created by 'pbx_config' ]
 '_X.' =>          1. Goto(default|600|1)                        [pbx_config]
 Include =>        'default'                                     [pbx_config]
localhost*CLI>
-= 1 extension (1 priority) in 1 context. =-

(Possible diagnosis:  incoming analog calls are coming into 's', and aren't matching '_X.' in the dialplan.  The 's' is dropping to the default handler).


Configuration:

- 2 FXS ports (x600 and x601)
- 1 FXO line, connected to analog line (Verizon)

****** ADDITIONAL INFORMATION ******

AsteriskNOW build, as of 19-Jan-2007
Comments:By: Andrew Payne (payne92) 2007-01-21 16:02:48.000-0600

Should be ranked "major"; sorry about that.

By: Pari Nannapaneni (pari) 2007-01-22 11:50:06.000-0600

Fixed in commit 278

Now whenever you add a "Route all unmatched incoming calls"
it would add both a "_X." and an "s" extension
                   -- as recommended by james.

-pari