# $Id: ChangeLog 4997 2008-09-25 14:28:40Z henningw $ ===================== 2008-09-25 Kamailio v1.4.1 released ====================== 2008-09-25 13:49 Daniel-Constantin Mierla, * [r4996] Makefile.defs: - version set to 1.4.1 2008-09-25 13:44 Daniel-Constantin Mierla, * [r4995] pvar.c: - backport r4977: fix in parsing PV-formatted str 2008-09-24 13:06 Henning Westerholt, * [r4989] modules/rls/subscribe.c: - port from opensips revision 4746, credits to Dan Pascu - Fixed finding the 'Support: eventlist' header (don't set the found variable if we only found the 'Support' header, and not the 'eventlist' suffix) 2008-09-24 12:51 Henning Westerholt, * [r4988] scripts/kamctl.base, scripts/kamctlrc: - fix error in openserctlrc/ kamctlrc file, don't suggest 'egrep' for the 'GREP' variable - related to bug #2096538, egrep don't has the '-w' switch on solaris - add 'tail', 'egrep' and 'expr' suggestion to config file - fix wrong error message in openserctl.base/ kamctl.base if tail could not be found 2008-09-24 09:14 Henning Westerholt, * [r4982] modules/auth/README, modules/auth/doc/auth_admin.xml: - fix error in examples for www_authorize and pv_www_authorize - reported from 'fcois93' on #openser 2008-09-23 11:34 Henning Westerholt, * [r4976] modules/sst/sst_handlers.c: - backport from trunk, rev4781 - fixed improper setting of the dialog timeout value (instead of re-setting the AVP, the PV return value was set). - reworked a bit the logic to set the AVP to cover more scenarios (like if AVP exists, but STRING value) - Reported by Norman Brandinger, related to opensips bug #2079278, credits to Bogdan 2008-09-23 11:18 Henning Westerholt, * [r4975] modules/db_mysql/res.c: - backport from trunk, rev4901, closes bug #2111861 - evaluate DECIMAL (and NEW_DECIMAL) type as DB_STRING, and not DB_INT 2008-09-23 09:40 Daniel-Constantin Mierla, * [r4974] modules/avpops/avpops.c: - fixed misleading error message 2008-09-22 16:00 Henning Westerholt, * [r4971] modules/userblacklist/userblacklist.c: - fix wrong error message for mem allocation, found by Hardy Kahl 2008-09-22 10:13 Daniel-Constantin Mierla, * [r4969] route.c: - backport: fix for matching operators failing on some platform (closes #2044415, credits to Amy Linari) 2008-09-22 09:56 Daniel-Constantin Mierla, * [r4968] modules/nathelper/nathelper.c: - fix the calculation of CRLF length when adding norttptoxy string - patch by Alex Hermann (closes #2117700) 2008-09-18 22:31 Daniel-Constantin Mierla, * [r4962] modules/path/path.c: - backport #4960 - enclose the value of received parameter in quotes - fixes issue of interpreting parameters in the value as parameters of Path/Route header 2008-09-18 15:38 Ovidiu Sas, * [r4958] modules/dialplan/dialplan.c: backport from trunk (r4957): - free shared mem on exit 2008-09-18 14:55 Henning Westerholt, * [r4956] modules/carrierroute/README, modules/carrierroute/doc/carrierroute_admin.xml: - small spelling fix in docs 2008-09-18 14:53 Henning Westerholt, * [r4955] modules/carrierroute/README, modules/carrierroute/doc/carrierroute_admin.xml: - update docs for backport rev4954, fetch_rows capability - patch from Ovidiu Sas 2008-09-18 14:49 Ovidiu Sas, * [r4954] modules/carrierroute/carrierroute.c, modules/carrierroute/carrierroute.h, modules/carrierroute/route_db.c: backport from trunk (r4876): - add fetch_result support to carrierroute routing rules loading - related to feature request #1876664 - needs this capability in the database, otherwise the "old" logic will be used - number of routing rules fetchs is configurable as module parameter 2008-09-18 14:38 Henning Westerholt, * [r4953] modules/carrierroute/carrier_tree.c: - backport from trunk, rev4945 - also free global data on shutdown, reported from Ovidiu 2008-09-17 15:39 Ovidiu Sas, * [r4943] scripts/kamctl: backport rev 4916 from trunk: - kamctl cr: set default values for FLAGS and MASK 2008-09-17 15:33 Henning Westerholt, * [r4942] modules/carrierroute/route_func.c: - fix memory leak if 'dest_avp' is set, and set AVP failed, the branch 1.3 don't have this error 2008-09-17 11:57 Henning Westerholt, * [r4938] packaging/solaris/kamailio-manifest.xml, packaging/solaris/openser-manifest.xml: - 1.4.0 is already named kamailio.. ;-), pointed out from Muhammad Akl 2008-09-17 11:39 Henning Westerholt, * [r4936] modules/tm/t_lookup.c: - backport from trunk, rev4786 2008-09-17 09:46 Henning Westerholt, * [r4930] packaging/solaris/openser-manifest.xml: - add manifest file to start/ stop/ restart kamailio/ openser with Solaris 10 svcadm tool, patch from Muhammad Akl, muhammad dot akl at gmail dot com - closes patch #2093171, add some usage hints as comments 2008-09-16 09:46 Carsten Bock, * [r4922] Makefile.defs: - fixed GCC parameter: gcc 3.[0-3] accepts mcpu instead of mtune: Use also for x86 64 Bit. Credits go to Giovanni Coriasco / OpenSIPS 2008-09-16 08:36 Henning Westerholt, * [r4921] doc/authors.xml: - port rev4920 (i accidently also included the wrong address here) 2008-09-15 14:38 Henning Westerholt, * [r4913] modules/nathelper/nathelper.c: - check for failed allocations for temporary hostname, related to previous commits rev4885, rev4911 2008-09-15 14:24 Henning Westerholt, * [r4911] modules/nathelper/nathelper.c: - backport from trunk, rev4885, closes #2092890 2008-09-15 11:37 Daniel-Constantin Mierla, * [r4905] modules/tm/sip_msg.c: - backport fixes related to header cloning 2008-09-15 11:30 Henning Westerholt, * [r4904] modules/db_postgres/dbase.c: - backport from trunk, rev4784 - multiple fixes: 1) test memory allocations 2) return code overlapping in case of error (missing break) 3) bogus/ not needed NULL tests for result freeing 2008-09-15 11:28 Henning Westerholt, * [r4903] db/db_res.c: - backport from trunk, rev4783 - fixed freeing NULL pointers - in case of error, db_free_columns() may be internally called by other functions or directly by db_free_result(), resulting in double free 2008-09-11 08:10 Henning Westerholt, * [r4880] modules/cfgutils/README, modules/cfgutils/cfgutils.c, modules/cfgutils/doc/cfgutils_admin.xml: - fix bug in the case if probability is 100 and rand() returned RAND_MAX (using '<=' will not work in the case with probability 0 and rand() 0) - fix a few errors in documentation - optimize for the common case in rand_event, most of the time the probability will be 0 2008-09-10 17:06 Henning Westerholt, * [r4879] modules/carrierroute/load_data.c: - fix wrong error message, use the appropriate log level in bind_data_loader 2008-09-09 16:29 Henning Westerholt, * [r4873] modules/db_unixodbc/dbase.c: - fix query in db_unixodbc, the type of the query is 'str', and not 'char*' 2008-09-08 14:36 Henning Westerholt, * [r4868] modules/cfgutils/cfgutils.c: - remove one superflous (and senseless) DBG log 2008-09-08 11:14 Henning Westerholt, * [r4866] modules/carrierroute/README, modules/carrierroute/doc/carrierroute_admin.xml: - add a note about PKG_MEM_POOL_SIZE requirements for larger number of routing rules during startup 2008-09-05 15:49 Ovidiu Sas, * [r4865] modules/dialog/dialog.c, modules/dialog/dlg_db_handler.c, modules/dialog/dlg_handlers.c, modules/dialog/dlg_hash.c, modules/dialog/dlg_hash.h, modules/dialog/dlg_profile.c: backport several dialog related fixes from trunk 2008-09-05 12:18 Henning Westerholt, * [r4864] modules/benchmark/README, modules/benchmark/doc/benchmark_admin.xml: - docs fix: default value for granularity is '1', and not '100' 2008-09-05 07:23 Juha Heinanen, * [r4855] modules/lcr/lcr_mod.c, modules/permissions/address.c: * Backport of IP address conversion patch from trunk. 2008-09-04 15:06 Henning Westerholt, * [r4845] doc/authors.xml: - add carsten to svn2cl config 2008-09-04 14:01 Henning Westerholt, * [r4839] modules/carrierroute/README, modules/carrierroute/doc/carrierroute_admin.xml: - add some notes about the DB behaviour of cr_user_carrier 2008-09-04 13:01 Klaus Darilion, * [r4837] modules/presence/event_list.c, modules/presence/notify.c: backport from trunk r4834 - fix potential buffer overflow - fix cleanup in case of error - fix winfo NOTIFY body generation (if a module registeres only the .winfo type without the corresponding event, the module will segfault) 2008-09-04 09:50 Klaus Darilion, * [r4827] modules/exec/doc/exec_admin.xml: - fix docu, opensips r4717 (Dan) 2008-09-04 09:42 Klaus Darilion, * [r4824] modules/dialog/dlg_handlers.c: - backport from trunk: fix error handling, closes 2091025 2008-09-04 09:08 Klaus Darilion, * [r4820] modules/dialog/dlg_handlers.c: - backport: opensip r4655 in dlg_onroute callback (used for catching sequential requests), test for TO TAG presence - as the callback is hooked on the loose_route() event, initial requests may end up here because of a preloaded route. 2008-09-02 08:49 Henning Westerholt, * [r4802] modules/db_mysql/res.c: - backport from trunk, rev4801 2008-09-01 16:15 Henning Westerholt, * [r4798] modules/gflags/README, modules/gflags/doc/gflags_admin.xml, modules/gflags/gflags.c: - backport from rev4782 2008-09-01 16:13 Henning Westerholt, * [r4797] mem/mem.h: - backport rev4765 - remove superfluos ';' from memory manager definitions for system malloc, free and realloc, this caused problems in certain if/else cases - its now possible to compile the server w/o PKG_MALLOC memory manager 2008-09-01 10:32 Henning Westerholt, * [r4785] modules/rr/README, modules/rr/doc/rr_admin.xml: - fixed mismatching function name in documentation, credits to Dan Pascu 2008-08-29 10:22 Klaus Darilion, * [r4769] modules/presence/publish.c, modules/presence/subscribe.c: - fixed some more bugs spotted by Anca 2008-08-29 10:13 Klaus Darilion, * [r4768] modules/presence/presentity.c: - fixed wrong comparison: EVENT_DIALOG is not a bitmask 2008-08-28 18:56 Juha Heinanen, * [r4766] modules/presence/presentity.c: - fixed a bug in BLA when call was put on hold (thanks to Anca and Zahid Mehmood) 2008-08-27 21:07 Daniel-Constantin Mierla, * [r4755] modules/tm/sip_msg.c: - fix cloning in shm for pai header hook 2008-08-26 19:03 Juha Heinanen, * [r4746] statistics.h: * Macro if_reset_stat took too many arguments. 2008-08-26 08:30 Henning Westerholt, * [r4741] modules/tm/README, modules/tm/doc/tm_admin.xml: - fix TM module function documentation for t_write_req, this is not called t_write_fifo anymore 2008-08-26 06:52 Daniel-Constantin Mierla, * [r4740] modules/avpops/avpops_impl.c, modules/avpops/avpops_impl.h, modules/avpops/avpops_parse.c: - backport r4739 2008-08-25 07:46 Daniel-Constantin Mierla, * [r4727] modules/presence/subscribe.c: - fix memory leak in presence module, closes #2066292 2008-08-23 16:14 Ovidiu Sas, * [r4723] modules/carrierroute/carrierroute.c: backport from trunk (r4711 + r4712) - fix misleading error messages if a string is used in carrier or domain variable, reported from Ovidiu Sas, add some comments - free allocated memory in error conditions in the fixup functions 2008-08-23 07:16 Juha Heinanen, * [r4718] modules/lcr/lcr_mod.c: * SCTP transport to gateways should have been allowed also in versions 1.3 and 1.4 of Kamailio, which have SCTP transport support in the core. 2008-08-23 06:31 Juha Heinanen, * [r4717] sctp_server.c: * Fixed test on if pkg_malloc failed. 2008-08-22 19:30 Ovidiu Sas, * [r4715] scripts/kamctl: backport rev 4714: - fix 'kamctl trusted rm' command 2008-08-21 19:06 Juha Heinanen, * [r4708] modules/mediaproxy/mediaproxy.c: * Ignore the To tag for provisional replies (credit to Dan Pascu). 2008-08-21 12:29 Di-Shi Sun, * [r4706] modules/osp/etc/sample-osp-openser.cfg: 1. Added disable_tls=yes. 2. Changed fifo_name to kamailio_fifo. 2008-08-14 07:01 Daniel-Constantin Mierla, * [r4698] modules/rls/rls.c: - proper name of doc column in xcap table (reported by David Loh) 2008-08-12 14:46 Ovidiu Sas, * [r4686] modules/ratelimit/ratelimit.c: backport from trunk (r4685): - cleanup some log messages (INFO->DBG) 2008-08-12 13:58 Ovidiu Sas, * [r4683] modules/ratelimit/ratelimit.c: backport from trunk (r4667): - fixed conflict in definition of struct queue in Solaris. The struct named queue in module ratelimit conflicts with a struct named queue which is included in /usr/include/sys/stream.h in Solaris. The patch renames queue to rl_queue, and queue_params to rl_queue_params in module. Credits go to Sergio Gutierrez. Closes patch #2042287. 2008-08-11 21:19 Henning Westerholt, * [r4678] modules/uri_db/uridb_mod.c: - backport from trunk, rev4667 - fix subscriber table version, reported from Rafael Risco Gonzales-Vigil 2008-08-11 20:14 Ovidiu Sas, * [r4676] scripts/kamctl: backport from trunk (r4650): - get rid of load_ctlengine (it prevents displaying proper help for basectl functions) 2008-08-11 19:05 Ovidiu Sas, * [r4674] modules/dialog/dlg_db_handler.c: backport from trunk (r4672): - fixed proper next_label_id computation when the dialogs are loaded from DB. Credits for the fix go to Carsten Bock 2008-08-11 19:01 Ovidiu Sas, * [r4673] modules/dialog/dlg_profile.c: backport from trunk (r4671): - fixed ugly bug in linking the dialog profile tables. Reported by Ovidiu Sas. Also many thanks to Ovidiu for testing and helping with debugging this problem. credits go to Bogdan Andrei Iancu 2008-08-11 07:34 Daniel-Constantin Mierla, * [r4663] tls/tls_init.c: - include file needed in fedora (by Jim Burke, closes #2001700) 2008-08-09 12:11 Juha Heinanen, * [r4655] modules/lcr/lcr_mod.c: * Make sure that IP address passed by lcr/do_from_gw() to inet_aton is null terminated string. 2008-08-09 10:39 Juha Heinanen, * [r4654] modules/permissions/address.c: * Address passed to inet_aton in permissions/allow_address function was not in all cases a null terminated string. Reported by Vadim Berezniker. 2008-08-08 13:01 Henning Westerholt, * [r4646] ., modules/dialplan, tls, utils/kamunix: - some more properties set/ corrected (rename) 2008-08-07 18:57 Daniel-Constantin Mierla, * [r4641] modules/tlsops/tls_select.c, modules/tlsops/tlsops.c: - sync'ed local copy used for creating tarballs for release - some commit in tlsops was ommitted in svn 2008-08-07 16:15 Daniel-Constantin Mierla, * [r4640] .: Branch for 1.4.x 2008-08-07 16:13 Julien Blache, * [r4639] : Leaving the project. 2008-08-07 15:22 Juha Heinanen, * [r4638] : * Removed references to addgw_grp and rmgw_grp functions that don't anymore exist. Reported by Angel Carpintero. 2008-08-07 14:04 Daniel-Constantin Mierla, * [r4637] : - version set to 1.4.0 - starting releasing process 2008-08-07 13:37 Henning Westerholt, * [r4636] : - update Changelog ===================== 2008-08-07 Kamailio v1.4.0 released ====================== ===================== Changes since release 1.3.0 ============================= 2008-08-07 12:45 Henning Westerholt, * [r4635] modules/pua/pua.c, modules/pua/send_subscribe.c, modules/pua/send_subscribe.h: - port from opensips r4581, credits goes to Anca - fixed a bug in BLA when phone was restarted after having refreshed his registration at least once ( thanks to Zahid Mehmod, zm23 at columbia dot edu for help with improving BLA) - added null checks before inserting values in database to prevent a crash in mysql 2008-08-07 12:43 Henning Westerholt, * [r4634] modules/presence/subscribe.c: - port from opensips rev4580, credits goes to Anca - the right fix for version reset when a refresh for presence.winfo is received, closes #2026681 2008-08-07 12:30 Henning Westerholt, * [r4633] test/10.sh, test/11.sh, test/12.sh, test/13.sh, test/14.cfg, test/14.sh, test/16.sh, test/17.sh, test/19.cfg, test/20.cfg, test/21.cfg, test/22.sh, test/23.sh, test/24.sh, test/25.sh, test/26.sh, test/28.sh, test/29.sh, test/3.sh, test/32.sh, test/33.sh, test/35.cfg, test/35.sh, test/4.sh, test/7.cfg, test/8.sh, test/9.sh, test/include/common, test/include/database, test/presence.cfg: - fix tests after renaming (mostly database related) - introduce parameter for rc file and control tools 2008-08-07 12:19 Henning Westerholt, * [r4632] scripts/kamctl.dbtext: - use new db name for tests 2008-08-07 09:26 Henning Westerholt, * [r4631] README: - kamailio is not maintained by voice-system anymore - fix wiki news url 2008-08-07 09:15 Henning Westerholt, * [r4630] doc/entities.xml, modules/acc/README, modules/alias_db/README, modules/auth/README, modules/auth_db/README, modules/auth_diameter/README, modules/auth_radius/README, modules/avp_radius/README, modules/avpops/README, modules/benchmark/README, modules/carrierroute/README, modules/cfgutils/README, modules/cpl-c/README, modules/db_berkeley/README, modules/db_flatstore/README, modules/db_mysql/README, modules/db_oracle/README, modules/db_postgres/README, modules/db_text/README, modules/db_unixodbc/README, modules/dialog/README, modules/dialplan/README, modules/dispatcher/README, modules/diversion/README, modules/domain/README, modules/domainpolicy/README, modules/enum/README, modules/exec/README, modules/gflags/README, modules/group/README, modules/group_radius/README, modules/h350/README, modules/imc/README, modules/jabber/README, modules/lcr/README, modules/ldap/README, modules/mangler/README, modules/maxfwd/README, modules/mediaproxy/README, modules/mi_datagram/README, modules/mi_fifo/README, modules/mi_xmlrpc/README, modules/msilo/README, modules/nat_traversal/README, modules/nathelper/README, modules/options/README, modules/osp/README, modules/path/README, modules/pdt/README, modules/peering/README, modules/perl/README, modules/perlvdb/README, modules/permissions/README, modules/pike/README, modules/presence/README, modules/presence_mwi/README, modules/presence_xml/README, modules/pua/README, modules/pua_bla/README, modules/pua_mi/README, modules/pua_usrloc/README, modules/pua_xmpp/README, modules/ratelimit/README, modules/registrar/README, modules/rls/README, modules/rr/README, modules/seas/README, modules/siptrace/README, modules/sl/README, modules/sms/README, modules/snmpstats/README, modules/speeddial/README, modules/sst/README, modules/statistics/README, modules/textops/README, modules/tlsops/README, modules/tm/README, modules/uac/README, modules/uac_redirect/README, modules/uri/README, modules/uri_db/README, modules/uri_radius/README, modules/userblacklist/README, modules/usrloc/README, modules/xcap_client/README, modules/xlog/README, modules/xmpp/README: - fix link entity names, patch from Carsten Gross - regenerate READMEs 2008-08-07 08:52 Henning Westerholt, * [r4629] modules/presence/presence.c, modules/pua/pua.c: - port from opensips r4529, credits goes to Anca - applied patched from Denis Bilenko, denis at ag-projects dot com - fix version for presence and pua 2008-08-07 08:47 Henning Westerholt, * [r4628] db/schema/pr_presentity.xml, db/schema/pr_pua.xml, scripts/db_berkeley/kamailio/version, scripts/dbtext/kamailio/version, scripts/mysql/presence-create.sql, scripts/oracle/presence-create.sql, scripts/postgres/presence-create.sql: - port from opensips r4528, credits goes to Anca - updated version count for tables presentity and pua (the code already uses the "new" version number) 2008-08-07 08:41 Henning Westerholt, * [r4627] modules/rls/README, modules/rls/doc/rls_admin.xml: - port from opensips r4525, credits goes to Anca - fixed spelling in documentation 2008-08-07 08:39 Henning Westerholt, * [r4626] modules/pua_bla/notify.c: - backport from opensips r4524, credits goes to Anca - fixing a bug when phones use the same address 2008-08-07 08:37 Henning Westerholt, * [r4625] db/schema/pr_presentity.xml, db/schema/pr_pua.xml, modules/presence/notify.c, modules/presence/notify.h, modules/presence/presentity.c, modules/presence/subscribe.c, modules/pua/hash.c, modules/pua/send_subscribe.c, scripts/db_berkeley/kamailio/presentity, scripts/db_berkeley/kamailio/pua, scripts/dbtext/kamailio/presentity, scripts/dbtext/kamailio/pua, scripts/mysql/presence-create.sql, scripts/oracle/presence-create.sql, scripts/postgres/presence-create.sql: - port from opensips r4523, credits goes to Anca - fixed some more bugs in BLA - problem at openser restart - phone refresh issue - added one more column in table presentity - added one more column in table pua 2008-08-07 08:33 Henning Westerholt, * [r4624] db/schema/kamailio-acc.xml, db/schema/kamailio-alias_db.xml, db/schema/kamailio-auth_db.xml, db/schema/kamailio-avpops.xml, db/schema/kamailio-carrierroute.xml, db/schema/kamailio-cpl.xml, db/schema/kamailio-dialog.xml, db/schema/kamailio-dialplan.xml, db/schema/kamailio-dispatcher.xml, db/schema/kamailio-domain.xml, db/schema/kamailio-domainpolicy.xml, db/schema/kamailio-extensions.xml, db/schema/kamailio-group.xml, db/schema/kamailio-imc.xml, db/schema/kamailio-lcr.xml, db/schema/kamailio-msilo.xml, db/schema/kamailio-pdt.xml, db/schema/kamailio-permissions.xml, db/schema/kamailio-presence.xml, db/schema/kamailio-registrar.xml, db/schema/kamailio-rls.xml, db/schema/kamailio-siptrace.xml, db/schema/kamailio-speeddial.xml, db/schema/kamailio-standard.xml, db/schema/kamailio-uri_db.xml, db/schema/kamailio-userblacklist.xml, db/schema/kamailio-usrloc.xml, db/schema/openser-acc.xml, db/schema/openser-alias_db.xml, db/schema/openser-auth_db.xml, db/schema/openser-avpops.xml, db/schema/openser-carrierroute.xml, db/schema/openser-cpl.xml, db/schema/openser-dialog.xml, db/schema/openser-dialplan.xml, db/schema/openser-dispatcher.xml, db/schema/openser-domain.xml, db/schema/openser-domainpolicy.xml, db/schema/openser-extensions.xml, db/schema/openser-group.xml, db/schema/openser-imc.xml, db/schema/openser-lcr.xml, db/schema/openser-msilo.xml, db/schema/openser-pdt.xml, db/schema/openser-permissions.xml, db/schema/openser-presence.xml, db/schema/openser-registrar.xml, db/schema/openser-rls.xml, db/schema/openser-siptrace.xml, db/schema/openser-speeddial.xml, db/schema/openser-standard.xml, db/schema/openser-uri_db.xml, db/schema/openser-userblacklist.xml, db/schema/openser-usrloc.xml: - fix 'make dbschema', rename files 2008-08-07 07:31 Daniel-Constantin Mierla, * [r4623] main.c, sr_module.c, sr_module.h, version.h: - internal defines reflect new name 2008-08-07 06:02 Daniel-Constantin Mierla, * [r4622] modules/auth/README, modules/auth/api.c, modules/auth/auth_mod.c, modules/auth/auth_mod.h, modules/auth/challenge.c, modules/auth/doc/auth_admin.xml, modules/auth/nonce.c: - control nonce reuse checking mechanism via module parameter 'nonce_reuse' (closes #2039845) 2008-08-07 05:44 Daniel-Constantin Mierla, * [r4621] modules/path/path.c: - added support for transport in add_path_received() (reported by axlh, patch by Klaus Darilion, closes #1950569) 2008-08-06 16:02 Henning Westerholt, * [r4620] modules/presence/presentity.c: - don't write over end of buffer, use snprintf instead of sprintf fix error logging, patch from Carsten Gross, carsten dot gross at 1und1 dot de 2008-08-06 15:32 Henning Westerholt, * [r4618] modules/db_berkeley/bdb_res.c, modules/db_mysql/res.c, modules/db_unixodbc/res.c, modules/mediaproxy/mediaproxy.c, modules/nat_traversal/nat_traversal.c: - port from opensips r4526, credits goes to bogdan - 64bits compile warnings fixed 2008-08-06 15:22 Henning Westerholt, * [r4617] usr_avp.c: - port from opensips r4515, credits goes to bogdan - compile warning on gcc 4.3 fixed 2008-08-06 15:20 Henning Westerholt, * [r4616] dset.c, modules/tm/uac.c: - port from opensips r4514, credits goes to Bogdan - compile warnings fixed (compatibility port, local_route) 2008-08-06 15:14 Henning Westerholt, * [r4615] dset.c, dset.h, modules/tm/uac.c: - port from opensips r4485, credits goes to Bogdan - make usage of branches safe in local_route; even if there is no case for using branches there, a mechanism for enabling/disabling the branches in local route avoids any scripting errors. (enclosed in #ifdef, ported for compatibility reasons) 2008-08-06 15:08 Daniel-Constantin Mierla, * [r4614] tcp_main.c, tcp_server.h: fix for force_Send_socket() usage with tcp (updated and applied patch from Gawith, closes #1934375) 2008-08-06 14:43 Henning Westerholt, * [r4613] modules/tm/uac.c: - port from opensips r4484, credits goes to Bogdan - fixed script flags usage in local route (inside the #ifdef, ported for compatibility reasons) 2008-08-06 14:35 Henning Westerholt, * [r4612] packaging/debian/control: - port from opensips r4546, credits goes to Dan Pascu - Updated debian standards version for sid 2008-08-06 14:33 Henning Westerholt, * [r4611] packaging/debian/control: - port from opensips r4545, credits to Dan Pascu - Fixed lintian warning about debian revision number being included in the version of the libdb-dev build dependency 2008-08-06 14:28 Henning Westerholt, * [r4610] packaging/debian-etch/control, packaging/debian-sarge/control, packaging/debian/control: - port from opensips r4544, credits goes to Dan Pascu - Suggest python for dbtextdb.py 2008-08-06 14:23 Henning Westerholt, * [r4609] scripts/dbtextdb/__init__.py, scripts/dbtextdb/dbtextdb.py, scripts/dbtextdb/dbtextdb_test.py: - port from opensips r4543, credits to Dan Pascu - do not depend on a particular version of python 2008-08-06 14:15 Henning Westerholt, * [r4608] utils/db_berkeley/kambdb_recover.c: - port from opensips r4574, credits goes to Bogdan - fixed redefinition of standard C variables (better explicitly include the proper header file) 2008-08-06 14:03 Henning Westerholt, * [r4607] modules/xcap_client/xcap_functions.c: - port from opensips, r4550, Credits goes to Bogdan - fixed strange 64bits warning 2008-08-06 12:38 Klaus Darilion, * [r4606] packaging/debian-etch/kamailio.README.Debian, packaging/debian-etch/kamailio.dirs, packaging/debian-etch/kamailio.init, packaging/debian-etch/kamailio.postinst, packaging/debian-etch/rules, packaging/debian-sarge/kamailio.README.Debian, packaging/debian-sarge/kamailio.dirs, packaging/debian-sarge/kamailio.init, packaging/debian-sarge/kamailio.postinst, packaging/debian-sarge/rules, packaging/debian/kamailio.README.Debian, packaging/debian/kamailio.dirs, packaging/debian/kamailio.init, packaging/debian/kamailio.postinst, packaging/debian/rules, packaging/fedora/kamailio.init, packaging/fedora/kamailio.spec, packaging/freebsd/Makefile, packaging/gentoo/kamailio-1.2.0.ebuild, packaging/gentoo/kamailio.init, packaging/netbsd/PLIST, packaging/openbsd/pkg/PLIST, packaging/rpm/kamailio.init, packaging/rpm/kamailio.init.SuSE, packaging/rpm/kamailio.spec-4.1, packaging/rpm/kamailio.spec.SuSE: - fixed renaming 2008-08-06 11:54 Henning Westerholt, * [r4605] README: - fix readme, don't refer to the (now) empty NEWS file - patch from Carsten Gross, carsten dot gross at 1und1 dot de 2008-08-06 11:46 Klaus Darilion, * [r4604] utils/db_berkeley/bdb_recover.c, utils/db_berkeley/bdb_recover.h, utils/db_berkeley/kambdb_recover.c, utils/db_berkeley/kambdb_recover.h: - renamed: bdb_recover -> kambdb_recover 2008-08-06 11:44 Henning Westerholt, * [r4603] modules/osp/destination.c: - port from opensips, r4517, Credits goes to Bogdan - missing include in OSP module 2008-08-06 11:44 Klaus Darilion, * [r4602] Makefile, modules/db_berkeley/README, modules/db_berkeley/doc/db_berkeley_admin.xml, packaging/debian-etch/rules, packaging/debian-sarge/rules, packaging/debian/rules, packaging/fedora/kamailio.spec, scripts/kamdbctl.db_berkeley, utils/db_berkeley/Makefile, utils/db_berkeley/bdb_recover.c: - renamed: bdb_recover -> kambdb_recover 2008-08-06 11:30 Klaus Darilion, * [r4601] ChangeLog: - restored Changelog - we can not change the history :-) 2008-08-06 11:30 Henning Westerholt, * [r4600] modules/tm/t_lookup.c: - port from opensips, r4494, Credits goes to Bogdan - fix wrong goto in t_lookup_request, local UAS transaction case (probably wrong log msg in opensips commit log msg) 2008-08-06 11:25 Henning Westerholt, * [r4599] resolve.c: - port from opensips, r4495, Credits goes to Bogdan - fixes related to SRV load balancing - use correct variable in the "multiple nodes with the same priority" case - cast rand() to float, small formatting change 2008-08-06 11:15 Henning Westerholt, * [r4598] resolve.c, resolve.h: - port from opensips, r4493, Credits goes to Bogdan - SRV lookup is now doing proper load balancing (based on weights) between records with the same priority, related to #1959944 2008-08-06 11:04 Klaus Darilion, * [r4597] AUTHORS, COPYING, CREDITS, ChangeLog, INSTALL, Makefile, Makefile.defs, Makefile.modules, README, README-MODULES, action.c, action.h, blacklists.c, blacklists.h, config.h, core_stats.c, core_stats.h, daemonize.c, data_lump.c, data_lump_rpl.c, dprint.c, dprint.h, errinfo.c, error.c, error.h, flags.c, forward.c, forward.h, help_msg.h, io_wait.c, ip_addr.c, lock_alloc.h, lock_ops.h, locking.h, main.c, md5utils.c, resolve.c, sr_module.h, statistics.h, tcp_main.c: - renaming: openser -> Kamailio 2008-08-06 10:49 Klaus Darilion, * [r4596] modules/auth_radius/README, modules/avp_radius/README, modules/carrierroute/README, modules/cpl-c/README, modules/db_berkeley/README, modules/db_mysql/README, modules/db_oracle/README, modules/db_postgres/README, modules/db_unixodbc/README, modules/group_radius/README, modules/h350/README, modules/jabber/README, modules/ldap/README, modules/mi_xmlrpc/README, modules/osp/README, modules/peering/README, modules/perl/README, modules/perlvdb/README, modules/presence/README, modules/presence_mwi/README, modules/presence_xml/README, modules/pua/README, modules/pua_bla/README, modules/pua_mi/README, modules/pua_usrloc/README, modules/pua_xmpp/README, modules/rls/README, modules/seas/README, modules/snmpstats/README, modules/tlsops/README, modules/uri_radius/README, modules/xcap_client/README, modules/xmpp/README: - regenerated all READMEs (make modules-readme exclude_modules="") 2008-08-06 10:39 Klaus Darilion, * [r4595] modules/acc/README, modules/alias_db/README, modules/auth/README, modules/auth_db/README, modules/auth_diameter/README, modules/avpops/README, modules/benchmark/README, modules/cfgutils/README, modules/db_flatstore/README, modules/db_text/README, modules/dialog/README, modules/dialplan/README, modules/dispatcher/README, modules/diversion/README, modules/domain/README, modules/domainpolicy/README, modules/enum/README, modules/exec/README, modules/gflags/README, modules/group/README, modules/imc/README, modules/lcr/README, modules/mangler/README, modules/maxfwd/README, modules/mediaproxy/README, modules/mi_datagram/README, modules/mi_fifo/README, modules/msilo/README, modules/nat_traversal/README, modules/nathelper/README, modules/options/README, modules/path/README, modules/pdt/README, modules/permissions/README, modules/pike/README, modules/ratelimit/README, modules/registrar/README, modules/rr/README, modules/siptrace/README, modules/sl/README, modules/sms/README, modules/speeddial/README, modules/sst/README, modules/statistics/README, modules/textops/README, modules/tm/README, modules/uac/README, modules/uac_redirect/README, modules/uri/README, modules/uri_db/README, modules/userblacklist/README, modules/usrloc/README, modules/xlog/README, tls/README, tls/doc/Makefile: - rebuilt default READMEs 2008-08-06 10:08 Klaus Darilion, * [r4594] doc/dbschema/bookinfo.xml, modules/acc/doc/acc.xml, modules/acc/doc/acc_admin.xml, modules/acc/doc/acc_faq.xml, modules/alias_db/doc/alias_db.xml, modules/alias_db/doc/alias_db_admin.xml, modules/auth/doc/auth.xml, modules/auth/doc/auth_admin.xml, modules/auth_db/doc/auth_db_admin.xml, modules/auth_diameter/doc/auth_diameter.xml, modules/auth_diameter/doc/auth_diameter_admin.xml, modules/auth_radius/doc/auth_radius_admin.xml, modules/avp_radius/doc/avp_radius_admin.xml, modules/avpops/doc/avpops.xml, modules/avpops/doc/avpops_admin.xml, modules/benchmark/doc/benchmark.xml, modules/benchmark/doc/benchmark_admin.xml, modules/benchmark/doc/benchmark_devel.xml, modules/carrierroute/doc/carrierroute.xml, modules/carrierroute/doc/carrierroute_admin.xml, modules/cpl-c/doc/cpl-c.xml, modules/cpl-c/doc/cpl-c_admin.xml, modules/db_berkeley/doc/db_berkeley.xml, modules/db_berkeley/doc/db_berkeley_admin.xml, modules/db_flatstore/doc/db_flatstore.xml, modules/db_flatstore/doc/db_flatstore_admin.xml, modules/db_mysql/doc/db_mysql.xml, modules/db_mysql/doc/db_mysql_admin.xml, modules/db_oracle/doc/db_oracle.xml, modules/db_oracle/doc/db_oracle_admin.xml, modules/db_postgres/doc/db_postgres.xml, modules/db_postgres/doc/db_postgres_admin.xml, modules/db_text/doc/db_text.xml, modules/db_text/doc/db_text_admin.xml, modules/db_text/doc/db_text_devel.xml, modules/db_unixodbc/doc/db_unixodbc.xml, modules/db_unixodbc/doc/db_unixodbc_admin.xml, modules/db_unixodbc/doc/db_unixodbc_devel.xml, modules/dialog/doc/dialog.xml, modules/dialog/doc/dialog_admin.xml, modules/dialog/doc/dialog_faq.xml, modules/dialplan/doc/dialplan.xml, modules/dialplan/doc/dialplan_admin.xml, modules/dialplan/doc/dialplan_devel.xml, modules/dispatcher/doc/dispatcher.xml, modules/dispatcher/doc/dispatcher_admin.xml, modules/dispatcher/doc/dispatcher_faq.xml, modules/diversion/doc/diversion.xml, modules/diversion/doc/diversion_admin.xml, modules/domain/doc/domain_devel.xml, modules/enum/doc/enum_admin.xml, modules/exec/doc/exec.xml, modules/exec/doc/exec_admin.xml, modules/group/doc/group.xml, modules/group/doc/group_admin.xml, modules/group_radius/doc/group_radius.xml, modules/group_radius/doc/group_radius_admin.xml, modules/h350/doc/h350.xml, modules/imc/doc/imc.xml, modules/imc/doc/imc_admin.xml, modules/jabber/doc/jabber.xml, modules/jabber/doc/jabber_admin.xml, modules/lcr/doc/lcr_admin.xml, modules/ldap/doc/ldap.xml, modules/mangler/doc/mangler.xml, modules/mangler/doc/mangler_admin.xml, modules/maxfwd/doc/maxfwd.xml, modules/maxfwd/doc/maxfwd_admin.xml, modules/mediaproxy/doc/mediaproxy_admin.xml, modules/mi_datagram/doc/mi_datagram.xml, modules/mi_datagram/doc/mi_datagram_admin.xml, modules/mi_datagram/doc/mi_datagram_faq.xml, modules/mi_fifo/doc/mi_fifo.xml, modules/mi_fifo/doc/mi_fifo_admin.xml, modules/mi_xmlrpc/doc/mi_xmlrpc.xml, modules/mi_xmlrpc/doc/mi_xmlrpc_admin.xml, modules/msilo/doc/msilo.xml, modules/msilo/doc/msilo_admin.xml, modules/nat_traversal/doc/nat_traversal_admin.xml, modules/nathelper/doc/nathelper.xml, modules/nathelper/doc/nathelper_admin.xml, modules/nathelper/doc/nathelper_faq.xml, modules/options/doc/options.xml, modules/options/doc/options_admin.xml, modules/osp/doc/osp.xml, modules/path/doc/path.xml, modules/path/doc/path_admin.xml, modules/pdt/doc/pdt.xml, modules/pdt/doc/pdt_admin.xml, modules/peering/doc/peering_admin.xml, modules/perl/doc/perl.xml, modules/perl/doc/perl_admin.xml, modules/perl/doc/perl_faq.xml, modules/perlvdb/doc/perlvdb.xml, modules/perlvdb/doc/perlvdb_admin.xml, modules/permissions/doc/permissions.xml, modules/permissions/doc/permissions_admin.xml, modules/pike/doc/pike.xml, modules/pike/doc/pike_admin.xml, modules/presence/doc/presence.xml, modules/presence/doc/presence_admin.xml, modules/presence/doc/presence_devel.xml, modules/presence_mwi/doc/presence_mwi.xml, modules/presence_mwi/doc/presence_mwi_admin.xml, modules/presence_xml/doc/presence_xml.xml, modules/presence_xml/doc/presence_xml_admin.xml, modules/presence_xml/doc/presence_xml_devel.xml, modules/pua/doc/pua.xml, modules/pua/doc/pua_admin.xml, modules/pua/doc/pua_devel.xml, modules/pua_bla/doc/pua_bla.xml, modules/pua_bla/doc/pua_bla_admin.xml, modules/pua_mi/doc/pua_mi.xml, modules/pua_mi/doc/pua_mi_admin.xml, modules/pua_usrloc/doc/pua_usrloc.xml, modules/pua_usrloc/doc/pua_usrloc_admin.xml, modules/pua_xmpp/doc/pua_xmpp.xml, modules/pua_xmpp/doc/pua_xmpp_admin.xml, modules/pua_xmpp/doc/pua_xmpp_devel.xml, modules/ratelimit/doc/ratelimit.xml, modules/ratelimit/doc/ratelimit_admin.xml, modules/registrar/doc/registrar.xml, modules/registrar/doc/registrar_admin.xml, modules/registrar/doc/registrar_faq.xml, modules/rls/doc/rls.xml, modules/rls/doc/rls_admin.xml, modules/rls/doc/rls_devel.xml, modules/rr/doc/rr.xml, modules/rr/doc/rr_admin.xml, modules/rr/doc/rr_devel.xml, modules/siptrace/doc/siptrace.xml, modules/siptrace/doc/siptrace_admin.xml, modules/sl/doc/sl.xml, modules/sl/doc/sl_admin.xml, modules/sms/doc/sms.xml, modules/sms/doc/sms_admin.xml, modules/sms/doc/sms_devel.xml, modules/snmpstats/doc/snmpstats.xml, modules/snmpstats/doc/snmpstats_admin.xml, modules/snmpstats/doc/snmpstats_faq.xml, modules/speeddial/doc/speeddial.xml, modules/speeddial/doc/speeddial_admin.xml, modules/sst/doc/sst.xml, modules/sst/doc/sst_admin.xml, modules/statistics/doc/statistics.xml, modules/statistics/doc/statistics_admin.xml, modules/textops/doc/textops.xml, modules/textops/doc/textops_admin.xml, modules/tlsops/doc/tlsops.xml, modules/tlsops/doc/tlsops_admin.xml, modules/tlsops/doc/tlsops_faq.xml, modules/tm/doc/tm.xml, modules/tm/doc/tm_admin.xml, modules/uac/doc/uac.xml, modules/uac/doc/uac_admin.xml, modules/uac_redirect/doc/uac_redirect.xml, modules/uac_redirect/doc/uac_redirect_admin.xml, modules/uri/doc/uri.xml, modules/uri/doc/uri_admin.xml, modules/uri_db/doc/uri_db.xml, modules/uri_db/doc/uri_db_admin.xml, modules/uri_radius/doc/uri_radius.xml, modules/uri_radius/doc/uri_radius_admin.xml, modules/userblacklist/doc/userblacklist_admin.xml, modules/usrloc/doc/usrloc.xml, modules/usrloc/doc/usrloc_admin.xml, modules/xcap_client/doc/xcap_client.xml, modules/xcap_client/doc/xcap_client_admin.xml, modules/xlog/doc/xlog.xml, modules/xlog/doc/xlog_admin.xml, modules/xmpp/doc/xmpp.xml, modules/xmpp/doc/xmpp_admin.xml, tls/doc/tls.xml, tls/doc/tls_faq.xml: - renaming: changed entities in documentation 2008-08-06 10:05 Daniel-Constantin Mierla, * [r4593] modules/tm/t_msgbuilder.c: - fix adding Route headers for CANCEL (closes #1964515, reported by axlh) 2008-08-06 09:47 Henning Westerholt, * [r4592] modules/dialog/dlg_handlers.c: - port from opensips, r4496, Credits goes to Bogdan - for sequential requests, the dialog lifetime is not update only if explicitly set from the script. This will avoid overwritting an initial custom lifetime with the default lifetime, during a sequential request. Reported by Kobi Eshun. 2008-08-06 09:44 Klaus Darilion, * [r4591] doc/entities.xml: - renaming: changed entities 2008-08-06 09:40 Henning Westerholt, * [r4590] NEWS: - fix error in previous commit, there should be a NEWS file present its empty now.. 2008-08-06 09:38 Henning Westerholt, * [r4589] NEWS: - remove deprecated NEWS file 2008-08-06 09:19 Klaus Darilion, * [r4588] packaging/debian-etch/changelog, packaging/debian-etch/control, packaging/debian-etch/copyright, packaging/debian-etch/kamailio.README.Debian, packaging/debian-etch/kamailio.default, packaging/debian-etch/kamailio.dirs, packaging/debian-etch/kamailio.init, packaging/debian-etch/kamailio.postinst, packaging/debian-etch/patches/10_no_lib64_on_64_bits.dpatch, packaging/debian-etch/patches/11_always_smp.dpatch, packaging/debian-etch/rules, packaging/debian-sarge/changelog, packaging/debian-sarge/control, packaging/debian-sarge/copyright, packaging/debian-sarge/kamailio.README.Debian, packaging/debian-sarge/kamailio.default, packaging/debian-sarge/kamailio.dirs, packaging/debian-sarge/kamailio.init, packaging/debian-sarge/kamailio.postinst, packaging/debian-sarge/patches/10_no_lib64_on_64_bits.dpatch, packaging/debian-sarge/patches/11_always_smp.dpatch, packaging/debian-sarge/rules, packaging/debian/changelog, packaging/debian/control, packaging/debian/copyright, packaging/debian/kamailio.README.Debian, packaging/debian/kamailio.default, packaging/debian/kamailio.dirs, packaging/debian/kamailio.init, packaging/debian/kamailio.postinst, packaging/debian/patches/10_no_lib64_on_64_bits.dpatch, packaging/debian/patches/11_always_smp.dpatch, packaging/debian/rules, packaging/fedora/kamailio.init, packaging/fedora/kamailio.spec, packaging/freebsd/Makefile, packaging/freebsd/distinfo, packaging/freebsd/files/patch-Makefile, packaging/freebsd/files/pkg-deinstall.in, packaging/freebsd/files/pkg-install.in, packaging/freebsd/pkg-descr, packaging/gentoo/kamailio-1.2.0.ebuild, packaging/gentoo/kamailio.init, packaging/netbsd/COMMENT, packaging/netbsd/DESCR, packaging/netbsd/Makefile, packaging/netbsd/PLIST, packaging/netbsd/distinfo, packaging/openbsd/Makefile, packaging/openbsd/distinfo, packaging/openbsd/pkg/COMMENT, packaging/openbsd/pkg/DESCR, packaging/openbsd/pkg/PLIST, packaging/rpm/kamailio.init, packaging/rpm/kamailio.init.SuSE, packaging/rpm/kamailio.spec-4.1, packaging/rpm/kamailio.spec.SuSE, packaging/solaris/pkginfo, packaging/solaris/prototype: - renamed packaging (I saw that some packaging stuff is outdated, eg. still refering to openser_mysql.sh) 2008-08-06 09:10 Klaus Darilion, * [r4587] packaging/gentoo/kamailio-1.2.0.ebuild, packaging/gentoo/kamailio.init, packaging/gentoo/openser-1.2.0.ebuild, packaging/gentoo/openser.init: - renaming 2008-08-06 08:42 Klaus Darilion, * [r4586] packaging/debian-etch/kamailio.README.Debian, packaging/debian-etch/kamailio.default, packaging/debian-etch/kamailio.dirs, packaging/debian-etch/kamailio.examples, packaging/debian-etch/kamailio.init, packaging/debian-etch/kamailio.postinst, packaging/debian-etch/openser.README.Debian, packaging/debian-etch/openser.default, packaging/debian-etch/openser.dirs, packaging/debian-etch/openser.examples, packaging/debian-etch/openser.init, packaging/debian-etch/openser.postinst, packaging/debian-sarge/kamailio.README.Debian, packaging/debian-sarge/kamailio.default, packaging/debian-sarge/kamailio.dirs, packaging/debian-sarge/kamailio.examples, packaging/debian-sarge/kamailio.init, packaging/debian-sarge/kamailio.postinst, packaging/debian-sarge/openser.README.Debian, packaging/debian-sarge/openser.default, packaging/debian-sarge/openser.dirs, packaging/debian-sarge/openser.examples, packaging/debian-sarge/openser.init, packaging/debian-sarge/openser.postinst, packaging/debian/kamailio.README.Debian, packaging/debian/kamailio.default, packaging/debian/kamailio.dirs, packaging/debian/kamailio.examples, packaging/debian/kamailio.init, packaging/debian/kamailio.postinst, packaging/debian/openser.README.Debian, packaging/debian/openser.default, packaging/debian/openser.dirs, packaging/debian/openser.examples, packaging/debian/openser.init, packaging/debian/openser.postinst, packaging/fedora/kamailio.init, packaging/fedora/kamailio.spec, packaging/fedora/openser.init, packaging/fedora/openser.spec, packaging/rpm/kamailio.init, packaging/rpm/kamailio.init.SuSE, packaging/rpm/kamailio.spec-4.1, packaging/rpm/kamailio.spec.SuSE, packaging/rpm/openser.init, packaging/rpm/openser.init.SuSE, packaging/rpm/openser.spec-4.1, packaging/rpm/openser.spec.SuSE: - renaming of packaging files (except gentoo as this is for version 1.2, should be updated by a gentoo user) 2008-08-06 08:20 Klaus Darilion, * [r4585] modules/acc/README, modules/acc/acc_extra.c, modules/acc/acc_extra.h, modules/acc/acc_mod.c, modules/acc/doc/acc_admin.xml, modules/acc/etc/radiusclient.conf, modules/alias_db/alias_db.c, modules/alias_db/alias_db.h, modules/alias_db/alookup.c, modules/alias_db/alookup.h, modules/auth/README, modules/auth/doc/auth_admin.xml, modules/auth_radius/sterman.c, modules/avp_radius/avp_radius.c, modules/avpops/README, modules/avpops/avpops.c, modules/avpops/avpops_db.c, modules/avpops/avpops_db.h, modules/avpops/avpops_impl.c, modules/avpops/avpops_impl.h, modules/avpops/avpops_parse.c, modules/avpops/avpops_parse.h, modules/avpops/doc/avpops_admin.xml, modules/benchmark/README, modules/benchmark/benchmark.c, modules/benchmark/benchmark.h, modules/benchmark/benchmark_api.h, modules/benchmark/doc/benchmark_admin.xml, modules/carrierroute/README, modules/carrierroute/doc/carrierroute.xml, modules/carrierroute/doc/carrierroute_admin.xml, modules/cfgutils/README, modules/cfgutils/doc/cfgutils_admin.xml, modules/cpl-c/README, modules/cpl-c/doc/cpl-c_admin.xml, modules/db_berkeley/README, modules/db_berkeley/bdb_lib.c, modules/db_berkeley/doc/db_berkeley_admin.xml, modules/db_mysql/README, modules/db_mysql/db_mysql.c, modules/db_mysql/doc/db_mysql_admin.xml, modules/db_oracle/README, modules/db_oracle/doc/db_oracle_admin.xml, modules/db_postgres/dbase.c, modules/db_text/README, modules/db_text/doc/db_text_admin.xml, modules/db_unixodbc/README, modules/db_unixodbc/doc/db_unixodbc_admin.xml, modules/dialplan/README, modules/dialplan/doc/dialplan_admin.xml, modules/dialplan/trex.h, modules/dispatcher/README, modules/dispatcher/doc/dispatcher.cfg, modules/dispatcher/doc/dispatcher_admin.xml, modules/domain/api.c, modules/domain/api.h, modules/h350/README, modules/h350/doc/h350_admin.xml, modules/h350/h350_exp_fn.c, modules/h350/h350_exp_fn.h, modules/h350/h350_mod.c, modules/h350/h350_mod.h, modules/imc/README, modules/imc/doc/imc_admin.xml, modules/ldap/README, modules/ldap/api.h, modules/ldap/doc/ldap_admin.xml, modules/ldap/doc/ldap_devel.xml, modules/ldap/etc/ldap.cfg, modules/ldap/iniparser.c, modules/ldap/iniparser.h, modules/ldap/ld_session.c, modules/ldap/ld_session.h, modules/ldap/ldap_api_fn.c, modules/ldap/ldap_api_fn.h, modules/ldap/ldap_connect.c, modules/ldap/ldap_connect.h, modules/ldap/ldap_escape.c, modules/ldap/ldap_escape.h, modules/ldap/ldap_exp_fn.c, modules/ldap/ldap_exp_fn.h, modules/ldap/ldap_mod.c, modules/mi_datagram/README, modules/mi_datagram/doc/mi_datagram_faq.xml, modules/mi_fifo/README, modules/mi_fifo/doc/mi_fifo_admin.xml, modules/mi_fifo/fifo_fnc.h, modules/mi_xmlrpc/mi_xmlrpc.c, modules/mi_xmlrpc/mi_xmlrpc.h, modules/mi_xmlrpc/xr_parser.c, modules/mi_xmlrpc/xr_parser.h, modules/mi_xmlrpc/xr_server.c, modules/mi_xmlrpc/xr_server.h, modules/mi_xmlrpc/xr_writer.c, modules/mi_xmlrpc/xr_writer.h, modules/msilo/README, modules/msilo/doc/msilo.cfg, modules/msilo/doc/msilo_admin.xml, modules/nat_traversal/README, modules/nat_traversal/doc/nat_traversal_admin.xml, modules/osp/README, modules/osp/doc/osp_admin.xml, modules/osp/doc/osp_devel.xml, modules/osp/etc/sample-osp-openser.cfg, modules/osp/orig_transaction.c, modules/peering/README, modules/peering/doc/peering_admin.xml, modules/permissions/README, modules/permissions/doc/permissions_admin.xml, modules/presence/README, modules/presence/bind_presence.c, modules/presence/bind_presence.h, modules/presence/doc/presence_admin.xml, modules/presence/event_list.c, modules/presence/event_list.h, modules/presence/hash.c, modules/presence/hash.h, modules/presence/notify.c, modules/presence/notify.h, modules/presence/presence.c, modules/presence/presence.h, modules/presence/presentity.c, modules/presence/presentity.h, modules/presence/publish.c, modules/presence/publish.h, modules/presence/subscribe.c, modules/presence/subscribe.h, modules/presence/utils_func.c, modules/presence/utils_func.h, modules/presence_xml/README, modules/presence_xml/add_events.c, modules/presence_xml/add_events.h, modules/presence_xml/doc/presence_xml_admin.xml, modules/presence_xml/notify_body.c, modules/presence_xml/notify_body.h, modules/presence_xml/pidf.c, modules/presence_xml/pidf.h, modules/presence_xml/presence_xml.c, modules/presence_xml/presence_xml.h, modules/presence_xml/xcap_auth.c, modules/presence_xml/xcap_auth.h, modules/pua/README, modules/pua/doc/pua_admin.xml, modules/pua_bla/README, modules/pua_bla/doc/pua_bla_admin.xml, modules/pua_mi/README, modules/pua_mi/doc/pua_mi_admin.xml, modules/pua_usrloc/README, modules/pua_usrloc/doc/pua_usrloc_admin.xml, modules/pua_xmpp/pidf.c, modules/pua_xmpp/pua_xmpp.c, modules/pua_xmpp/request_winfo.c, modules/pua_xmpp/simple2xmpp.c, modules/pua_xmpp/xmpp2simple.c, modules/ratelimit/README, modules/ratelimit/doc/ratelimit_admin.xml, modules/registrar/README, modules/registrar/doc/registrar_faq.xml, modules/rls/README, modules/rls/doc/rls_admin.xml, modules/rr/README, modules/rr/api.c, modules/rr/api.h, modules/rr/doc/rr_admin.xml, modules/rr/rr_cb.c, modules/rr/rr_cb.h, modules/seas/README, modules/seas/doc/seas_admin.xml, modules/seas/doc/seas_devel.xml, modules/siptrace/README, modules/siptrace/doc/siptrace_admin.xml, modules/sl/sl_cb.c, modules/sl/sl_cb.h, modules/sl/sl_funcs.c, modules/sms/sms_funcs.h, modules/speeddial/README, modules/speeddial/doc/speeddial.cfg, modules/speeddial/doc/speeddial_admin.xml, modules/speeddial/sdlookup.c, modules/speeddial/sdlookup.h, modules/speeddial/speeddial.c, modules/speeddial/speeddial.h, modules/sst/Makefile, modules/sst/doc/sst.xml, modules/sst/doc/sst_admin.xml, modules/sst/sst.c, modules/textops/README, modules/textops/doc/textops_admin.xml, modules/tm/README, modules/tm/doc/tm_admin.xml, modules/tm/t_reply.c, modules/uac/auth.c, modules/uac/auth_alg.c, modules/uac/auth_alg.h, modules/uac/auth_hdr.c, modules/uac/auth_hdr.h, modules/uac/from.c, modules/uac/from.h, modules/uac/uac.c, modules/uac_redirect/rd_filter.c, modules/uac_redirect/rd_filter.h, modules/uac_redirect/rd_funcs.c, modules/uac_redirect/rd_funcs.h, modules/uac_redirect/redirect.c, modules/userblacklist/README, modules/userblacklist/doc/userblacklist_admin.xml, modules/usrloc/ul_mi.c, modules/xcap_client/Makefile, modules/xcap_client/README, modules/xcap_client/doc/xcap_client_admin.xml, modules/xlog/README, modules/xlog/doc/xlog_admin.xml, modules/xmpp/README, modules/xmpp/doc/openser-xmpp.cfg, modules/xmpp/doc/xmpp_admin.xml, modules/xmpp/network.c, modules/xmpp/util.c, modules/xmpp/xmpp.c, modules/xmpp/xmpp_api.c, modules/xmpp/xmpp_component.c, modules/xmpp/xmpp_server.c: - renaming: openser -> kamailio 2008-08-05 21:33 Daniel-Constantin Mierla, * [r4584] Makefile: - more on updating installation of tools due to renaming 2008-08-05 20:46 Daniel-Constantin Mierla, * [r4583] modules/pua_xmpp/README, modules/pua_xmpp/doc/pua_xmpp_admin.xml: - proper info about server_address parameter - update examples to pua_xmpp_notify() - reported by Cesar Troncoso 2008-08-05 20:38 Daniel-Constantin Mierla, * [r4582] kamailio.8, kamailio.cfg.5, openser.8, openser.cfg.5: - renamed man pages 2008-08-05 20:37 Daniel-Constantin Mierla, * [r4581] Makefile, Makefile.defs: - complete install process upon renaming 2008-08-05 18:56 Ovidiu Sas, * [r4580] modules/dialog/README, modules/dialog/dialog.c, modules/dialog/dlg_profile.c, modules/dialog/dlg_profile.h, modules/dialog/doc/dialog_admin.xml: - port from opensips, r4516, credits goes to Bogdan-Andrei Iancu - new function added : unset_dlg_profile() - removes the dialog from a profile; This functionality is very useful if you have scenarios with serial forking and the profile is related to the destination. 2008-08-05 17:21 Henning Westerholt, * [r4579] Makefile: - fix make utils 2008-08-05 17:18 Elena-Ramona Modroiu, * [r4578] tls/doc/Makefile, tls/doc/tls.xml, tls/doc/tls_admin.xml, tls/doc/tls_devel.xml, tls/doc/tls_faq.xml: - format converted to docbook xml - added Makefile to help generating html format 2008-08-05 16:38 Klaus Darilion, * [r4577] INSTALL, Makefile, config.h, modules/cfgutils/README, modules/cfgutils/doc/cfgutils_admin.xml, modules/domainpolicy/domainpolicy.h, modules/lcr/README, modules/lcr/doc/lcr_admin.xml, modules/perl/README, modules/perl/doc/perl_admin.xml, modules/seas/README, modules/seas/doc/seas_admin.xml, modules/snmpstats/README, modules/snmpstats/doc/snmpstats_faq.xml, modules/snmpstats/openserObjects.c, modules/snmpstats/openserObjects.h, modules/snmpstats/snmpstats.c, modules/snmpstats/snmpstats.h, modules/sst/README, modules/sst/doc/sst_admin.xml, modules/textops/textops.c, openser.8, openser.cfg.5, packaging/debian-etch/changelog, packaging/debian-etch/openser.init, packaging/debian-sarge/changelog, packaging/debian-sarge/openser.init, packaging/debian/changelog, packaging/debian/openser.init, packaging/fedora/openser.init, packaging/fedora/openser.spec, packaging/freebsd/Makefile, packaging/netbsd/Makefile, packaging/netbsd/PLIST, packaging/openbsd/Makefile, packaging/openbsd/pkg/PLIST, packaging/rpm/openser.init, packaging/rpm/openser.init.SuSE, packaging/solaris/prototype, tls/doc/tls_admin.xml: - renamed: openser.cfg -> kamailio.cfg 2008-08-05 16:22 Klaus Darilion, * [r4576] etc/kamailio.cfg: - renaming 2008-08-05 16:17 Klaus Darilion, * [r4575] etc/kamailio.cfg, etc/openser.cfg: - rename openser.cfg -> kamailio.cfg 2008-08-05 16:14 Klaus Darilion, * [r4574] scripts/kamctl, scripts/kamctl.8, scripts/kamctl.base, scripts/kamctl.ctlbase, scripts/kamctl.db_berkeley, scripts/kamctl.dbtext, scripts/kamctl.fifo, scripts/kamctl.mysql, scripts/kamctl.oracle, scripts/kamctl.pgsql, scripts/kamctl.sqlbase, scripts/kamctl.unixsock, scripts/kamctlrc, scripts/kamdbctl, scripts/kamdbctl.base, scripts/kamdbctl.db_berkeley, scripts/kamdbctl.dbtext, scripts/kamdbctl.mysql, scripts/kamdbctl.oracle, scripts/kamdbctl.pgsql, scripts/kamdbfunc.oracle: - renaming scripts (now really finished) 2008-08-05 15:41 Klaus Darilion, * [r4573] modules/peering/verify.c: - fix UINT4->uint32_t: ported from opensip rev 4578 2008-08-05 15:39 Klaus Darilion, * [r4572] scripts/db_berkeley/kamailio, scripts/db_berkeley/kamailio/acc, scripts/db_berkeley/kamailio/active_watchers, scripts/db_berkeley/kamailio/address, scripts/db_berkeley/kamailio/aliases, scripts/db_berkeley/kamailio/carrierfailureroute, scripts/db_berkeley/kamailio/carrierroute, scripts/db_berkeley/kamailio/cpl, scripts/db_berkeley/kamailio/dbaliases, scripts/db_berkeley/kamailio/dialog, scripts/db_berkeley/kamailio/dialplan, scripts/db_berkeley/kamailio/dispatcher, scripts/db_berkeley/kamailio/domain, scripts/db_berkeley/kamailio/domainpolicy, scripts/db_berkeley/kamailio/globalblacklist, scripts/db_berkeley/kamailio/grp, scripts/db_berkeley/kamailio/gw, scripts/db_berkeley/kamailio/imc_members, scripts/db_berkeley/kamailio/imc_rooms, scripts/db_berkeley/kamailio/lcr, scripts/db_berkeley/kamailio/location, scripts/db_berkeley/kamailio/missed_calls, scripts/db_berkeley/kamailio/pdt, scripts/db_berkeley/kamailio/presentity, scripts/db_berkeley/kamailio/pua, scripts/db_berkeley/kamailio/re_grp, scripts/db_berkeley/kamailio/rls_presentity, scripts/db_berkeley/kamailio/rls_watchers, scripts/db_berkeley/kamailio/route_tree, scripts/db_berkeley/kamailio/silo, scripts/db_berkeley/kamailio/sip_trace, scripts/db_berkeley/kamailio/speed_dial, scripts/db_berkeley/kamailio/subscriber, scripts/db_berkeley/kamailio/trusted, scripts/db_berkeley/kamailio/uri, scripts/db_berkeley/kamailio/userblacklist, scripts/db_berkeley/kamailio/usr_preferences, scripts/db_berkeley/kamailio/version, scripts/db_berkeley/kamailio/watchers, scripts/db_berkeley/kamailio/xcap, scripts/db_berkeley/openser, scripts/dbtext/kamailio, scripts/dbtext/kamailio/acc, scripts/dbtext/kamailio/active_watchers, scripts/dbtext/kamailio/address, scripts/dbtext/kamailio/aliases, scripts/dbtext/kamailio/carrierfailureroute, scripts/dbtext/kamailio/carrierroute, scripts/dbtext/kamailio/cpl, scripts/dbtext/kamailio/dbaliases, scripts/dbtext/kamailio/dialog, scripts/dbtext/kamailio/dialplan, scripts/dbtext/kamailio/dispatcher, scripts/dbtext/kamailio/domain, scripts/dbtext/kamailio/domainpolicy, scripts/dbtext/kamailio/globalblacklist, scripts/dbtext/kamailio/grp, scripts/dbtext/kamailio/gw, scripts/dbtext/kamailio/imc_members, scripts/dbtext/kamailio/imc_rooms, scripts/dbtext/kamailio/lcr, scripts/dbtext/kamailio/location, scripts/dbtext/kamailio/missed_calls, scripts/dbtext/kamailio/pdt, scripts/dbtext/kamailio/presentity, scripts/dbtext/kamailio/pua, scripts/dbtext/kamailio/re_grp, scripts/dbtext/kamailio/rls_presentity, scripts/dbtext/kamailio/rls_watchers, scripts/dbtext/kamailio/route_tree, scripts/dbtext/kamailio/silo, scripts/dbtext/kamailio/sip_trace, scripts/dbtext/kamailio/speed_dial, scripts/dbtext/kamailio/subscriber, scripts/dbtext/kamailio/trusted, scripts/dbtext/kamailio/uri, scripts/dbtext/kamailio/userblacklist, scripts/dbtext/kamailio/usr_preferences, scripts/dbtext/kamailio/version, scripts/dbtext/kamailio/watchers, scripts/dbtext/kamailio/xcap, scripts/dbtext/openser, scripts/kamctl, scripts/kamctl.8, scripts/kamctl.base, scripts/kamctl.ctlbase, scripts/kamctl.db_berkeley, scripts/kamctl.dbtext, scripts/kamctl.fifo, scripts/kamctl.mysql, scripts/kamctl.oracle, scripts/kamctl.pgsql, scripts/kamctl.sqlbase, scripts/kamctl.unixsock, scripts/kamctlrc, scripts/kamdbctl, scripts/kamdbctl.base, scripts/kamdbctl.db_berkeley, scripts/kamdbctl.dbtext, scripts/kamdbctl.mysql, scripts/kamdbctl.oracle, scripts/kamdbctl.pgsql, scripts/kamdbfunc.oracle, scripts/openserctl, scripts/openserctl.8, scripts/openserctl.base, scripts/openserctl.ctlbase, scripts/openserctl.db_berkeley, scripts/openserctl.dbtext, scripts/openserctl.fifo, scripts/openserctl.mysql, scripts/openserctl.oracle, scripts/openserctl.pgsql, scripts/openserctl.sqlbase, scripts/openserctl.unixsock, scripts/openserctlrc, scripts/openserdbctl, scripts/openserdbctl.base, scripts/openserdbctl.db_berkeley, scripts/openserdbctl.dbtext, scripts/openserdbctl.mysql, scripts/openserdbctl.oracle, scripts/openserdbctl.pgsql, scripts/openserdbfunc.oracle: - renaming scripts part 2 (finished) 2008-08-05 15:29 Klaus Darilion, * [r4571] INSTALL, Makefile, etc/tls/README, modules/benchmark/README, modules/benchmark/doc/benchmark_admin.xml, modules/carrierroute/README, modules/carrierroute/doc/carrierroute_admin.xml, modules/cfgutils/README, modules/cfgutils/doc/cfgutils_admin.xml, modules/db_berkeley/README, modules/db_berkeley/bdb_lib.c, modules/db_berkeley/doc/db_berkeley_admin.xml, modules/db_flatstore/README, modules/db_flatstore/doc/db_flatstore_admin.xml, modules/db_oracle/README, modules/db_oracle/doc/db_oracle_admin.xml, modules/dispatcher/dispatch.c, modules/gflags/README, modules/gflags/doc/gflags_admin.xml, modules/nathelper/README, modules/nathelper/doc/nathelper_admin.xml, modules/siptrace/README, modules/siptrace/doc/siptrace_admin.xml, modules/snmpstats/README, modules/snmpstats/doc/snmpstats_faq.xml, modules/userblacklist/README, modules/userblacklist/doc/userblacklist_admin.xml, modules/userblacklist/userblacklist.c, packaging/debian-etch/changelog, packaging/debian-etch/rules, packaging/debian-sarge/changelog, packaging/debian-sarge/rules, packaging/debian/changelog, packaging/debian/rules, packaging/fedora/openser.spec, packaging/freebsd/Makefile, packaging/freebsd/files/patch-Makefile, packaging/netbsd/PLIST, packaging/openbsd/pkg/PLIST, packaging/rpm/openser.spec-4.1, packaging/rpm/openser.spec.SuSE, packaging/solaris/prototype, scripts/dbtextdb/dbtextdb.py, scripts/openserctl, scripts/openserctl.8, scripts/openserctl.dbtext, scripts/openserctl.fifo, scripts/openserctl.mysql, scripts/openserctl.oracle, scripts/openserctl.pgsql, scripts/openserctl.unixsock, scripts/openserctlrc, scripts/openserdbctl, scripts/openserdbctl.base, scripts/openserdbctl.dbtext, scripts/openserdbctl.mysql, scripts/openserdbctl.oracle, scripts/openserdbctl.pgsql: - renaming scripts part 1 2008-08-05 15:21 Klaus Darilion, * [r4568] main.c, pt.c, pt.h, sr_module.c, tcp_main.c, timer.c: - renamed internal function: reusing Bogdan's idea as it is good to do not have the application's name in code 2008-08-05 15:04 Klaus Darilion, * [r4567] doc/doxygen/kamailio-doxygen, doc/doxygen/openser-doxygen: - renaming: openser-doxygen -> kamailio-doxygen 2008-08-05 15:03 Klaus Darilion, * [r4566] Makefile, Makefile.rules, doc/dbschema/bookinfo.xml, doc/dbschema/catalog.xml, doc/doxygen/openser-doxygen, parser/hf.h: - renaming: openser -> kamailio 2008-08-05 14:58 Klaus Darilion, * [r4565] db/README, db/db.c, db/schema/Makefile, db/schema/acc.xml, db/schema/address.xml, db/schema/aliases.xml, db/schema/carrierfailureroute.xml, db/schema/carrierroute.xml, db/schema/cpl.xml, db/schema/dbaliases.xml, db/schema/dialog.xml, db/schema/dialplan.xml, db/schema/dispatcher.xml, db/schema/domain.xml, db/schema/domainpolicy.xml, db/schema/entities.xml, db/schema/globalblacklist.xml, db/schema/grp.xml, db/schema/gw.xml, db/schema/imc_members.xml, db/schema/imc_rooms.xml, db/schema/lcr.xml, db/schema/location.xml, db/schema/missed_calls.xml, db/schema/openser-acc.xml, db/schema/openser-alias_db.xml, db/schema/openser-auth_db.xml, db/schema/openser-avpops.xml, db/schema/openser-carrierroute.xml, db/schema/openser-cpl.xml, db/schema/openser-dialog.xml, db/schema/openser-dialplan.xml, db/schema/openser-dispatcher.xml, db/schema/openser-domain.xml, db/schema/openser-domainpolicy.xml, db/schema/openser-extensions.xml, db/schema/openser-group.xml, db/schema/openser-imc.xml, db/schema/openser-lcr.xml, db/schema/openser-msilo.xml, db/schema/openser-pdt.xml, db/schema/openser-permissions.xml, db/schema/openser-presence.xml, db/schema/openser-registrar.xml, db/schema/openser-rls.xml, db/schema/openser-siptrace.xml, db/schema/openser-speeddial.xml, db/schema/openser-standard.xml, db/schema/openser-uri_db.xml, db/schema/openser-userblacklist.xml, db/schema/openser-usrloc.xml, db/schema/pdt.xml, db/schema/pr_active_watchers.xml, db/schema/pr_presentity.xml, db/schema/pr_pua.xml, db/schema/pr_watchers.xml, db/schema/pr_xcap.xml, db/schema/re_grp.xml, db/schema/rls_presentity.xml, db/schema/rls_watchers.xml, db/schema/route_tree.xml, db/schema/silo.xml, db/schema/sip_trace.xml, db/schema/speed_dial.xml, db/schema/subscriber.xml, db/schema/template.xml, db/schema/trusted.xml, db/schema/uri.xml, db/schema/userblacklist.xml, db/schema/usr_preferences.xml, db/schema/version.xml, mi/mi.c: - renaming: openser -> kamailio 2008-08-05 14:55 Klaus Darilion, * [r4564] examples/acc-mysql.cfg, examples/acc.cfg, examples/ctd.sh, examples/exec_s3.cfg, examples/exec_s4.cfg, examples/exec_s5.cfg, examples/flag_reply.cfg, examples/fork.cfg, examples/msilo.cfg, examples/nathelper.cfg, examples/pstn.cfg, examples/redirect.cfg, examples/replicate.cfg, examples/serial_183.cfg, examples/web_im/click_to_dial.php, examples/web_im/send_im.php: - renaming: openser -> kamailio 2008-08-05 14:54 Elena-Ramona Modroiu, * [r4563] tls/doc/tls.sgml, tls/doc/tls.xml, tls/doc/tls_admin.xml, tls/doc/tls_devel.sgml, tls/doc/tls_devel.xml, tls/doc/tls_faq.sgml, tls/doc/tls_faq.xml, tls/doc/tls_user.sgml: - rename the files (first step in the migration to docbook xml format) 2008-08-05 14:52 Klaus Darilion, * [r4562] test/1.sh, test/10.sh, test/11.cfg, test/11.sh, test/12.cfg, test/12.sh, test/13.cfg, test/13.sh, test/14.cfg, test/14.sh, test/15.sh, test/16.sh, test/17.sh, test/18.sh, test/19.cfg, test/19.sh, test/2.cfg, test/2.sh, test/20.cfg, test/20.sh, test/21.cfg, test/21.sh, test/22.sh, test/23.sh, test/24.sh, test/25.cfg, test/25.sh, test/26.cfg, test/26.sh, test/27.sh, test/28.cfg, test/28.sh, test/29.sh, test/3.sh, test/30.sh, test/31.sh, test/32.sh, test/33.cfg, test/33.sh, test/34.sh, test/35.cfg, test/35.sh, test/4.sh, test/5.cfg, test/5.sh, test/6.sh, test/7.cfg, test/7.sh, test/8.sh, test/9.sh, test/include/database, test/include/require, test/presence.cfg: - renaming: openser -> kamailio 2008-08-05 14:47 Klaus Darilion, * [r4561] Makefile, packaging/debian-etch/rules, packaging/debian-sarge/rules, packaging/debian/rules, packaging/fedora/openser.spec, packaging/freebsd/Makefile, packaging/solaris/prototype, scripts/openserctl.unixsock: - renamed: openserunix -> kamunix 2008-08-05 14:19 Klaus Darilion, * [r4560] utils/db_oracle/Makefile, utils/db_oracle/orasel.c, utils/fifo_relay/fifo_server.php, utils/kamunix, utils/kamunix/Makefile, utils/kamunix/kamunix.8, utils/kamunix/kamunix.c, utils/kamunix/openserunix.8, utils/kamunix/openserunix.c, utils/openserunix: - renamed: openserunix -> kamunix 2008-08-05 14:16 Klaus Darilion, * [r4559] utils/openserunix/Makefile, utils/openserunix/kamunix.8, utils/openserunix/kamunix.c, utils/openserunix/openserunix.8, utils/openserunix/openserunix.c: - renaming: openser->Kamailio 2008-08-05 13:40 Klaus Darilion, * [r4558] utils/openserunix/kamunix.8, utils/openserunix/kamunix.c: - rename binaries 2008-08-05 12:16 Klaus Darilion, * [r4557] tls/README, tls/doc/tls_devel.sgml, tls/doc/tls_faq.sgml, tls/doc/tls_user.sgml, tls/tls_config.c, tls/tls_config.h, tls/tls_domain.c, tls/tls_domain.h, tls/tls_init.c, tls/tls_init.h, tls/tls_server.c, tls/tls_server.h: - renaming: openser -> Kamailio 2008-08-05 09:47 Henning Westerholt, * [r4556] openser.8: - spelling fixes, patch from Carsten Gross, carsten dot gross at 1und1 dot de 2008-08-05 08:39 Daniel-Constantin Mierla, * [r4555] modules/dialog/README, modules/dialog/dialog.c, modules/dialog/dlg_db_handler.c, modules/dialog/dlg_db_handler.h, modules/dialog/doc/dialog_admin.xml: - applied patch from Carsten Bock - support for db fetch in loading the dialogs (closes #1998043) 2008-08-04 20:22 Daniel-Constantin Mierla, * [r4554] modules/dialog/dlg_handlers.c: - fixed bug in calculating the number of Route header addresses that need to be skipped when populating the callee route set (ported from opensips #4487, credits go to Bogdan Andrei Iancu and Dan Pascu) 2008-08-04 19:44 Daniel-Constantin Mierla, * [r4553] tls/tls_init.c: - fix tls initialization when compression is already disabled, for openssl library versions that have issues with zlib compression (ported from opensips, credits to Bogdan Andrei Iancu) 2008-08-04 19:19 Daniel-Constantin Mierla, * [r4552] transformations.c: - fix missing the parsing of name for uri.headers transformation 2008-08-04 17:57 Henning Westerholt, * [r4551] modules/dialog/dlg_db_handler.c: - port from opensips, r4513, credits goes to Bogdan - bug fixed - active and early dialogs counters (statistics variables) are properly set while loading DB content - probably related to #2030655 2008-08-04 17:47 Henning Westerholt, * [r4550] Makefile: - port from opensips, r4522, credits goes to Bogdan - do not add /etc/tls and tlsops module in non-tls tarballs 2008-08-04 17:36 Henning Westerholt, * [r4549] modules/mi_xmlrpc/Makefile: - port from opensips, r4542, credits goes to Bogdan-Andrei Iancu - increase the upper limit for new libxmlrpc-c3 version 2008-08-04 17:07 Henning Westerholt, * [r4548] pvar.c: - remove some whitespace 2008-08-04 16:27 Henning Westerholt, * [r4547] modules/presence/notify.c, modules/presence/subscribe.c: - port from opensips, r4491, Credits goes to Anca Vamanu - fixed version bug for winfo Notifies, closes #2026681 2008-08-04 16:24 Henning Westerholt, * [r4546] modules/presence/notify.c, modules/pua/hash.c, modules/pua/pua.c, modules/pua/send_subscribe.c: - port from opensips, r4490, Credits goes to Anca Vamanu - fixed a restart bug in presence module - fixed not storing version field in database in pua module 2008-08-04 16:01 Henning Westerholt, * [r4545] modules/presence_xml/README, modules/presence_xml/doc/presence_xml_admin.xml: - docs port from opensips, r4486, credits goes to Anca Vamanu 2008-08-04 15:37 Henning Westerholt, * [r4544] modules/pua/hash.h, modules/pua/pua.c, modules/pua/send_subscribe.c: - backport from opensips, r4481 - fixed some bugs that appeared when dealing with event 'dialog;sla' - Credits goes to Anca Vamanu 2008-08-04 15:30 Henning Westerholt, * [r4543] modules/presence/presentity.c, modules/presence/publish.c, modules/presence/subscribe.c, modules/presence/utils_func.h: - backport from opensips, revision 4480, include Daniels changes from rev4540 - fixed some bugs regarding event 'dialog;sla' processing - Credits goes to Anca Vamanu 2008-08-04 08:53 Juha Heinanen, * [r4542] modules/mi_xmlrpc/Makefile: * Reverted part of * http://openser.svn.sourceforge.net/viewvc/openser?view=rev&revision=4528 * in order to make mi_xmlrpc module load properly on Debian lenny. 2008-08-01 21:07 Daniel-Constantin Mierla, * [r4540] modules/presence/utils_func.h: - don't add @ when username is missing while building URI from username and domain (closes #2019106) 2008-08-01 19:07 Daniel-Constantin Mierla, * [r4538] ChangeLog: - email address update 2008-08-01 11:21 Henning Westerholt, * [r4536] Makefile.defs: - improve gcc compiler version detections, use "-dumpversion" instead of "--version", reported from Darren Sessions, dmsessions at gmail dot com 2008-08-01 10:37 Henning Westerholt, * [r4535] doc/dbschema/xsl/oracle.xsl: - fix error in oracle DB scheme generation, reported from Dan Pascu 2008-08-01 09:27 Daniel-Constantin Mierla, * [r4533] modules/presence/notify.c: - fix presence crash when event->apply_auth_nbody is not defined (patch by Denis Bilenko, closes #1993606) 2008-08-01 09:12 Daniel-Constantin Mierla, * [r4531] modules/presence_xml/presence_xml.c: - fix copy of the port for xcap server address (patch by Denis Bilenko, closes #1991338) 2008-08-01 06:34 Daniel-Constantin Mierla, * [r4529] modules/mi_xmlrpc/Makefile: - define HAVE_SYS_FILIO_H for Solaris to fix compilation (patch by Sergio Gutierrez, closes #2034302) 2008-07-31 19:11 Dan Pascu, * [r4528] modules/mi_xmlrpc/Makefile, modules/perl/Makefile, modules/perlvdb/Makefile, modules/snmpstats/Makefile: Do not link against libs we do not use symbols from 2008-07-31 17:09 Dan Pascu, * [r4527] openser.cfg.5, scripts/openserctl.8: Fixed warnings about inexistent man macro 2008-07-31 15:37 Daniel-Constantin Mierla, * [r4526] modules/avpops/README, modules/avpops/doc/avpops_admin.xml: - note about invalid usage of matching flags with DB schema for load function 2008-07-31 15:12 Dan Pascu, * [r4525] db/schema/Makefile: Automatically determine table names 2008-07-30 09:20 Henning Westerholt, * [r4524] doc/entities.xml, modules/acc/README, modules/acc/doc/acc_faq.xml, modules/alias_db/README, modules/auth/README, modules/auth_db/README, modules/auth_diameter/README, modules/auth_radius/README, modules/avp_radius/README, modules/avpops/README, modules/benchmark/README, modules/carrierroute/README, modules/cpl-c/README, modules/db_berkeley/README, modules/db_flatstore/README, modules/db_mysql/README, modules/db_oracle/README, modules/db_postgres/README, modules/db_text/README, modules/db_unixodbc/README, modules/dialog/README, modules/dialog/doc/dialog_faq.xml, modules/dialplan/README, modules/dispatcher/README, modules/diversion/README, modules/domain/README, modules/domainpolicy/README, modules/enum/README, modules/exec/README, modules/gflags/README, modules/group/README, modules/group_radius/README, modules/imc/README, modules/jabber/README, modules/lcr/README, modules/mangler/README, modules/maxfwd/README, modules/mediaproxy/README, modules/mi_datagram/README, modules/mi_fifo/README, modules/mi_xmlrpc/README, modules/msilo/README, modules/nat_traversal/README, modules/nathelper/README, modules/nathelper/doc/nathelper_faq.xml, modules/options/README, modules/path/README, modules/pdt/README, modules/peering/README, modules/perl/README, modules/perl/doc/perl_faq.xml, modules/perlvdb/README, modules/permissions/README, modules/pike/README, modules/presence/README, modules/presence_mwi/README, modules/presence_xml/README, modules/pua/README, modules/pua_bla/README, modules/pua_mi/README, modules/pua_usrloc/README, modules/pua_xmpp/README, modules/ratelimit/README, modules/registrar/README, modules/rls/README, modules/rr/README, modules/siptrace/README, modules/sl/README, modules/sms/README, modules/snmpstats/README, modules/snmpstats/doc/snmpstats_faq.xml, modules/speeddial/README, modules/sst/README, modules/statistics/README, modules/textops/README, modules/tlsops/README, modules/tlsops/doc/tlsops_faq.xml, modules/tm/README, modules/uac/README, modules/uac_redirect/README, modules/uri/README, modules/uri_db/README, modules/uri_radius/README, modules/userblacklist/README, modules/usrloc/README, modules/xcap_client/README, modules/xlog/README, modules/xmpp/README: - fix some FAQ entries, change missing entity, regenerate READMEs 2008-07-29 14:23 Henning Westerholt, * [r4523] utils/db_berkeley/bdb_recover.c: - fix missing variable if compiled with EXTRA_DEBUG - pointed out from Carsten Bock, closes #2031478 2008-07-29 13:56 Henning Westerholt, * [r4522] modules/dialog/dlg_db_handler.c: - fix bug during dialog loading from database - patch provided from Carsten Bock, related to #2026547 2008-07-28 16:37 Henning Westerholt, * [r4521] Makefile.defs: - devel version increased 2008-07-28 16:34 Henning Westerholt, * [r4520] doc/entities.xml, modules/acc/README, modules/carrierroute/README, modules/cpl-c/README, modules/dialog/README, modules/dialplan/README, modules/dispatcher/README, modules/enum/README, modules/imc/README, modules/jabber/README, modules/mi_datagram/README, modules/msilo/README, modules/nathelper/README, modules/osp/README, modules/perl/README, modules/pike/README, modules/presence/README, modules/presence_xml/README, modules/pua/README, modules/registrar/README, modules/rls/README, modules/siptrace/README, modules/snmpstats/README, modules/statistics/README, modules/userblacklist/README, modules/xlog/README: - change server name and webserver hosts in entity.xml - regenerate affected documentation 2008-07-28 16:25 Henning Westerholt, * [r4519] modules/osp/doc/osp_admin.xml: - fix small error in docs (missing escaping) 2008-07-28 15:39 Henning Westerholt, * [r4518] action.c, action.h, atomic.h, blacklists.c, blacklists.h, config.h, core_stats.c, core_stats.h, crc.c, daemonize.c, daemonize.h, data_lump.c, data_lump.h, data_lump_rpl.c, data_lump_rpl.h, db/db.c, db/db.h, db/db_cap.h, db/db_con.h, db/db_id.c, db/db_id.h, db/db_key.h, db/db_op.h, db/db_pool.c, db/db_pool.h, db/db_query.c, db/db_query.h, db/db_res.c, db/db_res.h, db/db_row.c, db/db_row.h, db/db_ut.c, db/db_ut.h, db/db_val.h, db/example/dbexample.c, doc/dbschema/catalog.xml, doc/dbschema/dtd/dbschema.dtd, doc/dbschema/xsl/common.xsl, doc/dbschema/xsl/db_berkeley.xsl, doc/dbschema/xsl/dbschema2docbook.xsl, doc/dbschema/xsl/dbtext.xsl, doc/dbschema/xsl/docbook.xsl, doc/dbschema/xsl/mysql.xsl, doc/dbschema/xsl/oracle.xsl, doc/dbschema/xsl/postgres.xsl, doc/dbschema/xsl/sql.xsl, dprint.c, dprint.h, dset.c, dset.h, errinfo.c, errinfo.h, error.c, error.h, fastlock.h, flags.c, flags.h, forward.c, forward.h, globals.h, hash_func.h, help_msg.h, io_wait.c, io_wait.h, ip_addr.c, ip_addr.h, lock_alloc.h, lock_ops.h, locking.h, lump_struct.h, main.c, md5utils.c, md5utils.h, mem/f_malloc.c, mem/f_malloc.h, mem/mem.c, mem/mem.h, mem/meminfo.h, mem/memtest.c, mem/q_malloc.c, mem/q_malloc.h, mem/shm_mem.c, mem/shm_mem.h, mem/vq_malloc.c, mem/vq_malloc.h, mi/attr.c, mi/attr.h, mi/fmt.c, mi/fmt.h, mi/mi.c, mi/mi.h, mi/mi_core.c, mi/mi_core.h, mi/tree.c, mi/tree.h, mod_fix.c, mod_fix.h, modparam.c, modparam.h, modules/acc/acc.c, modules/acc/acc.h, modules/acc/acc_extra.c, modules/acc/acc_extra.h, modules/acc/acc_logic.c, modules/acc/acc_logic.h, modules/acc/acc_mod.c, modules/acc/acc_mod.h, modules/acc/diam_tcp.c, modules/acc/diam_tcp.h, modules/alias_db/alias_db.c, modules/alias_db/alias_db.h, modules/alias_db/alookup.c, modules/alias_db/alookup.h, modules/auth/api.c, modules/auth/api.h, modules/auth/auth_mod.c, modules/auth/auth_mod.h, modules/auth/challenge.c, modules/auth/challenge.h, modules/auth/common.c, modules/auth/common.h, modules/auth/index.c, modules/auth/index.h, modules/auth/nonce.c, modules/auth/nonce.h, modules/auth/rfc2617.c, modules/auth/rfc2617.h, modules/auth/rpid.c, modules/auth/rpid.h, modules/auth_db/aaa_avps.h, modules/auth_db/authdb_mod.c, modules/auth_db/authdb_mod.h, modules/auth_db/authorize.c, modules/auth_db/authorize.h, modules/auth_diameter/auth_diameter.c, modules/auth_diameter/auth_diameter.h, modules/auth_diameter/authorize.c, modules/auth_diameter/authorize.h, modules/auth_diameter/tcp_comm.c, modules/auth_diameter/tcp_comm.h, modules/auth_diameter/user_in.c, modules/auth_radius/authorize.c, modules/auth_radius/authorize.h, modules/auth_radius/authrad_mod.c, modules/auth_radius/authrad_mod.h, modules/auth_radius/sterman.c, modules/auth_radius/sterman.h, modules/avp_radius/avp_radius.c, modules/avpops/avpops.c, modules/avpops/avpops_db.c, modules/avpops/avpops_db.h, modules/avpops/avpops_impl.c, modules/avpops/avpops_impl.h, modules/avpops/avpops_parse.c, modules/avpops/avpops_parse.h, modules/benchmark/benchmark.c, modules/benchmark/benchmark.h, modules/benchmark/benchmark_api.h, modules/carrierroute/carrier_tree.c, modules/carrierroute/carrier_tree.h, modules/carrierroute/carrierroute.c, modules/carrierroute/carrierroute.h, modules/carrierroute/load_data.c, modules/carrierroute/load_data.h, modules/carrierroute/route.h, modules/carrierroute/route_config.c, modules/carrierroute/route_config.h, modules/carrierroute/route_db.c, modules/carrierroute/route_db.h, modules/carrierroute/route_fifo.c, modules/carrierroute/route_fifo.h, modules/carrierroute/route_func.c, modules/carrierroute/route_func.h, modules/carrierroute/route_rule.c, modules/carrierroute/route_rule.h, modules/carrierroute/route_tree.c, modules/carrierroute/route_tree.h, modules/cfgutils/cfgutils.c, modules/cfgutils/shvar.c, modules/cfgutils/shvar.h, modules/cpl-c/CPL_tree.h, modules/cpl-c/cpl.c, modules/cpl-c/cpl_db.c, modules/cpl-c/cpl_db.h, modules/cpl-c/cpl_env.h, modules/cpl-c/cpl_loader.c, modules/cpl-c/cpl_loader.h, modules/cpl-c/cpl_log.c, modules/cpl-c/cpl_log.h, modules/cpl-c/cpl_nonsig.c, modules/cpl-c/cpl_nonsig.h, modules/cpl-c/cpl_parser.c, modules/cpl-c/cpl_parser.h, modules/cpl-c/cpl_proxy.h, modules/cpl-c/cpl_run.c, modules/cpl-c/cpl_run.h, modules/cpl-c/cpl_sig.c, modules/cpl-c/cpl_sig.h, modules/cpl-c/cpl_switches.h, modules/cpl-c/cpl_time.c, modules/cpl-c/cpl_time.h, modules/cpl-c/cpl_utils.h, modules/cpl-c/loc_set.h, modules/cpl-c/sub_list.c, modules/cpl-c/sub_list.h, modules/db_berkeley/bdb_lib.c, modules/db_berkeley/bdb_lib.h, modules/db_berkeley/bdb_mi.c, modules/db_berkeley/bdb_mi.h, modules/db_berkeley/bdb_res.c, modules/db_berkeley/bdb_res.h, modules/db_berkeley/bdb_util.c, modules/db_berkeley/bdb_util.h, modules/db_berkeley/bdb_val.c, modules/db_berkeley/bdb_val.h, modules/db_berkeley/db_berkeley.c, modules/db_berkeley/db_berkeley.h, modules/db_flatstore/flat_con.c, modules/db_flatstore/flat_con.h, modules/db_flatstore/flat_id.c, modules/db_flatstore/flat_id.h, modules/db_flatstore/flat_mi.c, modules/db_flatstore/flat_mi.h, modules/db_flatstore/flat_pool.c, modules/db_flatstore/flat_pool.h, modules/db_flatstore/flatstore.c, modules/db_flatstore/flatstore.h, modules/db_flatstore/flatstore_mod.c, modules/db_flatstore/flatstore_mod.h, modules/db_mysql/db_mysql.c, modules/db_mysql/db_mysql.h, modules/db_mysql/dbase.c, modules/db_mysql/dbase.h, modules/db_mysql/my_con.c, modules/db_mysql/my_con.h, modules/db_mysql/res.c, modules/db_mysql/res.h, modules/db_mysql/row.c, modules/db_mysql/row.h, modules/db_mysql/val.c, modules/db_mysql/val.h, modules/db_oracle/asynch.c, modules/db_oracle/asynch.h, modules/db_oracle/db_oracle.c, modules/db_oracle/dbase.c, modules/db_oracle/dbase.h, modules/db_oracle/ora_con.c, modules/db_oracle/ora_con.h, modules/db_oracle/res.c, modules/db_oracle/res.h, modules/db_oracle/val.c, modules/db_oracle/val.h, modules/db_postgres/db_postgres.c, modules/db_postgres/dbase.c, modules/db_postgres/dbase.h, modules/db_postgres/pg_con.c, modules/db_postgres/pg_con.h, modules/db_postgres/pg_type.h, modules/db_postgres/res.c, modules/db_postgres/res.h, modules/db_postgres/val.c, modules/db_postgres/val.h, modules/db_text/dbt_api.c, modules/db_text/dbt_api.h, modules/db_text/dbt_base.c, modules/db_text/dbt_file.c, modules/db_text/dbt_lib.c, modules/db_text/dbt_lib.h, modules/db_text/dbt_res.c, modules/db_text/dbt_res.h, modules/db_text/dbt_tb.c, modules/db_text/dbt_util.c, modules/db_text/dbt_util.h, modules/db_text/dbtext.c, modules/db_text/dbtext.h, modules/db_unixodbc/con.c, modules/db_unixodbc/con.h, modules/db_unixodbc/db_unixodbc.c, modules/db_unixodbc/db_unixodbc.h, modules/db_unixodbc/dbase.c, modules/db_unixodbc/dbase.h, modules/db_unixodbc/list.c, modules/db_unixodbc/list.h, modules/db_unixodbc/res.c, modules/db_unixodbc/res.h, modules/db_unixodbc/row.c, modules/db_unixodbc/row.h, modules/db_unixodbc/val.c, modules/db_unixodbc/val.h, modules/dialog/dialog.c, modules/dialog/dlg_cb.c, modules/dialog/dlg_cb.h, modules/dialog/dlg_db_handler.c, modules/dialog/dlg_db_handler.h, modules/dialog/dlg_handlers.c, modules/dialog/dlg_handlers.h, modules/dialog/dlg_hash.c, modules/dialog/dlg_hash.h, modules/dialog/dlg_load.h, modules/dialog/dlg_profile.c, modules/dialog/dlg_profile.h, modules/dialog/dlg_req_within.c, modules/dialog/dlg_req_within.h, modules/dialog/dlg_timer.c, modules/dialog/dlg_timer.h, modules/dialplan/dialplan.c, modules/dialplan/dialplan.h, modules/dialplan/dp_db.c, modules/dialplan/dp_db.h, modules/dialplan/dp_repl.c, modules/dispatcher/dispatch.c, modules/dispatcher/dispatch.h, modules/dispatcher/dispatcher.c, modules/diversion/diversion.c, modules/domain/api.c, modules/domain/api.h, modules/domain/domain.c, modules/domain/domain.h, modules/domain/domain_mod.c, modules/domain/domain_mod.h, modules/domain/hash.c, modules/domain/hash.h, modules/domain/mi.c, modules/domain/mi.h, modules/domainpolicy/domainpolicy.c, modules/domainpolicy/domainpolicy.h, modules/domainpolicy/domainpolicy_mod.c, modules/domainpolicy/domainpolicy_mod.h, modules/enum/enum.c, modules/enum/enum.h, modules/enum/enum_mod.c, modules/enum/enum_mod.h, modules/exec/exec.c, modules/exec/exec.h, modules/exec/exec_hf.c, modules/exec/exec_hf.h, modules/exec/exec_mod.c, modules/exec/kill.c, modules/exec/kill.h, modules/gflags/gflags.c, modules/group/group.c, modules/group/group.h, modules/group/group_mod.c, modules/group/group_mod.h, modules/group/re_group.c, modules/group/re_group.h, modules/group_radius/group.c, modules/group_radius/group.h, modules/group_radius/grouprad_mod.c, modules/group_radius/grouprad_mod.h, modules/h350/h350_exp_fn.c, modules/h350/h350_exp_fn.h, modules/h350/h350_mod.c, modules/h350/h350_mod.h, modules/imc/imc.c, modules/imc/imc.h, modules/imc/imc_cmd.c, modules/imc/imc_cmd.h, modules/imc/imc_mng.c, modules/imc/imc_mng.h, modules/jabber/jabber.c, modules/jabber/mdefines.h, modules/jabber/xjab_base.c, modules/jabber/xjab_base.h, modules/jabber/xjab_dmsg.h, modules/jabber/xjab_jcon.c, modules/jabber/xjab_jcon.h, modules/jabber/xjab_jconf.c, modules/jabber/xjab_jconf.h, modules/jabber/xjab_load.c, modules/jabber/xjab_load.h, modules/jabber/xjab_presence.c, modules/jabber/xjab_presence.h, modules/jabber/xjab_util.c, modules/jabber/xjab_util.h, modules/jabber/xjab_wlist.c, modules/jabber/xjab_worker.c, modules/jabber/xjab_worker.h, modules/lcr/lcr_mod.c, modules/lcr/lcr_mod.h, modules/lcr/mi.c, modules/lcr/mi.h, modules/ldap/api.h, modules/ldap/iniparser.c, modules/ldap/iniparser.h, modules/ldap/ld_session.c, modules/ldap/ld_session.h, modules/ldap/ldap_api_fn.c, modules/ldap/ldap_api_fn.h, modules/ldap/ldap_connect.c, modules/ldap/ldap_connect.h, modules/ldap/ldap_escape.c, modules/ldap/ldap_escape.h, modules/ldap/ldap_exp_fn.c, modules/ldap/ldap_exp_fn.h, modules/ldap/ldap_mod.c, modules/mangler/common.h, modules/mangler/contact_ops.c, modules/mangler/contact_ops.h, modules/mangler/ip_helper.c, modules/mangler/ip_helper.h, modules/mangler/mangler.c, modules/mangler/mangler.h, modules/mangler/sdp_mangler.c, modules/mangler/sdp_mangler.h, modules/mangler/utils.c, modules/mangler/utils.h, modules/maxfwd/maxfwd.c, modules/maxfwd/mf_funcs.c, modules/maxfwd/mf_funcs.h, modules/mediaproxy/mediaproxy.c, modules/mi_datagram/datagram_fnc.c, modules/mi_datagram/datagram_fnc.h, modules/mi_datagram/mi_datagram.c, modules/mi_datagram/mi_datagram.h, modules/mi_datagram/mi_datagram_parser.c, modules/mi_datagram/mi_datagram_parser.h, modules/mi_datagram/mi_datagram_writer.c, modules/mi_datagram/mi_datagram_writer.h, modules/mi_fifo/fifo_fnc.c, modules/mi_fifo/fifo_fnc.h, modules/mi_fifo/mi_fifo.c, modules/mi_fifo/mi_fifo.h, modules/mi_fifo/mi_parser.c, modules/mi_fifo/mi_parser.h, modules/mi_fifo/mi_writer.c, modules/mi_fifo/mi_writer.h, modules/mi_xmlrpc/mi_xmlrpc.c, modules/mi_xmlrpc/mi_xmlrpc.h, modules/mi_xmlrpc/xr_parser.c, modules/mi_xmlrpc/xr_parser.h, modules/mi_xmlrpc/xr_server.c, modules/mi_xmlrpc/xr_server.h, modules/mi_xmlrpc/xr_writer.c, modules/mi_xmlrpc/xr_writer.h, modules/msilo/ms_msg_list.c, modules/msilo/ms_msg_list.h, modules/msilo/msfuncs.c, modules/msilo/msfuncs.h, modules/msilo/msilo.c, modules/nat_traversal/nat_traversal.c, modules/nathelper/nathelper.c, modules/nathelper/nathelper.h, modules/nathelper/nhelpr_funcs.c, modules/nathelper/nhelpr_funcs.h, modules/nathelper/sip_pinger.h, modules/options/mod_options.c, modules/options/mod_options.h, modules/osp/destination.c, modules/osp/destination.h, modules/osp/globals.c, modules/osp/orig_transaction.c, modules/osp/orig_transaction.h, modules/osp/osp_mod.c, modules/osp/osp_mod.h, modules/osp/osptoolkit.c, modules/osp/osptoolkit.h, modules/osp/provider.c, modules/osp/provider.h, modules/osp/sipheader.c, modules/osp/sipheader.h, modules/osp/term_transaction.c, modules/osp/term_transaction.h, modules/osp/tm.c, modules/osp/tm.h, modules/osp/usage.c, modules/osp/usage.h, modules/path/path.c, modules/path/path.h, modules/path/path_mod.c, modules/path/path_mod.h, modules/pdt/pdt.c, modules/pdt/pdtree.c, modules/pdt/pdtree.h, modules/peering/peering.c, modules/peering/peering.h, modules/peering/verify.c, modules/peering/verify.h, modules/perl/lib/perl/OpenSER.pm, modules/perl/lib/perl/OpenSER/Constants.pm, modules/perl/lib/perl/OpenSER/LDAPUtils/LDAPConf.pm, modules/perl/lib/perl/OpenSER/LDAPUtils/LDAPConnection.pm, modules/perl/lib/perl/OpenSER/Message.pm, modules/perl/lib/perl/OpenSER/Utils/Debug.pm, modules/perl/lib/perl/OpenSER/Utils/PhoneNumbers.pm, modules/perl/lib/perl/OpenSER/VDB.pm, modules/perl/lib/perl/OpenSER/VDB/Adapter/AccountingSIPtrace.pm, modules/perl/lib/perl/OpenSER/VDB/Adapter/Alias.pm, modules/perl/lib/perl/OpenSER/VDB/Adapter/Auth.pm, modules/perl/lib/perl/OpenSER/VDB/Adapter/Describe.pm, modules/perl/lib/perl/OpenSER/VDB/Adapter/Speeddial.pm, modules/perl/lib/perl/OpenSER/VDB/Adapter/TableVersions.pm, modules/perl/lib/perl/OpenSER/VDB/Column.pm, modules/perl/lib/perl/OpenSER/VDB/Pair.pm, modules/perl/lib/perl/OpenSER/VDB/ReqCond.pm, modules/perl/lib/perl/OpenSER/VDB/Result.pm, modules/perl/lib/perl/OpenSER/VDB/VTab.pm, modules/perl/lib/perl/OpenSER/VDB/Value.pm, modules/perl/perl.c, modules/perl/perl.h, modules/perl/perlfunc.c, modules/perl/perlfunc.h, modules/perlvdb/perlvdb.c, modules/perlvdb/perlvdb.h, modules/perlvdb/perlvdb_conv.c, modules/perlvdb/perlvdb_conv.h, modules/perlvdb/perlvdb_oohelpers.c, modules/perlvdb/perlvdb_oohelpers.h, modules/perlvdb/perlvdbfunc.c, modules/perlvdb/perlvdbfunc.h, modules/permissions/address.c, modules/permissions/address.h, modules/permissions/hash.c, modules/permissions/hash.h, modules/permissions/mi.c, modules/permissions/mi.h, modules/permissions/parse_config.c, modules/permissions/parse_config.h, modules/permissions/permissions.c, modules/permissions/permissions.h, modules/permissions/rule.c, modules/permissions/rule.h, modules/permissions/trusted.c, modules/permissions/trusted.h, modules/pike/ip_tree.c, modules/pike/ip_tree.h, modules/pike/pike.c, modules/pike/pike_funcs.c, modules/pike/pike_funcs.h, modules/pike/pike_mi.c, modules/pike/pike_mi.h, modules/pike/timer.c, modules/pike/timer.h, modules/presence/bind_presence.c, modules/presence/bind_presence.h, modules/presence/event_list.c, modules/presence/event_list.h, modules/presence/hash.c, modules/presence/hash.h, modules/presence/notify.c, modules/presence/notify.h, modules/presence/presence.c, modules/presence/presence.h, modules/presence/presentity.c, modules/presence/presentity.h, modules/presence/publish.c, modules/presence/publish.h, modules/presence/subscribe.c, modules/presence/subscribe.h, modules/presence/utils_func.c, modules/presence/utils_func.h, modules/presence_mwi/add_events.c, modules/presence_mwi/add_events.h, modules/presence_mwi/presence_mwi.c, modules/presence_mwi/presence_mwi.h, modules/presence_xml/add_events.c, modules/presence_xml/add_events.h, modules/presence_xml/notify_body.c, modules/presence_xml/notify_body.h, modules/presence_xml/pidf.c, modules/presence_xml/pidf.h, modules/presence_xml/presence_xml.c, modules/presence_xml/presence_xml.h, modules/presence_xml/xcap_auth.c, modules/presence_xml/xcap_auth.h, modules/pua/add_events.c, modules/pua/add_events.h, modules/pua/event_list.c, modules/pua/event_list.h, modules/pua/hash.c, modules/pua/hash.h, modules/pua/pidf.c, modules/pua/pidf.h, modules/pua/pua.c, modules/pua/pua.h, modules/pua/pua_bind.c, modules/pua/pua_bind.h, modules/pua/pua_callback.c, modules/pua/pua_callback.h, modules/pua/send_publish.c, modules/pua/send_publish.h, modules/pua/send_subscribe.c, modules/pua/send_subscribe.h, modules/pua_bla/notify.c, modules/pua_bla/pua_bla.c, modules/pua_bla/pua_bla.h, modules/pua_bla/registrar_cb.c, modules/pua_bla/registrar_cb.h, modules/pua_mi/mi_func.c, modules/pua_mi/mi_func.h, modules/pua_mi/pua_mi.c, modules/pua_mi/pua_mi.h, modules/pua_usrloc/pua_usrloc.c, modules/pua_usrloc/pua_usrloc.h, modules/pua_usrloc/ul_publish.c, modules/pua_xmpp/pidf.c, modules/pua_xmpp/pidf.h, modules/pua_xmpp/pua_xmpp.c, modules/pua_xmpp/pua_xmpp.h, modules/pua_xmpp/request_winfo.c, modules/pua_xmpp/request_winfo.h, modules/pua_xmpp/simple2xmpp.c, modules/pua_xmpp/simple2xmpp.h, modules/pua_xmpp/xmpp2simple.c, modules/pua_xmpp/xmpp2simple.h, modules/ratelimit/ratelimit.c, modules/registrar/common.c, modules/registrar/common.h, modules/registrar/lookup.c, modules/registrar/lookup.h, modules/registrar/path.c, modules/registrar/path.h, modules/registrar/reg_mod.c, modules/registrar/reg_mod.h, modules/registrar/regtime.c, modules/registrar/regtime.h, modules/registrar/reply.c, modules/registrar/reply.h, modules/registrar/rerrno.c, modules/registrar/rerrno.h, modules/registrar/save.c, modules/registrar/save.h, modules/registrar/sip_msg.c, modules/registrar/sip_msg.h, modules/rls/notify.c, modules/rls/notify.h, modules/rls/resource_notify.c, modules/rls/resource_notify.h, modules/rls/rls.c, modules/rls/rls.h, modules/rls/subscribe.c, modules/rls/subscribe.h, modules/rr/api.c, modules/rr/api.h, modules/rr/loose.c, modules/rr/loose.h, modules/rr/record.c, modules/rr/record.h, modules/rr/rr_cb.c, modules/rr/rr_cb.h, modules/rr/rr_mod.c, modules/rr/rr_mod.h, modules/seas/cluster.c, modules/seas/cluster.h, modules/seas/encode_allow.c, modules/seas/encode_allow.h, modules/seas/encode_contact.c, modules/seas/encode_contact.h, modules/seas/encode_content_disposition.c, modules/seas/encode_content_disposition.h, modules/seas/encode_content_length.c, modules/seas/encode_content_length.h, modules/seas/encode_content_type.c, modules/seas/encode_content_type.h, modules/seas/encode_cseq.c, modules/seas/encode_cseq.h, modules/seas/encode_digest.c, modules/seas/encode_digest.h, modules/seas/encode_expires.c, modules/seas/encode_expires.h, modules/seas/encode_header.c, modules/seas/encode_header.h, modules/seas/encode_msg.c, modules/seas/encode_msg.h, modules/seas/encode_parameters.c, modules/seas/encode_parameters.h, modules/seas/encode_route.c, modules/seas/encode_route.h, modules/seas/encode_to_body.c, modules/seas/encode_to_body.h, modules/seas/encode_uri.c, modules/seas/encode_uri.h, modules/seas/encode_via.c, modules/seas/encode_via.h, modules/seas/event_dispatcher.c, modules/seas/event_dispatcher.h, modules/seas/ha.c, modules/seas/ha.h, modules/seas/seas.c, modules/seas/seas.h, modules/seas/seas_action.c, modules/seas/seas_action.h, modules/seas/seas_error.h, modules/seas/statistics.c, modules/seas/statistics.h, modules/seas/utils.c, modules/seas/utils.h, modules/seas/xaddress.h, modules/siptrace/siptrace.c, modules/sl/sl.c, modules/sl/sl.h, modules/sl/sl_api.h, modules/sl/sl_cb.c, modules/sl/sl_cb.h, modules/sl/sl_funcs.c, modules/sl/sl_funcs.h, modules/sms/libsms_sms.h, modules/sms/sms.c, modules/sms/sms_funcs.c, modules/sms/sms_funcs.h, modules/sms/sms_report.c, modules/sms/sms_report.h, modules/snmpstats/alarm_checks.c, modules/snmpstats/alarm_checks.h, modules/snmpstats/hashTable.c, modules/snmpstats/hashTable.h, modules/snmpstats/interprocess_buffer.c, modules/snmpstats/interprocess_buffer.h, modules/snmpstats/network_stats.c, modules/snmpstats/network_stats.h, modules/snmpstats/openserMIBNotifications.c, modules/snmpstats/openserMIBNotifications.h, modules/snmpstats/openserObjects.c, modules/snmpstats/openserObjects.h, modules/snmpstats/openserSIPCommonObjects.c, modules/snmpstats/openserSIPCommonObjects.h, modules/snmpstats/openserSIPContactTable.c, modules/snmpstats/openserSIPContactTable.h, modules/snmpstats/openserSIPMethodSupportedTable.c, modules/snmpstats/openserSIPMethodSupportedTable.h, modules/snmpstats/openserSIPPortTable.c, modules/snmpstats/openserSIPPortTable.h, modules/snmpstats/openserSIPRegUserLookupTable.c, modules/snmpstats/openserSIPRegUserLookupTable.h, modules/snmpstats/openserSIPRegUserTable.c, modules/snmpstats/openserSIPRegUserTable.h, modules/snmpstats/openserSIPServerObjects.c, modules/snmpstats/openserSIPServerObjects.h, modules/snmpstats/openserSIPStatusCodesTable.c, modules/snmpstats/openserSIPStatusCodesTable.h, modules/snmpstats/snmpstats.c, modules/snmpstats/snmpstats.h, modules/snmpstats/snmpstats_globals.h, modules/snmpstats/sub_agent.h, modules/snmpstats/utilities.c, modules/snmpstats/utilities.h, modules/speeddial/sdlookup.c, modules/speeddial/sdlookup.h, modules/speeddial/speeddial.c, modules/speeddial/speeddial.h, modules/sst/sst.c, modules/sst/sst_handlers.c, modules/sst/sst_handlers.h, modules/sst/sst_mi.c, modules/sst/sst_mi.h, modules/statistics/statistics.c, modules/statistics/stats_funcs.c, modules/statistics/stats_funcs.h, modules/textops/textops.c, modules/tlsops/tls_select.c, modules/tlsops/tls_select.h, modules/tlsops/tlsops.c, modules/tlsops/tlsops.h, modules/tm/callid.c, modules/tm/callid.h, modules/tm/config.h, modules/tm/dlg.c, modules/tm/dlg.h, modules/tm/fix_lumps.h, modules/tm/h_table.c, modules/tm/h_table.h, modules/tm/lock.c, modules/tm/lock.h, modules/tm/mi.c, modules/tm/mi.h, modules/tm/sip_msg.c, modules/tm/sip_msg.h, modules/tm/t_cancel.c, modules/tm/t_cancel.h, modules/tm/t_dlg.c, modules/tm/t_dlg.h, modules/tm/t_fifo.c, modules/tm/t_fifo.h, modules/tm/t_funcs.c, modules/tm/t_funcs.h, modules/tm/t_fwd.c, modules/tm/t_fwd.h, modules/tm/t_hooks.c, modules/tm/t_hooks.h, modules/tm/t_lookup.c, modules/tm/t_lookup.h, modules/tm/t_msgbuilder.c, modules/tm/t_msgbuilder.h, modules/tm/t_reply.c, modules/tm/t_reply.h, modules/tm/t_stats.h, modules/tm/timer.c, modules/tm/timer.h, modules/tm/tm.c, modules/tm/tm_load.h, modules/tm/uac.c, modules/tm/uac.h, modules/tm/ut.h, modules/uac/auth.c, modules/uac/auth_alg.c, modules/uac/auth_alg.h, modules/uac/auth_hdr.c, modules/uac/auth_hdr.h, modules/uac/from.c, modules/uac/from.h, modules/uac/uac.c, modules/uac_redirect/rd_filter.c, modules/uac_redirect/rd_filter.h, modules/uac_redirect/rd_funcs.c, modules/uac_redirect/rd_funcs.h, modules/uac_redirect/redirect.c, modules/uri/checks.c, modules/uri/checks.h, modules/uri/uri_mod.c, modules/uri_db/checks.c, modules/uri_db/checks.h, modules/uri_db/uridb_mod.c, modules/uri_db/uridb_mod.h, modules/uri_radius/checks.c, modules/uri_radius/checks.h, modules/uri_radius/urirad_mod.c, modules/uri_radius/urirad_mod.h, modules/userblacklist/db.c, modules/userblacklist/db.h, modules/userblacklist/dt.c, modules/userblacklist/dt.h, modules/userblacklist/userblacklist.c, modules/usrloc/dlist.c, modules/usrloc/dlist.h, modules/usrloc/hslot.c, modules/usrloc/hslot.h, modules/usrloc/ucontact.c, modules/usrloc/ucontact.h, modules/usrloc/udomain.c, modules/usrloc/udomain.h, modules/usrloc/ul_callback.c, modules/usrloc/ul_callback.h, modules/usrloc/ul_mi.c, modules/usrloc/ul_mi.h, modules/usrloc/ul_mod.c, modules/usrloc/ul_mod.h, modules/usrloc/urecord.c, modules/usrloc/urecord.h, modules/usrloc/usrloc.c, modules/usrloc/usrloc.h, modules/usrloc/utime.c, modules/usrloc/utime.h, modules/xcap_client/xcap_callbacks.c, modules/xcap_client/xcap_callbacks.h, modules/xcap_client/xcap_client.c, modules/xcap_client/xcap_client.h, modules/xcap_client/xcap_functions.c, modules/xcap_client/xcap_functions.h, modules/xlog/xl_lib.c, modules/xlog/xl_lib.h, modules/xlog/xlog.c, modules/xmpp/network.c, modules/xmpp/network.h, modules/xmpp/util.c, modules/xmpp/xmpp.c, modules/xmpp/xmpp.h, modules/xmpp/xmpp_api.c, modules/xmpp/xmpp_api.h, modules/xmpp/xmpp_component.c, modules/xmpp/xmpp_server.c, msg_translator.c, msg_translator.h, name_alias.h, parser/case_acce.h, parser/case_allo.h, parser/case_auth.h, parser/case_call.h, parser/case_cont.h, parser/case_cseq.h, parser/case_dive.h, parser/case_even.h, parser/case_expi.h, parser/case_from.h, parser/case_max.h, parser/case_min_.h, parser/case_orga.h, parser/case_p_as.h, parser/case_p_pr.h, parser/case_path.h, parser/case_prio.h, parser/case_priv.h, parser/case_prox.h, parser/case_reco.h, parser/case_refe.h, parser/case_remo.h, parser/case_requ.h, parser/case_retr.h, parser/case_rout.h, parser/case_sess.h, parser/case_sip.h, parser/case_subj.h, parser/case_supp.h, parser/case_to.h, parser/case_unsu.h, parser/case_user.h, parser/case_via.h, parser/case_www.h, parser/contact/contact.c, parser/contact/contact.h, parser/contact/parse_contact.c, parser/contact/parse_contact.h, parser/digest/digest.c, parser/digest/digest.h, parser/digest/digest_keys.h, parser/digest/digest_parser.c, parser/digest/digest_parser.h, parser/digest/param_parser.c, parser/digest/param_parser.h, parser/hf.c, parser/hf.h, parser/keys.h, parser/msg_parser.c, parser/msg_parser.h, parser/parse_allow.c, parser/parse_allow.h, parser/parse_content.c, parser/parse_content.h, parser/parse_cseq.c, parser/parse_cseq.h, parser/parse_def.h, parser/parse_disposition.c, parser/parse_disposition.h, parser/parse_diversion.c, parser/parse_diversion.h, parser/parse_event.c, parser/parse_event.h, parser/parse_expires.c, parser/parse_expires.h, parser/parse_fline.c, parser/parse_fline.h, parser/parse_from.c, parser/parse_from.h, parser/parse_hname2.c, parser/parse_hname2.h, parser/parse_methods.c, parser/parse_methods.h, parser/parse_nameaddr.c, parser/parse_nameaddr.h, parser/parse_pai.c, parser/parse_pai.h, parser/parse_param.c, parser/parse_param.h, parser/parse_ppi.c, parser/parse_ppi.h, parser/parse_privacy.c, parser/parse_privacy.h, parser/parse_refer_to.c, parser/parse_refer_to.h, parser/parse_rpid.c, parser/parse_rpid.h, parser/parse_rr.c, parser/parse_rr.h, parser/parse_sipifmatch.c, parser/parse_sipifmatch.h, parser/parse_sst.c, parser/parse_sst.h, parser/parse_supported.c, parser/parse_supported.h, parser/parse_to.c, parser/parse_to.h, parser/parse_uri.c, parser/parse_uri.h, parser/parse_via.c, parser/parse_via.h, parser/parser_f.c, parser/parser_f.h, parser/sdp/sdp.c, parser/sdp/sdp.h, parser/sdp/sdp_cloner.h, parser/sdp/sdp_helpr_funcs.c, parser/sdp/sdp_helpr_funcs.h, pass_fd.c, pass_fd.h, poll_types.h, prime_hash.c, prime_hash.h, proxy.c, proxy.h, pt.c, pt.h, pvar.c, pvar.h, qvalue.c, qvalue.h, radius.h, re.c, re.h, receive.c, receive.h, regexp.c, regexp.h, resolve.c, resolve.h, route.c, route.h, route_struct.c, route_struct.h, script_cb.c, script_cb.h, script_var.c, script_var.h, sctp_server.c, sctp_server.h, serialize.c, serialize.h, socket_info.c, socket_info.h, sr_module.c, sr_module.h, statistics.c, statistics.h, str.h, strcommon.c, strcommon.h, tags.h, tcp_conn.h, tcp_init.h, tcp_main.c, tcp_read.c, tcp_server.h, test/1.sh, test/10.sh, test/11.sh, test/12.sh, test/13.sh, test/14.sh, test/15.sh, test/16.sh, test/17.sh, test/18.sh, test/19.sh, test/2.sh, test/20.sh, test/21.sh, test/22.sh, test/23.sh, test/24.sh, test/25.sh, test/26.sh, test/27.sh, test/28.sh, test/29.sh, test/3.sh, test/30.sh, test/31.sh, test/32.sh, test/33.sh, test/34.sh, test/35.sh, test/4.sh, test/5.sh, test/6.sh, test/7.sh, test/8.sh, test/9.sh, timer.c, timer.h, tls/tls_config.c, tls/tls_config.h, tls/tls_domain.c, tls/tls_domain.h, tls/tls_init.c, tls/tls_init.h, tls/tls_server.c, tls/tls_server.h, transformations.c, transformations.h, trim.h, tsend.c, tsend.h, udp_server.c, udp_server.h, usr_avp.c, usr_avp.h, ut.c, ut.h, utils/db_berkeley/bdb_recover.c, utils/db_berkeley/bdb_recover.h, utils/openserunix/openserunix.c, version.h: - change name in copyright headers 2008-07-25 15:21 Henning Westerholt, * [r4517] db/db.h, modules/carrierroute/route_rule.c, modules/tm/dlg.h, modules/tm/sip_msg.c, modules/tm/t_dlg.h: - some small doxygen error fixes 2008-07-25 11:36 Ovidiu Sas, * [r4516] modules/acc/acc_extra.c, modules/acc/acc_extra.h, modules/acc/acc_mod.h, modules/acc/diam_avp.c, modules/acc/diam_message.c: fix doxygen compile issues 2008-07-25 10:34 Henning Westerholt, * [r4515] modules/tm/callid.c, modules/tm/callid.h, modules/tm/config.h, modules/tm/dlg.c, modules/tm/dlg.h, modules/tm/fix_lumps.h, modules/tm/h_table.c, modules/tm/h_table.h, modules/tm/lock.c, modules/tm/lock.h, modules/tm/mi.c, modules/tm/mi.h, modules/tm/sip_msg.c, modules/tm/sip_msg.h, modules/tm/t_cancel.c, modules/tm/t_cancel.h, modules/tm/t_dlg.c, modules/tm/t_dlg.h, modules/tm/t_fifo.c, modules/tm/t_fifo.h, modules/tm/t_funcs.c, modules/tm/t_funcs.h, modules/tm/t_fwd.c, modules/tm/t_fwd.h, modules/tm/t_hooks.c, modules/tm/t_hooks.h, modules/tm/t_lookup.c, modules/tm/t_lookup.h, modules/tm/t_msgbuilder.c, modules/tm/t_msgbuilder.h, modules/tm/t_reply.c, modules/tm/t_reply.h, modules/tm/t_stats.h, modules/tm/timer.c, modules/tm/timer.h, modules/tm/tm.c, modules/tm/tm_load.h, modules/tm/uac.c, modules/tm/uac.h, modules/tm/ut.h: - add doxygen comments - patch provided from Olle E. Johansson, closes #2027589 2008-07-25 10:29 Henning Westerholt, * [r4514] modules/carrierroute/README, modules/carrierroute/doc/carrierroute_admin.xml: - small extension to docs - patch provided from Olle E. Johansson, closes #2027199 2008-07-25 10:28 Henning Westerholt, * [r4513] tls/tls_config.c, tls/tls_config.h, tls/tls_domain.c, tls/tls_domain.h, tls/tls_init.c, tls/tls_init.h, tls/tls_server.c, tls/tls_server.h: - doxygen improvements - patch provided from Olle E. Johansson, closes #2025125 2008-07-25 08:13 Daniel-Constantin Mierla, * [r4512] modules/options/doc/options_admin.xml, modules/options/mod_options.c, modules/options/mod_options.h, modules/sst/sst.c, modules/sst/sst_handlers.c, modules/sst/sst_handlers.h, modules/sst/sst_mi.c, modules/sst/sst_mi.h: - doxygen comments for sst and options module, patch by Olle E. Johansson (closes #2025097) 2008-07-25 08:10 Daniel-Constantin Mierla, * [r4511] modules/acc/acc.c, modules/acc/acc.h, modules/acc/acc_extra.c, modules/acc/acc_extra.h, modules/acc/acc_logic.c, modules/acc/acc_logic.h, modules/acc/acc_mod.c, modules/acc/acc_mod.h, modules/acc/diam_avp.c, modules/acc/diam_dict.h, modules/acc/diam_message.c, modules/acc/diam_message.h, modules/acc/diam_tcp.c, modules/acc/diam_tcp.h, modules/peering/peering.c, modules/peering/peering.h, modules/peering/verify.c, modules/peering/verify.h: - doxygen comments for acc and path modules, patch by Olle E. Johansson (closes #2027133) 2008-07-25 08:04 Daniel-Constantin Mierla, * [r4510] modules/path/path.c, modules/path/path.h, modules/path/path_mod.c, modules/path/path_mod.h: - doxygen comments for path module - patch by Olle E. Johansson (closes #2027162) 2008-07-25 07:32 Daniel-Constantin Mierla, * [r4509] modules/benchmark/benchmark.c: - improved description of PV function 2008-07-25 07:24 Daniel-Constantin Mierla, * [r4508] modules/benchmark/benchmark.c, modules/benchmark/benchmark.h, modules/benchmark/benchmark_api.h: - applied doxygen patch from Olle E. Johansson (closes #2027149) 2008-07-25 07:19 Daniel-Constantin Mierla, * [r4507] modules/registrar/reg_mod.c, modules/rr/record.c, modules/usrloc/dlist.c, modules/usrloc/hslot.c, modules/usrloc/ucontact.c, modules/usrloc/udomain.c, modules/usrloc/ul_callback.c, modules/usrloc/ul_mi.c, modules/usrloc/ul_mod.c, modules/usrloc/urecord.c, modules/usrloc/usrloc.c, modules/usrloc/utime.c: - applied doxygen patch from Olle E. Johansson (closes #2027191) 2008-07-25 07:13 Daniel-Constantin Mierla, * [r4506] modules/dispatcher/dispatch.c, modules/dispatcher/dispatch.h, modules/dispatcher/dispatcher.c: - applied doxygen patch from Olle E. Johansson (closes #2026968) 2008-07-24 15:20 Henning Westerholt, * [r4505] db/db.c, db/db.h, db/db_cap.h, db/db_con.h, db/db_id.c, db/db_id.h, db/db_key.h, db/db_op.h, db/db_pool.c, db/db_pool.h, db/db_query.c, db/db_query.h, db/db_res.c, db/db_res.h, db/db_row.c, db/db_row.h, db/db_ut.c, db/db_ut.h, db/db_val.h, modules/db_mysql/README, modules/db_mysql/db_mysql.c, modules/db_mysql/db_mysql.h, modules/db_mysql/dbase.c, modules/db_mysql/dbase.h, modules/db_mysql/doc/db_mysql_admin.xml, modules/db_mysql/my_con.c, modules/db_mysql/my_con.h, modules/db_mysql/res.c, modules/db_mysql/res.h, modules/db_mysql/row.c, modules/db_mysql/row.h, modules/db_mysql/val.c, modules/db_mysql/val.h: - small doxygen updates (group, syntax), small docs update - patch provided from Olle E. Johansson, closes #2025079 2008-07-24 15:16 Henning Westerholt, * [r4504] modules/presence/presence.c, modules/presence_xml/presence_xml.c, modules/xmpp/xmpp.c: - fix some doxygen bugs - patch provided from Olle E. Johansson, closes #2026734 2008-07-24 15:14 Henning Westerholt, * [r4503] globals.h: - remove (already) outcommented parameter 2008-07-24 11:27 Henning Westerholt, * [r4502] doc/doxygen/openser-doxygen: - fix error in doxygen config, pointed out from Olle 2008-07-24 06:47 Di-Shi Sun, * [r4500] modules/osp/doc/osp_admin.xml: Updated doc. 2008-07-23 16:12 Henning Westerholt, * [r4499] modules/presence_xml/add_events.c, modules/presence_xml/add_events.h, modules/presence_xml/notify_body.c, modules/presence_xml/notify_body.h, modules/presence_xml/pidf.c, modules/presence_xml/pidf.h, modules/presence_xml/presence_xml.c, modules/presence_xml/presence_xml.h, modules/presence_xml/xcap_auth.c, modules/presence_xml/xcap_auth.h: - doxygen and formatting changes - patch provided from Olle E. Johansson, closes #2024590 2008-07-23 16:05 Henning Westerholt, * [r4498] modules/presence_xml/README, modules/presence_xml/doc/presence_xml_admin.xml: - extend documentation - patch provided from Olle E. Johansson, closes #2024527 2008-07-23 15:59 Henning Westerholt, * [r4497] modules/presence/bind_presence.c, modules/presence/bind_presence.h, modules/presence/event_list.c, modules/presence/event_list.h, modules/presence/hash.c, modules/presence/hash.h, modules/presence/notify.c, modules/presence/notify.h, modules/presence/presence.c, modules/presence/presence.h, modules/presence/presentity.c, modules/presence/presentity.h, modules/presence/publish.c, modules/presence/publish.h, modules/presence/subscribe.c, modules/presence/subscribe.h, modules/presence/utils_func.c, modules/presence/utils_func.h: - doxygen, formatting changes and small changes in startup error msg - patch provided from Olle E. Johansson, closes #2024503 2008-07-23 15:53 Henning Westerholt, * [r4496] modules/presence/README, modules/presence/doc/presence_admin.xml: - extend presence documentation - patch provided from Olle E. Johansson, closes #2024476 2008-07-22 13:45 Henning Westerholt, * [r4495] doc/doxygen/openser-doxygen: - add missing modules to doxygen config - patch provided from Olle E. Johansson, closes #2024586 2008-07-22 13:43 Henning Westerholt, * [r4494] modules/xmpp/network.c, modules/xmpp/network.h, modules/xmpp/sha.c, modules/xmpp/util.c, modules/xmpp/xmpp.c, modules/xmpp/xmpp.h, modules/xmpp/xmpp_api.c, modules/xmpp/xmpp_api.h, modules/xmpp/xmpp_component.c, modules/xmpp/xmpp_server.c, modules/xmpp/xode.c, modules/xmpp/xode.h, modules/xmpp/xode_from.c, modules/xmpp/xode_str.c, modules/xmpp/xpool.c, modules/xmpp/xsnprintf.c, modules/xmpp/xstream.c: - small fix for previous commit, add missing ingroup - patch provided from Olle E. Johansson, closes #2024490 2008-07-22 13:34 Henning Westerholt, * [r4493] modules/pua_xmpp/pidf.c, modules/pua_xmpp/pua_xmpp.c, modules/pua_xmpp/request_winfo.c, modules/pua_xmpp/simple2xmpp.c, modules/pua_xmpp/xmpp2simple.c: - doxygen, formatting changes and small changes in startup error msg - patch provided from Olle E. Johansson, closes #2024441 2008-07-22 09:26 Henning Westerholt, * [r4492] modules/xmpp/README, modules/xmpp/doc/xmpp_admin.xml: - extend admin docs, some spelling fixes and improvements - patch provided from Olle E. Johansson, closes #2024388 2008-07-22 09:16 Henning Westerholt, * [r4491] modules/xmpp/network.c, modules/xmpp/util.c, modules/xmpp/xmpp.c, modules/xmpp/xmpp_api.c, modules/xmpp/xmpp_component.c, modules/xmpp/xmpp_server.c, modules/xmpp/xode.c: - extend doxygen documentation - patch provided from Olle E. Johansson, closes #2024414 2008-07-21 11:25 Henning Westerholt, * [r4490] ChangeLog: - update Changelog 2008-07-17 10:26 Henning Westerholt, * [r4487] modules/carrierroute/README, modules/carrierroute/doc/carrierroute_admin.xml, modules/dialog/README, modules/dialog/doc/dialog_admin.xml: - spelling fixes 2008-07-14 10:43 Henning Westerholt, * [r4485] modules/db_postgres/dbase.c: - change log level for 'probably invalid queries' from WARN to ERR - as we stop execution and return a failure anyway, we should also inform the user with the correct log level about this - move error message to default case 2008-07-14 04:12 Dan Pascu, * [r4483] modules/dialog/dlg_handlers.c: Fixed bogus error message for out of dialog requests with preloaded Route headers 2008-07-11 16:28 Henning Westerholt, * [r4482] test/11.sh, test/13.sh, test/19.cfg, test/19.sh, test/2.sh, test/20.cfg, test/20.sh, test/21.sh, test/25.sh, test/26.sh, test/27.sh, test/28.sh, test/31.sh, test/34.sh, test/35.sh, test/include/database: - various cleanups and checks added - move mysql command definition to own include file - cleanups some configurations - add command to check for a mysql DB access with the default auth data - fix some carrierroute related mysql warnings 2008-07-11 14:13 Henning Westerholt, * [r4481] parser/parse_privacy.c, parser/parse_uri.c: - fix privacy and URI user parameter parser, they should handled case-insensitive - reported from Bayan Towfiq, bayan at flowroute dot com 2008-07-11 12:31 Henning Westerholt, * [r4480] msg_translator.c: - force_rport() also add a recieved parameter every time to the VIA - this is necessary to be RFC 3581 compliant, related to #2002156 2008-07-11 09:17 Henning Westerholt, * [r4479] test/35.cfg, test/35.sh: - extend permissions test, check also allow_trusted (related to #1925738), some small cleanups 2008-07-11 09:04 Henning Westerholt, * [r4478] doc/dbschema/xsl/dbschema2docbook.xsl: - DB documentation fix, generate the DEFAULT column value as empty string 2008-07-11 09:00 Henning Westerholt, * [r4477] scripts/db_berkeley/openser/version: - fix wrong db_berkeley version table, this was changed accidentally in rev4331 2008-07-10 16:13 Henning Westerholt, * [r4476] modules/tm/README, modules/tm/doc/tm_admin.xml: - add missing documentation about enable_stats parameter in tm 2008-07-10 16:06 Henning Westerholt, * [r4475] modules/uac_redirect/README, modules/uac_redirect/doc/uac_redirect_admin.xml: - fix double paragraph in docs - reported from Ruchir Brahmbhatt, ruchir dot brahmbhatt at ecosmob dot com 2008-07-10 15:40 Henning Westerholt, * [r4474] db/schema/location.xml: - small extension to the location table docs 2008-07-10 10:52 Henning Westerholt, * [r4473] Makefile: - some small spelling fixes and cleanups, add some comments 2008-07-10 09:03 Henning Westerholt, * [r4472] utils/db_berkeley/Makefile: - fix LIBS, don't link with unnecessary libraries, related to #1855859 2008-07-10 08:49 Henning Westerholt, * [r4471] modules/db_postgres/dbase.c: - further bug fixes for db_postgres_fetch_result and db_postgres_store_result - return also for all other abnormal query states an error, as the result set is here set to zero too - this is probably a little bit to strict, but in the openser context this types normally should not happen - as the old behaviour could lead to crashes if this gets eventually reported from the driver, this is surely an improvement :-) (most query user check only for return value < 0, and not for == 0) - in case for the PGRES_EMPTY_QUERY this could be not recognized as error from upper layers at all, as this is defined as zero in the pg driver.. - small indention fixes 2008-07-10 07:57 Ovidiu Sas, * [r4470] scripts/openserctl: fix broken openserctl trusted [2003521] - add back the ability to set empty pattern - add back the ability to set a tag 2008-07-09 16:27 Henning Westerholt, * [r4469] modules/carrierroute/Makefile, modules/db_berkeley/Makefile, modules/h350/Makefile: - fix unnecessary module library links, related to #1855859 - small cleanup in Makefile for carrierroute 2008-07-09 15:10 Henning Westerholt, * [r4468] modules/carrierroute/route_func.c: - improve error messages for PV printing, instead of a generic message give some hints about the problem 2008-07-09 14:30 Henning Westerholt, * [r4467] modules/db_postgres/dbase.c: - fix PGRES_FATAL_ERROR bug in postgres driver - the result set was cleared in this case, but no error was> returned - reported from Andrew O. Zhukov, gnugk at telegroup dot com dot ua - small indention fixes 2008-07-09 11:35 Henning Westerholt, * [r4465] modules/carrierroute/route_func.c, prime_hash.c: fix carrierroute error logging - remove prime_hash specific logging, instead log all hash_errors in the actual routing function, now CRC32 errors are also logged - change log level for doesn't completed rewrite_uri_recursor to INFO, this is not necessarily an error, e.g. for blacklisted URIs. If an error occured during this stage, its logged in previous steps of the processing anyway. 2008-07-08 14:54 Henning Westerholt, * [r4463] modules/tm/README, modules/tm/doc/tm_admin.xml: - add a short note to the t_relay docs, related to #1989917 2008-07-08 14:52 Di-Shi Sun, * [r4462] modules/osp/etc/sample-osp-openser.cfg: Removed REGISTER support from sample config. 2008-07-08 14:10 Daniel-Constantin Mierla, * [r4460] modules/usrloc/ucontact.c: - protect against crash when use_domain is 1 but @ is missing in aor -- using same mechanism as for insert - TBD: registrations for AoR without username should be ignored as discussed on devel mailing list 2008-07-08 13:32 Henning Westerholt, * [r4459] modules/mi_datagram/mi_datagram.c: - spelling fix and some small cleanups in error logs 2008-07-08 12:57 Henning Westerholt, * [r4457] modules/permissions/config/register.deny: - add some notes about the security implications, related to #1850882 2008-07-08 10:30 Henning Westerholt, * [r4456] modules/carrierroute/route_func.c: - fix null pointer crash during error condition in mp2carrier_id and mp2domain_id, reported from Carsten Bock, closes #2013308 2008-07-07 18:24 Juha Heinanen, * [r4455] INSTALL: * Added example on module README generation. 2008-07-07 18:21 Juha Heinanen, * [r4454] modules/dialplan/dialplan.c: * Turned "no information available for dpid" message from error to debug. 2008-07-07 16:39 Henning Westerholt, * [r4453] modules/avpops/README, modules/avpops/doc/avpops_admin.xml: - remove sections about avp_aliases and avp_write functions, this was moved to the core long ago 2008-07-04 11:23 Henning Westerholt, * [r4451] test/2.sh, test/34.cfg, test/34.sh: - small fix in test 2 - add new test for presence related modules startup on mysql 2008-07-04 11:22 Henning Westerholt, * [r4450] modules/xmpp/README, modules/xmpp/doc/xmpp_admin.xml: - fix default values for server names 2008-07-04 11:11 Henning Westerholt, * [r4449] modules/presence_xml/README, modules/presence_xml/doc/presence_xml_admin.xml, modules/presence_xml/presence_xml.c, modules/pua/README, modules/pua/doc/pua_admin.xml, modules/pua/pua.c, modules/