[Home]

Summary:ASTERISK-15033: overlap dial from BRI phone: unlimited number of digits
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2009-10-25 14:56:40Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have a BRI phone connected to chan_dahdi trunk. It is configured for overlap dialling (overlapdial = yes).

It is directed to the following context:

exten => _3XX,1,Answer
exten => _3XX,n,SayDigits(${EXTEN})
exten => _3XX,n,Hangup

exten => _3XX.,1,Answer
exten => _3XX.,n,SayDigits(${EXTEN})
exten => _3XX.,n,Hangup


With this, dialing a number will just case a time out. However if I rem-out the '3XX.' pattern, I will be able to dial numbers.

(More details, traces and such: tommorow)
Comments: