[asterisk-users] Error and call drops

2010-01-26 Thread Lee Archer
Hi, does anyone have an info into what could cause [Nov 28 14:24:48] ERROR[11964] utils.c: write() returned error: Broken pipe [Nov 28 14:25:08] ERROR[12540] utils.c: write() returned error: Broken pipe [Nov 28 14:25:08] ERROR[12540] utils.c: write() returned error: Broken pipe [Nov 28 14:26:23]

Re: [asterisk-users] Error and call drops

2010-01-26 Thread Warren Selby
I've found that I get this error when I don't properly listen for asterisk responses to my commands in my agi scripts. Anytime you send a command to asterisk from an agi script, asterisk sends a response to the script with the result of the command (i.e a 200 ok response if asterisk was

Re: [asterisk-users] Error and call drops

2010-01-26 Thread Sean Brady
Hi, does anyone have an info into what could cause [Nov 28 14:24:48] ERROR[11964] utils.c: write() returned error: Broken pipe I have had the same issue with a PHP script that logs into the manager interface. If you don't wait for the AMI response, then log off before closing the connection