URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=26616759... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Sep 11 11:36:10 2011 +0200
pua_xmpp: removed invalid lib path from Makefile
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30fd945c... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Sep 11 11:34:24 2011 +0200
presence_xml: removed invalid lib path from Makefile
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b7c8a94... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Sep 11 11:32:34 2011 +0200
presence(k): removed invalid lib path from Makefile
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7723e6b6... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sat Mar 12 12:27:52 2011 +0100
tmx: added the docs for t_flush_flags() (cherry picked from commit ce7aa8e46e839a56d5759a688d03515f94497267)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5ba5f8f... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sat Mar 12 12:22:51 2011 +0100
tmx: restored t_flush_flags()
- function to sycn the msg flags back to transaction when the transaction was created before modifying the flags - reported by Juha Heinanen (cherry picked from commit 83620cb7cd14ee3b509eef72d99337567f53967f)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14d45754... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Jun 26 11:48:39 2011 +0200
tm: renamed typedef cell_type to tm_cell_t (cherry picked from commit c4c3773622a5419d890a13a5226d721ff0a7bcfa)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8027fd1d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Sep 9 10:25:02 2011 +0200
xcap_client: use curl-config to get include and lib compile flags
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f31b2a60... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Sep 9 10:08:33 2011 +0200
xcap_server: use xml2-config to get include and libs compile flags (cherry picked from commit 3e502e2ac387999306d4a472784ed0699b8c7f77)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b0bc8636... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Sep 7 21:57:03 2011 +0200
xcap_server: remove invalid lib dir from Makefile (cherry picked from commit 7e1564b7e67a25eb22c26f4ae235d9b380ce8417)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f4a52c9... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Sep 6 14:12:00 2011 +0200
tm: update T msg flags after {branch/failure}_route
- after execution of branch_route or failure_route, set the message flags of the temporary request back to transaction request - 1.x behaviour - reported and partial patch by Alex Hermann (cherry picked from commit c589ca35b2aa3097a3c9e2a5a050514337300c05)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7edd05c... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Aug 23 00:27:10 2011 +0200
app_lua: fixed assignments for Makefile vars (cherry picked from commit 1d4f8bbf2e3889c9c5279bf81ec832fb86b69112)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee121bfb... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Aug 12 22:51:20 2011 +0200
pua_xmpp: fixes to SIP-XMPP presence status translations
* patch by Laura Testi to fix: - the online/offline status is ok in both direction (SIP<-->XMPP) - other status (away/busy) is not ok from XMPP to SIP - busy status is not ok from SIP to XMPP - each time XMPP contact change the status, triger a new SUBSCRIBE in xmpp gateway which generate multiple same subscriptions with different callid in both active_watchers and pua tables. This also makes multiple NOTIFY generation from the main Presence Server to GW when the SIP contact change it's status (cherry picked from commit d1097d6ac9295c529ad6e682534ee4b3f0a9daae)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b07dd06... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Aug 4 11:41:32 2011 +0200
tls: safety check for current cipher
- SSL_get_current_cipher(...) may return NULL, in case of the cipher was not set yet for the connection - caused crash when RPC command tls.list was used in such moment - cipher description is set to 'unknown' for such case - reported by Francesco Castellano (cherry picked from commit 816a0218130782ea86a3cc16feb2a008fe6fff68)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a38f6184... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Aug 3 23:03:54 2011 +0200
tm: don't set dst_uri to next hop for branch_route
- added flag to skip setting dst_uri to next hop for branch_route if the dst_uri was not set before - there is already a select and a pseudo-variable to access next hop value, in case it is needed in branch route - reported by Alex Hermann (cherry picked from commit fb4ecbf986f4af366e5be9cbad26ceba924c77fd)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dcf9645... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Aug 3 19:34:09 2011 +0200
tm: allow nested backup of avp lists when sending local requests
- added ability to use a local variable instead static var to backup/restore avps lists for local generated transactions (cherry picked from commit 08798a6d06b628fa5888ded867c5d18416b9f013)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab9451af... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Aug 1 14:36:39 2011 +0200
tm: backup/restore lists of avps for usage t_uac
- when sending a self-generated request while processing other sip message, backup the list of avps and restore afterwards - reported by Sebastian Damm - added helper function to backup/restore the lists of avps from msg context to static var and use transaction lists (cherry picked from commit 203b2678a7115f2ba744eeda5279108fdd5b139d)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3585f8f0... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Jul 17 00:28:26 2011 +0200
app_python: provide a clone string to dirname and basename
- script name value is cloned before execution of dirname and basename since they may modify the parameter - reported by Arnaud Chong, FS#137 (cherry picked from commit 53605f2ca1718e42f1f1fcb87bb67935c889249a)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=25bebfc6... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Jul 17 00:17:58 2011 +0200
app_python: fixed compile warning
- warning: dereferencing type-punned pointer will break strict-aliasing rules