bufemc

Results 26 comments of bufemc

Hi kbr, I plan to include fritzconnection soon into my project ( https://github.com/bufemc/a1-fritzbox ) to use the phonebook and add entries (see my other issue, I already provided a code...

I created a PR ( https://github.com/kbr/fritzconnection/pull/56 ) with this new "master method" (see above), and tried to be backward compatible, so the old methods ```get_all_contacts``` ```get_all_names``` still have the same...

"returns the calls just in the order provided by the router. At time of writing it is the most recent call first." => That could go into the documentation :)...

Ah, seems to be nearly a duplicate of my issue: https://github.com/kbr/fritzconnection/issues/50 I meanwhile provided there a code snippet how to add entries, which I use and works, but is still...

Could be fixed by this PR for issue 55 + 53: https://github.com/kbr/fritzconnection/pull/56

Heard a rumour that there are also other "internal" numbers, starting with #. So I tend to say we should keep only entries starting with a digit (\d) and remove...