hoanhnv / idoubs

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

Idoubs can not successfully make call #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build idoubs an run in iPhone 5.1 simulator
2. Register to a sip gateway
3. Make a call to another sip client

What is the expected output? What do you see instead?
expected result:
   Call was made, the other client ringing and conversation make.
Actual result:
  Screen display "calling for a while then automatically terminate", no ringing at the other client.

What version of the product or source code revision are you using? On what
operating system?

Doubango revision: 730
IDoubs revision: 212
====================
Console output:
2012-08-06 23:00:59.923 idoubs[9660:11f03] NgnEngine///: Working in 
multithreaded mode :)
2012-08-06 23:00:59.923 idoubs[9660:15007] NgnEngine///: dummyCoCoaThread()
2012-08-06 23:00:59.925 idoubs[9660:11f03] NgnConfigurationService///: Start()
2012-08-06 23:00:59.926 idoubs[9660:11f03] NgnNetworkService///: Start()
2012-08-06 23:00:59.928 idoubs[9660:11f03] NgnStorageService///: Start()
2012-08-06 23:00:59.929 idoubs[9660:11f03] NgnStorageService///: 
databasePath:/Users/tranquoctrieu/Library/Application Support/iPhone 
Simulator/5.1/Applications/7B170E05-6457-4966-94A2-D3A42925CC88/Documents/NgnDat
aBase.db
2012-08-06 23:00:59.930 idoubs[9660:11f03] NgnStorageService///: found 
databaseVersion=0
2012-08-06 23:00:59.930 idoubs[9660:11f03] NgnStorageService///: used 
databaseVersion=0
2012-08-06 23:00:59.931 idoubs[9660:11f03] NgnStorageService///: No changes: 
database v-current=0
2012-08-06 23:00:59.932 idoubs[9660:11f03] NgnContactService///: Start()
2012-08-06 23:00:59.936 idoubs[9660:11f03] NgnSipService///: Start()
2012-08-06 23:00:59.937 idoubs[9660:11f03] NgnHttpClientService///: Start()
2012-08-06 23:00:59.938 idoubs[9660:11f03] NgnHistoryService///: Start()
2012-08-06 23:00:59.939 idoubs[9660:11f03] NgnSoundService///: Start()
2012-08-06 23:00:59.957 idoubs[9660:11f03] NgnSipService///: register()
2012-08-06 23:00:59.957 idoubs[9660:11f03] NgnSipService///: 
realm='callcentric.com', impu='sip:17772580684@callcentric.com', 
impi='17772580684'
2012-08-06 23:00:59.961 idoubs[9660:11f03] NgnSipService///: STUN=no
2012-08-06 23:00:59.962 idoubs[9660:11f03] NgnSipService///: 
pcscf-host='callcentric.com', pcscf-port='5060', transport='udp', 
ipversion='ipv4'
 interface: en1
2012-08-06 23:00:59.966 idoubs[9660:15b03] NgnSipService///: Stack started
2012-08-06 23:00:59.966 idoubs[9660:11f03] idoubs2AppDelegate///: Multitasking 
IS supported
**WARN: function: "getMediaMgr()" 
file: 
"/Users/tranquoctrieu/projects/iPhone/idoubs/branches/2.0/ios-ngn-stack/../../..
/../../doubango/branches/2.0/doubango/bindings/_common/SipSession.cxx" 
line: "356" 
MSG: No media session associated to this session
**WARN: function: "getMediaMgr()" 
file: 
"/Users/tranquoctrieu/projects/iPhone/idoubs/branches/2.0/ios-ngn-stack/../../..
/../../doubango/branches/2.0/doubango/bindings/_common/SipSession.cxx" 
line: "356" 
MSG: No media session associated to this session
 interface: en1
***ERROR: function: "tdav_session_audio_get()" 
file: 
"/Users/tranquoctrieu/projects/iPhone/idoubs/branches/2.0/ios-ngn-stack/../../..
/../../doubango/branches/2.0/doubango/tinyDAV/src/audio/tdav_session_audio.c" 
line: "281" 
MSG: Not expected
**WARN: function: "tsk_fsm_act()" 
file: 
"/Users/tranquoctrieu/projects/iPhone/idoubs/branches/2.0/ios-ngn-stack/../../..
/../../doubango/branches/2.0/doubango/tinySAK/src/tsk_fsm.c" 
line: "133" 
MSG: The FSM is in the final state.
**WARN: function: "tdav_consumer_audiounit_stop()" 
file: 
"/Users/tranquoctrieu/projects/iPhone/idoubs/branches/2.0/ios-ngn-stack/../../..
/../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tdav_consumer_
audiounit.c" 
line: "337" 
MSG: Not started started
**WARN: function: "tdav_producer_audiounit_stop()" 
file: 
"/Users/tranquoctrieu/projects/iPhone/idoubs/branches/2.0/ios-ngn-stack/../../..
/../../doubango/branches/2.0/doubango/tinyDAV/src/audio/coreaudio/tdav_producer_
audiounit.c" 
line: "451" 
MSG: Not started started

Original issue reported on code.google.com by nguye...@gmail.com on 6 Aug 2012 at 4:03

GoogleCodeExporter commented 8 years ago
Please note that idoubs still can RECEIVE incoming call and the speaker is 
working.

Original comment by nguye...@gmail.com on 6 Aug 2012 at 4:07