Call to blackhole since framework 13.0.137

Hi,

My Inbound route is going to a call flow control.

Until version 13.0.131 was ok but with version 13.0.137 calls are going to blackhole.

How to troubleshoot that situation ?

Thanks.

The /var/log/asterisk/full log file will tell you exactly why this isn’t working.

Log into the console as ‘root’. Use “tail -F /var/log/asterisk/full” to watch the file. Get the program started, hit “enter” a few dozen times (looks like it is adding blank space to the file - it isn’t).

Process your call.

Terminate the “tail -F” command.

Everything from the blanks you inserted on the screen to the place where you stopped the “tail” will be the information you need to look at. I suggest highlighting it, copy it, and paste it into a text editor.

This is already fixed in 13.0.142

I confirm that version 13.0.142 fixes the problem.

1 Like