-docs updated for "branch_flag_mask" module parameter |
|
More...
|
about 20 years ago
|
- registrar may use the branch flags for NAT marking - new module parameter "use_branch_flags" : if enabled the branch flags will be used for NAT flag. - docs updated |
|
More...
|
about 20 years ago
|
-full suppor for per-branch flags -TM has a new param "branch_flag_mask" which defined which flags shall be considered to be branch flags; it's bit mask in 2, 10 or 16 base; |
|
More...
|
about 20 years ago
|
- new global parameter 'log_name' to set the id to be printed in syslog - the value must be a string and has effect only when openser runs in daemon mode (fork=yes), after daemonize. Default value is argv[0]. - removed rc_openlog() from acc and avp_radius modules |
|
More...
|
about 20 years ago
|
append/get_branch prototype changed: - reduced nr of params (7) to 5 (prt+len->str) - added flag parameter (first step of branch flags) |
|
More...
|
about 20 years ago
|
* append_rpid_hf can be called from failure_route block. |
|
More...
|
about 20 years ago
|
-same approach used for default onreply route fo discarding provisional replies (by using "drop") |
|
More...
|
about 20 years ago
|
"drop" statement has special meaning in some route types (by default it's equivalent to "exit"): BRANCH ROUTE - the request branch is discarded (not fwd); ONREPLY ROUTE - if provisional reply (<200), it will be discarded (not fwd, not stored, but only timers updated) |
|
More...
|
about 20 years ago
|
- fixed bugs (reported by Franz Wu) |
|
More...
|
about 20 years ago
|
- additional check to prevent routeing tables overwritting (multiple definition of same route number) |
|
More...
|
about 20 years ago
|
- updated to new style of branch iterator (credits to Juha Heinanen) |
|
More...
|
about 20 years ago
|
- branch iterator re-written to allow nested iterations - are needed for branch route |
|
More...
|
about 20 years ago
|
- proper parameter to rc_openlog() which was changing the name of the process reported to syslog (reported by Klaus) |
|
More...
|
about 20 years ago
|
- fixed e2e cancel problem (multiple vias at parallel forking); bug caused due branch route; |
|
More...
|
about 20 years ago
|
- name updated in warning message |
|
More...
|
about 20 years ago
|
-new internal core function for checking if a module function may or may be not called from a script route (based on route type); all route inclusions are followed, but avoiding potential loops. -new command line parameter (-C) - similar to (-c), but additioanly force the above described checking. ( -C implies -c) |
|
More...
|
about 20 years ago
|
- docs updated with "t_was_cancelled" function |
|
More...
|
about 20 years ago
|
- CPL interpreter stop floowing the negative replies in proxy node if the INVITE was cancelled. |
|
More...
|
about 20 years ago
|
- new TM function t_was_cancelled() - says if the transaction was cancelled or not from the UAC side. - TM request fwd functions break if the transaction was already cancelled. |
|
More...
|
about 20 years ago
|
* append_rpid_hf function can now be called from branch_route block. |
|
More...
|
about 20 years ago
|
- included latest updates |
|
More...
|
about 20 years ago
|
- missing break when parsing $rt (reported by Kanakatti Mahesh Subramanya) |
|
More...
|
about 20 years ago
|
- new core functions to manage next hop destination address (dst_uri) - setdsturi("uri") - set the value of dst_uri - the value of the parameter must be a valid sip uri - resetdsturi() - reset dst_uri - isdsturiset() - test if there is a dst_uri address set |
|
More...
|
about 20 years ago
|
- avp_write() and avp_pushto() can access and set dst_uri field (if set, this is the next hop, regardless of r-uri address) via '$duri' |
|
More...
|
about 20 years ago
|
- new pseudo-variables: - $rP - transport protocol of RURI - $dd - dst_uri domain - $dp - dst_uri port - $dP - dst_uri transport protocol |
|
More...
|
about 20 years ago
|
- proper content-type storing |
|
More...
|
about 20 years ago
|
- proper check before moving the pending callbacks to transaction |
|
More...
|
about 20 years ago
|
-dst_uri (per branch) available in branch route - it can be also changed |
|
More...
|
about 20 years ago
|
-small bug fixed: next_branch() sets both dst_uri and dst_uri_len to 0 if no dst URI was set (previos, only len was zero) |
|
More...
|
about 20 years ago
|
-in failure route will be visible the RURI of the selected branch (so far was all the time the RURI of the first branch). |
|
More...
|
about 20 years ago
|