mondain / red5phone

Automatically exported from code.google.com/p/red5phone
1 stars 1 forks source link

configure password on sip application not flash #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to know how can I set the password to use when registering on my 
server on the sip application so that I can avoid setting it somewhere on the 
swf...

I tried editing sip/WEB-INF/classes/local/ua/RegisterAgent.java:110
changing "this.passwd=passwd;" for "this.passwd="password-here";"

but it didn't work, red5 would still send the password set on the swf.

Original issue reported on code.google.com by joab...@gmail.com on 14 Oct 2010 at 4:41

GoogleCodeExporter commented 9 years ago
sorry i forgot i had to compile java... being used to web development i just 
forgot about compiling... now the thing is finding out how to compile this 
thing on linux...

Original comment by joab...@gmail.com on 18 Oct 2010 at 3:56