mayurAzoi / idoubs

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

voice cutoff in a few second after the call is connected #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1.checkout latest revision for doubango and idoubs and build idoubs with xcode
2.build and run the program on actual device (iphone 4 with IOS4.2)
3.config the sip proxy and make an outgoing call

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

2011-08-29 07:50:06.071 idoubs[219:7507] NgnSipService///: Stack started
warning: The VAD has been replaced by a hack pending a complete rewrite
***ERROR: function: "tdav_consumer_audiounit_prepare()" 
file: 
"/Users/henry/softwaredevelopment/mydoubs/iphone/idoubs/branches/2.0/ios-ngn-sta
ck/../../../../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tda
v_consumer_audiounit.c" 
line: "151" 
MSG: AudioUnitSetProperty(kAudioUnitProperty_StreamFormat) failed with 
status=-50
***ERROR: function: "tdav_producer_audiounit_prepare()" 
file: 
"/Users/henry/softwaredevelopment/mydoubs/iphone/idoubs/branches/2.0/ios-ngn-sta
ck/../../../../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tda
v_producer_audiounit.c" 
line: "252" 
MSG: AudioUnitSetProperty(kAudioUnitProperty_StreamFormat) failed with 
status=-50
***ERROR: function: "tdav_audiounit_handle_start()" 
file: 
"/Users/henry/softwaredevelopment/mydoubs/iphone/idoubs/branches/2.0/ios-ngn-sta
ck/../../../../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tda
v_audiounit.c" 
line: "224" 
MSG: Invalid parameter
***ERROR: function: "tdav_consumer_audiounit_start()" 
file: 
"/Users/henry/softwaredevelopment/mydoubs/iphone/idoubs/branches/2.0/ios-ngn-sta
ck/../../../../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tda
v_consumer_audiounit.c" 
line: "234" 
MSG: tdav_audiounit_handle_start failed with error code=-1
***ERROR: function: "tdav_audiounit_handle_start()" 
file: 
"/Users/henry/softwaredevelopment/mydoubs/iphone/idoubs/branches/2.0/ios-ngn-sta
ck/../../../../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tda
v_audiounit.c" 
line: "224" 
MSG: Invalid parameter
***ERROR: function: "tdav_producer_audiounit_start()" 
file: 
"/Users/henry/softwaredevelopment/mydoubs/iphone/idoubs/branches/2.0/ios-ngn-sta
ck/../../../../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tda
v_producer_audiounit.c" 
line: "337" 
MSG: tdav_audiounit_handle_start failed with error code=-1

What version of the product or source code revision are you using? On what
operating system?
The latest version - check out 8/29/2011,  running on iphone 4  SDK 4.3

Please provide any additional information below.

After the call connected, the voice got cutoff in about 1 to 2 seconds, the 
call still connected just no voice

Original issue reported on code.google.com by henry902...@gmail.com on 29 Aug 2011 at 12:13

GoogleCodeExporter commented 9 years ago
Could you confirm that you are using iOS4 (not iOS5) on your device?
The consumers and producers are only started when you accept or the remote 
party accept the call and I don't see how it is possible to have it called in 
mid-call unless you receive/make another call.
Please also attach network trace.

Original comment by boss...@yahoo.fr on 30 Aug 2011 at 7:14

GoogleCodeExporter commented 9 years ago
Doubango r654+
iDoubs r180+

Original comment by boss...@yahoo.fr on 7 Sep 2011 at 8:42