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

Andrei Pelinescu-Onciul b3a2b646fb - cleanup 21 years ago
db ebdd27d581 char* table -> const char* table 21 years ago
debian d0812f1c29 Check if ser configuration is valid before restarting the server. 21 years ago
doc 8ea28a611b Removed the part about replacing uri==myself 21 years ago
etc a46ac47f56 - ser.cfg template preprocessed by m4 21 years ago
examples 192d829a2e changed vm module name from 'voicemail' to 'vm' to avoid confusion. 21 years ago
freebsd f9cea7d075 - package building scripts updated to the 0.8.12 version 22 years ago
gentoo aff474891d - gentoo stuff merged from stable 22 years ago
mem e85f083411 - shm_resize fix merged from testing_0_8_12 22 years ago
modules f4aaeea38d - condition fixup 21 years ago
netbsd f9cea7d075 - package building scripts updated to the 0.8.12 version 22 years ago
openbsd f9cea7d075 - package building scripts updated to the 0.8.12 version 22 years ago
parser 41f45c80b4 - del_nonshm_lump(lump_list) added - removes from lump's tree all lumps that 21 years ago
profile 0a974a1d3a tested and ifdef-ed the Stats hack; to be done:L put it in shmem 24 years ago
rpm f9cea7d075 - package building scripts updated to the 0.8.12 version 22 years ago
scripts 7375463dd9 Added index to table acc by column sip_callid. It's needful to selecting missed calls in serweb. 21 years ago
solaris f9cea7d075 - package building scripts updated to the 0.8.12 version 22 years ago
test ad468fc533 - minor replace_all fix (^something will not match anymore the second 22 years ago
utils 67bd704059 .cvs ignore added 21 years ago
.cvsignore 4eaf07d3b7 ser binary file added. 23 years ago
AUTHORS 22ab28b493 ID and fingerprint of my pub key updated 21 years ago
COPYING a571946747 faq added to copying; rco added to authors 22 years ago
ChangeLog 780fbd3958 Date typo fixed. 23 years ago
INSTALL fd62444c1e added not on max_conn 22 years ago
ISSUES d18ca80ce2 - group fixed (segfault on start when group specified) 22 years ago
Makefile 7887854088 - modparam types switched to flags; USE_FUNC_PARAM flag added for param 21 years ago
Makefile.defs 136e747830 - open_fifo_server split into init_fifo_server and start_fifo_server 21 years ago
Makefile.modules 4ce32edcb3 - updated Makefiles to work with the new module ones 22 years ago
Makefile.rules bbc882db6f serunix added. 21 years ago
Makefile.sources e8f8146efb - cleaned up examples.bak (examples had no g write permissions, 22 years ago
NEWS e1c502525a NEW updated (unixsock server and tm changes) 21 years ago
README c21b0b47f7 READMEs brough more up-to-date and NEWS introduced 23 years ago
README-MODULES 16e00a7dc0 minor documentation changes 22 years ago
README.cfg 5b0cb4c62f - updated INSTALL 23 years ago
TODO 518c933984 - replaced tcp_blocking_write with more generic 21 years ago
action.c 1bee75ad6a t_attr_to_uri() moved from tm into core as avp_to_uri() (Jiri's wish) 21 years ago
action.h 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
ccopts.sh 3accd5b4f2 - added test cc ver & options scripts 23 years ago
ccver.sh 3accd5b4f2 - added test cc ver & options scripts 23 years ago
cfg.lex 9a4cec7f2c Configuration parameter unix_tx_timeout for tsend_dgram 21 years ago
cfg.y 9a4cec7f2c Configuration parameter unix_tx_timeout for tsend_dgram 21 years ago
comp_defs.h 18dbc018c0 elderly (un)defs junked (hopefuly the right ones) 22 years ago
config.h 32d5444c55 limit for length of packets to be dropped raised (there was a guy flooding 21 years ago
crc.c 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
crc.h 84bd6ec234 - fixed missing #ifndefs. 22 years ago
daemonize.c c03cc0172f - moved daemonize in its own file 21 years ago
daemonize.h c03cc0172f - moved daemonize in its own file 21 years ago
data_lump.c 41f45c80b4 - del_nonshm_lump(lump_list) added - removes from lump's tree all lumps that 21 years ago
data_lump.h 41f45c80b4 - del_nonshm_lump(lump_list) added - removes from lump's tree all lumps that 21 years ago
data_lump_rpl.c 36a1abc014 - added support for lump_rpl in failur route 22 years ago
data_lump_rpl.h 36a1abc014 - added support for lump_rpl in failur route 22 years ago
debug.gdb 7db4ee8d3b #define clean-up 24 years ago
demo.cfg 48e68b8355 more examples in demo.cfg 24 years ago
dprint.c 9178fc7833 - separated by defines some log facilites that are not supported on solaris 21 years ago
dprint.h 26456acefe - logging facility can be configure - usefull when you config syslogd to 21 years ago
dset.c 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
dset.h 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
error.c b2fcef3cb0 grand acc cleanup: all (core, tm, acc, serweb) but radius intergrated 22 years ago
error.h 3f601bd0f5 - forward uri now works for secure uris (sips:blbalba) 22 years ago
fastlock.h c751da147a - locking posix sems bugfix 22 years ago
fifo_server.c 136e747830 - open_fifo_server split into init_fifo_server and start_fifo_server 21 years ago
fifo_server.h 136e747830 - open_fifo_server split into init_fifo_server and start_fifo_server 21 years ago
flags.c e3dccdc952 - replaced all mallocs/frees w/ pkg_malloc/pkg_free 22 years ago
flags.h 9a69468193 - fixed all the warnings in core 23 years ago
forward.c 59653eb856 - changed tcp to support port aliases (major changes) 22 years ago
forward.h 50d5fa87f9 - aliases proto support 22 years ago
globals.h c03cc0172f - moved daemonize in its own file 21 years ago
hash_func.c ab130758c9 - more tcp stuff and a lot of merging w/ latest cvs 22 years ago
hash_func.h ab130758c9 - more tcp stuff and a lot of merging w/ latest cvs 22 years ago
ip_addr.c 9c01c86051 - added fm_realloc (now only vm_ misses realloc) 22 years ago
ip_addr.h ab0144d54a - su_getport type changed from short to unsigned short 21 years ago
lock_alloc.h 28427aa471 - more tls preparation 22 years ago
lock_ops.h 6aa0ab099e - now GEN_LOCK_T_PREFERED is defined when is better/safe to use arrays of 22 years ago
locking.h 6aa0ab099e - now GEN_LOCK_T_PREFERED is defined when is better/safe to use arrays of 22 years ago
lump_struct.h 4c37101e0f - added body_lumps (jan patches + some changes) 22 years ago
main.c 136e747830 - open_fifo_server split into init_fifo_server and start_fifo_server 21 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 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
md5utils.h 84bd6ec234 - fixed missing #ifndefs. 22 years ago
modparam.c 7887854088 - modparam types switched to flags; USE_FUNC_PARAM flag added for param 21 years ago
modparam.h 270255ff76 - regular expression support in modparam 22 years ago
msg_translator.c b23a7a0073 - warning and fixes (cfg.y $$=0 on error) merged from testing-0.8.12-r1 22 years ago
msg_translator.h 0b15425f8d received test functionalized for sanity and exporting to nathelper 22 years ago
name_alias.h 50d5fa87f9 - aliases proto support 22 years ago
pass_fd.c b23a7a0073 - warning and fixes (cfg.y $$=0 on error) merged from testing-0.8.12-r1 22 years ago
pass_fd.h 06aaa54ff3 - merge from testing-0.8.12-r0: 22 years ago
proxy.c a7e13a8997 - added ipv6 address reference resolver support 22 years ago
proxy.h d531a5d5c4 - tm tcp support (though no timers yet) 22 years ago
pt.h 8864779123 - updated process_count() to refelect the unixsock_server 21 years ago
re.c 00aee3fb8f - removed some debugging info + typos 22 years ago
re.h b23a7a0073 - warning and fixes (cfg.y $$=0 on error) merged from testing-0.8.12-r1 22 years ago
receive.c 1580c8214e - basics for users preferences: 21 years ago
receive.h f2f969dda6 - changed sip_msg (new rcv member containing all the ips, ports, protocol) 23 years ago
resolve.c 75e2f1a600 - minor tcp BUG case fix/cleanup 22 years ago
resolve.h ff4b78b082 - str2ip & str2ip6 used to accept ip addresses with to few dots/colons 21 years ago
route.c 50d5fa87f9 - aliases proto support 22 years ago
route.h 87405423a6 s/reply_route/failure_route, onreply_route introduced 22 years ago
route_struct.c 1bee75ad6a t_attr_to_uri() moved from tm into core as avp_to_uri() (Jiri's wish) 21 years ago
route_struct.h 1bee75ad6a t_attr_to_uri() moved from tm into core as avp_to_uri() (Jiri's wish) 21 years ago
script_cb.c 3c8bd369e6 fifo, script callbacks and timer release pkg mem from cleanup; 22 years ago
script_cb.h 7b97220669 - looks like ifndef/define was missing 21 years ago
ser.8 dda578bae9 - if () {} do not have to be followed by ';' anymore 22 years ago
ser.cfg.5 d48f0d9b50 - Makefile, AUTHORS, man pages merged from stable 22 years ago
socket_info.c b55ecd11d8 - increased initial interface list probing buffer 21 years ago
socket_info.h ab63a9a607 - added missing socket_info files 22 years ago
sr_module.c 49b28ea4a2 - find_mod_export added (The function can find an export in a specified module). 22 years ago
sr_module.h 7887854088 - modparam types switched to flags; USE_FUNC_PARAM flag added for param 21 years ago
stats.c 51c3861158 - additional parameter to find_export 22 years ago
stats.h e3fc93f472 - cosmetic changes (lines too long a.s.o) 23 years ago
str.h 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
tags.h 9f4c52ce6c - sock_lists completely re-organized 22 years ago
tcp_conn.h bc9778378c - tcp send/connext timeout (read NEWS for the new cfg. parameters) 22 years ago
tcp_init.h 8aeb47e2ed - more tcp stuff (uses locking.h, hashtables, mostly untested) 22 years ago
tcp_main.c 518c933984 - replaced tcp_blocking_write with more generic 21 years ago
tcp_read.c 06aaa54ff3 - merge from testing-0.8.12-r0: 22 years ago
tcp_server.h 59653eb856 - changed tcp to support port aliases (major changes) 22 years ago
test.c.bak e60a9728a5 24 years ago
timer.c 20581c5ac2 - sl_send_reply with reply_to_via==0 (default) fixed (hopefully) 22 years ago
timer.h 8aeb47e2ed - more tcp stuff (uses locking.h, hashtables, mostly untested) 22 years ago
trim.h 0834761304 Minor beautifications. 23 years ago
tsend.c fe0ca3aeb3 - added tsend_dgram_ev (== writev+timeout) 21 years ago
tsend.h fe0ca3aeb3 - added tsend_dgram_ev (== writev+timeout) 21 years ago
types.h 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
udp_server.c 32d5444c55 limit for length of packets to be dropped raised (there was a guy flooding 21 years ago
udp_server.h 7dd0b34273 GPLization banner introduced to *.[hc] files 23 years ago
unixsock_server.c cf9b82fddf - bugfix: unix_server_loop: buffer.s was never reset 21 years ago
unixsock_server.h b3fef92bc6 Initialization if unix domain socket split 21 years ago
usr_avp.c 32a19992f1 - load_avp() returns false if no avp was loaded 21 years ago
usr_avp.h 590612d3ba - final version of user preferences (AVP) support 21 years ago
ut.h f261769d10 - int2str updated: works for 64bits longs, minor cleanup 21 years ago

README

$Id$


iptel.org SIP Express Router (ser)
http://www.iptel.org/ser/



I. About SIP Express Router (ser)
II. Feature List
III. About iptel.org
IV. Obtaining Help
V. Contact, Licencing and More Information


SIP Express Router (SER) is an industrial-strength, free VoIP
server based on the session initiation protocol (SIP RFC2543-bis).
It is engineered to power IP telephony 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 Express 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. In this way, plug-ins such as SNMP support, RADIUS
accounting, or SMS gateway have already been developed and are
provided as advanced features. Other modules are underway:
Presence server, firewall control, and more.

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. Even on an IPAQ PDA,
the server withstands 150 calls per second (CPS)! The server has been
powering our iptel.org free SIP site withstanding heavy daily load
that is further increasing with the popularity of Microsoft's
Messenger.

The SIP Express 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, application server, or PSTN gateway
guard for example.


II. Feature List

Based on the latest standards, the SIP Express Router (SER) includes
support for registrar, proxy and redirect mode. Further it acts as
an application server with support for CPL, instant messaging and
presence (IM&P) including a 2G/SMS gateway, a call control policy
language, call number translation, private dial plans and accounting,
authorization and authentication (AAA) services. SER runs on Sun/
Solaris, PC/Linux, IPAQ/Linux platforms and supports both IPv4 and
IPv6.

Most of SER features are implemented as plug-in modules. See
README-MODULES for a description of modules available in
ser distribution.


III. About iptel.org

iptel.org is a know-how organization spun off from Germany's national
research company FhG Fokus. One of the first SIP implementations ever,
low-QoS enhancements, interoperability tests and VoIP-capable firewall
control concepts are examples of well-known FhG's work.

iptel.org continues to keep this know-how leadership in SIP.
The access rate of the company's site, a well-known source of
technological information, is a best proof of interest. Thousands
of hits come every day from the whole Internet.

IV. Obtaining Help

We offer best-effort free support for ser. "best-effort" means
that we try to solve your problems via email as soon as we can,
subject to available manpower. If you need commercial support,
contact [email protected].

To receive feedback to your inquiries, we recommend you to subscribe
to the serusers 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://mail.iptel.org/mailman/listinfo/serusers.
Send your questions to
[email protected].

If you are concerned about your privacy and do not wish your queries
to be posted and archived publicly, you may post to
[email protected].
E-mails to this address are only forwarded to iptel.org's ser development
team. However, as the team is quite busy you should not be surprised to
get replies with considerable delay.

V. Contact, Licensing and More Information

For any additional information, send an inquiry to [email protected].
Licensing conditions other than GPL are available on request.

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

Particularly, it includes:
- administrator's guide
- installation guidelines (INSTALL)
- download links
- list of known issues (ISSUES)
- etc.