Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

exosip2_readme(3) [debian man page]

eXosip2_readme(3)						    libeXosip2							 eXosip2_readme(3)

NAME
eXosip2_readme - README Project : eXosip2 - the eXtended osip Library. Email : jack@atosc.org License : GPL Home Page : http://savannah.gnu.org/projects/exosip eXosip is a GPL library that extend the capability of the oSIP library. It aims to implement a simple high layer API to control the SIP for sessions establishements and common extensions. Once completed, this eXtended library should provide an API for call management, messaging and presence features. Other license: -------------- src/inet_ntop.c: /* Copyright (c) 1996 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. */ Features: -------- eXosip2 has support for: * registrations. (REGISTER) * call initiation and modification. (INVITE, re-INVITE) * other methods within calls (INFO, OPTIONS, UPDATE) * call transfer. (REFER) * reliability for provisionnal response. (PRACK) * sip event package. (SUBSCRIBE/NOTIFY) * event state publication. (PUBLISH) * instant messaging. (MESSAGE) * ... eXosip2 does not contain: * RTP. * audio interface * sdp negotiation. * ... This allow you to write any kind of SIP endpoint/gateway. Installation procedure: ----------------------- The program is known to run on linux, but might work on any unix and windows systems. $> ./configure $> make $> su -c 'make install' Contact information: -------------------- For more information on eXosip, any contributions, or any remarks, you can contact me at <jack@atosc.org>. Use the *osip* mailing list for question about eXosip. <osip@atosc.org>. Subscribe by writing to: <osip-request@atosc.org> with a subject set to "subscribe". Version 3.1.0 Sun Jun 24 2012 eXosip2_readme(3)

Check Out this Related Man Page

maze(1X)																  maze(1X)

NAME
maze - an automated X11 demo repeatedly creating and solving a random maze SYNOPSIS
maze [-S] [-r] [-g geometry] [-d display] OPTIONS
Full screen window option... Reverse video option... Specifies the window geometry to be used... Specifies the display to be used... The following lists the current functionality of various mouse button clicks; Clears the window and restarts maze... Toggles the maze pro- gram, first click -> stop, second click -> continue... Kills maze... DESCRIPTION
The maze program creates a "random" maze and then solves it with graphical feedback. LIMITATIONS
No color support... Expose events force a restart of maze... Currently, mouse actions are based on "raw" values [ Button1, Button2 and Button3 ] from the ButtonPress event... [ does not use pointer mapping ] COPYRIGHT
Copyright 1988 by Sun Microsystems, Inc. Mountain View, CA. All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation, and that Sun not be used in advertising or publicity pertaining to distribution of the software without specific prior written permission. Sun makes no representations about the suitability of this software for any purpose. It is provided "as is" with- out any express or implied warranty. SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AUTHOR(S) Richard Hess [ X11 extensions ] {...}!uunet!cimshop!rhess Consilium, Mountain View, CA Dave Lemke [ X11 version ] lemke@sun.COM Sun MicroSystems, Mountain View, CA Martin Weiss [ SunView version ] Sun MicroSystems, Mountain View, CA maze(1X)
Man Page