Open GoogleCodeExporter opened 8 years ago
Because System.getProperty("user.dir") returns a different value when you start
from
wrapper and when you run from any other folder.
Original comment by olajide....@gmail.com
on 5 Aug 2008 at 8:26
[deleted comment]
thanks for your reply,
but i had modified the code of SipUser.java and Asao2Ulaw.java,
String appPath = System.getProperty("user.dir");
System.out.println("apppath="+appPath);
configFile = appPath + "/webapps/sip/sip.cfg";
but the red5phone project can not listened the sound,
if i started the server from [red5]/wrapper,all is ok.
why?
Original comment by yanglei0...@163.com
on 6 Aug 2008 at 12:22
[deleted comment]
Hi,
u need to recompile the your asao2Ulaw file in webapps/sip/assets/condec and
set the
executable permission for the file
Original comment by prashaku...@gmail.com
on 21 Nov 2008 at 11:00
i have the same problem... How to recompile de asao2Ulaw?
Original comment by barros...@gmail.com
on 29 Dec 2008 at 3:31
Most times you don't have to recompile (atleast not for CentOS). Just make the
file
asao2Ulaw executable (chmod 755 asao2Ulaw).
Original comment by anil.pan...@gmail.com
on 24 Jan 2009 at 12:56
Original issue reported on code.google.com by
yanglei0...@163.com
on 4 Aug 2008 at 7:25