Provided by: libnet-sip-perl_0.836-1_all 

NAME
Net::SIP::Response - handling of SIP response packets
SYNOPSIS
my $resp = Net::SIP::Response->new( '401','Authorization required',... );
DESCRIPTION
Subclass of Net::SIP::Packet for handling response packets.
CONSTRUCTOR
Inherited from Net::SIP::Packet. See there.
Seldom used directly, usually responses get not generated from scratch, but based on a request with the
create_response method from Net::SIP::Request.
METHODS
code
Get numerical code of response.
msg Get text for code from response.
method
Get method for original request by parsing the CSeq header.
perl v5.36.0 2023-09-29 Net::SIP::Response(3pm)