Re: [Asterisk-java-users] AGI script problem
Brought to you by:
srt
From: Chris H. <ch...@as...> - 2006-05-31 20:01:47
|
-----Original Message----- From: ast...@li... [mailto:ast...@li...] On Behalf Of Jonathan Augenstine Sent: Tuesday, May 30, 2006 1:43 PM To: ast...@li... Subject: [Asterisk-java-users] AGI script problem --I have been experiencing a problem when launching multiple AGI --scripts. What happens is that if more than 10 calls come into the --Asterisk server, the first 10 connect OK but the remaining calls hang --until the first 10 complete. For instance, if 15 calls come in the --Asterisk server I see 15 SIP invite messages and the server responds --with 15 TRYING messages, but only 10 OK messages. The remaining --scripts hang until they either timeout or the initial 10 complete and --then allow the remaining scripts to continue. I am running Asterisk --v1.2.7.1 and Asterisk-Java v0.2. Has anyone else experienced this --issue and what can I do about it? If I'm not mistaken there is a setting for the default thread pool size. Bump that up if you have more concurrent agi connection. Ah....here it is: private static final int DEFAULT_POOL_SIZE = 10 Chris _______________________________________________ Asterisk-java-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-users -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.8.0/352 - Release Date: 5/30/2006 |