Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Linux LiveCD VoIP Server 2.0.27 (Documentation branch) Post 302214486 by Linux Bot on Monday 14th of July 2008 07:30:01 AM
Old 07-14-2008
Linux LiveCD VoIP Server 2.0.27 (Documentation branch)

Image The Linux LiveCD VoIP Router is based on the SIP Express Router (SER). It runs on Linux LiveCD Router and can serve as a SIP Proxy or a VoIP PBX, or both. It has easy Web user administration and requires no software installation. It can be connected to multiple A-Z termination providers and to your own PSTN termination gateway/router. It supports any SIP soft or hardware phones, such as XTen, Cisco ATA 186, Grandstream, Sipura, Mitel, and more. It includes a media server for conference call bridge and voicemail to email. License: Free To Use But Restricted Changes:
The manual was updated to the 2.0.27 software release. New configuration examples were added to the appendix. A new VoIP introduction chapter was written.Image

More...
 
sip_hold_msg(3SIP)				   Session Initiation Protocol Library Functions				sip_hold_msg(3SIP)

NAME
sip_hold_msg, sip_free_msg - adds and removes a reference from a SIP message SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ] #include <sip.h> void sip_hold_msg(sip_msg_t sip_msg); void sip_free_msg(sip_msg_t sip_msg); DESCRIPTION
The sip_hold_msg() function adds a reference to the SIP message passed as the argument. The reference is used to prevent the SIP message from being freed when in use. The sip_free_msg() function is used to remove an added reference on the SIP message passed as the argument. If this is the last reference on the SIP message (i.e. the number of references on the SIP message is 0), the SIP message is destroyed and associated resources freed. Freeing a SIP message does not set the sip_msg pointer to NULL. Applications should not expect the pointer to a freed SIP message to be NULL. RETURN VALUES
The value of errno is not changed by these calls in the event of an error. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
libsip(3LIB) SunOS 5.11 25 Jan 2007 sip_hold_msg(3SIP)
All times are GMT -4. The time now is 01:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy