Kamailio 1.5.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Kamailio 1.5.0 (Default branch)
# 1  
Old 03-02-2009
Kamailio 1.5.0 (Default branch)

Kamailio (formerly named OpenSER) is ahigh-performance SIP (RFC3261) server, with aflexible architecture and many extensions. Theserver implements proxy, registrar, redirect, andlocation SIP/VoIP services. It has support forUDP/TCP/TLS transport layers, ENUM, AAA viadatabase, RADIUS, DIAMETER, gateways to SMS andXMPP, least cost routing, load balancing, NATtraversal, and call processing language.License: GNU General Public License (GPL)Changes:
A configuration file caching system. Execution of SQL queries against multiple databases. Execution of config file route blocks on timer. Sending SIP requests from the config file. Performing HTTP queries from the config file. Dialog info presence support (RFC4235). Support for TLS server_name extension. Support for non-blocking logging. Many enhancements to least cost routing (LCR), load balancing (dispatcher), and carrier routing (carrierroute). Access in the config file to both request or reply during transaction processing. Twelve new modules. A Web management interface (SIREMIS).Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Net::SIP::NATHelper::Local(3pm) 			User Contributed Perl Documentation			   Net::SIP::NATHelper::Local(3pm)

NAME
Net::SIP::NATHelper::Local - handle NAT/RTP forwarding in local event loop. DESCRIPTION
This module is a wrapper around Net::SIP::NATHelper::Base which will handle the RTP forwarding within the local event loop the rest of Net::SIP uses. CONSTRUCTOR
new ( LOOP ) Will create the object and tell it to use LOOP as the event loop. Will create a Net::SIP::NATHelper::Base object which gets used internally. METHODS
allocate_sockets ( ... ) Calls allocate_sockets of the local Net::SIP::NATHelper::Base object. Takes and returns the same arguments. activate_session ( ... ) Calls activate_session of the local Net::SIP::NATHelper::Base object. Takes the same arguments and returns 1 if the session was newly activated, -1 if it was activated before and false if activation failed. Updates callbacks into the event loop. close_session ( ... ) Calls activate_session of the local Net::SIP::NATHelper::Base object. Takes the same arguments and returns the number of closed sessions. Updates callbacks into the event loop. expire ( ... ) Calls expire of the local Net::SIP::NATHelper::Base object. Takes the same arguments and returns the number of expired sessions. Updates callbacks into the event loop if necessary. perl v5.14.2 2009-01-23 Net::SIP::NATHelper::Local(3pm)