GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::SIP::Response(3) User Contributed Perl Documentation Net::SIP::Response(3)

Net::SIP::Response - handling of SIP response packets

  my $resp = Net::SIP::Response->new( '401','Authorization required',... );

Subclass of Net::SIP::Packet for handling response packets.

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.

code
Get numerical code of response.
msg
Get text for code from response.
method
Get method for original request by parsing the CSeq header.
2021-05-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.