qickrooms / red5phone

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

red5phone can't send register message to external sip proxy with red5-0.5 #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all

I have setup red5phone on red5 like below

1. I setup red5 with red5-0.5.tar.gz on my linux system and with jdk 1.6 
and ant 1.7.1
2. I can run red5 successful

3.then I  add sip folder from sip.zip to /red5-0.5/webapps/root

I can see the phone on http://localhost:5080/sip
when I try to login the error happened

Failed to connect to Red5

and the red5 log is like below

[WARN] 113824 IoWorker-1:( 
org.red5.server.net.rtmp.RTMPMinaIoHandler.warn ) Is tcp delay enabled: 
false 
[DEBUG] 113914 IoWorker-4:( org.red5.server.Server.debug ) Check host and 
path: /sip 
[DEBUG] 113914 IoWorker-4:( org.red5.server.Server.debug ) Check wildcard 
host with path: /sip 
[DEBUG] 113914 IoWorker-4:( org.red5.server.Server.debug ) Check host with 
no path: / 
[DEBUG] 113915 IoWorker-4:( org.red5.server.Server.debug ) Check default 
host, default path: / 
[DEBUG] 113915 IoWorker-4:( org.red5.server.BaseConnection.debug ) Close, 
not connected nothing to do. 
[DEBUG] 113917 IoWorker-1:( org.red5.server.BaseConnection.debug ) Close, 
not connected nothing to do. 

Anybody can give me some hands.Thanks very much

Regards

allen

Original issue reported on code.google.com by liuyang%...@gtempaccount.com on 22 Apr 2009 at 7:40

Attachments:

GoogleCodeExporter commented 9 years ago
pls help me

Original comment by liuyang%...@gtempaccount.com on 22 Apr 2009 at 8:02

GoogleCodeExporter commented 9 years ago
if I mv sip floder to /red5-0.5/webapps/
then I can't access the url http://localhost:5080/sip
http 404 error appear here.

Original comment by liuyang%...@gtempaccount.com on 22 Apr 2009 at 10:53

GoogleCodeExporter commented 9 years ago
the sip file needs to be in /red5*/dist/webbapps 

Original comment by e.chong...@gmail.com on 16 Feb 2010 at 7:00