Re: [Asterisk-java-users] Asterisk/AGI response problem
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2006-07-21 08:30:11
|
Jonathan Augenstine wrote: > I have an Asterisk-Java app using =20 > the AGI interface. Simply it answers a call, plays some prompts, and = > collects DTMF. What has happened is that I have called in and the =20 > initial prompt plays twice. I also note a long delay in the start of = > the prompts playing. I have not timed the delay but it is on the =20 > order of 20-30 seconds. Did you have more than 10 concurrent AGI requests to your AGI server? That might explain the delay that you encounter, because 10 is the default pool size. You can adjust it in a properties file as shown in the tutorial. I have no idea what might be the cause for the prompts being played twice and never encountered that. Maybe you can trace it if you enable AGI debugging on Asterisk - but if its hard to reproduce... =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: sr...@re... |