Skip to main content

Bug Found, I want to share the fix (Script: tl-dialout-base)

Posted by dbenders on Fri, 11/09/2007

If you go to line number 106, you will see:

exten => dial-BUSY,1,Goto(busy,1)

Then in line number 115, you will see:

exten => busy,1,PlayTones(congestion)

That means that if a destination number is BUSY, it will Play a congestion tone instead a busy tone.

To fix that, you will need to replace the line number 115 to:

exten => busy,1,PlayTones(busy)