Thread
:
SIP sometimes doesn't connect (N900)
View Single Post
w_m0zart
2010-11-27 , 00:29
Posts: 3 | Thanked: 5 times | Joined on Aug 2010
#
2
I experience the same problem with voip, losing the connection with the sip provider.
I tried to create a DBUS script and trigger condition in /etc/dbus-scripts.d which automatically checks and restart that in order let the n900 be reinitialized.
A command for analyzing the tcp traffic is explained here after.
http://www.jonathanmanning.com/2009/...dump-on-linux/
I used:
Code:
tcpdump -i wlan0 -n -s 0 port 5060 -vvv -w /home/user/voippkg.txt
The script is quite easy, but I could not find a solution for finding a proper triggering measurement for capturing the loss of the sip connection at the device.
Hopefully someone finds a good solution.
Last edited by w_m0zart; 2010-11-27 at
16:46
.
Quote & Reply
|
The Following 2 Users Say Thank You to w_m0zart For This Useful Post:
Joris
,
Wikiwide
w_m0zart
View Public Profile
Find all posts by w_m0zart