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

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to