URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=966851f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Nov 3 21:12:46 2011 +0100
dispatcher(k): sample cfg file updated
- some clarifications added to faq
(cherry picked from commit 60670bd00570adc5fff2de30929d88b7d956d3ea)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c5ca837…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Nov 3 11:48:30 2011 +0100
dispatcher(k): fixed copy&paste typo of maintaining inactive state
- instead of setting the inactive state, it was resetting it
- restructured the usage of fake msg for running event routes for
keepalive replies, so that it is generated only if event routes are
defined
(cherry picked from commit 1f63d8d3e619ec1e9a0d15f45c507547a72dc715)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29fce24…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Nov 2 10:42:52 2011 +0100
dispatcher(k): added clarifications to ds_probing_mode parameter
(cherry picked from commit b589e42a06feba2382c2b4dbb9e0d56ebe4b6ed1)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aec0f94…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Nov 2 10:35:22 2011 +0100
dispatcher(k): use defines for probing modes
- it can be DS_PROBE_NONE (0), DS_PROBE_ALL (1) or DS_PROBE_INACTIVE (2)
- when ds_probing_mode is set to 2, keep probing inactive gateways until
they become active. Note that the gateway must be set to probing when
it goes in trying or inactive state
(cherry picked from commit d665458442aed734bf1831e37ccf666ab2846f25)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4152e6e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:32:42 2011 +0100
db_text(k): init DB API lib in mod_register()
(cherry picked from commit fa9e7de6bbef15110cb4940769b27d90b2c000c8)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9ef9a9e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:30:15 2011 +0100
db_oracle(k): init DB API lib in mod_register()
(cherry picked from commit d0ede402a4e5a9163405fa3da66b2cb38ab24552)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=959d06b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:28:26 2011 +0100
db_unixodbc: init DB API lib in mod_register()
(cherry picked from commit f122ee6e63087d15cee95642c4e8ac9249b4f958)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2018f85…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:26:37 2011 +0100
db_sqlite: init DB API lib in mod_register()
(cherry picked from commit 4040fead1833abddee710d18e7c655ca53cfb0ed)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d422ab1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:26:07 2011 +0100
db_postgres: use db_api_init() to initialize srdb1 lib
(cherry picked from commit 4578f6eba8b3539202dffa756cf0813dfa7eb328)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f8c246…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:22:30 2011 +0100
db_berkeley: init DB API lib in mod_register()
(cherry picked from commit 41225392808b1e5462be40e37ba85700e8eab632)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=244cdf2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:21:19 2011 +0100
db_postgres: init DB API lib in mod_register()
- this will initialize the sql buffer at module load time, avoiding
crash at startup if a module using the DB driver is loaded before the
db driver itself
- reported by Timo Teras
(cherry picked from commit b3b34accb2f65ccef6045b083879166cb1a1e060)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1335ac9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:20:38 2011 +0100
db_flatstore: init DB API lib in mod_register()
(cherry picked from commit cc88761be68212c7c08dcdef182fe2e16b42a3e1)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=590366c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:18:36 2011 +0100
db_mysql: initialize DB API in mod_register() function
- internal buffer sql_buf initialized in this function
- renamed sql_buf to mysql_sql_buf to avoid potential conflict with
global variable in srdb1 library
(cherry picked from commit 9a7e99d01e1c60dae8bec62037e8321c7d671c1d)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f96f053…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 20:15:50 2011 +0100
srdb1: added db_api_init() function
- to be executed to initialize internas of DB API library
- calls internal function db_query_init() that initialize the buffer to
print db queries
(cherry picked from commit 86e28b07474e75582423f50f560cf6156022da86)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0f9c491…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 16:18:34 2011 +0100
sdpops: support for codecs with same name and many different ids
- reported by Juha Heinanen
(cherry picked from commit e4d2b647d1b0e8764b1eb0cfe07d446231af0df8)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=31ec432…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Nov 1 11:38:51 2011 +0100
sdpops: fixed usage of delim param in sdp_codec_in_str()
- matching codecs in a comma separated list should work now
- reported by Juha Heinanen as part of testing keep_codecs_by_name()
(cherry picked from commit 83253d3a5cc08ce581fad88378de5eb3bd7fc784)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb5bbb2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Oct 31 11:43:28 2011 +0100
parser/sdp: updated parse_sdp() description
- reflect properly return codes
(cherry picked from commit e1c6eafe29973a05f9f9358efbac9bf6be16a92d)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2584220…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Oct 31 11:22:37 2011 +0100
snmpstats: removed c&p duplicated module parameter
- reported by Klaus Darilion
(cherry picked from commit 50880207fe208df5de065e0f915c560ac255a9d8)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c79ed2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Oct 31 11:20:05 2011 +0100
sdpops: check for sdp structure after parse_sdp()
- the function can return 1 in case of no body
- reported by Juha Heinanen
(cherry picked from commit 704c619f401b6286588c43c8dec9e04670f4ad43)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=524bf12…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Oct 27 16:45:17 2011 +0200
dispatcher(k): clarification about trying transition state from active to inactive
(cherry picked from commit 0b8f2ee4c128cd2b532356087272445519c1c08b)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b5e236…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Oct 27 16:44:44 2011 +0200
dispatcher(k): default probing threshold set to 1
(cherry picked from commit 7330cbc114821732b4f8bed5a43893226a800198)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=beb683f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Oct 27 16:07:33 2011 +0200
dispatcher(k): docs update and rebuild readme file
(cherry picked from commit 372b113b6bd4447dfd73b8b6da6a5672730a5636)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b017f6f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Oct 27 16:00:55 2011 +0200
dispatcher(k): new state trying for destination addresses
- the state trying (t) is a transition between active to inactive, when
inactive state is wanted after a certain number of failures specified
in probing threshold
- when in trying state, the destination is still selected, but
additional settings of trying state will increment an internal failure
counter which results in setting inactive state when probing threshold
is matched
- the functionality was before based on probing mode, but since 3.2
probing is not longer related to destination selection. This will
provide back the lost functionality
- ds_mark_dst(x) can have as parameter a combination between state and
probing mode, such as 'ip' - inactive and probing, or ap - active and
probing, or 'tp' - trying and probing
(cherry picked from commit cbe2e236846e6527a2fc9e6b40b80befe329825b)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c928129…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Oct 27 07:17:52 2011 +0200
dialog(k): postpone setting tm callbacks until T is created
- add dialog in tm callbacks when transaction is created
- when using dlg_manage(), if dialog does not makes it to transaction,
clean it up
- fixes case when stateless reply is used after dlg_manage() to create a
new dialog
(cherry picked from commit ad4cfe8a3410059bc5c0b4951e49a952c4b01dfe)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a623f8e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Oct 27 04:21:24 2011 +0200
docbook/Makefile: option to not use local catalog
- if nocatalog=yes, the xsltproc is started without XML_CATALOG_FILES
and the default ones from system are used
(cherry picked from commit a5c9d7e4bfe5949177290671072616ab054722bc)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14bc519…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Oct 26 21:21:22 2011 +0200
sdpops: find codec ids in sdp when not found in static table
- functions to keep/remove codecs by name work now with dynamic ids for
codecs
- reported by Juha Heinanen
(cherry picked from commit 511dc62e6a6ca74324f42b66a23bd9d80b377252)