15
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-new flags (FL_USE_UAC_TO and FL_USE_UAC_CSEQ) added to msg private flags -some source clenup.
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
- some updates More... over 18 years ago
- pkg mem statistics printed by each process - useful for debugging non-worker processes
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
- ugly bug fixed: mysql query keeps returning a non null result pointer even if case of error when the result was internally freed -> may lead to double free!
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
parsing bug fixed in get_route_param()
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
- fixed improper interface selection for TCP outgoing connections (reported by Klaus Darilion) - force_send_socket() may be also used for TCP now
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
some cleanup: - two similar macros merged. - some speed-up by getting rid of unnecessary memcpy()'s
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
bugs fixing: - proper timer cancelation for cancelled T_UAC with no received reply; - pending-cancel flag moved from transaction flags to T_UAC flags
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
-delayed CANCEL feature added - cancelled transactions will be marked to be able to cancel delayed replies THIS IS STILL EXPERIMENTAL (READ "NOT TESTED YET")
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
- encoded FROM URI stored in RR hdr and not in FROM anymore (uses new RR API) - some TM callbacks replaced with RR callback - more efficient (as selective) - XOR used to mix together old and new URI - reduces the result size.
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
tm allows callback registration prior to transaction creation - if the request has no transaction yet, the callbacks will be put in a pending list until the transaction is created (or discarded otherwise). Message Id is used to avoid callback overlapings between different requests (like adding pending callbacks for a requests and attaching them to the transacation of a different request).
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
small writting errors fixed in docs
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
- add_local_rport() - new function to add 'rport' parameter to the Via header generated by server (according to RFC3581, issue reported by Ranveer Kunal) More... over 18 years ago
docs updated accordingly to latest changes
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
-several fixes in Route param parser -enhancements which opens the road for a dialog awareness support: - RR API added - exported functions: add_rr_param check_route_param is_direction get_route_param register_rrcb - RR callbacks added - can be registered callbacks to be executed when local Route is found and processed.
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... over 18 years ago
- support for lcr module to add/show/delete GWs, routes ... IP addresses can be entered in dotted quad format, support for URI scheme and transport parameter More... over 18 years ago
- URI scheme and transport protocol can now be specified for gateways (backport from ser) - allow usage of from_gw in reply routes More... over 18 years ago
- gen_ha1 renamed as openser_gen_ha1 at installation and packaging to avoid conflicts with SER packages - emulate proprietary mysql functions in postgres used by lcr module More... over 18 years ago
- replaced sprintf with snprintf to avoid buffer overflow when the SQL Error response is too long - fixed postgres reconnect (patch from Michael Ulitskiy) - ToDo: review the whole postgres module for more sprintf bugs More... over 18 years ago
- round robin distribution per process (alg=4) - documentation updated More... almost 19 years ago
fixed the B64 encoding of the orginal FROM URI (reported by Tony Jago)
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... almost 19 years ago
include fixes for FreeBSD (thanks to Jesus Rodriguez)
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... almost 19 years ago
bug fixed in t_local_replied() when checking all replies
Bogdan Andrei IANCU
as Bogdan-Andrei Iancu
More... almost 19 years ago
- various resolver/dns related options can now be set from cfg (ported from SER, credits go to Andrei): dns_try-ipv6=yes|no dns_retr_time= time(in s) dns_retr_no = no. dns_use_search_list=yes|no dns_server_no= no More... almost 19 years ago
- added a new flag parameter which can be used (for now) to select only the username or the username, host and port when hashing after an uri - improved uri hashing (password is ignored, port is used only if sip and port != 5060 or sips and port!=5061) - fixed empty username in uri crash (all thanks to Andrei) More... almost 19 years ago
- proper path to mailing list archives More... almost 19 years ago
- flags for is_avp_set() to check if the value is number or string More... almost 19 years ago
- new pseudo-variables: $au - auth username; $ar - auth realm - changelog and dev version updated More... almost 19 years ago
- default specifier is /uri for $from, $to + $ruri; and /uuid for string keywords and avp aliases (thanks to Klaus Darilion for reporting) More... almost 19 years ago
fixed a typo More... almost 19 years ago