RE: [Asterisk-java-users] Binding asterisks-java to a new port.
Brought to you by:
srt
From: King H. <ki...@gl...> - 2005-12-12 08:14:06
|
I had the same problem after upgrading to version 0.2. To solve the = problem just use=20 port =3D 1234 poolSize =3D 20 Best Regards, King -----Original Message----- From: ast...@li... = [mailto:ast...@li...] On Behalf Of = Stefan Reuter Sent: Monday, December 12, 2005 3:59 PM To: ast...@li... Subject: Re: [Asterisk-java-users] Binding asterisks-java to a new port. Hi Jan, > According to the asterisk java webpage you just need to supply a=20 > fastagi.properties file on the classpath that looks like this: >=20 > bindPort =3D 1234 > poolSize =3D 20 >=20 > Everytime I start up *-J it still listens on the default port (4573). where did you put the fastagi.properties? Can you show us how you invoke Asterisk-Java? fastagi.properties must be in the "default package", i.e. the root package and not in any subdirectory. =3DStefan |