jpluimers / fritzcap

Fork of elpatron68/fritzcap which was previously automatically exported from code.google.com/p/fritzcap
https://wiert.me/category/power-user/internet/fritz/fritzbox-fritz/
26 stars 11 forks source link

No Capture / AVM fritzbox 7590 / Fritzcap 2.3.1 / Python 2.7.14 #23

Open Bendix67 opened 5 years ago

Bendix67 commented 5 years ago

Hello, I have tried the following Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:25:58) [MSC v.1500 64 bit (AMD64)] on win32 with Fritzcap 2.3.1 with AVM Fritzbox 7590 i install the Fritzcap 2.3.1 Files in the Same Directory c:\python27 starting with C:\Python27>fritzcap.py -c -d -m the message appears: 2018-08-15 21:46:16,993 - FritzCap version 2.3 started. 2018-08-15 21:46:16,994 - Connect to the call monitor service on fritz.box:1012. 2018-08-15 21:46:17,000 - Connected to the call monitor service on fritz.box:1012. i make a call the message appears:

Numbers are blackenedXXXXX (No message!)

2018-08-15 21:48:43,799 - Ring (ID:0, ActiveCalls.:1, Caller:blackenedXXXXX, DialedNumber:blackenedXXXXX, LinePort:SIP2) 2018-08-15 21:48:44,033 - Start capture (capture_file:'captures/2018-08-15/214844/capture_20180815214844.cap'). 2018-08-15 21:48:45,042 - Connect (ID:0, ActiveCalls.:1, Caller:blackenedXXXXX, DialedNumber:(blackenedXXXXX, LinePort:SIP2) 2018-08-15 21:48:54,743 - Disconnect (ID:0, ActiveCalls.:0, Caller:blackenedXXXXX, DialedNumber:blackenedXXXXX, LinePort:SIP2) 2018-08-15 21:49:06,042 - Capture finished (capture_file:'captures/2018-08-15/214844/capture_20180815214844.cap'). 2018-08-15 21:49:06,042 - Decode process started (worker_id:1, file:'captures/2018-08-15/214844/capture_20180815214844.cap') 2018-08-15 21:49:06,043 - Decode process finished (worker_id:1, file:'captures/2018-08-15/214844/capture_20180815214844.cap') One File appears in the Capture Folder. But the File has only 1kb an it is empty.

The call Monitor in the Fritzbox ist aktiv with #965 that is not the Problem

The Passwort is in the File: fritzcap.conf

[settings]

capture_files =

decode_files =

monitor_calls =

password = blackenedXXXXX

logging_config =

box_name = fritz.box call_service_port = 1012

login_not_required =

protocol = http

cap_folder = captures/%(tcaps.Y-m-d/HMS)/ capfile = capture%(tcaps.YmdHMS).cap

after_capture_time = 10

decode_workers_count = 2

default_login = getpage=../html/de/menus/menu2.html&errorpage=../html/index.html&var:lang=de&var:pagename=home&var:menu=home&=&login:command/password=%s sid_challenge = getpage=../html/login_sid.xml sid_login = login:command/response=%s&getpage=../html/login_sid.xml start_str = ?start=1&start1=Start stop_str = ?stop=1&stop1=Stop

What could be the mistake?

With Windows 10 64 Bit

Regards Andreas