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
Previous revision
Next revision Both sides next revision
cookbooks:devel:pseudovariables [2018/11/23 11:53]
miconda
cookbooks:devel:pseudovariables [2019/02/22 10:46]
miconda [$sruid - Unique ID]
Line 2069: Line 2069:
   * $sdp(sess_version) - sess-version -attribute from SDP o= -line. When set to special value -1, current value is incremented. (read + write)   * $sdp(sess_version) - sess-version -attribute from SDP o= -line. When set to special value -1, current value is incremented. (read + write)
  
-===== kex module variables =====+===== $sruid - Unique ID =====
  
-  * $sruid - return unique ID+  * $sruid - return unique ID generated internally Kamailio 
 + 
 +===== $ltt(key) - Local To-Tag ===== 
 + 
 +$ltt(key) - return local generated To-tag when Kamailio sends a reply 
 + 
 +    * $ltt(s) - the to-tag used in stateless replies 
 +    * $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)
 ===== $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