User Tools

Site Tools


cookbooks:4.3.x: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
cookbooks:4.3.x:pseudovariables [2015/10/12 20:38]
oej
cookbooks:4.3.x:pseudovariables [2016/02/05 11:44] (current)
oej [$uac_req(key)]
Line 1: Line 1:
 +{{ :cookbooks:4.3.x:pseudovariables.png?200|}}
 ====== Kamailio SIP Server v4.3.x (stable): Pseudo-Variables ====== ====== Kamailio SIP Server v4.3.x (stable): Pseudo-Variables ======
  
Line 152: Line 153:
 ==== $ci - Call-Id ==== ==== $ci - Call-Id ====
  
-**$ci** - reference to body of call-id header+**$ci** - reference to body of call-id header (R/O)
  
 ==== $cl - Content-Length ==== ==== $cl - Content-Length ====
Line 1305: Line 1306:
 <code c> <code c>
 $uac_req(method)="OPTIONS"; $uac_req(method)="OPTIONS";
-$uac_req(ruri)="sip:kamailio.org"; +$uac_req(ruri)="sip:alice@kamailio.org"; 
-$uac_req(furi)="sip:kamailio.org"; +$uac_req(turi)="sip:alice@kamailio.org"; 
-$uac_req(turi)="sip:kamailio.org";+$uac_req(furi)="sip:daniel@kamailio.org";
 $uac_req(evroute) = 1; $uac_req(evroute) = 1;
 uac_req_send(); uac_req_send();
Line 1407: Line 1408:
 </code> </code>
  
-===== TLS module Pseudo-Variables =====+
 ===== TLS module Pseudo-Variables ===== ===== TLS module Pseudo-Variables =====
  
Line 1604: Line 1605:
 The key can be: The key can be:
  
-* line - return current line in config +  * line - return current line in config 
-* name - return the name of current config file+  * name - return the name of current config file
  
 Example: Example:
cookbooks/4.3.x/pseudovariables.1444675095.txt.gz · Last modified: 2015/10/12 20:38 by oej