Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
31a30911
Commit
31a30911
authored
Feb 19, 2014
by
Simon Morlat
Browse files
Add more documentation
parent
02b0bf78
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
4 deletions
+28
-4
AUTHORS
AUTHORS
+2
-0
Makefile.am
Makefile.am
+1
-1
NEWS
NEWS
+11
-0
README
README
+13
-2
configure.ac
configure.ac
+1
-1
No files found.
AUTHORS
View file @
31a30911
Belledonne Communications SARL <contact@belledonne-communications.com>
Makefile.am
View file @
31a30911
ACLOCAL_AMFLAGS
=
-I
m4
#
ACLOCAL_AMFLAGS = -I m4
SUBDIRS
=
include src tester
...
...
NEWS
View file @
31a30911
belle-sip-1.3.0 -- February 20th, 2014 -- initial release of belle-sip
* RFC3261 compliant implementation of SIP parser, writer, transactions and dialog layers.
* http client api
* support of client TLS certificate
* fully asynchronous transport layer (UDP, TCP, TLS)
* fully asynchronous DNS resolution with SRV
* full dual-stack IPv6 support
* SIP transaction state machines with lastest corrections (RFC6026)
* automatic management of request refreshes with network disconnection resiliency thanks to the "refresher" object
* supported platforms: Linux, Mac OSX, windows XP+, iOS, Android, Blackberry 10.
README
View file @
31a30911
Dependencies:
*************
Overview
********
Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API.
Please check "NEWS" file for an overview of current features.
Copyright 2012-2014, Belledonne Communications SARL <contact@belledonne-communications.com>, all rights reserved.
Belle-sip is distributed to everyone under the GNU GPLv2 (see COPYING file for details).
Incorporating belle-sip within a closed source project is not possible under the GPL.
Commercial licensing can be purchased for that purpose from Belledonne Communications (http://www.belledonne-communications.com).
Dependencies
************
*libantlr3c-3.2 or 3.4
*antlr3-3.2 or 3.4
...
...
configure.ac
View file @
31a30911
...
...
@@ -3,7 +3,7 @@
AC_PREREQ([2.63])
AC_INIT([belle-sip],[1.
2.4
],[jehan.monnier@linphone.org])
AC_INIT([belle-sip],[1.
3.0
],[jehan.monnier@linphone.org])
AC_CONFIG_SRCDIR([src/belle_sip_utils.c])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment