User Tools

Site Tools


cookbooks:devel:pseudovariables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cookbooks:devel:pseudovariables [2019/10/10 14:53]
miconda
cookbooks:devel:pseudovariables [2019/10/28 13:01]
miconda tcp variable
Line 2117: Line 2117:
     * $ltt(t) - the to-tag used in transaction stateful replies (transaction has to be created at that time, eg., by t_newtran() or in a branch/failure route, otherwise it returns $null)     * $ltt(t) - the to-tag used in transaction stateful replies (transaction has to be created at that time, eg., by t_newtran() or in a branch/failure route, otherwise it returns $null)
     * $ltt(x) - $ltt(t) if the transaction was created already, otherwise $ltt(s)     * $ltt(x) - $ltt(t) if the transaction was created already, otherwise $ltt(s)
 +
 +===== $tcp(key) =====
 +
 +$tcp(key) - return TCP connection attributes.
 +
 +The key can be:
 +  * **c_si** - connection source ip (useful with HAProxy connections)
 +  * **c_sp** - connection source port (useful with HAProxy connections)
 +  * **conid** - connection id
 ===== $C(xy) - Foreground and background colors ===== ===== $C(xy) - Foreground and background colors =====
  
cookbooks/devel/pseudovariables.txt ยท Last modified: 2022/04/11 15:24 by henningw