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::NATHelper::Client(3) User Contributed Perl Documentation Net::SIP::NATHelper::Client(3)

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.

new ( SOCKET )
Will create a new object which will talk with the remote process using the socket SOCKET. SOCKET is either a UNIX domain socket (in SOCK_STREAM mode) or an "host:port" specification in which case it will talk TCP through the socket.

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".
rpc ( METHOD,@ARG )
Makes a synchronous remote call to the server through the in the constructor specified socket and returns the result.

For calling the arguments will be put into a \@list which will be packet using Storable. A similar way the result comes back.

2009-01-23 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.