hkatlane / red5phone

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

NetConnection.Connect.Rejected #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I open http://192.168.0.116:5080/sip/openlaszlo/index.html
Phone:102
Server:192.168.0.116
Realm:asterisk
Red5 URL: rtmp://192.168.0.116/sip
Username:102
Password:102

after connect:
connection failed to rtmp://192.168.0.116/sip : connection rejected 
rtmpconnection #phone _onStatus NetConnection.Connect.Closed 
netconnection: Status: 0 
connection failed to rtmp://192.168.0.116/sip : disconnected 

In http://192.168.0.116:5080/demos/port_tester.html
RTMP Default Success

sip_r54
VirtualBox
Trixbox
RED5 from SVN

Please help! If there are no any decisions, maybe you have vdi with working 
red5phone? 

Original issue reported on code.google.com by Tavorkia...@gmail.com on 18 Feb 2012 at 2:34

GoogleCodeExporter commented 8 years ago
In red5 log:
192.168.0.115 : 52523 to 192.168.0.116 (in: 3414 out 3209 ), with id 3447310 
due to long handshake
2012-02-18 15:44:28,302 [NioProcessor-1] INFO  
o.red5.server.net.rtmp.RTMPHandler - Scope sip not found on 192.168.0.116
2012-02-18 15:44:33,269 [Red5_Scheduler_Worker-11] WARN  
o.r.server.net.rtmp.RTMPConnection - Closing RTMPMinaConnection from 
192.168.0.115 : 52524 to 192.168.0.116 (in: 3414 out 3209 ), with id 17957281 
due to long handshake

Original comment by Tavorkia...@gmail.com on 18 Feb 2012 at 2:47

GoogleCodeExporter commented 8 years ago
I solved this problem.
After copy WEB-INF was transfered to web-inf.
I renamed web-inf to WEB-INF
And
chmod +x /usr/local/red5/red5.jar
chmod +x /usr/local/red5/webapps/sip/WEB-INF/lib/sip.jar
chmod +x /usr/local/red5/webapps/sip/WEB-INF/lib/ua.jar

Original comment by Tavorkia...@gmail.com on 18 Feb 2012 at 6:31