google-code-export / red5phone

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

No audio on both sides #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install RED5 server
2. install sipr40
3. start red5 server.

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

What version of the product are you using? On what operating system?
 java jdk 1.6.22, sipr4.0. , Windows XP Professional

Please provide any additional information below.

Currently I have installed RED5 server 0.9.1 and sipr4.0.
calls are made with apparent normality, but I can not hear sound on either side.

what I find strange is that if I define a message to the PBX, this can be heard.

if someone could help me solve this problem, I'll be very grateful.

Original issue reported on code.google.com by coelico...@gmail.com on 25 Oct 2010 at 7:56

GoogleCodeExporter commented 9 years ago
Isn't this the same as issue 12?

Original comment by pozsarba...@gmail.com on 11 Nov 2010 at 5:00

GoogleCodeExporter commented 9 years ago
is very similar, but I've tried everything.
I think the problem lies in the operating system, I have not tested on linux 
but I will.

Original comment by coelico...@gmail.com on 12 Nov 2010 at 5:31

GoogleCodeExporter commented 9 years ago
IN FILE ERROR.LOG 

2010-11-15 00:58:18,442 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - 
Invalid JavaBean property 'enableRmiAdapter' being accessed! Ambiguous write 
methods found next to actually used [public void 
org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(boolean)]: [public void 
org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(java.lang.String)]
2010-11-15 00:58:18,474 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - 
Invalid JavaBean property 'enableSsl' being accessed! Ambiguous write methods 
found next to actually used [public void 
org.red5.server.jmx.JMXAgent.setEnableSsl(boolean)]: [public void 
org.red5.server.jmx.JMXAgent.setEnableSsl(java.lang.String)]
2010-11-15 00:58:18,489 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - 
Invalid JavaBean property 'enableMinaMonitor' being accessed! Ambiguous write 
methods found next to actually used [public void 
org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(boolean)]: [public void 
org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(java.lang.String)]
2010-11-15 00:58:25,302 [main] WARN  o.s.b.f.c.CustomEditorConfigurer - Passing 
PropertyEditor instances into CustomEditorConfigurer is deprecated: use 
PropertyEditorRegistrars or PropertyEditor class names instead. Offending key 
[java.net.SocketAddress; offending editor instance: 
org.apache.mina.integration.beans.InetSocketAddressEditor@cd5b3d

Original comment by coelico...@gmail.com on 15 Nov 2010 at 3:18

GoogleCodeExporter commented 9 years ago
IN RE5_SERVICE.LOG

INFO   | jvm 1    | 2010/11/14 20:31:48 | 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'red5.core' defined in class path resource [red5.xml]: Instantiation 
of bean failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Could not instantiate 
bean class 
[org.springframework.context.support.FileSystemXmlApplicationContext]: 
Constructor threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'rtmpTransport' defined in class path resource [red5-core.xml]: 
Invocation of init method failed; nested exception is java.net.BindException: 
Cannot assign requested address: bind

Original comment by coelico...@gmail.com on 15 Nov 2010 at 3:27

GoogleCodeExporter commented 9 years ago
>Error creating bean with name 'rtmpTransport' defined in class path resource 
[red5-core.xml]: Invocation of init method failed; nested exception is 
java.net.BindException: Cannot assign requested address: bind

That sounds like you have something else on your server listening on the SIP 
ports 5060, 5070-5120 or even the RTMP port 1935

Original comment by olajide....@gmail.com on 17 Nov 2010 at 9:37