[asterisk-users] carefulwrite: write() returned error: Broken pipe

Tilghman Lesher tlesher at digium.com
Thu Oct 22 09:57:55 CDT 2009


On Thursday 22 October 2009 09:30:58 Josip Djuricic wrote:
> I am getting this in CLI on release candidate version of Asterisk. Any
> ideas, or points where to look?
>
>     -- Launched AGI Script /var/lib/asterisk/agi-bin/rad-auth.agi
> [Oct 22 18:21:45] ERROR[9853]: utils.c:1126 ast_carefulwrite: write()
> returned error: Broken pipe
>     -- <SIP/916-fc001968>AGI Script rad-auth.agi completed, returning 0

Generally, that means that your AGI exited early, before the AGI controller
had a chance to output responses.  You could ignore the error, or you could
fix your AGI script to ensure that it receives full responses before exiting.

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org



More information about the asterisk-users mailing list