User Tools

Site Tools


cookbooks:devel:selects

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
cookbooks:devel:selects [2018/11/23 11:55]
miconda
cookbooks:devel:selects [2021/04/27 09:39] (current)
miconda
Line 1: Line 1:
-====== Kamailio SIP Server v5.3.x (devel): Selects Variables ======+====== Selects Variables ====== 
 + 
 +Version: Kamailio SIP Server v5.6.x (devel)
  
 The **select** is a READ-ONLY "function", that helps to get direct access to some parts of SIP message within the script (like @to, @cseg.method, @msg["P-anyheader-youwant"]), but generally it could be seen as a function with a certain number of parameters that returns a string. The **select** is a READ-ONLY "function", that helps to get direct access to some parts of SIP message within the script (like @to, @cseg.method, @msg["P-anyheader-youwant"]), but generally it could be seen as a function with a certain number of parameters that returns a string.
Line 43: Line 45:
  
 Select handling To header. Select handling To header.
 +
 +==== sys ====
 +
 +Select handling system values
  
 ==== via ==== ==== via ====
Line 2367: Line 2373:
 Exported by: tls Exported by: tls
  
 +==== @tls.my.subject.uid ====
 +
 +Exported by: tls
 +
 +==== @tls.my.subject.uniqueIdentifier ====
 +
 +Exported by: tls
 +
 +==== @tls.my.subject.unique_identifier ====
 +
 +Exported by: tls
  
 ==== @tls.my.uri ==== ==== @tls.my.uri ====
Line 3364: Line 3381:
  
 ==== @tls.peer.subject.unit ==== ==== @tls.peer.subject.unit ====
 +
 +Exported by: tls
 +
 +==== @tls.peer.subject.uid ====
 +
 +Exported by: tls
 +
 +==== @tls.peer.subject.uniqueIdentifier ====
 +
 +Exported by: tls
 +
 +==== @tls.peer.subject.unique_identifier ====
  
 Exported by: tls Exported by: tls
Line 3462: Line 3491:
 Exported by: core Exported by: core
  
 +==== @sys.now ====
 +
 +Exported by: core
 +
 +==== @sys.pid ====
 +
 +Exported by: core
 +
 +==== @sys.unique ====
 +
 +Exported by: core
 +
 +==== @sys.now.utc ====
 +
 +Exported by: core
 +
 +==== @sys.now.gmt ====
 +
 +Exported by: core
 +
 +==== @sys.now.local ====
 +
 +Exported by: core
  
 ==== @v ==== ==== @v ====
cookbooks/devel/selects.1542970505.txt.gz · Last modified: 2018/11/23 11:55 by miconda