User Tools

Site Tools


cookbooks:devel:transformations

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
cookbooks:devel:transformations [2021/12/07 08:58]
miconda
cookbooks:devel:transformations [2022/04/08 18:08] (current)
miconda [URI Alias Transformations]
Line 877: Line 877:
  
 </code> </code>
 +
 +===== Socket Address Transformations =====
 +
 +Transformations related to socket address values (**proto:host:port**).
 +
 +==== {sock.host} ====
 +
 +Return the host part.
 +
 +==== {sock.port} ====
 +
 +Return the port part.
 +
 +==== {sock.proto} ====
 +
 +Return the proto part.
 +
 +==== {sock.touri} ====
 +
 +Return the socket address converted to SIP URI: **sip:host:port;transport=proto**.
  
 ===== URI Alias Transformations ===== ===== URI Alias Transformations =====
cookbooks/devel/transformations.txt ยท Last modified: 2022/04/08 18:08 by miconda