[asterisk-dev] Re: FastAGI behaviour in trunk changed recently?

Alistair Cunningham acunningham at integrics.com
Fri Jul 28 09:55:57 MST 2006


Kaloyan Kovachev wrote:
> yes it is still in the AGI and will be transfered on exit see "
>          Context: to-voiptalk
>       Extension: 07870699479
>        Priority: 0 
> " - the next will be priority 1, just AGI never exits even it says so, which
> is definitely a bug

Kaloyan,

We're willing to change the behaviour of the AGI if this would help. It 
uses Perl's Net::Server. We found it necessary for some versions (1.2.3 
springs to mind) of Asterisk to do, just before returning:

sub process_request {

     ... main code ...

     close( STDIN );
     close( STDOUT );
}

but this could go if you like.

Alistair Cunningham,
Integrics Ltd,
+44 20 799 39 799
http://integrics.com/



More information about the asterisk-dev mailing list