sksushilkumar / red5phone

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

Buggy .54 #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pick up softphone
2. No sound
3. Hang up

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

I would expect that I hear sound, this can be an issue with the French Orange 
line I'm on. Strange is that another connection where I have the same setup 
just disconnects when I call from the softphone there and the softphone itself 
never rings.

On the location where the softphone rings, I can hangup but the phone at the 
other side has still and open connection.

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

.54

Please provide any additional information below.

Default red5 install.

-Dailing works
-Hangs up on a specific install when pickup
-No sound on other installation
-Hangup keeps the line at the other side open.
-Sometimes it keeps calling a couple of times without any reason.

Original issue reported on code.google.com by yamakasi...@gmail.com on 26 Oct 2011 at 5:58

GoogleCodeExporter commented 9 years ago
I have some logs from my sip.log that might be interesting:

2011-10-26 16:01:28,138 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Call 0xxxxxxxxx
2011-10-26 16:01:28,139 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Call found user 
2A294BFF-E53A-C5B4-F7AB-4498BCCBF7C8 making call to 0xxxxxxxx
2011-10-26 16:01:28,139 [NioProcessor-1] DEBUG 
org.red5.server.webapp.sip.SIPUser - Calling 0xxxxxxxxxx
2011-10-26 16:01:28,212 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Client connected 2 service 
RTMPMinaConnection from 127.0.0.1 : 58594 to localhost (in: 3336 out 3073 )
2011-10-26 16:01:28,213 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Client joined app 2
2011-10-26 16:01:28,229 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Stream subscribe start: 
e9bb18e0-9155-407b-86ea-416108709620
2011-10-26 16:01:28,243 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Stream play: speaker_1319637688140
2011-10-26 16:01:28,256 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Stream publish start: 
microphone_1319637688140
2011-10-26 16:01:28,266 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Stream broadcast start: 
microphone_1319637688140
2011-10-26 16:01:30,043 [Thread-3] DEBUG org.red5.server.webapp.sip.SIPUser - 
onUaCallFailed
2011-10-26 16:01:30,043 [Thread-3] DEBUG org.red5.server.webapp.sip.SIPUser - 
closeStreams
2011-10-26 16:01:30,046 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Stream subscribe close: 
e9bb18e0-9155-407b-86ea-416108709620
2011-10-26 16:01:30,048 [Thread-3] DEBUG org.red5.server.webapp.sip.SIPUser - 
onUaCallClosed
2011-10-26 16:01:30,048 [Thread-3] DEBUG org.red5.server.webapp.sip.SIPUser - 
closeStreams
2011-10-26 16:01:30,047 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Stream broadcast close: 
microphone_1319637688140
2011-10-26 16:01:30,049 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Client leaving app 2
2011-10-26 16:01:30,099 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Hangup
2011-10-26 16:01:30,099 [NioProcessor-1] DEBUG 
org.red5.server.webapp.sip.SIPUser - hangup
2011-10-26 16:01:30,100 [NioProcessor-1] DEBUG 
org.red5.server.webapp.sip.SIPUser - closeStreams
2011-10-26 16:01:30,101 [NioProcessor-1] INFO  
o.r.server.webapp.sip.Application - Red5SIP Hangup
2011-10-26 16:01:30,101 [NioProcessor-1] DEBUG 
org.red5.server.webapp.sip.SIPUser - hangup
2011-10-26 16:01:30,101 [NioProcessor-1] DEBUG 
org.red5.server.webapp.sip.SIPUser - closeStreams

I hope we can fix this as red5phone is my only solution it seems.

Original comment by yamakasi...@gmail.com on 27 Oct 2011 at 9:02