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/17 09:02]
oej
cookbooks:4.3.x:pseudovariables [2016/02/05 11:44] (current)
oej [$uac_req(key)]
Line 153: 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 1306: 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 1605: 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.1445065329.txt.gz · Last modified: 2015/10/17 09:02 by oej