cookbooks:devel:selects
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cookbooks:devel:selects [2013/03/02 22:25] – miconda | cookbooks:devel:selects [2021/04/27 07:39] (current) – miconda | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Kamailio SIP Server | + | ====== |
+ | |||
+ | Version: | ||
The **select** is a READ-ONLY " | The **select** is a READ-ONLY " | ||
+ | |||
+ | Selects are available via pseudo-variable $sel(...), respectively **@name** corresponds to **$sel(name)**. | ||
Each module can extend the syntax the select framework understands by registering its own select table. Look at the TLS module or db_ops as good samples. | Each module can extend the syntax the select framework understands by registering its own select table. Look at the TLS module or db_ops as good samples. | ||
Line 41: | Line 45: | ||
Select handling To header. | Select handling To header. | ||
+ | |||
+ | ==== sys ==== | ||
+ | |||
+ | Select handling system values | ||
==== via ==== | ==== via ==== | ||
Line 2365: | 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 3362: | 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 3460: | 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.1362263151.txt.gz · Last modified: 2013/03/02 22:25 by miconda