The FCC deadline for VoIP providers to be CALEA ready is fast approaching.

I've compiled most of the T1.678 standard (with a few syntax errors 
corrected) and posted the results to opencalea.org.

My plan is to use  the sofia-sip message parser to parse pcap packets 
and populate the required SIP fields in T1.678.

I've had good success passing/parsing the pcap payload using the 
sofia-sip message parser:

...
msg = msg_make(sip_mclass, 0, payload, size_payload);
...
sip = msg_object(msg);
...

Has anyone done something along these lines, or is anyone working on  
something like this ?

Regards,
Norm


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to