eddyleo / doubango

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

android-ngn-stack doesn't send SIP INVITE message using 'tcp' transport with media type audiovideo #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the testCall app under imsdroid project 
2. Set the default transport to "tcp" in the android-ngn-stack
3. file Main.java line 221 set the NgnMediaType.AudioVideo media type to the 
createOutgoingSession function. 
4. Install Shark for Root on the android rooted phone 
5. Install the testCall app on the phone 
6. Start the Shark app to capture traffic from phone 
7. Start the testCall app and make call
8. Close call and stop Shark app 
9. copy *.pcap file from phone to PC and open in Wireshark 

What is the expected output? What do you see instead?
The expected behavior is that the INVITE message are sent for audio video call 
from phone using 'tcp' transport, but it doesn't. 
If you set media type audio only, the INVITE message is sent successfully.
If you set 'udp' transport the audio and video media works well also. 
So SIP signaling doesn't work only for transport 'tcp' in combination with 
media type audiovideo!

Could you please help on it?

What version of the product are you using? On what operating system?
Samsung Galaxy S2, Android 4.0.3, 
android-ngn-stack/v1.0 (doubango r687, GT-I1900) (from SIP)

Please provide any additional information below.
I've also attached the Shark logs from phone (Filter it by 'SIP')

Thanks in advance, 
Vitaly Koval

Original issue reported on code.google.com by Vitaly.K...@gmail.com on 12 Oct 2012 at 11:16

Attachments: