File: libsipxtapi.README.Debian

package info (click to toggle)
sipxtapi 3.3.0~test17-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,168 kB
  • sloc: cpp: 252,058; ansic: 11,911; sh: 11,657; makefile: 2,449; java: 2,264; xml: 225; perl: 161
file content (66 lines) | stat: -rw-r--r-- 1,927 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66

Disambiguation
--------------

There have been two significant forks from the sipXtapi
project, in addition to the continuous development of the original
codebase.

The sipXecs project maintains one fork and the other fork
is promoted on Google Code.  Both of those forks use the
same name for their project, but they are not immediately
compatible.

They each have their own mailing lists, forums and
repositories.  For historic reasons, some of the real
sipXtapi documentation points to a list archive
URL that now redirects to the forums association with
the sipXecs fork.

The situation is discussed here:

http://list.resiprocate.org/archive/recon-devel/msg00208.html

and to summarise, here are the correct links:

Project URL:
   http://www.sipxtapi.org
     (redirects to: http://sipxtapi.sipfoundry.org)

Upstream VCS:
   http://scm.sipfoundry.org/rep/sipX/main

Github mirror of official upstream:
   http://github.com/sipXtapi/sipXtapi-svn-mirror

Mailing list:
   http://lists.sipxtapi.org
     (redirects to: http://groups.google.com/group/sipx)

If creating links to this project, please use the sipxtapi.org
URLs wherever possible.

Repackaged upstream tarball
---------------------------

Upstream has not tagged or released an official tarball.
Many users of this project have simply tracked SVN.

The upstream repository has several directories each with
similar build systems.

In order to facilitate a smooth experience packaging this
code for multiple platforms, Daniel Pocock has created
a github fork of the project and added a top-level
autotools configure script.  The fork is maintained here:

   https://github.com/dpocock/sipXtapi3

The source tarball for the Debian packages has been generated
from the fork using `make dist' at the top level.

The improvements have been offered to the upstream developers
under the LGPL license terms of the project and will
eventually be integrated upstream.