I have received one issue in asterisk logs,


Can anyone tell me how to solve it

Solve what? What is this screenshot showing us?

Please provide the text, from the actual log file.

Broken pipe means that something tried to write on a communications channel (pipe or socket) that had already been closed, for reception, by the receiving end. One cause of this is sending API requests and not waiting for, and reading out, the responses.