The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.823 - 2020-07-15

  • NATHelper:
    • expire a session immediately when it gets replaced by a new one and not only when the expiration timer runs
    • sockets on replaced sessions will no longer be closed in sub expire after 'active' (default 30 seconds) but after 'closed' (default 1 second)
  • Simple::RTP - support changing of RTP streams within the same handler: if the RTP SSRC changes the expectation on the sequence number is reset
  • Authentication: use only realm and not realm+opaque when checking, if there is already an authorization header
  • Leg/SocketPool: allow SSL_hostname and SSL_verifycn_name to be explicitly given, i.e. prefer user settings against implicitly determined settings
  • Fix TCP handling by allowing short-form content length header https://github.com/noxxi/p5-net-sip/pull/23
  • Propagate SSL errors https://github.com/noxxi/p5-net-sip/pull/24
  • Util::INETSOCK: speed up protocol lookup by caching instead of letting it handle by IO::Socket::IP. There it might cause a reading of the protocols file on each socket open.
  • Fix typos https://rt.cpan.org/Ticket/Display.html?id=131236

Documentation

manage sockets related to a leg

Modules

Framework SIP (Voice Over IP, RFC3261)
enforce authorization of packets
blocks SIP requests based on method name
DTMF RTP packet generating and extracting
debugging of Net::SIP
dispatch SIP packets between legs and endpoint
simple event loop for Net::SIP::Dispatcher
drops SIP messages based on callback
drops SIP messages based on fields in SIP header
drops SIP messages based on senders IP and port
Endpoint for SIP packets (UAC,UAS)
Call context for endpoint
Wrapper around Socket for sending and receiving SIP packets
rewrite SDP and transport RTP for NAT
handle NAT/RTP forwarding using remote process
handle NAT/RTP forwarding in local event loop.
server for Net::SIP::NATHelper::Client
handling of SIP packets
handle incoming packet by multiple receivers
Send redirect to Requests based on lookup at a registrar
Endpoint for registering SIP clients
handling of SIP request packets
handling of SIP response packets
Parsing and manipulation of SDP data for SIP
Simple interface for using Net::SIP
call context for Net::SIP::Simple
simple RTP handling for Net::SIP::Simple
Simple implementation of a stateless proxy
utility functions used by all of Net::SIP

Provides

in lib/Net/SIP/Authorize.pm
in lib/Net/SIP/Authorize.pm
in lib/Net/SIP/Authorize.pm
in lib/Net/SIP/Dispatcher/Eventloop.pm
in lib/Net/SIP/Dispatcher.pm
in lib/Net/SIP/Packet.pm
in lib/Net/SIP/Packet.pm
in lib/Net/SIP/NATHelper/Base.pm
in lib/Net/SIP/NATHelper/Base.pm
in lib/Net/SIP/NATHelper/Base.pm
in lib/Net/SIP/SocketPool.pm
in lib/Net/SIP/Debug.pm