liyuanwei / imsdroid

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

Audio CODEC Fails to Negotiate #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Initiate IMS Droid to Boghe call or IMS Droid to IMS Droid
2. Video succeeds
3. Audio fails to setup

What is the expected output? What do you see instead?
Expect to see & hear audio

What version of the product are you using? On what operating system?
latest build (SVN 357)

Please provide any additional information below.

CODEC negotiation fails for audio, here is the trace (all CODECs were 
enabled)...
01-20 18:33:00.496: ERROR/tinyWRAP(2961): ***ERROR: function: 
"tdav_session_audio_start()" 
01-20 18:33:00.496: ERROR/tinyWRAP(2961): file: 
"src/audio/tdav_session_audio.c" 
01-20 18:33:00.496: ERROR/tinyWRAP(2961): line: "275" 
01-20 18:33:00.496: ERROR/tinyWRAP(2961): MSG: No codec matched
01-20 18:33:00.496: ERROR/tinyWRAP(2961): ***ERROR: function: 
"tmedia_session_mgr_start()" 
01-20 18:33:00.496: ERROR/tinyWRAP(2961): file: "src/tmedia_session.c" 
01-20 18:33:00.496: ERROR/tinyWRAP(2961): line: "547" 
01-20 18:33:00.496: ERROR/tinyWRAP(2961): MSG: Failed to start audio session

I also retried with only the GSM audio codec enabled on both sides. Still 
failed to establish audio. Any ideas?

Original issue reported on code.google.com by rich.ho...@gmail.com on 21 Jan 2011 at 6:30

GoogleCodeExporter commented 9 years ago
FYI... I figured out the SIP server I am going against doesn't like multiple 
audio CODEC's and strips to the first one. Simple fix is to put the DTMF CODEC 
in the back of the list instead of the front...

Original comment by rich.ho...@gmail.com on 26 Jan 2011 at 12:32

GoogleCodeExporter commented 9 years ago
Sorry for the late response ;)
Will be part of the next release.

Original comment by boss...@yahoo.fr on 26 Jan 2011 at 10:53

GoogleCodeExporter commented 9 years ago
1.2.365 should fix the issue

Original comment by boss...@yahoo.fr on 6 Feb 2011 at 6:52