packages/sofia-sip-ua-glib.pc
libsofia-sip-ua/Makefile
libsofia-sip-ua/bnf/Makefile
+libsofia-sip-ua/bnf/Doxyfile
libsofia-sip-ua/docs/Makefile
+libsofia-sip-ua/docs/Doxyfile
libsofia-sip-ua/docs/Doxyfile.version
libsofia-sip-ua/docs/sofia-footer.html
+libsofia-sip-ua/features/Doxyfile
libsofia-sip-ua/features/Makefile
+libsofia-sip-ua/http/Doxyfile
libsofia-sip-ua/http/Makefile
+libsofia-sip-ua/ipt/Doxyfile
libsofia-sip-ua/ipt/Makefile
+libsofia-sip-ua/iptsec/Doxyfile
libsofia-sip-ua/iptsec/Makefile
+libsofia-sip-ua/msg/Doxyfile
libsofia-sip-ua/msg/Makefile
+libsofia-sip-ua/nea/Doxyfile
libsofia-sip-ua/nea/Makefile
+libsofia-sip-ua/nta/Doxyfile
libsofia-sip-ua/nta/Makefile
+libsofia-sip-ua/nth/Doxyfile
libsofia-sip-ua/nth/Makefile
+libsofia-sip-ua/nua/Doxyfile
libsofia-sip-ua/nua/Makefile
+libsofia-sip-ua/sdp/Doxyfile
libsofia-sip-ua/sdp/Makefile
+libsofia-sip-ua/sip/Doxyfile
libsofia-sip-ua/sip/Makefile
+libsofia-sip-ua/soa/Doxyfile
libsofia-sip-ua/soa/Makefile
+libsofia-sip-ua/sresolv/Doxyfile
libsofia-sip-ua/sresolv/Makefile
+libsofia-sip-ua/stun/Doxyfile
libsofia-sip-ua/stun/Makefile
+libsofia-sip-ua/su/Doxyfile
libsofia-sip-ua/su/Makefile
+libsofia-sip-ua/tport/Doxyfile
libsofia-sip-ua/tport/Makefile
+libsofia-sip-ua/url/Doxyfile
libsofia-sip-ua/url/Makefile
libsofia-sip-ua/features/sofia-sip/sofia_features.h
libsofia-sip-ua-glib/Makefile
libsofia-sip-ua-glib/su-glib/Makefile
+libsofia-sip-ua-glib/su-glib/Doxyfile
utils/Makefile
-utils/Doxyfile.build
+utils/Doxyfile
win32/Makefile
win32/config.h
])
docs/Doxyfile.version
doxygen: built-sources
- @cd ${srcdir} ;\
- mkdir -p docs docs/html &&\
+ @mkdir -p docs docs/html &&\
for d in $(DIST_SUBDIRS) $(DIST_SUBDIRS); do \
test -r $$d/Doxyfile \
&& pushd $$d > /dev/null \
&& ${DOXYGEN} \
&& popd > /dev/null ; \
done
- cd ${srcdir}/docs/html && ../../${top_srcdir}/libsofia-sip-ua/docs/hide_emails.sh
+ ${top_srcdir}/libsofia-sip-ua/docs/hide_emails.sh docs/html
include $(top_srcdir)/rules/recursive.am
OUTPUT_DIRECTORY = ../docs/html/su-glib
-INPUT = su_glib.docs . sofia-sip
+INPUT = @srcdir@/su_glib.docs @srcdir@ . @srcdir@/sofia-sip
+@INCLUDE_PATH = @srcdir@ .
@INCLUDE = ../docs/Doxyfile.conf
GENERATE_TAGFILE = ../docs/su_glib.doxytags
doxygen: built-sources
@echo Generating empty doxytags
- cd ${srcdir}; \
mkdir -p docs/html ; \
for d in $(DIST_SUBDIRS); do \
test -r $$d/Doxyfile || continue ; \
mv -f docs/$$d.doxytags.tmp docs/$$d.doxytags ; \
fi ; \
done
- @cd ${srcdir} ;\
for d in $(DIST_SUBDIRS); do \
test -r $$d/Doxyfile \
&& pushd $$d > /dev/null \
&& echo running ${DOXYGEN} first time in $$d \
&& ${DOXYGEN} 2>&1 \
- | egrep -v -i -e 'Warning: (unsupported (xml/)?html tag|unable to resolve reference|could not be resolved)' \
+ | egrep -v -i -e 'Warning: (unsupported (xml/)?html tag|unable to resolve reference|explicit link.*could not be resolved)' \
; popd > /dev/null ; \
test -r docs/$$d.doxytags && \
sed '2,10s!<name>index</name>!<name>'$$d'_index</name>!' \
docs/$$d.doxytags > docs/$$d.doxytags.tmp && \
mv -f docs/$$d.doxytags.tmp docs/$$d.doxytags ; \
done
- @cd ${srcdir} ;\
for d in $(DIST_SUBDIRS); do \
test -r $$d/Doxyfile \
&& pushd $$d > /dev/null \
docs/$$d.doxytags > docs/$$d.doxytags.tmp && \
mv -f docs/$$d.doxytags.tmp docs/$$d.doxytags ; \
done
- cd ${srcdir}/docs/html && ../hide_emails.sh
+ ${srcdir}/docs/hide_emails.sh docs/html
.PHONY: built-sources built-sources-am empty-doxytags doxygen
PROJECT_NAME = "bnf"
OUTPUT_DIRECTORY = ../docs/html/bnf
-INPUT = bnf.docs sofia-sip .
+INPUT = @srcdir@/bnf.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/su.doxytags=../su
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile bnf.docs
+EXTRA_DIST = bnf.docs
# ----------------------------------------------------------------------
# Tests
EXCLUDE_PATTERNS = acconfig.h config.h confdefs.h \
test*.h test*.c torture*.c *test.c *torture.c \
*_tag_dll.c *_tag_ref.c
-
-IMAGE_PATH = ../../libsofia-sip-ua/docs/pictures
PROJECT_NAME = "libsofia-sip-ua"
OUTPUT_DIRECTORY = ../docs/html
-INPUT = mainpage.docs docguide.docs conformance.docs
+INPUT = @srcdir@/mainpage.docs @srcdir@/docguide.docs @srcdir@/conformance.docs
# release.docs
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
GENERATE_TAGFILE = docs.doxytags
TAGFILES += nua.doxytags=nua
TAGFILES += features.doxytags=features
-EXAMPLE_PATH = ../sip
+EXAMPLE_PATH = @srcdir@/../sip
PROJECT_NUMBER = @VERSION@
+
+IMAGE_PATH = @top_srcdir@/libsofia-sip-ua/docs/pictures
-EXTRA_DIST = Doxyfile Doxyfile.aliases Doxyfile.conf \
+EXTRA_DIST = Doxyfile.aliases Doxyfile.conf \
docguide.docs \
mainpage.docs \
conformance.docs \
- Doxyfile.version.in \
- sofia-footer.html.in \
hide_emails.sh \
ChangeLog \
pictures/SIP_basic_incoming_operation.eps \
#
# --------------------------------------------------------------------
-find . -name '*.html' -print | while read i ; do
- (
- echo "Hiding email addresses in ${i}."
- sed -r -i 's/([:>;][a-z][-a-z.]*)(@[a-z][a-z]*)\.[a-z][a-z]*(["<\&])/\1\2-email.address.hidden\3/gi' $i
- )
-done
+echo "Hiding email addresses in ${1:-.}"
+
+find ${1:-.} -name '*.html' -print0 |
+xargs -0 \
+sed -r -i 's/([:>;][a-z][-a-z.]*)(@[a-z][a-z]*)\.[a-z][a-z]*(["<\&])/\1\2-email.address.hidden\3/gi'
+
PROJECT_NAME = "features"
OUTPUT_DIRECTORY = ../docs/html/features
-INPUT = features.docs sofia-sip .
+INPUT = @srcdir@/features.docs @srcdir@/sofia-sip sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/docs.doxytags=..
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile features.docs
+EXTRA_DIST = features.docs
# ----------------------------------------------------------------------
# Sofia specific rules
PROJECT_NAME = "http"
OUTPUT_DIRECTORY = ../docs/html/http
-INPUT = http.docs sofia-sip .
+INPUT = @srcdir@/http.docs @srcdir@/sofia-sip sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += \
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile http.docs \
+EXTRA_DIST = http.docs \
sofia-sip/http_protos.h.in \
sofia-sip/http_tag.h.in \
http_parser_table.c.in \
PROJECT_NAME = "ipt"
OUTPUT_DIRECTORY = ../docs/html/ips
-INPUT = ipt.docs sofia-sip .
+INPUT = @srcdir@/ipt.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/su.doxytags=../su
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST += Doxyfile ipt.docs
+EXTRA_DIST += ipt.docs
# ----------------------------------------------------------------------
# Sofia specific rules
PROJECT_NAME = "iptsec"
OUTPUT_DIRECTORY = ../docs/html/iptsec
-INPUT = iptsec.docs sofia-sip .
+INPUT = @srcdir@/iptsec.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
+@INCLUDE = ../sip/sip.doxyaliases
TAGFILES += ../docs/su.doxytags=../su
TAGFILES += ../docs/ipt.doxytags=../ipt
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile iptsec.docs testpasswd $(BUILT_SOURCES)
+EXTRA_DIST = iptsec.docs testpasswd $(BUILT_SOURCES)
# ----------------------------------------------------------------------
# Sofia specific rules
* @brief Client-side plugin interface for authentication
*
* @note For extensions in 1.12.6 or later,
- * you have to #define SOFIA_EXTEND_AUTH_CLIENT to 1.
+ * you have to define SOFIA_EXTEND_AUTH_CLIENT to 1
+ * before including this file.
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
PROJECT_NAME = "msg"
OUTPUT_DIRECTORY = ../docs/html/msg
-INPUT = msg.docs . sofia-sip
+INPUT = @srcdir@/msg.docs @srcdir@/sofia-sip sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
@INCLUDE = ../sip/sip.doxyaliases
GENERATE_TAGFILE = ../docs/msg.doxytags
-IMAGE_PATH += ../sip/images
+IMAGE_PATH += @srcdir@/../sip/images
dist_pkgdata_SCRIPTS = msg_parser.awk
-EXTRA_DIST = Doxyfile msg.docs \
+EXTRA_DIST = msg.docs \
sofia-sip/msg_mime_protos.h.in \
sofia-sip/msg_protos.h.in \
msg_mime_table.c.in \
PROJECT_NAME = "nea"
OUTPUT_DIRECTORY = ../docs/html/nea
-INPUT = nea.docs sofia-sip .
+INPUT = @srcdir@/nea.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
EXCLUDE_PATTERNS = test*.c torture*.c
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile nea.docs $(BUILT_SOURCES)
+EXTRA_DIST = nea.docs $(BUILT_SOURCES)
# ----------------------------------------------------------------------
# Sofia specific rules
PROJECT_NAME = "nta"
OUTPUT_DIRECTORY = ../docs/html/nta
-INPUT = nta.docs sofia-sip .
+INPUT = @srcdir@/nta.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/su.doxytags=../su
ALIASES +=
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../sip/sip.doxyaliases
\ No newline at end of file
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile nta.docs sl_utils.docs \
+EXTRA_DIST = nta.docs sl_utils.docs \
agent.pem cafile.pem \
invite.msc $(BUILT_SOURCES)
PROJECT_NAME = "nth"
OUTPUT_DIRECTORY = ../docs/html/nth
-INPUT = nth.docs sofia-sip .
+INPUT = @srcdir@/nth.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += \
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile nth.docs $(BUILT_SOURCES) \
+EXTRA_DIST = nth.docs $(BUILT_SOURCES) \
agent.pem cafile.pem
# ----------------------------------------------------------------------
PROJECT_NAME = "nua"
OUTPUT_DIRECTORY = ../docs/html/nua
-INPUT = nua.docs . sofia-sip
+INPUT = @srcdir@/nua.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/docs.doxytags=../docs
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile nua.docs $(BUILT_SOURCES)
+EXTRA_DIST = nua.docs $(BUILT_SOURCES)
# ----------------------------------------------------------------------
# Sofia specific rules
PROJECT_NAME = "sdp"
OUTPUT_DIRECTORY = ../docs/html/sdp
-INPUT = sdp.docs . sofia-sip
+INPUT = @srcdir@/sdp.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/su.doxytags=../su
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile sdp.docs $(BUILT_SOURCES) \
+EXTRA_DIST = sdp.docs $(BUILT_SOURCES) \
tests/message-1.sdp \
tests/message-2.sdp \
tests/message-3.sdp \
PROJECT_NAME = "sip"
OUTPUT_DIRECTORY = ../docs/html/sip
-INPUT = sofia-sip sip.docs sip_parser.docs .
+INPUT = @srcdir@/sofia-sip sofia-sip @srcdir@/sip.docs @srcdir@/sip_parser.docs @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += \
PREDEFINED += SU_HAVE_EXPERIMENTAL=1
-IMAGE_PATH += images
+IMAGE_PATH += @srcdir@/images
# note: srcdir needs to be specified, otherwise
# breaks make distcheck target
-EXTRA_DIST = Doxyfile sip.docs sip_parser.docs sip.doxyaliases \
+EXTRA_DIST = sip.docs sip_parser.docs sip.doxyaliases \
ADD-A-HEADER GRAMMAR sip_bad_mask \
sip_parser_table.c.in sip_tag.c.in \
sip_extra_headers.txt \
PROJECT_NAME = "soa"
OUTPUT_DIRECTORY = ../docs/html/soa
-INPUT = soa.docs sofia-sip/soa.h sofia-sip/soa_add.h soa.c
-INPUT += sofia-sip/soa_tag.h soa_tag.c
+INPUT = @srcdir@/soa.docs @srcdir@/sofia-sip/soa.h
+INPUT += @srcdir@/sofia-sip/soa_add.h @srcdir@/soa.c
+INPUT += @srcdir@/sofia-sip/soa_tag.h @srcdir@/soa_tag.c
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/docs.doxytags=../docs
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile soa.docs $(BUILT_SOURCES)
+EXTRA_DIST = soa.docs $(BUILT_SOURCES)
# ----------------------------------------------------------------------
# Sofia specific rules
PROJECT_NAME = "sresolv"
OUTPUT_DIRECTORY = ../docs/html/sresolv
-INPUT = sofia-sip sofia-resolv sresolv.docs .
+INPUT = @srcdir@/sofia-sip @srcdir@/sofia-resolv @srcdir@/sresolv.docs @srcdir@
EXCLUDE = resolve_sip.c
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
ALIASES += CFILE="@internal @file" IFILE="@internal @file"
# ----------------------------------------------------------------------
# Distribution
-EXTRA_DIST = Doxyfile sresolv.docs
+EXTRA_DIST = sresolv.docs
dist_noinst_DATA = run_test_sresolv \
root.zone rndc.conf \
PROJECT_NAME = "stun"
OUTPUT_DIRECTORY = ../docs/html/stun
-INPUT = stun.docs sofia-sip .
+INPUT = @srcdir@/stun.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/su.doxytags=../su
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile stun.docs cert.pem key.pem
+EXTRA_DIST = stun.docs cert.pem key.pem
# ----------------------------------------------------------------------
# Sofia specific rules
* @endcode
*
* @section stunc_environment Environment
- * STUN_DEBUG
+ * #STUN_DEBUG
*
* @section stunc_bugs Reporting Bugs
* Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
PROJECT_NAME = "su"
OUTPUT_DIRECTORY = ../docs/html/su
-INPUT = su.docs sofia-sip .
+INPUT = @srcdir@/su.docs @srcdir@/sofia-sip sofia-sip @srcdir@ .
-@INCLUDE = ../docs/Doxyfile.conf
+@INCLUDE_PATH = . @srcdir@
+@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/msg.doxytags=../msg
TAGFILES += ../docs/sip.doxytags=../sip
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile su.docs \
+EXTRA_DIST = su.docs \
run_addrinfo run_localinfo run_test_su
dist_pkgdata_SCRIPTS = tag_dll.awk
* messages based on message priority.
*
* @sa @ref debug_logs, <sofia-sip/su_log.h>,
- * su_llog(), su_vllog(), #su_log_t, #SU_LOG,
+ * su_llog(), su_vllog(), #su_log_t, #SU_DEBUG,
* SU_DEBUG_0(), SU_DEBUG_1(), SU_DEBUG_2(), SU_DEBUG_3(), SU_DEBUG_5(),
* SU_DEBUG_7(), SU_DEBUG_9()
*/
unsigned char sut_set; /**< Timer is set (inserted in tree) */
};
-/** @internal Timer running status */
+/** Timer running status */
enum sut_running {
reset = 0, /**< Timer is not running */
run_at_intervals = 1, /**< Compensate missed wakeup calls */
PROJECT_NAME = "tport"
OUTPUT_DIRECTORY = ../docs/html/tport
-INPUT = tport.docs sofia-sip .
+INPUT = @srcdir@/tport.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += \
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile tport.docs \
+EXTRA_DIST = tport.docs \
certificates.html agent.pem cafile.pem
# ----------------------------------------------------------------------
PROJECT_NAME = "url"
OUTPUT_DIRECTORY = ../docs/html/url
-INPUT = url.docs sofia-sip .
+INPUT = @srcdir@/url.docs @srcdir@/sofia-sip @srcdir@ .
+@INCLUDE_PATH = . @srcdir@
@INCLUDE = ../docs/Doxyfile.conf
TAGFILES += ../docs/su.doxytags=../su
# ----------------------------------------------------------------------
# Install and distribution rules
-EXTRA_DIST = Doxyfile url.docs $(BUILT_SOURCES)
+EXTRA_DIST = url.docs $(BUILT_SOURCES)
# ----------------------------------------------------------------------
# Tests
+++ /dev/null
-#
-# Template for Doxyfile.build
-#
-# Copyright (C) 2006 Nokia Corporation
-# Contact: Pekka Pessi <pekka.pessi@nokia.com>
-# Licensed under LGPL. See file COPYING.
-#
-
-PROJECT_NUMBER = @VERSION@
-
-INPUT = @srcdir@
-INPUT += @top_srcdir@/libsofia-sip-ua/su/localinfo.c
-INPUT += @top_srcdir@/libsofia-sip-ua/su/addrinfo.c
-INPUT += @top_srcdir@/libsofia-sip-ua/stun/stunc.c
-
-OUTPUT_DIRECTORY = ../man
-
-@INCLUDE_PATH = . @srcdir@
-
-@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.aliases
-@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.rfc
-@INCLUDE = Doxyfile
+#
+# Template for Doxyfile.
+# @configure_input@
+#
+# Copyright (C) 2006 Nokia Corporation
+# Contact: Pekka Pessi <pekka.pessi@nokia.com>
+# Licensed under LGPL. See file COPYING.
+#
+
PROJECT_NAME = "sofia-sip"
+PROJECT_NUMBER = @VERSION@
+
+INPUT = @srcdir@
+INPUT += @top_srcdir@/libsofia-sip-ua/su/localinfo.c
+INPUT += @top_srcdir@/libsofia-sip-ua/su/addrinfo.c
+INPUT += @top_srcdir@/libsofia-sip-ua/stun/stunc.c
+
+OUTPUT_DIRECTORY = ../man
+
+@INCLUDE_PATH = . @srcdir@
+
+@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.aliases
+@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.rfc
+
FILE_PATTERNS = *.h *.c
EXCLUDE_PATTERNS = acconfig.h config.h confdefs.h \
test*.h test*.c torture*.c *test.c *torture.c \
*_tag_dll.c *_tag_ref.c
-TAGFILES =
+TAGFILES =
OUTPUT_LANGUAGE = English
bin_PROGRAMS = sip-options sip-date sip-dig
LDADD = ../libsofia-sip-ua/libsofia-sip-ua.la $(GLIB_LIBS)
-
-EXTRA_DIST = Doxyfile
* @endcode
*
* @section sip_dig_environment Environment
- * SRESOLV_DEBUG, SRESOLV_CONF
+ * #SRESOLV_DEBUG, SRESOLV_CONF
*
* @section sip_dig_bugs Reporting Bugs
* Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
* @endcode
*
* @section environment Environment
- * SIPADDRESS, sip_proxy, NTA_DEBUG, TPORT_DEBUG, TPORT_LOG.
+ * #SIPADDRESS, #sip_proxy, #NTA_DEBUG, #TPORT_DEBUG, #TPORT_LOG.
*
* @section bugs Reporting Bugs
* Report bugs to <sofia-sip-devel@lists.sourceforge.net>.