Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms -

Andrei Pelinescu-Onciul 3a32408a6f make: version number set to 3.0.2 15 years ago
atomic d10328a898 17 years ago
cfg 6964290051 Merge remote branch 'origin/andrei/pointer_alias_warnings' into sr_3.0 15 years ago
doc 46e13e4093 Typos and formatting 16 years ago
docbook 18f07d77b1 docbook: fix rm'ed files mentioned in .d build error 15 years ago
etc 57a0c6c1ef kamailo.cfg: fixed typo 15 years ago
examples 9bd59c5647 Merge '/examples' of kamailio svn into sip-router/examples 16 years ago
lib 543eff14c2 lib/srdb1 The RES_ROW(res) was not checked to be NULL before being used 15 years ago
mem e3dc76b583 mem: fix real_used stats for realloc 15 years ago
mi 7f8bc741b9 mi include file 16 years ago
modules facfe79d87 tls: fixed usage of error label 15 years ago
modules_k 6964290051 Merge remote branch 'origin/andrei/pointer_alias_warnings' into sr_3.0 15 years ago
modules_s 6964290051 Merge remote branch 'origin/andrei/pointer_alias_warnings' into sr_3.0 15 years ago
obsolete 37bf1610f9 rls(s): obsoleted 16 years ago
parser df28756c95 sdp parser: fix sdp payload attributes cloning 15 years ago
pkg f0434d54f8 debian(k): packaging for 3.0 15 years ago
profile 0a974a1d3a tested and ifdef-ed the Stats hack; to be done:L put it in shmem 24 years ago
rand 2c07f59143 18 years ago
scripts 2d14c2a6cf scripts/mysql: updated 'gw' and 'lcr' table definitions 16 years ago
test 9df9c6e10f kamctl: moved from tools/ to utils/ 16 years ago
utils 47a20a77e8 utils/kamctl/kamctl.base added documentation of ps command 15 years ago
.cvsignore ba726482ca updated .cvsignore 17 years ago
.gitignore 57d033000e added kamailio in ingnore list 15 years ago
AUTHORS f260248d25 18 years ago
COPYING 37adcf9436 removed commercials 17 years ago
CREDITS f260248d25 18 years ago
ChangeLog 1843010862 Ref SER-271, ported from rel_2_0_0 18 years ago
ChangeLog_k 90506c1370 add Changelog from svn trunk (until r5792) after migration to git 16 years ago
INSTALL df0c82a0c0 Updating INSTALL - mostly formatting 16 years ago
ISSUES 5bfdfbc139 18 years ago
Makefile be2ab41f8a makefile: presence_mwi added to excluded list 15 years ago
Makefile.cfg b5cb01a366 makefile: fix make cfg when the cfg vars are already exported 16 years ago
Makefile.defs 7c777192b6 make: version number set to 3.0.2 15 years ago
Makefile.dirs 27cdfd2c39 build system: support for multiple modules dirs 16 years ago
Makefile.libs a91ba01fc9 makefile: even more quiet 16 years ago
Makefile.modules e0c8ec8642 makefile: fix modules config overwrite 15 years ago
Makefile.radius f072585d62 build system: avoid libraries re-compiling 16 years ago
Makefile.rules 929598a19d make: on-the-fly dependency generation 15 years ago
Makefile.shared bb31c7ad9b 17 years ago
Makefile.sources 27cdfd2c39 build system: support for multiple modules dirs 16 years ago
Makefile.targets caf3128c54 makefile: FLAVOUR support 16 years ago
Makefile.utils 89d4006893 makefile: use separate CFLAGS & LDFLAGS for utils 16 years ago
NEWS 3d3d38e63a NEWS: notes about the shm related changes 15 years ago
README a7aaf4d481 Updating README files 16 years ago
README-MODULES a7aaf4d481 Updating README files 16 years ago
TODO 7dfb54d743 - avp aliases support: any module can register and avp_galias (global alias) 21 years ago
action.c f90397b76e core: fix return not working inside a while() loop 15 years ago
action.h 4ce1715db7 core: run_top_route() can be give action context 16 years ago
atomic_ops.c ccab6f017b 18 years ago
atomic_ops.h ebc5ec7bd8 18 years ago
atomic_ops_init.h d307929c08 19 years ago
basex.c 45a13a97e9 17 years ago
basex.h 45a13a97e9 17 years ago
bit_scan.c 83e10e2606 18 years ago
bit_scan.h 96b7feae4e 17 years ago
ccopts.sh 3accd5b4f2 - added test cc ver & options scripts 23 years ago
ccver.sh 53c7e0f19a - Spelling checked 21 years ago
cfg.lex ec41cab0c1 cfg. parser: fix warnings 15 years ago
cfg.y a7f0bbc3e6 core: cfg parser: allow negative numbers in modparams 15 years ago
cfg_core.c e4f42ce1de core: mem dbg options updates + cleanups 16 years ago
cfg_core.h e4f42ce1de core: mem dbg options updates + cleanups 16 years ago
cfg_parser.c 50ca02e5e6 fix overlapping symbols of libconfuse and sr core cfg parser 16 years ago
cfg_parser.h 50ca02e5e6 fix overlapping symbols of libconfuse and sr core cfg parser 16 years ago
clist.h dcb59e67b4 19 years ago
comp_defs.h 53c7e0f19a - Spelling checked 21 years ago
compiler_opt.h 18d2bb2c8a compile: don't warn on old gcc versions 16 years ago
config.h 84ac051301 core: use NAME to build User-Agent and Server headers 16 years ago
core_cmd.c 02eec212e4 core rpc: core.shmmem can take an optional size parameter 16 years ago
core_cmd.h 5099fd64fb rpc: added register function and switched to hash table 16 years ago
core_stats.h 6b109fa2ae core: stats events cbs are called only if USE_CORE_STATS is defined 15 years ago
crc.c 272bfd2b2e - added crcitt_string_ex to enable computing for multiple strings 19 years ago
crc.h 272bfd2b2e - added crcitt_string_ex to enable computing for multiple strings 19 years ago
daemonize.c 5dbe4f22dd port from k r5751, fscanf can fail, fix warning related to recent glibc versions 16 years ago
daemonize.h 71a0a583d1 18 years ago
data_lump.c b05f7d8fac core: added function to count applied lumps 16 years ago
data_lump.h 182fea0e4b - the type of lump->op changed from int to enum _hdr_types-t 20 years ago
data_lump_rpl.c 9dbf5e572e 19 years ago
data_lump_rpl.h 9dbf5e572e 19 years ago
dns_cache.c f3a1c116d4 Merge commit 'origin/ser_core_cvs' 16 years ago
dns_cache.h 33bfeb9da9 The fixup function prototypes of the config variables have been 16 years ago
dns_wrappers.h dd4ffbb76d 18 years ago
dprint.c 271bfb0e8f Merge commit 'origin/ser_core_cvs' 16 years ago
dprint.h 20ce876472 core: LOG() gcc 2.9x fixes 16 years ago
dset.c cbf1b7793d core: dset minor cleanups 16 years ago
dset.h cbf1b7793d core: dset minor cleanups 16 years ago
dst_blacklist.c 33bfeb9da9 The fixup function prototypes of the config variables have been 16 years ago
dst_blacklist.h 33bfeb9da9 The fixup function prototypes of the config variables have been 16 years ago
endianness.c 9137544e15 17 years ago
endianness.h 0d4dc9a987 17 years ago
error.c 2f0f1a30df 19 years ago
error.h dcb59e67b4 19 years ago
events.c 13959998a2 core: added new event SREV_CORE_STATS 15 years ago
events.h 13959998a2 core: added new event SREV_CORE_STATS 15 years ago
fastlock.h a83e261254 18 years ago
fix_lumps.h 81860287cd core+tm: moved sip msg clone functions to the core 16 years ago
flags.c 7c7704130a Kamailio compatibility: script flags 16 years ago
flags.h 7c7704130a Kamailio compatibility: script flags 16 years ago
forward.c 6b109fa2ae core: stats events cbs are called only if USE_CORE_STATS is defined 15 years ago
forward.h 6fcba95859 tcp: use the forced socket ip as source 16 years ago
futexlock.h 04938dc726 core: futexlock include hack for older futex.h 16 years ago
globals.h c745469fb8 core: server signature value can be set via param 16 years ago
hash_func.c e8138515fe 19 years ago
hash_func.h e8138515fe 19 years ago
hashes.h e16f999c03 18 years ago
id.c a78ea556d3 In get_to_uid() throw an error when username is empty. Judging by the 17 years ago
id.h 10585e8bb2 - doxygen comment moved to the header file 17 years ago
io_wait.c f836b647ba core: compile io_wait support even if -DUSE_TCP is not set 16 years ago
io_wait.h 8bed2c0e63 Fix warnings on LP64 plarforms out there (all 64-bit amd64/emt64 unixes 17 years ago
ip_addr.c 8a2ca52622 core: fix build on Darwin 17 years ago
ip_addr.h 8fb1a2121e core: extra flag when forcing a socket 16 years ago
list.h bf4821c873 18 years ago
local_timer.c d9c731acd2 18 years ago
local_timer.h 8b0472d783 18 years ago
lock_alloc.h 53c7e0f19a - Spelling checked 21 years ago
lock_ops.c 4385d799b2 17 years ago
lock_ops.h 8b8fc486bd 18 years ago
lock_ops_init.h 8b8fc486bd 18 years ago
locking.h 53c7e0f19a - Spelling checked 21 years ago
lump_struct.h b05f7d8fac core: added function to count applied lumps 16 years ago
lvalue.c c744f71c85 script engine: verbose conversion-to-int errors 16 years ago
lvalue.h 1c7e485e4a script engine: generalised lvalues & rvalues 17 years ago
main.c 647cc98325 core: shm mem size can now be set in the config script 15 years ago
make_and_install f3d14753f1 added improved and modified onsip.org make_and_install wrapper script to simplify compile and installation. Run ./make_and_install to see docs. NOTE! Currently only tested for bash, patches to improve compatibility are welcome! 17 years ago
md5.c 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
md5.h 84bd6ec234 - fixed missing #ifndefs. 22 years ago
md5global.h c746a148b9 64-bit cleanup: UINT4 defined as unsigned int instead of unsigned long 22 years ago
md5utils.c 12a262d29b Kamailio compatibility: Rename MDStringArray to MD5StringArray 16 years ago
md5utils.h 12a262d29b Kamailio compatibility: Rename MDStringArray to MD5StringArray 16 years ago
mod_fix.c 67df01ce1a core: mod fixup spve_uint and spve_str fix 16 years ago
mod_fix.h 1c5d19277a * core 16 years ago
modparam.c 2873d3842c dual module interface support: ser and kamailio 17 years ago
modparam.h 53c7e0f19a - Spelling checked 21 years ago
msg_translator.c 3c7744da21 core: add path route headers after local via 16 years ago
msg_translator.h d64d6bb9dd core: path support when forwarding 16 years ago
name_alias.h 463fdeec3d - added grep_sock_info and updated check_self to use it 21 years ago
nonsip_hooks.c ac34f9f4eb 19 years ago
nonsip_hooks.h ac34f9f4eb 19 years ago
onsend.h 5d34bdcd2a core: usage of drop in onsend_route for Kamailio compatibility 15 years ago
pass_fd.c a19584f942 core: pointer aliasing warnings fixed 16 years ago
pass_fd.h 3d4bb4b17b 17 years ago
poll_types.h 0ba367ec24 - tcp major changes part 1: support for >1024 connection, better io poll model 20 years ago
proxy.c 346a9a0551 Shared memory versions of mk_proxy and free_proxy. 16 years ago
proxy.h 346a9a0551 Shared memory versions of mk_proxy and free_proxy. 16 years ago
pt.c e4f42ce1de core: mem dbg options updates + cleanups 16 years ago
pt.h 33bfeb9da9 The fixup function prototypes of the config variables have been 16 years ago
pv_core.c 0c73dfed30 core: core pvars added for $?/$retcode/$rc 16 years ago
pv_core.h 0c73dfed30 core: core pvars added for $?/$retcode/$rc 16 years ago
pvapi.c 8c3a715892 pv: added init and working destroy functions 16 years ago
pvapi_init.h 8c3a715892 pv: added init and working destroy functions 16 years ago
pvar.h 8c3a715892 pv: added init and working destroy functions 16 years ago
qvalue.c f20e6f94bf - fixed error reported by Juha Heinanen 20 years ago
qvalue.h 4239e341a2 q2double and double2q added 21 years ago
rad_dict.h 5d1a75a61b * Core, etc, documentation: renamed ser to sip-router 16 years ago
re.c 578b3a95ec Remove function replace_len which is no longer needed. 16 years ago
re.h 6a320d25bf Kamailio compatibility: parse_repl 16 years ago
receive.c 6b109fa2ae core: stats events cbs are called only if USE_CORE_STATS is defined 15 years ago
receive.h 61f864106e core: build_req_buf_from_sip_req() has a new parameter 16 years ago
resolve.c d354557c24 dns: PTR support 16 years ago
resolve.h d354557c24 dns: PTR support 16 years ago
route.c 6964290051 Merge remote branch 'origin/andrei/pointer_alias_warnings' into sr_3.0 15 years ago
route.h 593513f8e0 route_type: branch and onsend route bugs corrected 16 years ago
route_struct.c aa9fa735a8 core: script engine cleanups 16 years ago
route_struct.h 58cbf7f7e1 core: new close after send and reuse only script functions 16 years ago
rpc.h e256ce91db core: rpc capabilities and delayed reply api 16 years ago
rpc_lookup.c b0c1c3fb3b core: fix gcc 2.9x #ifdef in macro args 16 years ago
rpc_lookup.h 5099fd64fb rpc: added register function and switched to hash table 16 years ago
rvalue.c 92593335df fix memset call, set the variable to zero, not to the size with length 0.. 15 years ago
rvalue.h 333a333521 core: added modulo operation 16 years ago
sched_yield.h a83e261254 18 years ago
script_cb.c d14f231501 script callbacks: corrections 16 years ago
script_cb.h 0a99f1b390 script callbacks: support for all kind of route blocks 16 years ago
sctp_ev.h e11d729443 sctp: internal macro/hooks for sctp events 16 years ago
sctp_options.c cf1ba69f5b sctp: fix cfg.set_delayed* setting some config options immediately 16 years ago
sctp_options.h cc16495666 sctp: workaround SCTP_DELAYED_SACK lksctp typo 16 years ago
sctp_server.c 642ff76248 sctp: stats: don't increment ASSOC_SHUTDOWN on COMM_LOST 15 years ago
sctp_server.h 709fb80638 sctp: assoc_tracking option 16 years ago
sctp_sockopts.h cc16495666 sctp: workaround SCTP_DELAYED_SACK lksctp typo 16 years ago
sctp_stats.h 8dfdb3c7a9 sctp: SCTP_STATS_ASSOC_SHUTDOWN 15 years ago
select.c 8321667b05 Avoid parsing the Request URI when it is not necessary. 16 years ago
select.h 8321667b05 Avoid parsing the Request URI when it is not necessary. 16 years ago
select_buf.c d1e2ffe61f Safety check added to verify whether the static buffers have 16 years ago
select_buf.h 4c5be40d55 Missing include is added. 16 years ago
select_core.c c43dc0cd35 core: append_branch & next_branch api changes 16 years ago
select_core.h f3a1c116d4 Merge commit 'origin/ser_core_cvs' 16 years ago
ser_stun.c 884e496b45 Applied patch from Alfred E. Heggestad - added include of <openssl/sha.h> and removed exter declaration of SHA1. 18 years ago
ser_stun.h b286c89e8e fixes: 18 years ago
ser_time.h 9b089e21ee 17 years ago
shm_init.c 2c4ae14816 core: moved shm init into separate files 15 years ago
shm_init.h 2c4ae14816 core: moved shm init into separate files 15 years ago
signals.c 90d859b2c6 - solaris fixes 19 years ago
signals.h af93cbdf37 20 years ago
sip-router.8 5623ef894a * Core: Renamed ser.8 to sip-router.8 16 years ago
sip-router.cfg.5 7249f49dd5 man pages: editorial changes 16 years ago
sip_msg_clone.c feb3478b19 core: avoid non-null 0-length dst_uri, ruris and path 15 years ago
sip_msg_clone.h 81860287cd core+tm: moved sip msg clone functions to the core 16 years ago
socket_info.c 87958e7685 core: init the len of sock_str attribute 15 years ago
socket_info.h df088fb86a core: parse_phostport split for k compatibility 16 years ago
sr_compat.c f69ff7d969 script: ser, kamailio and max compat mode support 17 years ago
sr_compat.h f69ff7d969 script: ser, kamailio and max compat mode support 17 years ago
sr_module.c 3c229609c5 core:sr_module.c increased number of pre-allocated static buffers in get_str_fparam() 15 years ago
sr_module.h 4627c2f4e7 core: define module_loaded to use find_module_by_name 15 years ago
statistics.h a6e3cd19e5 core: remove compile-time warning about K statistics 16 years ago
stats.c 53c7e0f19a - Spelling checked 21 years ago
stats.h 0f0f44c4d4 - Maxim's INFO support patch (I forgot to apply it the first time) 20 years ago
str.h 8eb94bf928 str: kamailio str_init compatibility macro 17 years ago
str_hash.h e8138515fe 19 years ago
switch.c cd26bc5453 script engine: string switch optimization and fixup 16 years ago
switch.h cfeefb4a05 script engine: string switch execution 16 years ago
tags.h 12a262d29b Kamailio compatibility: Rename MDStringArray to MD5StringArray 16 years ago
tcp_conn.h 6d263c0c61 tcp: remember which connections were accepted 16 years ago
tcp_ev.h 7bb2b4ca37 tcp: internal macro-hooks for stats & events 16 years ago
tcp_info.h 3dc4f620d8 tcp: use dynamic config framework, part 2 16 years ago
tcp_init.h 950e17ad49 tcp: remove unused var. decls 16 years ago
tcp_main.c ca351abe9b core: pid_t warning fixes for solaris 16 years ago
tcp_options.c 2e8c0383eb tcp: compile fix if -DUSE_TCP is not defined 16 years ago
tcp_options.h ffc72fcf04 tcp internal: send timeout is now kept only in ticks 16 years ago
tcp_read.c 33c8757246 tcp: killed warning 16 years ago
tcp_server.h a288ee348d 18 years ago
tcp_stats.h 0dc023ec75 tcp: stats: added init & destroy macros 16 years ago
timer.c 9b089e21ee 17 years ago
timer.h 7fc49b59b6 18 years ago
timer_funcs.h 8a1f710f40 19 years ago
timer_proc.c 45df9f7e49 timers: helpers for forking separate timer procs 16 years ago
timer_proc.h 45df9f7e49 timers: helpers for forking separate timer procs 16 years ago
timer_ticks.h 7fc49b59b6 18 years ago
tls_hooks.c 6c53d41a09 18 years ago
tls_hooks.h c390fed30a tcp: tls fix_read_con hook return changes 16 years ago
tls_hooks_init.h 6c53d41a09 18 years ago
trim.h 53c7e0f19a - Spelling checked 21 years ago
tsend.c 36ac6749be 18 years ago
tsend.h 53c7e0f19a - Spelling checked 21 years ago
types.h 53c7e0f19a - Spelling checked 21 years ago
udp_server.c 33d54390f2 core - tm: improved log messages 15 years ago
udp_server.h e6a2b12e54 19 years ago
usr_avp.c d103cf3a85 core: avp aliasing warning fixes 15 years ago
usr_avp.h 67ae0865fb core & avpops: fix overlapping avp flag 16 years ago
ut.c 5a45124b8b core: use one buffer for int2str 15 years ago
ut.h c8cb74d1b1 core: new param to give outbut buffer size 15 years ago
version.h f92113d8e1 core: remove VQ_MALLOC memory manager 16 years ago

README

$Id$


SIP Router (sip-router)
http://www.sip-router.org/
==========================

I. About SIP Router (sip-router)
II. Feature List
III. Getting started
IV. About the project
V. Obtaining Help
VI. More Information


SIP Router (sip-router) is an industrial-strength, free VoIP server based
on the Session Initiation Protocol (SIP RFC3261).
It is engineered to power IP telephony and presence infrastructures up to large
scale. The server keeps track of users, sets up VoIP sessions, relays instant
messages and creates space for new plug-in applications. Its proven interoperability
guarantees seamless integration with components from other vendors, eliminating the
risk of a single-vendor trap. It has successfully participated in various
interoperability tests in which it worked with the products
of other leading SIP vendors.

The SIP Router enables a flexible plug-in model for new applications: Third parties
can easily link their plug-ins with the server code and provide thereby advanced and
customized services.

Its performance and robustness allows it to serve millions of users and accommodate needs
of very large operators. With a $3000 dual-CPU, the SIP Express Router is able to power
IP telephony services in an area as large as the Bay Area during peak hours.

The SIP Router is extremely configurable to allow the creation of various routing and
admission policies as well as setting up new and customized services. Its configurability
allows it to serve many roles: network security barrier, presence server, application server,
or PSTN gateway guard (Session Border Controller) for example.


II. Feature List
================

See http://www.sip-router.org/ for an updated feature list.
Note that as features easily are added as modules, changes can occur quickly.

Most of SIP-router's features are implemented as plug-in modules. See
our web site for a current list.

III. Getting started
====================

The INSTALL document will guide you through the installation of sip-router.
SIP-router is composed of a core and additional modules. For each module
there is a README with documentation on how to configure and use the
module. These are available in each modules source code directory as well
as on the sip-router.org web site.

We recommend that you continue with reading README-MODULES and then the
document named INSTALL.

IV. About sip-router.org
========================

The SIP Router project was started during the fall of 2008 by developers from
the OpenSER project, recently renamed to Kamailio.org and SIP Express Router (SER)
from iptel.org. SIP Router is the result of a merge of the code base and years
of experience from both developer teams.

See http://www.sip-router.org/ for the story of SER, OpenSER/Kamailio and sip-router.org.

V. Obtaining Help
=================

We offer best-effort free support for sip-router. "best-effort" means
that we try to solve your problems via email as soon as we can,
subject to available manpower.

To receive feedback to your inquiries, we recommend you to subscribe
to the sr-users mailing list and post your queries there. This mailing
list is set up for mutual help by the community of ser users and developers.
To participate in the mailing list, subscribe at the following web address:
http://lists.sip-router.org/mailman/listinfo/sr-users

VI. More Information
====================

Most up-to-date information is always available at our website,
http://www.sip-router.org/

Particularly, it includes:
- administrator's guide
- configuration cookbook
- module documentation
- installation guidelines (INSTALL)
- download links
- etc.