[Asterisk-java-users] Instantiating a script
Brought to you by:
srt
From: Vadim B. <Va...@is...> - 2006-01-10 15:15:44
|
The AGI server first instantiates any given handler when a request for it comes in from asterisk. It would be nice if there was a way to have certain handlers be instantiated on startup. There are certain things I want to preload befor any calls come in.=20 I don't want to the first call to be forced to wait until I'm done loading. |