compile error for MIPS

Mike Frysinger vapier at gentoo.org
Wed Aug 26 21:39:03 UTC 2015


On 26 Aug 2015 19:36, Thomas Schmiedl wrote:
> thanks for your reply. For better understanding: I try to realize this 
> idea: I use for internet & phone the router Fritzbox 7312. A dect-phone 
> (Gigaset) is connected to this router. There is an alternative firmware, 
> called 'Freetz' (freetz.org). I want to use the freetz-package 
> 'Callmonitor' (http://freetz.org/wiki/packages/callmonitor), which has 
> included an internet-reverse-search for the names for incoming calls. I 
> try to transfer that name to the dect-phone.
> 
> I'm not a programmer, only a 'standard' user. My idea is to trace the 
> communication between the two involved processes 'telefon' and 
> 'dect_manager' (http://www.wehavemorefun.de/fritzbox/Dect_manager) via 
> an unix-domain-socket file. Is the string '\32\0`\200\0\0\20\fKein Bier 
> vor 4\0\0\0' the protocol, that I could use in an own application (send 
> own text to 'dect_manager')? Unfortunately, the router's vendor doesn't 
> provide any information about telephony.

strace will show you the exact data that processes send via syscalls.
that's the only thing it'll do.  if you're looking for a way to decode
the protocol, i'm afraid this list isn't the right place.  you might
find some forums related to telephony out there.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20150826/304e2455/attachment.bin>


More information about the Strace-devel mailing list