[Home]

Summary:ASTERISK-12124: dialed exten never fallback to 's' when it's not found, regression from #12479
Reporter:Diego Aguirre (dagmoller)Labels:
Date Opened:2008-06-02 07:32:10Date Closed:2008-06-02 15:04:21
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:With the following 'exten => *55,1,Dial(IAX2/username@hostname,,T)' the server try to dial the extension '*55' on the remote host instead of the default 's' exten (also, that would be the case if I've dialed some other exten but it couldn't have been found).

I need to force '/s' in the end of the dialed string to dial 's' on remote host. As c->exten is likely to be always found, I guess 's' will never be reached. This was introduced after the changes made in ASTERISK-11881.
Comments:By: Russell Bryant (russell) 2008-06-02 15:04:20

fixed in 1.4, trunk and 1.6.0, revs 119838, 119839, 119840