[Asterisk-java-users] Binding asterisks-java to a new port.
Brought to you by:
srt
From: Jan du T. <jan...@de...> - 2005-12-12 06:55:37
|
Hi all. I need to bind asterisk java to a port other than the default 4573 port. According to the asterisk java webpage you just need to supply a fastagi.properties file on the classpath that looks like this: bindPort = 1234 poolSize = 20 Everytime I start up *-J it still listens on the default port (4573). What am I doing wrong? Any help will be appreciated. Thanks. |