2
0

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

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

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.