Sofia-SIP 1.12.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Sofia-SIP 1.12.9 (Default branch)
# 1  
Old 08-24-2008
Sofia-SIP 1.12.9 (Default branch)

Sofia-SIP is a SIP user agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. License: GNU Lesser General Public License (LGPL) Changes:
Basic transaction level load control support has been added. The NAT traversal support in 'nua' has been improved. It is now possible to force rport use at server end, and force routing of requests to a NATed transport address detected by the application. Bugs with SDP offer/answer overlap, BYE handling, and event fetch/poll have been fixed in 'nua'. Bugs with timer handling, RFC2543 dialog/transaction matching, and gray list handling have been fixed in 'nta'. Problems with SDP session handling by 'soa' when media lines are deleted or their type is changed have been fixed.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)