Net::SIP::NATHelper::Client
handle NAT/RTP forwarding using remote process
- Provided by: libnet-sip-perl (Version: 0.822-1)
- Report a bug
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.