Search results for "module:Net::SIP"
Net::SIP::Dropper - drops SIP messages based on callback
Drops messages. This means, does no further processing in the Net::SIP chain and does not send something back if the incoming message match the settings. Some useful droppers are defined in Net::SIP::Dropper::ByIpPort and Net::SIP::Dropper::ByField....
SULLR/Net-SIP-0.835 - 28 Jan 2023 18:01:33 UTC
Net::SIP::Dropper::ByField - drops SIP messages based on fields in SIP header
With "Net::SIP::Dropper::ByField" one can drop packets based on the contents of the fields in the SIP header. This can be used to drop specific user agents....
SULLR/Net-SIP-0.835 - 28 Jan 2023 18:01:33 UTC
Net::SIP::Dropper::ByIPPort - drops SIP messages based on senders IP and port
With "Net::SIP::Dropper::ByIPPort" one can drop packets, if too much packets are received from the same IP and port within a specific interval. This is to stop bad behaving clients....
SULLR/Net-SIP-0.835 - 28 Jan 2023 18:01:33 UTC
Net::SIP::Dispatcher::AnyEvent - AnyEvent dispatcher for Net::SIP
This module allows Net::SIP to work with AnyEvent as the event loop, instead of its own. This means you can combine them. While this is the implementation itself, you probably want to use AnyEvent::SIP instead. You definitely want to read the documen...
XSAWYERX/AnyEvent-SIP-0.002 - 09 Apr 2013 13:42:58 UTC