Net::SIP::NATHelper::Client(3pm) | User Contributed Perl Documentation | Net::SIP::NATHelper::Client(3pm) |
Net::SIP::NATHelper::Client - handle NAT/RTP forwarding using remote process
This module implements the interface of Net::SIP::NATHelper::Base but will talk with a remote process based on Net::SIP::NATHelper::Server while executing the methods.
It implements the method allocate_sockets, activate_session and close_session with the same arguments as given in Net::SIP::NATHelper::Server by calling rpc with the methods "allocate", "activate" resp. "close".
For calling the arguments will be put into a \@list which will be packet using Storable. A similar way the result comes back.
2023-02-04 | perl v5.36.0 |