Simone Cittadini
2006-Jul-13 05:59 UTC
[asterisk-users] Connect to 'agi://blablabla' failed: Operation now in progress
I get a lot of this warnings in my logs. Connect to 'agi://blablabla' failed: Operation now in progress What exactly 'operation now in progress means' ? is asterisk still trying so the call isn't lost ?
Moises Silva
2006-Jul-13 07:08 UTC
[asterisk-users] Connect to 'agi://blablabla' failed: Operation now in progress
AFAIK operation now in progress is a common status when you open a socket connection. When you use blocking sockets usually you dont see this because the "connect" call does not return until the connection is done. But when using non-blocking sockets, the connect call returns immediatly and if you try to connect again, you will get the "operation now in progress" message. I have seen this in my PHP Manager Proxy, but not sure what implications may have in FastAGI. May be it only tells that the connection stablishment takes a little longer, network congestion may be? Regards On 7/13/06, Simone Cittadini <mymailforlists@gmail.com> wrote:> I get a lot of this warnings in my logs. > > Connect to 'agi://blablabla' failed: Operation now in progress > > What exactly 'operation now in progress means' ? is asterisk still > trying so the call isn't lost ? > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"