net::sip::response(3pm) debian man page | unix.com

Man Page: net::sip::response

Operating Environment: debian

Section: 3pm

Net::SIP::Response(3pm) 				User Contributed Perl Documentation				   Net::SIP::Response(3pm)

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 orginal request by parsing the CSeq header. perl v5.14.2 2010-02-02 Net::SIP::Response(3pm)
Related Man Pages
net::sip(3pm) - debian
net::sip::dropper::byipport(3pm) - debian
net::sip::nathelper::local(3pm) - debian
net::sip::packet(3pm) - debian
net::sip::receivechain(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
A (ksh) Library For and From UNIX.com