Closed kobaz closed 8 months ago
If you want to catch arbitrary packets coming into a leg you can simply subclass Net::SIP:Leg and add the functionality to your derived class (after calling the original method), instead of adding the functionality to the existing implementation.
Hi!
I need to be able to read a 302 redirect response from an INVITE So far it doesn't seem like there's a callback to hook into for this... so I added one for Net::SIP::Leg
Is this the right spot? It definitely does do the job...