Query: net::sip::response
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::SIP::Response(3pm) User Contributed Perl Documentation Net::SIP::Response(3pm)NAMENet::SIP::Response - handling of SIP response packetsSYNOPSISmy $resp = Net::SIP::Response->new( '401','Authorization required',... );DESCRIPTIONSubclass of Net::SIP::Packet for handling response packets.CONSTRUCTORInherited 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.METHODScode 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)