File: README

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 (45 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (10)
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
sipXportLib is a library of general purpose utilities and OS
abstraction APIs.  Being a library, it, itself has no end user
application however this project also contains end user utilities
related to this library's functionality.

Utility Applications
=================

syslogviewer -h

  Convert syslog format to more human readable content. Although it's
little more than a CR/LF character converter, it's of great utility.


Documentation
=============

To generate doxygen docs, you must have doxygen installed first then
run this make target.

 make doc


Unit Testing
============

You can run unittests to ensure library is built properly on your
system.  This checks the library before it's installed, but can be run
at anytime.

  make check

Write unittests when developing new functionality or demonstrating a
bug with or without a patch.  Read CPP Unittesting HOWTO for more
information.

  http://www.sipfoundry.org/sipX/cpp-unittesting.html


Searching and Reporting Bugs
============================

Search JIRA bug list before reporting any new bugs.

  http://track.sipfoundry.org/browse/XPL