qickrooms / red5phone

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

Compilation Error #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out src from Google Code;
2. Using Eclipse to open as java project, and moving all java files into
new eclipse src folder.
3. Importing the necessory lib files, such as red5.jar(build from 0_8rc2),
spring, jarkata commons.
4. Still get compilation errors:

Severity and Description    Path    Resource    Location

BufferUtils cannot be resolved
red5_sip_phone/src/org/red5/server/webapp/sip   RTPStreamReceiver.java  line 162

CodecImpl cannot be resolved
red5_sip_phone/src/org/red5/server/webapp/sip   RTPStreamReceiver.java  line 188    

SdpUtils cannot be resolved
red5_sip_phone/src/org/red5/server/webapp/sip   SIPUserAgent.java   line 242

SIPCodec cannot be resolved
red5_sip_phone/src/org/red5/server/webapp/sip   SIPUserAgentProfile.java    line 152

SIPCodecUtils cannot be resolved
red5_sip_phone/src/org/red5/server/webapp/sip   SIPUserAgent.java   line 549    

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Latest SVN. 

Please provide any additional information below.

Original issue reported on code.google.com by xuzhidao on 26 Mar 2009 at 3:07

GoogleCodeExporter commented 9 years ago
Try again. The new unversion files were not uploaded by my SVN Client

Original comment by olajide....@gmail.com on 26 Mar 2009 at 6:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Coool, thanks. 

I am trying to develope a Web application (Red5 will be used as a component in 
jar 
format) with a flex sip phone which could be integrated with company's Voip 
system 
(OpenSer). This red5Phone is really a greate solution of what I need. Really 
appraciate you guys work, which saves me lots of resource.

I got some issues:

1, I found the nelly2pcm has been removed from google code. Will it affect 
red5phone?
2, I found the sipstack.init() has been changed. May I know, this zoolu sip api 
will 
be fully supported by red5phone?
3, I searched on google code, there is a SIP_Stream, which also use red5phone 
as sip-
red5 server. Same owner?
4, Since SIP_Stream comes from BigBlueButton (My project may be will touch web-
conference), does it mean, BigBlueButton will use red2Phone server if they want 
to 
enable SIP?(Maybe I should ask BBB guys. :-))

Really appraciate.

Thanks

Zhidao

Thanks

Original comment by xuzhidao on 27 Mar 2009 at 1:43