• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build_tools/H27-Jan-2017-10585

doc/H27-Jan-2017-2,9282,916

.gitignoreH A D27-Jan-201783 1311

.gitreviewH A D27-Jan-201764 54

.versionH A D27-Jan-20175 11

ChangeLogH A D27-Jan-2017100.8 KiB2,2681,686

LICENSEH A D27-Jan-201717.6 KiB342281

MakefileH A D03-May-20226.4 KiB222158

READMEH A D27-Jan-20171.7 KiB4633

TODOH A D27-Jan-2017152 96

asn1.hH A D27-Jan-201710.9 KiB258167

asn1_primitive.cH A D27-Jan-201735.2 KiB1,307744

compat.hH A D27-Jan-2017167 118

compiler.hH A D27-Jan-20171.2 KiB376

copy_string.cH A D27-Jan-20171.3 KiB4816

libpri.hH A D27-Jan-201772.6 KiB2,2861,082

pri.cH A D27-Jan-201762.9 KiB2,2861,721

pri_aoc.cH A D27-Jan-201753.8 KiB1,7651,141

pri_cc.cH A D27-Jan-2017226.8 KiB7,8844,508

pri_facility.cH A D27-Jan-2017165.1 KiB5,5633,510

pri_facility.hH A D27-Jan-201712.6 KiB266130

pri_internal.hH A D27-Jan-201738.8 KiB1,170540

pri_q921.hH A D27-Jan-20178.3 KiB295183

pri_q931.hH A D27-Jan-201717.6 KiB520216

pridump.cH A D27-Jan-20173.6 KiB150101

prisched.cH A D27-Jan-20178.8 KiB323179

pritest.cH A D27-Jan-201710.5 KiB469365

q921.cH A D27-Jan-201775.9 KiB3,1752,515

q931.cH A D27-Jan-2017292.4 KiB10,2777,616

rose.cH A D27-Jan-201792 KiB2,9591,958

rose.hH A D27-Jan-2017120.2 KiB4,4331,145

rose_address.cH A D27-Jan-201732.7 KiB984551

rose_etsi_aoc.cH A D27-Jan-201763.9 KiB1,9351,115

rose_etsi_cc.cH A D27-Jan-201765.6 KiB1,854835

rose_etsi_diversion.cH A D27-Jan-201758.7 KiB1,624927

rose_etsi_ect.cH A D27-Jan-201711.3 KiB333122

rose_etsi_mwi.cH A D27-Jan-201724.5 KiB687437

rose_internal.hH A D27-Jan-201738.3 KiB683574

rose_other.cH A D27-Jan-20179.4 KiB278111

rose_q931.cH A D27-Jan-20173.2 KiB10121

rose_qsig_aoc.cH A D27-Jan-201756.7 KiB1,715969

rose_qsig_cc.cH A D27-Jan-201734 KiB985452

rose_qsig_ct.cH A D27-Jan-201729.6 KiB884456

rose_qsig_diversion.cH A D27-Jan-201750.4 KiB1,391828

rose_qsig_mwi.cH A D27-Jan-201726.5 KiB792482

rose_qsig_name.cH A D27-Jan-201716.1 KiB476210

rosetest.cH A D27-Jan-2017140.2 KiB3,2572,875

testprilib.cH A D27-Jan-20176.6 KiB285229

README

1libpri: An implementation of Primary Rate ISDN
2
3Written by Mark Spencer <markster@digium.com>
4
5What is libpri?
6===============
7
8libpri is a C implementation of the Primary Rate ISDN specification.  It was
9based on the Bellcore specification SR-NWT-002343 for National ISDN.  As of
10May 12, 2001, it has been tested work with NI-2, Nortel DMS-100, and
11Lucent 5E Custom protocols on switches from Nortel and Lucent.
12
13What is the license for libpri?
14===============================
15libpri is distributed under the terms of the GNU General Public License,
16which permit its use and linking with other GPL'd software only.
17The GNU GPL is included in the file LICENSE in this directory.
18
19As a special exception, libpri may also be linked to the OpenH323
20library, so long as the entirity of the derivative work (as defined
21within the GPL) is licensed either under the MPL of the OpenH323 license
22or the GPL of libpri.
23
24If you wish to use libpri in an application for which the GPL is not
25appropriate (e.g. a proprietary embedded system), licenses for libpri
26under more flexible terms can be readily obtained through Digium, Inc.
27at reasonable cost.
28
29
30How do I report bugs or contribute?
31===================================
32For now, contact the author directly.  In the future if there is
33sufficient interest, we will setup a mailing list.
34
35Does anything use this library so far?
36======================================
37Yes, the Asterisk Open Source PBX does.  http://www.asterisk.org
38
39Also, the Zapata library has hooks for it.  http://www.zapatatelephony.org
40
41Special thanks
42==============
43Special thanks to Jim Dixon <jim@lambdatel.com> for his help in
44testing and fixing the implementation.
45
46