Hello to Everyone.
I have installed the script version 2.1.0 for my Fritzbox 7270 v2 FRITZ!OS 05.53.
I get the follow error while script running:
root@ubuntu2:~# cd /root/fritzcap-2.1.0/
root@ubuntu2:~/fritzcap-2.1.0# python fritzcap.py -c -d -m
2016-01-18 10:53:12,268 - FritzCap started.
2016-01-18 10:53:12,269 - Connect to the call monitor service on fritz.box:1012.
2016-01-18 10:53:12,281 - Connected to the call monitor service on fritz.box:1012.
2016-01-18 11:22:01,720 - Ring (ID:0, ActiveCalls.:1, Caller:1230358671, DialedNumber:1230359330, LinePort
OTS)
2016-01-18 11:22:02,473 - Start capture (capture_file:'captures/2016-01-18/112202/capture_20160118112202.cap').
2016-01-18 11:22:08,740 - Connect (ID:0, ActiveCalls.:1, Caller:1230358671, DialedNumber:1230359330, LinePort
OTS)
2016-01-18 11:23:23,430 - Disconnect (ID:0, ActiveCalls.:0, Caller:1230358671, DialedNumber:1230359330, LinePort
OTS)
2016-01-18 11:23:34,040 - Capture finished (capture_file:'captures/2016-01-18/112202/capture_20160118112202.cap').
2016-01-18 11:23:34,041 - Decode process started (worker_id:1, file:'captures/2016-01-18/112202/capture_20160118112202.cap')
2016-01-18 11:23:34,041 - Seems, there is no valid PCAP file
2016-01-18 11:23:34,041 - Decode process finished (worker_id:1, file:'captures/2016-01-18/112202/capture_20160118112202.cap')
As you can see from log, it create 0 size *.cap files.
permitions are all ok.
i run the script as root with mod 777 to captures folder.
Have anyone any idea why it create 0 size *.cap files while the connection is fine to Fritzbox.
I have setup Fritzbox to use username/password to login and put the same on script and as you can see the connection is fine.
Any help would be greatfull.
Thanks at advance.