logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Net::SIP::Response - handling of SIP 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.

Description

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

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.40.0                                       2024-09-08                            Net::SIP::Response(3pm)

Name

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

Synopsis

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

See Also