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/02/22 10:43]
miconda [kex module variables]
cookbooks:devel:pseudovariables [2019/02/22 10:46]
miconda [$sruid - Unique ID]
Line 2072: Line 2072:
  
   * $sruid - return unique ID generated internally Kamailio   * $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