Giter Site home page Giter Site logo

red5phone's Introduction

Dele Olajide's Stats

red5phone's People

Contributors

ermandeepsidhu avatar mondain avatar

Stargazers

 avatar

Watchers

 avatar

red5phone's Issues

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

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%[email protected] on 22 Apr 2009 at 7:40

Attachments:

Audio delay in internet calls

What steps will reproduce the problem?
1. Connect to SIP Application from internet with 2 different red5Phones
2. Make a call from one phone to the other one

What is the expected output? What do you see instead?
I expect a real time conversation without delays, what i see is that after
some unpredictable time the audio delay grows up to 2 seconds. This makes
the phone unusable.

What version of the product are you using? On what operating system?
Red5Phone: the lastest stable version
Red5: 0.8 RC2

I don't have this issue within the intranet or using one red5phone and one
real SIP phone (a CISCO one).

Original issue reported on code.google.com by [email protected] on 31 Mar 2009 at 3:08

audio packets loss

What steps will reproduce the problem?
1. red5phone with red5 standalone server 0.8 RC2
2. everything working fine, except while in a conversation, packets of 
audio get lost randomly from time to time. audio quality is no goot, even 
using ulaw, and sometimes audio packets are destroyed by the streaming 
process.

What is the expected output? What do you see instead?
the audio becomes dirty.

What version of the product are you using? On what operating system?
red5phone with standalone server 0.8 RC2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jun 2009 at 11:37

Registration Timeout in Red5 phone test page

What steps will reproduce the problem?
1. when i tried to enter the login details in Red5 phone test page .



What is the expected output? What do you see instead?
I excepected to login, but that was not happening.

What version of the product are you using? On what operating system?
 I used openfire 3.6.3 and red5 plugin 0.1.02. operating system: Centos

Please provide any additional information below.


Original issue reported on code.google.com by nehru.indu on 3 Mar 2009 at 12:00

Password is not used

Using the sip.zip released under "Project Home" gets to the point where it 
tries to connect to the 
remote sip server.  However when it receives a 401 unauthorized message, it 
doesn't accept the 
challenge but instead just sends an ACK.

(I tried using the lastest SVN, but it fails before sending any packets to the 
sip server)

Original issue reported on code.google.com by [email protected] on 2 Jul 2008 at 12:53

UNREACHABLE SIP Peer problem

Arquitecture

I have a trixbox ce central, 1 grandstream VoIP phone, 1 x-lite softphone,
red5 8.0 RC2 (the same recomended in the fron page) and the red5phone flex
project.

Problem

I can make and recibe calls in the grandstrem device and x-lite softphone
but in the flex red5phone i can only make calls, y can't recive them.
Trixbox have UNREACHABLE status for this flexPhone. Here is the SIP Peers
report.

SIP Peers

Name/username   Host            Dyn Nat ACL Port     Status               
1103/1103       192.168.1.240    D   N      46732    OK (8 ms)            
1102/1102       (Unspecified)    D   N      0        UNKNOWN              
1101/1101       192.168.1.218    D   N      5062     UNREACHABLE           
1099/1099       (Unspecified)    D   N      0        UNKNOWN              
1025/1025       192.168.1.209    D   N      5060     OK (4 ms).

I have compared the packages in the initial REGISTER method for the X-LITE
softphone and the red5phone, they are very similar, I don't think the
problem is in the REQUEST method itself. Maye some Lan configurations ore
something.

I have atached the packages of the request dialog of each phone.

I would really apreciate your help because i haven been trying to fix this
problem for 2 weeks now.

Original issue reported on code.google.com by [email protected] on 23 Apr 2009 at 7:43

Attachments:

Waht is RED5 URL ?

rtmpconnection #phone _onStatus «undefined» 
netconnection: Status: 1 
connection failed to http://localhost:5080 : «undefined» 

http://localhost:5080 is doesn't work for me. 
thanks

Original issue reported on code.google.com by [email protected] on 11 Mar 2009 at 6:53

Microphone rate capture doesn't work correctly on MAC

There is a big noise in the out and input stream on many mac books. Do you
have any ideas why?

My first step:
// patch pour les sons bugger sur mac
if(Capabilities.os.indexOf("Mac") == 0) {           
outgoingNetStream.bufferTime = 0.01;
incomingNetStream.bufferTime = 0.01;
}

http://www.justskins.com/forums/microphone-rate-capture-doesnt-work-correctly-on
-mac-83891.html


Original issue reported on code.google.com by michaelpalmer04 on 8 Jul 2009 at 12:35

Cannot register

What steps will reproduce the problem?
1. Checked out code from SVN, installed code into the webapps directory of
red5, confirmed it loaded.

2. Loaded the red5phone client over the web, it successfully connects
3. Entered "Register" button, no data is sent to the SIP server entered in
step 3

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

I expected a working sip registration, none happened.

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

Ubuntu server 6.06, Red5 0.7 (debian package)


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 May 2008 at 2:13

Connection refused

What steps will reproduce the problem?
1. change rtmp service port
2. Registration is fine.
3. I got error when create audio connection.

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

[SocketConnector-0] ERROR org.red5.server.webapp.sip.RTMPUser -
java.net.ConnectException: Connection refused

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

CentOS 5.2+Red5 0.8 RC2+red5phone v0.0.03

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Jun 2009 at 3:20

called can't listen anthing

jdk6 red5 0.7.0 asterisk1.4

red5phone -> red5-> asterisk1.4->pstn

caller can listen to called speaking. called called can't listen anthing


please help me

Original issue reported on code.google.com by [email protected] on 26 Jan 2009 at 4:41

red5phone registering to asterisk server with 127.0.0.1 and unable to make calls outgoing from red5phone

What steps will reproduce the problem?
1.
fire up http://red5ip/sip/flex

2.Enter user credentials and login
phone:1000
usename:1000
secret: -
realm:asterisk
sipserver: 192.168.1.2
red5 url: rtmp:/sip
login 


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

1.host colum under my asterisk sip show peers should be 
  my red5phone client ip address..

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

i)red5 using svn from red5.googlecode.com(0.8 rc2)
ii)ant 1.7.1
iii)red5 phone using svn from red5.googlecode.com
iv)OS -CentOS-5 release final
 kernel-2.6.18-128.1.6.el5
 asterisk-1.4.6

Please provide any additional information below.

# i tried with qualify=no and password="" in sip.conf but no use


my aim is when i try to register with my asterisk server
my ip should be shown at host colum of asterik CLI command sip show peers.
and when i make a call i should forward to the destination..


Thanks and regards
srinivas antarvedi

Original issue reported on code.google.com by [email protected] on 28 Apr 2009 at 7:46

Compilation Error

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

org.red5.server.stream.ProviderService - File was null or did not exist

red5(svn),i changed the appPath(SipUser.java),because in linux not found 
the folder "wrapper",so i deleted "appPath = appPath.substring(0, 
(appPath.length() - 8));"
i compile the red5phone,when using flex phone to call xxx,red5 error:


[INFO] [pool-4-thread-16] org.red5.server.stream.ProviderService - 
getVODProviderFile scope path:  name: speaker_1216779240074
[WARN] [pool-4-thread-16] org.red5.server.stream.ProviderService - File 
was null or did not exist: speaker_1216779240074
[INFO] [pool-4-thread-16] org.red5.server.stream.ProviderService - 
getVODProviderFile scope path:  name: speaker_1216779240074
[WARN] [pool-4-thread-16] org.red5.server.stream.ProviderService - File 
was null or did not exist: speaker_1216779240074
[ERROR] [pool-4-thread-16] org.red5.server.service.ServiceInvoker - Error 
executing call: Service: null Method: play Num Params: 30: 
speaker_12167792400741: -20002: -1000
[ERROR] [pool-4-thread-16] org.red5.server.service.ServiceInvoker - 
Service invocation error
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.red5.server.service.ServiceInvoker.invoke
(ServiceInvoker.java:201)
        at org.red5.server.net.rtmp.RTMPHandler.invokeCall
(RTMPHandler.java:179)
        at org.red5.server.net.rtmp.RTMPHandler.onInvoke
(RTMPHandler.java:389)
        at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived
(BaseRTMPHandler.java:143)
        at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived
(RTMPMinaIoHandler.java:126)
        at 
org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageRece
ived(AbstractIoFilterChain.java:570)
        at 
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceive
d(AbstractIoFilterChain.java:299)
        at org.apache.mina.common.support.AbstractIoFilterChain.access$1100
(AbstractIoFilterChain.java:53)
        at 
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageRec
eived(AbstractIoFilterChain.java:648)
        at org.apache.mina.filter.executor.ExecutorFilter.processEvent
(ExecutorFilter.java:220)
        at 
org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run
(ExecutorFilter.java:264)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NullPointerException
        at org.red5.server.stream.PlayEngine.play(PlayEngine.java:401)
        at org.red5.server.stream.PlayEngine.play(PlayEngine.java:276)
        at org.red5.server.stream.PlaylistSubscriberStream.play
(PlaylistSubscriberStream.java:247)
        at org.red5.server.stream.StreamService.play
(StreamService.java:297)
        at org.red5.server.stream.StreamService.play
(StreamService.java:309)
        ... 18 common frames omitted


Any ideas?

Original issue reported on code.google.com by [email protected] on 23 Jul 2008 at 2:27

NullPointerException at TcpServer in org.zoolu.net.

I don't realy know what happens. I thought the zoolu lib is stable? But my
red5 throws an error, here it is:

Exception in thread "Thread-32" java.lang.NullPointerException
        at org.zoolu.net.TcpServer.toString(TcpServer.java:148)
        at java.lang.String.valueOf(String.java:2827)
        at java.lang.StringBuilder.append(StringBuilder.java:115)
        at
org.zoolu.sip.provider.SipProvider.onServerTerminated(SipProvider.java:1059)
        at org.zoolu.net.TcpServer.run(TcpServer.java:141)

Original issue reported on code.google.com by michaelpalmer04 on 27 Jan 2009 at 10:48

byteBuffer error with Red5 8.0 and 8.1

What steps will reproduce the problem?
1. move from red5 8.0 RC2 to final 8.0 or 8.1
2. the phone works until the audio streaming begins.
3. then, error ByteBuffer occurs.

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


What version of the product are you using? On what operating system?
Redphone with 8.0 or 8.1 red5 standalone server

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jun 2009 at 11:34

red5 can not run when useing (sip)

i use red5(version 7.0 final) and (sip);
when i open:http://localhost:5080/sip;
i can see the phone in the page,when i click the "login","Connection 
sucess",but not registe to sip proxy server,
pls help me

thanks

Original issue reported on code.google.com by [email protected] on 9 Jul 2008 at 5:28

possible - allow calling without login form? (auto-login)

first, thanks for the great project!

I installed Ubuntu 9.04 and red5phone on it.
everything works fine, I can login and make calls through my own Asterisk.

i want my clients to make calls through my Asterisk server, but they dont 
have to know sirver-ip, login/password etc.is it possible? i need do allow 
calls without entering login and pass, but every client should have his 
own asterisk account. 
thank you.

Original issue reported on code.google.com by [email protected] on 9 Jul 2009 at 2:43

Just a question? "Hangup bevor callee answered the call"

Hey developers, 

i have a little question about a testing issue!
My test scenario is:
I make a call from the sip/flex/java phone over the red5 to a real
phonenumber. The callee does not answer the call, so i hang up in the
browser sip/flex/java phone application.

What happend?
In my test, the red5phone says "Hand up..." but the sip-server does not
hangup. The INVITE state is still there. What happend next, the sip-server
trys to call the number until the callee break up/hang up the call.

It seems to be a bug in the java classes, i think the refuse, cancel and
bye state will be send to the sip-server, but without achievement.

Can anyone reconstruct that?

Original issue reported on code.google.com by michaelpalmer04 on 4 Feb 2009 at 3:03

No Audio with ports forwarded

What steps will reproduce the problem?
1. Forwarded ports 1935,80 to server, 5060 to PBX
2. Phones gets Ready ok, can make calls
3. No audio 

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


What version of the product are you using? On what operating system?
0.8 RC2

Please provide any additional information below.


is any other port that has to be forwarded si this works?

Original issue reported on code.google.com by [email protected] on 3 Jul 2009 at 1:45

Problems with g729 audio codec

What steps will reproduce the problem?
1. Make a call using g729 audio codec between red5phone and SIP external PBX

What is the expected output? What do you see instead?
it seems that g729 audio codec implementation doesn't work well. The audio
stream between two red5phones work well, but between red5phone and SIP
external PBX (that implements only g729) there are problems. Audio stream
from PBX to red5phone is ok, but audio stream from red5phone to PBX is
discontinuous: switching 0.5sec mute and 0.5sec disturbed audio.

What version of the product are you using? On what operating system?
Red5Phone: the lastest stable version
Red5: 0.8 RC2

Original issue reported on code.google.com by [email protected] on 6 Apr 2009 at 12:18

Phone call problems

Hi, I am using the red5 RC3 Hudson stable 130 complied on netbeans and 
red5phone application. My platform is Window XP with SP3. When I use the 
red5phone application, it connected with a sip server. When there is a 
user A login first and afterward there is a user B login, user B can make 
a call to user A and the call is successful. but user A cannot make a call 
to user B. Otherwise, red5 server will have no response. That's mean the 
later login user can make a call with the former login user, but it cannot 
reverse.



Anyone know how to solve the problem?



Thank you!

Vincent



Original issue reported on code.google.com by [email protected] on 15 Jun 2009 at 6:23

hold and transfer

it will be very nice if can have hold the line, and transfer to another 
extension.
any ideas?

Original issue reported on code.google.com by [email protected] on 9 Jul 2009 at 8:33

No Audio either way.

Hi! im having some kind off a big issue with red5phone, NO ADIO! ha ha
the the red5phone connects to asterisk and i can origin a call with no
trouble but there is no auido either way. i recompiled the codec and have
all the permitions given, but still wont work. i will attach the sip.log
may be there is something there.. any help will be appreciated!!!

Original issue reported on code.google.com by [email protected] on 12 Nov 2008 at 12:31

Attachments:

red5 install problem

What steps will reproduce the problem?

OS:RHEL4.5

1 install JDK 1.6 and netbeans 

2 install apache ant 

3. install RED5 from  svn http://red5.googlecode.com/svn/java/server/trunk/


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

during install  output 

[placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statu
sObjectService,rtmpCodecFactory,remotingCodecFactory,videoCodecFactory,streamabl
eFileFactory,filePersistenceThread,sharedObjectService,streamService,providerSer
vice,consumerService,BWControlService,schedulingService,warDeployService,remotin
gPool,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp3read
er.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org
.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor
,playlistSubscriberStream,clientBroadcastStream];
root of factory hierarchy

than stop a few minute

[java] [ERROR] [main] org.red5.server.jmx.JMXAgent - {}
     [java] java.io.IOException: Cannot bind to URL [rmi://:9999/red5]:
javax.naming.ServiceUnavailableException [Root exception is
java.rmi.ConnectException: Connection refused to host: 202.106.199.36;
nested exception is: 
     [java]     java.net.ConnectException: Connection timed out]


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

redhat enterprise linux 4.5

The red5 server is not working .

attached is error.log  red5.log

who can help me ? thks 



Original issue reported on code.google.com by [email protected] on 25 Apr 2009 at 10:11

Attachments:

Using Speex (Flash Player 10)

It's already discussed here:
http://www.igniterealtime.org/community/message/172335

How to use the Speex codec embedded in Flash Player 10 to improve audio
quality?

Does anybody has any experience using it with Red5Phone?

Original issue reported on code.google.com by [email protected] on 9 Jul 2009 at 6:13

Red5 phone login problem

hi,
I'm using openfire 3.6.3 with red5 plugin 0.1.02. I'm using the operating
system Centos Linux.I entered Red5 test page by using url
http://myip:7070/red5 when i tried to login by giving the details of sip
proxy, i'm getting the messages connection success but Reg failure= Time
out message.can u send the changes that should be made for solving this
bug. I entered the details which was same  as in sip.conf file to login in
the Red5 test page. Is this approach correct?.

Original issue reported on code.google.com by nehru.indu on 4 Mar 2009 at 4:08

java.lang.NoSuchMethodError

Hello, i installed the red5 server on a debian machine, the installation was 
succesfull, next i 
installed the red5phone client to make calls via sip protocol and conect to an 
asterisk machine
ok, i can conect to the asterisk machine and can to make a call, but the 
problem is with  the audio, 
when i make a call i can`t hear nothing

and i see the red5 server response and i see the next exception

Exception in thread "Thread-47" java.lang.NoSuchMethodError: org.red5.server.net
.rtmp.event.AudioData.<init>(Lorg/apache/mina/common/ByteBuffer;)V
        at org.red5.server.webapp.sip.RTMPUser.pushAudio(RTMPUser.java:245)
        at org.red5.server.webapp.sip.RTPStreamReceiver.forwardAudioToFlashPlaye
r(RTPStreamReceiver.java:189)
        at org.red5.server.webapp.sip.RTPStreamReceiver.run(RTPStreamReceiver.ja
va:289)

i don`t know if that exception is about my problem...

any idea i appreciate,

att,

Jaime

pd. sorry for my english


Original issue reported on code.google.com by [email protected] on 2 Jul 2009 at 3:59

My job is on the line, plz help...

What steps will reproduce the problem?
1. installed "windows and linux" version of red5
2. sip.zip and red5.jar as instructed
3. connection established, call made (200 ok) but no audio... SVN and
installer used. Called between two openlazlo instances in browser, no audio.

Used openfire red5phone trunk, no audio.

What is the expected output? What do you see instead?
Unable to hear audio on either side, windows system connects perfectly but
no 2 way audio, I have been on this for almost 45 days. Read all the posts,
given all permissions on linux n all but I cannot hear. 

HELP PLEASE... My ass is on the line...


What version of the product are you using? On what operating system?
red5. 0.7.0

Please provide any additional information below.

browser,openlazlo -> Windows -> Red5 -> red5phone -> 84.45.70.8 (Production
setup functional since 2yrs running Sip EXpress router on BSD with
callout/pstn gateway infrastructure), wireshark unable to playback stream.

Wireshark captured data:

|Time     | 192.168.7.46      | 84.45.70.8        |
|2.850    |         INVITE SDP ( g711U)           |SIP From:
sip:[email protected] To:sip:[email protected]
|         |(5072)   ------------------>  (5060)   |
|3.056    |         100 trying -- your call is important to us         
|SIP Status
|         |(5072)   <------------------  (5060)   |
|3.061    |         401 Unauthorized              |SIP Status
|         |(5072)   <------------------  (5060)   |
|3.062    |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|3.063    |         INVITE SDP ( g711U)           |SIP From:
sip:[email protected] To:sip:[email protected]
|         |(5072)   ------------------>  (5060)   |
|3.064    |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|3.271    |         100 trying -- your call is important to us         
|SIP Status
|         |(5072)   <------------------  (5060)   |
|3.562    |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|3.563    |         INVITE SDP ( g711U)           |SIP From:
sip:[email protected] To:sip:[email protected]
|         |(5072)   ------------------>  (5060)   |
|3.766    |         100 trying -- your call is important to us         
|SIP Status
|         |(5072)   <------------------  (5060)   |
|4.562    |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|5.081    |         183 Session Progress SDP ( g711U X-NSE)          |SIP
Status
|         |(5072)   <------------------  (5060)   |
|6.563    |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|7.563    |         INVITE SDP ( g711U)           |SIP From:
sip:[email protected] To:sip:[email protected]
|         |(5072)   ------------------>  (5060)   |
|7.775    |         183 Session Progress SDP ( g711U X-NSE)          |SIP
Status
|         |(5072)   <------------------  (5060)   |
|10.563   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|11.563   |         INVITE SDP ( g711U)           |SIP From:
sip:(removed)@84.45.70.8 To:sip:[email protected]
|         |(5072)   ------------------>  (5060)   |
|11.766   |         183 Session Progress SDP ( g711U X-NSE)          |SIP
Status
|         |(5072)   <------------------  (5060)   |
|14.563   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|15.563   |         INVITE SDP ( g711U)           |SIP From:
sip:[email protected] To:sip:(removed)@84.45.70.8
|         |(5072)   ------------------>  (5060)   |
|15.768   |         183 Session Progress SDP ( g711U X-NSE)          |SIP
Status
|         |(5072)   <------------------  (5060)   |
|15.960   |         200 OK SDP ( g711U X-NSE)          |SIP Status
|         |(5072)   <------------------  (5060)   |
|15.961   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|18.562   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|22.562   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|26.562   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|30.562   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|34.562   |         ACK       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|39.211   |         BYE       |                   |SIP Request
|         |(5072)   ------------------>  (5060)   |
|39.421   |         200 OK    |                   |SIP Status
|         |(5072)   <------------------  (5060)   |


Original issue reported on code.google.com by [email protected] on 20 Mar 2009 at 1:29

Problems with asao2ulaw / SIPUser.java

Hi!

I have problems in red5phone.

I have install

->red5 0.7.1 
->Apache Ant version 1.7.1
->java version "1.6.0_05"

I can established call's between the red5phone and sip phone.

But no sound like the other people.

I understand that we have to change the asao2ulaw and SIPUser.java.

But then how to compile the SIPUser.java? and asao2ulaw?

It's very importante to me.

Thank you in advance!





ut 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?



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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Dec 2008 at 7:12

Server don't see application on server.


1. Install red5 v 7.0 on windows xp
2. Download and save in root red5 folder jar file from http://red5.4ng.net/
red5.jar instead default file
3. Take source code from class files and compile it, put class files into 
WEB-INF folder instead sourse code.
3. Run red5.but and type in browzer http://127.0.0.1/sip

Application don't work instead I see following:

HTTP ERROR: 503
SERVICE_UNAVAILABLE

RequestURI=/sip

Powered by jetty://








Original issue reported on code.google.com by [email protected] on 9 Dec 2008 at 11:49

red5phone work structure

Hi all

    I have tested red5phone many times, but it doesn't work .

    who can  tell me  the red5phone work structure,thank you .

    I am sorry for my english .

Original issue reported on code.google.com by [email protected] on 22 Jan 2009 at 2:33

Java Exception with default messages path

I'm using the latest SVN version and the same problem exists on the released 
file from "Project 
Home".  The default messages path in sip.cfg doesn't work.  I get this 
exception:

java.io.FileNotFoundException: ../webapps/sip/logs/192.168.0.32.5070_events.log 
(No such file 
or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
        at org.zoolu.tools.Log.<init>(Log.java:102)
        at org.zoolu.tools.RotatingLog.<init>(RotatingLog.java:73)
        at org.zoolu.sip.provider.SipProvider.initlog(SipProvider.java:297)
        at org.zoolu.sip.provider.SipProvider.<init>(SipProvider.java:223)
        at org.red5.server.webapp.sip.SIPUser.login(SIPUser.java:149)
        at org.red5.server.webapp.sip.Application.login(Application.java:182)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:201)
        at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:119)
        at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:157)
        at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:401)
        at 
org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:14
3)
        at 
org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.jav
a:117)
        at 
org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(
AbstractIoFil
terChain.java:570)
        at 
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Abs
tractIoFilte
rChain.java:299)
        at 
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilte
rChain.java:
53)
        at 
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived
(AbstractI
oFilterChain.java:648)
        at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
        at 
org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Executo
rFilter.java:26
4)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
        at java.lang.Thread.run(Thread.java:637)
java.io.FileNotFoundException: 
../webapps/sip/logs/192.168.0.32.5070_messages.log (No such 
file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
        at org.zoolu.tools.Log.<init>(Log.java:102)
        at org.zoolu.tools.RotatingLog.<init>(RotatingLog.java:73)
        at org.zoolu.sip.provider.SipProvider.initlog(SipProvider.java:298)
        at org.zoolu.sip.provider.SipProvider.<init>(SipProvider.java:223)
        at org.red5.server.webapp.sip.SIPUser.login(SIPUser.java:149)
        at org.red5.server.webapp.sip.Application.login(Application.java:182)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:201)
        at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:119)
        at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:157)
        at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:401)
        at 
org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:14
3)
        at 
org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.jav
a:117)
        at 
org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(
AbstractIoFil
terChain.java:570)
        at 
org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Abs
tractIoFilte
rChain.java:299)
        at 
org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilte
rChain.java:
53)
        at 
org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived
(AbstractI
oFilterChain.java:648)
        at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
        at 
org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Executo
rFilter.java:26
4)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
        at java.lang.Thread.run(Thread.java:637)


Original issue reported on code.google.com by [email protected] on 2 Jul 2008 at 12:51

Red5Phone does not start

Hi!
I am currently trying to get the red5phone to work on a windows 2008
server. I encounter a massive problem with either the red 5 server or the
phone software.

I installed the red 5 server 0.7.0. After that I replaced the red5.jar,
unzipped the sip.zip file into the webapps folder and restarted the server.
When I try to open http://localhost:5080/sip I get a 503 HTTP Error:
Service unavailable? All other applications seem to work fine.

My error.log file says that the red5phone application has some error at
startup:

2008-08-21 13:46:22,610 [WrapperSimpleAppMain] WARN  org.mortbay.log -
Failed startup of context
org.mortbay.jetty.webapp.WebAppContext@15200be{/sip,file:/C:/Program%20Files/Red
5/webapps/sip/}
java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at
org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp(TagLibConfiguration
.java:168)
    at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1217)
    at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
    at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
    at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
    at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
    at
org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollect
ion.java:156)
    at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
    at
org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
    at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
    at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
    at org.mortbay.jetty.Server.doStart(Server.java:222)
    at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
    at org.red5.server.jetty.JettyLoader.init(JettyLoader.java:136)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.inv
okeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1242)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.inv
okeInitMethods(AbstractAutowireCapableBeanFactory.java:1208)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.ini
tializeBean(AbstractAutowireCapableBeanFactory.java:1172)
    at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.cre
ateBean(AbstractAutowireCapableBeanFactory.java:427)
    at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Abstra
ctBeanFactory.java:249)
    at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingle
ton(DefaultSingletonBeanRegistry.java:155)
    at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBe
anFactory.java:246)
    at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBe
anFactory.java:160)
    at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstanti
ateSingletons(DefaultListableBeanFactory.java:291)
    at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractA
pplicationContext.java:352)
    at
org.springframework.context.access.ContextSingletonBeanFactoryLocator.initialize
Definition(ContextSingletonBeanFactoryLocator.java:141)
    at
org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFact
ory(SingletonBeanFactoryLocator.java:382)
    at org.red5.server.Standalone.main(Standalone.java:152)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
    at java.lang.Thread.run(Unknown Source)

I am wondering if anyone could give me a hint, what is going wrong?

OS: Windows Server 2008
Java: 1.6.0_07
Red 5 Server: 0.7.0

In a quick run I have also tested this behaviour on OSX which fails already
when replacing the red5.jar file?

Thanks a lot
Sebi

Original issue reported on code.google.com by [email protected] on 21 Aug 2008 at 12:14

Attachments:

Red5 StartUp Error

im using red5 0.7.0 i replaced the red5.jar.

Exception in thread "main" java.lang.ClassNotFoundException:
org.mortbay.jetty.Server
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
        at org.springframework.util.ClassUtils.forName(ClassUtils.java:229)
        at
org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClas
s(AbstractBeanDefinition.java:327)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(A
bstractBeanFactory.java:1073)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstanti
ateSingletons(DefaultListableBeanFactory.java:283)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractA
pplicationContext.java:352)
        at
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassP
athXmlApplicationContext.java:122)
        at
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassP
athXmlApplicationContext.java:66)
        at org.red5.server.net.rtmpt.RTMPTLoader.init(RTMPTLoader.java:82)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.inv
okeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1242)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.inv
okeInitMethods(AbstractAutowireCapableBeanFactory.java:1208)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.ini
tializeBean(AbstractAutowireCapableBeanFactory.java:1172)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.cre
ateBean(AbstractAutowireCapableBeanFactory.java:427)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Abstra
ctBeanFactory.java:249)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingle
ton(DefaultSingletonBeanRegistry.java:155)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBe
anFactory.java:246)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBe
anFactory.java:160)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstanti
ateSingletons(DefaultListableBeanFactory.java:291)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractA
pplicationContext.java:352)
        at
org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileS
ystemXmlApplicationContext.java:124)
        at
org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileS
ystemXmlApplicationContext.java:90)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorI
mpl.java:57)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorA
ccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
        at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:85)
        at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiat
e(SimpleInstantiationStrategy.java:87)
        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructo
r(ConstructorResolver.java:187)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.aut
owireConstructor(AbstractAutowireCapableBeanFactory.java:800)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.cre
ateBeanInstance(AbstractAutowireCapableBeanFactory.java:718)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.cre
ateBean(AbstractAutowireCapableBeanFactory.java:386)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Abstra
ctBeanFactory.java:249)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingle
ton(DefaultSingletonBeanRegistry.java:155)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBe
anFactory.java:246)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBe
anFactory.java:160)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstanti
ateSingletons(DefaultListableBeanFactory.java:291)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractA
pplicationContext.java:352)
        at
org.springframework.context.access.ContextSingletonBeanFactoryLocator.initialize
Definition(ContextSingletonBeanFactoryLocator.java:141)
        at
org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFact
ory(SingletonBeanFactoryLocator.java:382)
        at org.red5.server.Standalone.main(Standalone.java:152)
Exception in thread "main" java.lang.ClassNotFoundException:
org.mortbay.jetty.Server

any idea?

Original issue reported on code.google.com by [email protected] on 25 Nov 2008 at 6:45

cross codec is working and same codecis not working

Hi all,
I am using red5phone as web client and xlite as desktop client using
asterisk as sip server.
In red5phone, I enable PCMU and in xlite if I enable PCMU, voice is not
transferring. If I enable PCMA voice is transferring.

Similarly for PCMA in xlite and PCMU in red5 is working

Xlite(Codec) ---- Red5(Codec) ---- Voice transfer
PCMA              PCMA             No
PCMA              PCMU             Yes
PCMU              PCMU             One side voice transfer(xlite to red5)
PCMU              PCMA             Yes

Why cross codec is working but the same codec is not working.
Please clarify

Thanks
Hari

Original issue reported on code.google.com by [email protected] on 9 Jul 2009 at 7:33

"Cancel message for Invite (call) that have not been answered yet" was not fixed in 0.8RC2

What steps will reproduce the problem?
1. Open one of Flex/OpenLaszlo/JavaScript templates.
2. Connect and make a call.
3. Drop the call before remote party answers.

What is the expected output? What do you see instead?
expected: The phone will stop ringing at the remote party.
instead: It does not.

What version of the product are you using? On what operating system?
Red5Phone for Red5 v0.8RC2


Original issue reported on code.google.com by [email protected] on 1 Apr 2009 at 11:39

unable to make a call

hi all

when I make a call, the invite message is not sended to sip  server.

the following is log ,  attached file is
trunk/log/202.106.199.36.5070_events.log


     [java] SIP Registration success 200 OK
     [java] SIPUser Calling 123
     [java] RTMPUser startStream
     [java] [WARN] [Red5_Scheduler_Worker-5]
org.red5.server.net.rtmp.RTMPConnection - Closing RTMPMinaConnection from
192.168.10.114 : 3070 to  (in: 4375 out 4098 ), with id 31245517, due to
too much inactivity (60998ms), last ping sent 1000ms ago
     [java] [INFO] [Red5_Scheduler_Worker-5]
org.red5.server.adapter.MultiThreadedApplicationAdapter - W3C
x-category:session x-event:disconnect c-ip:192.168.10.114 c-client-id:0
     [java] SIPUser close1


Please help,
thanks.

Original issue reported on code.google.com by [email protected] on 2 May 2009 at 4:37

Attachments:

The 256byte RTP payload is too large! Standard ULAW RTP w/ ptime 20ms should be 160bytes

What steps will reproduce the problem?
1. Start wireshark packet capture
2. Make call
3. View RTP packets in Wireshark

What is the expected output?
160byte RTP payload
What do you see instead?
256byte RTP payload

What version of the product are you using?
It has versions? I think it's R2... I just downloaded the sip.zip file.

On what operating system?
64bit Debian Linux

Please provide any additional information below.

Many SIP devices do not accept 256byte payloads.

Original issue reported on code.google.com by [email protected] on 7 Jan 2009 at 3:34

DTMF event RTP payload needs no padding

RTPStreamSender.java uses "framesize" as "payloadLength" for "dtmfpacket".
It should be 4 (bytes) instead, or else Cisco gateways fail to interpret
the event.

What steps will reproduce the problem?
1. Set up red5phone with cisco AS5400 as PSTN media gateway
2, Make a call from flash to PSTN
3. Send DTMF events from flash client in call
4. Observe they do not arrive.

What is the expected output? What do you see instead?
The cisco gateway can not interpret the telephone-event because it is
padded to the size of a regular RTP packet.

What version of the product are you using? On what operating system?
Latest OpenFire plugin version on Debian etch + java 6

Original issue reported on code.google.com by [email protected] on 22 Aug 2008 at 12:58

Using windows is ok,why not using in linux?

hi,every one:
  i replaced the red5.jar,but the red5 server can not starting normally,i 
set the classpath,the server started ,but i tested the red5phone ,not 
sound can listen.
  when if using [red5]/wraaper/red5.sh to  start red5 server,the red5phone 
is ok,why?
  the difference between using wrapper start and directly start red5 
server?

  pls help me?
  i had tested in linux,both ways are no sound .



Original issue reported on code.google.com by [email protected] on 4 Aug 2008 at 7:25

Digest auth problems (cnonce attribute)

SIP servers that require <b>cnonce</b> attribute in digest auth requests
return 401 error (wrong digest).

Fix:

http://code.google.com/p/sipdroid/source/detail?r=100

Make the same changes in DigestAuthentication class.

Original issue reported on code.google.com by [email protected] on 9 Jul 2009 at 11:57

unable to speak

hi. i managed to run sipphone with red5 but obviously i dont receive any
voice in both ends.

first of all when one client ( 1000 ) calls the other ( 1001 ) there is no
message that 1001 receives about being called. so i just press accept aftr
i make the call on the first client. the connection is established but i
don't get any communication. this is the output :

2008-11-11 15:29:56,390 [main] INFO  org.red5.server.Standalone - Startup
done i
n: 4344 ms
2008-11-11 15:30:09,000 [pool-4-thread-3] INFO 
org.red5.server.jmx.JMXFactory -
 Object name: org.red5.server:type=Client,id=0
2008-11-11 15:30:09,000 [pool-4-thread-3] INFO 
org.red5.server.jmx.JMXFactory -
 Object name:
org.red5.server:type=RTMPMinaConnection,connectionType=persistent,
host=192.168.1.2,port=1935,clientId=0
2008-11-11 15:32:51,468 [pool-4-thread-16] INFO  org.red5.server.jmx.JMXFactory
- Object name: org.red5.server:type=Client,id=1
2008-11-11 15:32:51,468 [pool-4-thread-16] INFO  org.red5.server.jmx.JMXFactory
- Object name:
org.red5.server:type=RTMPMinaConnection,connectionType=persistent
,host=192.168.1.2,port=1935,clientId=1
RTMPUser startStream
2008-11-11 15:32:57,281 [pool-4-thread-15] INFO  org.red5.server.jmx.JMXFactory
- Object name: org.red5.server:type=Client,id=2
2008-11-11 15:32:57,281 [pool-4-thread-15] INFO  org.red5.server.jmx.JMXFactory
- Object name:
org.red5.server:type=RTMPMinaConnection,connectionType=persistent
,host=localhost,port=1935,clientId=2
2008-11-11 15:32:57,312 [pool-4-thread-15] INFO 
org.red5.server.stream.Provider
Service - getVODProviderFile scope path:  name: speaker_1226410377265
2008-11-11 15:32:57,312 [pool-4-thread-15] INFO 
org.red5.server.stream.Provider
Service - getStreamFile null check - factory:
org.red5.io.StreamableFileFactory@
1c4bcda name: flv:speaker_1226410377265
RTMPUser startStream
2008-11-11 15:33:12,000 [pool-4-thread-15] INFO  org.red5.server.jmx.JMXFactory
- Object name: org.red5.server:type=Client,id=3
2008-11-11 15:33:12,000 [pool-4-thread-15] INFO  org.red5.server.jmx.JMXFactory
- Object name:
org.red5.server:type=RTMPMinaConnection,connectionType=persistent
,host=localhost,port=1935,clientId=3
2008-11-11 15:33:12,015 [pool-4-thread-15] INFO 
org.red5.server.stream.Provider
Service - getVODProviderFile scope path:  name: speaker_1226410392000
2008-11-11 15:33:12,015 [pool-4-thread-15] INFO 
org.red5.server.stream.Provider
Service - getStreamFile null check - factory:
org.red5.io.StreamableFileFactory@
1c4bcda name: flv:speaker_1226410392000


so im at the point that im talking in the microphone but i can't hear
anything in the other computer. the speakers are on, microphone is ok, no
such issues. any help ?

Original issue reported on code.google.com by [email protected] on 11 Nov 2008 at 1:44

Failed to connect red5

I am using Linux box.I have installed Red5 & download this Sip application.
I have put sip application in "/opt/red5/dist/webapps/root/".
I am trying to run default application of flex.
I have enter all data and on login it gives "Unable to connect Red5".
I have given Red5 URL = "rtmp://my_Linux_box_IP/sip" while login.Is it correct?
I found below log from red5 


[WARN] [Red5_Scheduler_Worker-5] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from xxx.xxx.xx.xxx : 44266 to xxx.xxx.xx.xxx
(in: 3435 out 3215 ), with id 26261292 due to long handshake

Please help me.

Original issue reported on code.google.com by [email protected] on 25 Jun 2009 at 12:45

Latest fixes for Red5Phone on openfire project

i fixed the following bugs in Openfire red5phone project.
the fix should be easy to import to red5phone standalone
list of fix:
1. Mjsip I use Outboundproxy = Proxy  like that all sip headers using 
realm, but the message is send to the proxy ip. (this is how it should be) 
2. process of OPTIONS messages in Mjsip some sbc’s using to check call 
keep alive. 
3. fix authentication header for REG and INVITE to use cnounce value when 
proxy send qop= auth in 401 or 407 message. 
4. Fix red5phone application close for complete unregister before 
sipprovider.halt is execute. (using tread.sleep())
5. fix the microphone.init in Flex to not be bind to the REGISTER SUCCESS 
message as it can be many SUCCESS messages coming during a call and mic 
need to be init only once. 
6. add Dial external command to Flex to bed dial from a link. 
7. I used UID (unique identifier) in Flex instead of the username value 
for binding the sipprovider object in Mjsip – now you can use same sip 
account to register from multiple remote locations. 
8. fix Cancel message for Invite (call) that have not been answered yet – 
when you want hangup a call before the remote user answered Mjsip send 
wrong Cseq in Cancel message. 
9. fixed NullException error when application is closed – in provider.halt
() its try to close a null tcp_socket and get Null exception back. Fix is 
in org.zoolu.net.TcpServer.java in the end of the file. 

I gave Dele my latest version and he will post it soon.

Lior Herman


Original issue reported on code.google.com by [email protected] on 7 Feb 2009 at 3:41

Reg. Failure = 401 Unauthorized

What steps will reproduce the problem?
1. When I first time to use the red5phone, it works fine.
2.  Close Broser, open browser, then use red5phone to login again, it shows
"Reg. Failure = 401 Unauthorized"


What is the expected output? What do you see instead?
Reg. Failure = 401 Unauthorized

What version of the product are you using? On what operating system?
red5phone for red5 0.8 RC2 version, Asterisk, linux

Please provide any additional information below.
I have search the error message, it seems bug of mjsip?

thank you

Original issue reported on code.google.com by [email protected] on 27 Mar 2009 at 8:08

Asao2Ulaw assumes .exe on linux

Asao2Ulaw.java does an OS check, however, on both Linux and Windows it
assumes the program will end in .exe:


if (OS.indexOf("windows") > -1) {
                                command[0] = appPath +
"/webapps/sip/assets/codecs/asao2ulaw.exe";

                        } else { // we assue linux
                                command[0] = appPath +
"/webapps/sip/assets/codecs/asao2ulaw.exe";
                        }

The source should be updated to not include .exe when the OS is not windows.




Original issue reported on code.google.com by [email protected] on 30 May 2008 at 3:10

RED5 STARTUP ERROrR

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Nov 2008 at 6:44

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.