[reSIProcate-users] writing a passive call recorder using resiprocate
Hi,
I am writing a passive recording system, and I am considering using resiprocate.
Since the system is passive I get the packets via pcap, and I don't create requests or responses myself. What I need is a parser and transaction and dialog state machines that will call some callbacks when a call is initiated / terminated etc.
I read the code a little and it seems to me that it's pretty hard to separate the stuff I need from the other stuff. Am I correct?
Thanks,
Hagai.