Project

General

Profile

ISSUE ASTERISK ERROR BROKEN PIPE

Added by denis leon almost 10 years ago

[Aug 7 15:23:07] -- SIP/kelisip-00000105 is ringing
[Aug 7 15:23:07] -- SIP/kelisip-00000105 is making progress passing it to Local/390297292177@default-d1f5,2
[Aug 7 15:23:07] -- SIP/kelisip-00000107 is making progress passing it to Local/390918113190@default-94f3,2
[Aug 7 15:23:07] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----1-----CONGESTION---------- completed, returning 0
[Aug 7 15:23:07] Manager 'sendcron' logged off from 127.0.0.1
[Aug 7 15:23:18] -- SIP/kelisip-00000105 answered Local/390297292177@default-d1f5,2
[Aug 7 15:23:18] > Channel Local/390297292177@default-d1f5,1 was answered.
[Aug 7 15:23:18] -- Executing [8368@default:1] Playback("Local/390297292177@default-d1f5,1", "sip-silence") in new stack
[Aug 7 15:23:18] Manager 'sendcron' logged off from 127.0.0.1
[Aug 7 15:23:18] -- <Local/390297292177@default-d1f5,1> Playing 'sip-silence' (language 'en')
[Aug 7 15:23:18] WARNING6912: file.c:1297 waitstream_core: Unexpected control subclass '-1'
[Aug 7 15:23:18] -- Executing [8368@default:2] AGI in new stack
[Aug 7 15:23:18] -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Aug 7 15:23:18] -- Executing [8368@default:3] AGI in new stack
[Aug 7 15:23:18] -- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_ALL_outbound.agi
[Aug 7 15:23:18] -- Executing [h@default:1] DeadAGI("Local/390297292177@default-d1f5,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----16-----0") in new stack
[Aug 7 15:23:19] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----16-----0 completed, returning 0
[Aug 7 15:23:19] Spawn extension (default, 390297292177, 2) exited non-zero on 'Local/390297292177@default-d1f5,2'
[Aug 7 15:23:19] ERROR[4829]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 7 15:23:19] ERROR[4829]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 7 15:23:19] ERROR[4829]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 7 15:23:19] Manager 'sendcron' logged off from 127.0.0.1
[Aug 7 15:23:19] Spawn extension (default, 390817806300, 2) exited non-zero on 'Local/390817806300@default-cca0,2'
[Aug 7 15:23:19] -- Executing [h@default:1] DeadAGI("Local/390817806300@default-cca0,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CANCEL----------") in new stack
[Aug 7 15:23:19] -- AGI Script agi-VDAD_ALL_outbound.agi completed, returning 0
[Aug 7 15:23:19] -- Executing [8368@default:4] AGI("SIP/kelisip-00000105", "agi-VDAD_ALL_outbound.agi|NORMAL-----LB") in new stack
[Aug 7 15:23:19] -- Launched AGI Script /var/lib/asterisk/agi-bin/agi-VDAD_ALL_outbound.agi
[Aug 7 15:23:19] -- AGI Script agi-VDAD_ALL_outbound.agi completed, returning 0
[Aug 7 15:23:19] -- Executing [192*168*001*020*8600051@default:1] Goto("SIP/kelisip-00000105", "default|8600051|1") in new stack
[Aug 7 15:23:19] -- Goto (default,8600051,1)
[Aug 7 15:23:19] -- Executing [8600051@default:1] MeetMe("SIP/kelisip-00000105", "8600051|F") in new stack
[Aug 7 15:23:20] -- AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CANCEL---------- completed, returning 0
[Aug 7 15:23:23] Parsing '/etc/asterisk/manager.conf': [Aug 7 15:23:23] Found
[Aug 7 15:23:23] Manager 'sendcron' logged on from 127.0.0.1
[Aug 7 15:23:23] Manager 'sendcron' logged off from 127.0.0.1
[Aug 7 15:23:23] == Spawn extension (default, 8600051, 1) exited non-zero on 'SIP/kelisip-00000105'
[Aug 7 15:23:23] -- Executing [h@default:1] DeadAGI("SIP/kelisip-00000105", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack

Some one does now how to fix this...i can't find the directory to fix it.

i'll apreciate all helps.

Thank you.


Replies (1)

RE: ISSUE ASTERISK ERROR BROKEN PIPE - Added by Demian Biscocho almost 10 years ago

You can safely ignore this error:

[Aug 7 15:23:19] ERROR[4829]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 7 15:23:19] ERROR[4829]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe
[Aug 7 15:23:19] ERROR[4829]: utils.c:967 ast_carefulwrite: write() returned error: Broken pipe

Here's the explanation of MCargile from the Vicidial forums:

That is Asterisk complaining that it cannot send a message to either and AGI script or something that is connected to the Manager interface. This is because the item in question has already exited. These are normally completely harmless and really should not be an error, more like a warning, but the asterisk development team doesn't see it that way. In any even you are most likely fine unless you are having other problems. We have fixed most of these "Errors" in Vicidial SVN trunk (still working on one more), but like I said they should be harmless..
    (1-1/1)
    Go to top