hudamalmsteen / csipsimple

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

Connection to link2voip.com works but will not hang up. Vizio Tablet VTAB1008 #1303

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a phone call through a link2voip account and try to hang up.
2. Exit the application on your droid tablet and it still keeps working!
3. The only way to hang up is use an app manager and kill the app.

What is the expected output? What do you see instead?
I expect it to hang up. I see that it does not hang up.

What version of the product are you using? On what operating system?
I tried the latest download version of csipsimple and running on Android 2.3.2 
on a vizio tablet.

Please provide any additional information below.

Original issue reported on code.google.com by johnj...@gmail.com on 4 Oct 2011 at 3:01

GoogleCodeExporter commented 9 years ago
Which wizard you use? Are you using expert wizard with TCP? 
Sometimes sip servers are buggy and return an invalid contact uri once the call 
is established.
Pjsip (the sip stack behind csipsimple) respect SIP protocol very strictly 
(unlike some other sip client that does not implement correctly sip), and so if 
the sip server update with something wrong, the app will try to send the bye to 
some IP address that does not exists.

To get some clue about what's happening, could you try to collect some logs : 
see HowToCollectLogs wiki page. Thanks 

Original comment by r3gis...@gmail.com on 10 Nov 2011 at 3:09