chiArtem / siphon

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

Siphon over TCP can t answer incoming calls #587

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Register to a sip server.
2. Wait with the app in the foreground mode at least than 2 minutes
3. Try to make an outgoing call or wait for an incoming call

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

In the first 2 minutes after registration process everything works great. 
(inbound, outbound calls)
BUT after 2 minutes of inactivity: 
I can t make outgoing calls.
I can t answer incoming calls (408 Request timeout)

In both cases the sip client message doesn't get on the server. Using wireshark 
I can see the sip packet leaving the client, but on the server side i can t see 
anything. 

What version of the product are you using? On what operating system?
Latest version available: 2.3

Please provide any additional information below.

I am registering sip client over tcp.

Original issue reported on code.google.com by melinda....@gmail.com on 7 Jan 2014 at 10:43