Hi,
I want to run some integration tests for a signaling server and media engine using SIPp. I need to extend SIPp with some custom keywords such as <send_receiver_report>, <send_sender_report>, <recv_sender_report>, etc., to send and receive RTCP packets. With this feature, I can test that both my signaling server and media engine behave correctly during calls.
Could you please guide me on how to implement such a feature?