Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pseudovariables:1.3.x [2008/03/17 22:41] – 86.121.131.233 | pseudovariables:1.3.x [2012/03/22 12:35] (current) – removed spam 80.250.1.245 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OpenSER Pseudo-variables for version 1.3.x ====== | ||
+ | |||
+ | < | ||
+ | Authors of initial tutorial: | ||
+ | Elena-Ramona Modroiu | ||
+ | <ramona (at) rosdev.ro> | ||
+ | Bogdan-Andrei Iancu | ||
+ | <bogdan (at) voice-system.ro> | ||
+ | Daniel-Constantin Mierla | ||
+ | <miconda (at) gmail.com> | ||
+ | </ | ||
+ | |||
+ | ===== Introduction ===== | ||
+ | |||
+ | |||
+ | The term “pseudo-variable” is used for special tokens that can be given as parameters to different script functions and they will be replaced with a value before the execution of the function. | ||
+ | |||
+ | The beginning of a “pseudo-variable” is marked by the character “$”. If you want to have the character “$” just double it “$$”. | ||
+ | |||
+ | There is a set of predefined pseudo-variables, | ||
+ | |||
+ | ===== Pseudo-variables usage ===== | ||
+ | |||
+ | |||
+ | Pseudo-variables can be used with many modules of OpenSER, among them: | ||
+ | |||
+ | * acc | ||
+ | * avpops | ||
+ | * textops | ||
+ | * uac | ||
+ | * xlog | ||
+ | |||
+ | ===== The list of pseudo-variables in OpenSER ===== | ||
+ | |||
+ | |||
+ | Predefined pseudo-variables are listed in alphabetical order. | ||
+ | |||
+ | ==== Pseudo-variable marker ==== | ||
+ | |||
+ | **$$** - represents the character ' | ||
+ | |||
+ | ==== URI in SIP Request' | ||
+ | |||
+ | **$ai** - reference to URI in request' | ||
+ | |||
+ | ==== Auth Digest URI | ||
+ | |||
+ | **$adu** - URI from Authorization or Proxy-Authorization header. This URI is used when calculating the HTTP Digest Response. | ||
+ | |||
+ | ==== Auth realm ==== | ||
+ | |||
+ | **$ar** - realm from Authorization or Proxy-Authorization header | ||
+ | |||
+ | ==== Auth username ==== | ||
+ | |||
+ | **$au** - username from Authorization or Proxy-Authorization header | ||
+ | |||
+ | ==== Auth whole username ==== | ||
+ | |||
+ | **$aU** - whole username from Authorization or Proxy-Authorization header | ||
+ | |||
+ | ==== Request' | ||
+ | |||
+ | **$br** - reference to request' | ||
+ | |||
+ | ==== Request' | ||
+ | |||
+ | **$bR** - reference to request' | ||
+ | |||
+ | ==== Branch flags ==== | ||
+ | |||
+ | **$bf** - reference to branch flags of branch 0 (RURI) - decimal output | ||
+ | |||
+ | |||
+ | ==== Branch flags ==== | ||
+ | |||
+ | **$bF** - reference to branch flags of branch 0 (RURI) - hexa output | ||
+ | |||
+ | ==== Call-Id ==== | ||
+ | |||
+ | **$ci** - reference to body of call-id header | ||
+ | |||
+ | ==== Content-Length ==== | ||
+ | |||
+ | **$cl** - reference to body of content-length header | ||
+ | |||
+ | ==== CSeq ==== | ||
+ | |||
+ | **$cs** - reference to body of cseq header | ||
+ | |||
+ | ==== Contact header ==== | ||
+ | |||
+ | **$ct** - reference to body of contact header | ||
+ | |||
+ | |||
+ | ==== Content-Type ==== | ||
+ | |||
+ | **$cT** - reference to body of content-type header | ||
+ | |||
+ | ==== Domain of destination URI ==== | ||
+ | |||
+ | **$dd** - reference to domain of destination uri | ||
+ | |||
+ | ==== Diversion header URI ==== | ||
+ | |||
+ | **$di** - reference to Diversion header URI | ||
+ | |||
+ | ==== Port of destination URI ==== | ||
+ | |||
+ | **$dp** - reference to port of destination uri | ||
+ | |||
+ | ==== Transport protocol of destination URI ==== | ||
+ | |||
+ | **$dP** - reference to transport protocol of destination uri | ||
+ | |||
+ | ==== Destination set ==== | ||
+ | |||
+ | **$ds** - reference to destination set | ||
+ | |||
+ | ==== Destination URI ==== | ||
+ | |||
+ | **$du** - reference to destination uri | ||
+ | If loose_route() returns TRUE a destination uri is set according to the first Route header. | ||
+ | $du is also set if lookup() function of ' | ||
+ | To reset $du: | ||
+ | $du = null; | ||
+ | |||
+ | ==== Error class ==== | ||
+ | |||
+ | **$err.class** - the class of error (now is ' | ||
+ | |||
+ | ==== Error level ==== | ||
+ | |||
+ | **$err.level** - severity level for the error | ||
+ | |||
+ | ==== Error info ==== | ||
+ | |||
+ | **$err.info** - text describing the error | ||
+ | |||
+ | ==== Error reply code ==== | ||
+ | |||
+ | **$err.rcode** - recommended reply code | ||
+ | |||
+ | ==== Error reply reason ==== | ||
+ | |||
+ | **$err.rreason** - recommended reply reason phrase | ||
+ | |||
+ | ==== From URI domain ==== | ||
+ | |||
+ | **$fd** - reference to domain in URI of ' | ||
+ | |||
+ | ==== From display name ==== | ||
+ | |||
+ | **$fn** - reference to display name of ' | ||
+ | |||
+ | ==== From tag ==== | ||
+ | |||
+ | **$ft** - reference to tag parameter of ' | ||
+ | |||
+ | ==== From URI ==== | ||
+ | |||
+ | **$fu** - reference to URI of ' | ||
+ | |||
+ | ==== From URI username ==== | ||
+ | |||
+ | **$fU** - reference to username in URI of ' | ||
+ | |||
+ | ==== SIP message buffer ==== | ||
+ | |||
+ | **$mb** - reference to SIP message buffer | ||
+ | |||
+ | |||
+ | ==== Flags ==== | ||
+ | |||
+ | **$mf** - reference to message/ | ||
+ | |||
+ | |||
+ | ==== Flags in hexadecimal ==== | ||
+ | |||
+ | **$mF** -reference to message/ | ||
+ | |||
+ | ==== SIP message id ==== | ||
+ | |||
+ | **$mi** - reference to SIP message id | ||
+ | |||
+ | ==== SIP message length ==== | ||
+ | |||
+ | **$ml** - reference to SIP message length | ||
+ | |||
+ | ==== Domain in SIP Request' | ||
+ | |||
+ | **$od** - reference to domain in request' | ||
+ | |||
+ | ==== Port of SIP request' | ||
+ | |||
+ | **$op** - reference to port of original R-URI | ||
+ | |||
+ | ==== Transport protocol of SIP request original URI ==== | ||
+ | |||
+ | **$oP** - reference to transport protocol of original R-URI | ||
+ | |||
+ | ==== SIP Request' | ||
+ | |||
+ | **$ou** - reference to request' | ||
+ | |||
+ | ==== Username in SIP Request' | ||
+ | |||
+ | **$oU** - reference to username in request' | ||
+ | |||
+ | ==== Domain in SIP Request' | ||
+ | |||
+ | **$pd** - reference to domain in request' | ||
+ | |||
+ | ==== Display Name in SIP Request' | ||
+ | |||
+ | **$pn** - reference to Display Name in request' | ||
+ | |||
+ | |||
+ | ==== Process id ==== | ||
+ | |||
+ | **$pp** - reference to process id (pid) | ||
+ | |||
+ | ==== Transport protocol of received message ==== | ||
+ | **$pr** or **$proto** - transport protocol of received message (UDP, TCP, TLS, SCTP (not supported by OpenSER)) | ||
+ | |||
+ | ==== User in SIP Request' | ||
+ | |||
+ | **$pU** - reference to user in request' | ||
+ | |||
+ | ==== URI in SIP Request' | ||
+ | |||
+ | **$pu** - reference to URI in request' | ||
+ | ==== Domain in SIP Request' | ||
+ | |||
+ | **$rd** - reference to domain in request' | ||
+ | |||
+ | <hi # | ||
+ | |||
+ | ==== Body of request/ | ||
+ | |||
+ | **$rb** - reference to message body | ||
+ | |||
+ | |||
+ | |||
+ | ==== Returned code ==== | ||
+ | |||
+ | **$rc** - reference to returned code by last invoked function | ||
+ | |||
+ | **$retcode** - same as **$rc** | ||
+ | |||
+ | ==== Remote-Party-ID header URI ==== | ||
+ | |||
+ | **$re** - reference to Remote-Party-ID header URI | ||
+ | |||
+ | ==== SIP request' | ||
+ | |||
+ | **$rm** - reference to request' | ||
+ | |||
+ | ==== SIP request' | ||
+ | |||
+ | **$rp** - reference to port of R-URI | ||
+ | |||
+ | ==== Transport protocol of SIP request URI ==== | ||
+ | |||
+ | **$rP** - reference to transport protocol of R-URI | ||
+ | |||
+ | ==== SIP reply' | ||
+ | |||
+ | **$rr** - reference to reply' | ||
+ | |||
+ | ==== SIP reply' | ||
+ | |||
+ | **$rs** - reference to reply' | ||
+ | |||
+ | ==== Refer-to URI ==== | ||
+ | |||
+ | **$rt** - reference to URI of refer-to header | ||
+ | ==== SIP Request' | ||
+ | |||
+ | **$ru** - reference to request' | ||
+ | |||
+ | <hi # | ||
+ | ==== Username in SIP Request' | ||
+ | |||
+ | **$rU** - reference to username in request' | ||
+ | |||
+ | <hi # | ||
+ | |||
+ | ==== Received IP address ==== | ||
+ | |||
+ | **$Ri** - reference to IP address of the interface where the request has been received | ||
+ | |||
+ | ==== Received port ==== | ||
+ | |||
+ | **$Rp** - reference to the port where the message was received | ||
+ | |||
+ | ==== Script flags ==== | ||
+ | |||
+ | **$sf** - reference to script flags - decimal output | ||
+ | |||
+ | |||
+ | ==== Script flags ==== | ||
+ | |||
+ | **$sF** - reference to script flags - hexa output | ||
+ | |||
+ | ==== IP source address ==== | ||
+ | |||
+ | **$si** - reference to IP source address of the message | ||
+ | |||
+ | ==== Source port ==== | ||
+ | |||
+ | **$sp** - reference to the source port of the message | ||
+ | |||
+ | |||
+ | |||
+ | ==== Forced socket ==== | ||
+ | |||
+ | **$fs** - reference to the forced socket for message sending (if any) in the form proto: | ||
+ | |||
+ | ==== To URI Domain ==== | ||
+ | |||
+ | **$td** - reference to domain in URI of ' | ||
+ | |||
+ | ==== To display name ==== | ||
+ | |||
+ | **$tn** - reference to display name of ' | ||
+ | |||
+ | ==== To tag ==== | ||
+ | |||
+ | **$tt** - reference to tag parameter of ' | ||
+ | |||
+ | ==== To URI ==== | ||
+ | |||
+ | **$tu** - reference to URI of ' | ||
+ | |||
+ | ==== To URI Username ==== | ||
+ | |||
+ | **$tU** - reference to username in URI of ' | ||
+ | |||
+ | ==== String formatted time ==== | ||
+ | |||
+ | **$Tf** - reference string formatted time | ||
+ | |||
+ | ==== Unix time stamp ==== | ||
+ | |||
+ | **$Ts** - reference to unix time stamp | ||
+ | |||
+ | ==== User agent header ==== | ||
+ | |||
+ | **$ua** - reference to user agent header field | ||
+ | |||
+ | ==== AVPs ==== | ||
+ | |||
+ | **$(avp(id)[N])** - represents the value of N-th AVP identified by ' | ||
+ | |||
+ | The ' | ||
+ | |||
+ | * " | ||
+ | * " | ||
+ | |||
+ | **Note:** By default AVP created during initial message is available in “failure_route[]” but not in “onreply_route[]”. To get the last is needed: [[http:// | ||
+ | |||
+ | ==== Headers ==== | ||
+ | |||
+ | |||
+ | **$(hdr(name)[N])** - represents the body of the N-th header identified by ' | ||
+ | |||
+ | The module should identify most of compact header names (the ones recognized by OpenSER which should be all at this moment), if not, the compact form has to be specified explicitly. It is recommended to use dedicated specifiers for headers (e.g., %ua for user agent header), if they are available -- they are faster. | ||
+ | |||
+ | ==== Script variables ==== | ||
+ | |||
+ | **$var(name)** - refers to variables that can be used in configuration script, having integer or string value. This kind of variables are faster the AVPs, being referenced directly to memory location. The value of script variables persists over the processing of SIP messages, being specific per each OpenSER process. | ||
+ | |||
+ | Example of usage: | ||
+ | |||
+ | < | ||
+ | $var(a) = 2; -- sets the value of variable ' | ||
+ | $var(a) = " | ||
+ | $var(a) = 3 + (7& | ||
+ | $var(a) = " | ||
+ | |||
+ | if( [ $var(a) & 4 ] ) { | ||
+ | xlog(" | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | Setting a variable to null is actually initializing the value to integer ' | ||
+ | |||
+ | **Note:** A script variable persists over the OpenSER process in which it was initialized, | ||
+ | |||
+ | |||
+ | ===== Special pseudo-variables in OpenSER - Escape Sequences ===== | ||
+ | |||
+ | |||
+ | These pseudo variables are exported, and mainly used, by xlog module to print messages in many colors (foreground and background) using escape sequences. | ||
+ | |||
+ | |||
+ | ==== Foreground and background colors ==== | ||
+ | |||
+ | |||
+ | $C(xy) - reference to an escape sequence. “x” represents the foreground color and “y” represents the background color. | ||
+ | |||
+ | Colors could be: | ||
+ | |||
+ | * x : default color of the terminal | ||
+ | * s : Black | ||
+ | * r : Red | ||
+ | * g : Green | ||
+ | * y : Yellow | ||
+ | * b : Blue | ||
+ | * p : Purple | ||
+ | * c : Cyan | ||
+ | * w : White | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | |||
+ | A few examples of usage. | ||
+ | |||
+ | Example 1. Pseudo-variables usage | ||
+ | < | ||
+ | ... | ||
+ | avp_aliases=" | ||
+ | ... | ||
+ | route { | ||
+ | ... | ||
+ | $avp(uuid)=" | ||
+ | $avp(i:20)= $avp(uuid) + ": " + $fu; | ||
+ | xdbg(" | ||
+ | ... | ||
+ | } | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== OpenSER versions ===== | ||
+ | |||
+ | |||
+ | This document is valid for following OpenSER versions: | ||
+ | |||
+ | - OpenSER Devel v1.2.0-devX | ||
+ | |||
+ | ===== Pseudo-variables Stuff ===== | ||
+ | |||
+ | {{indexmenu> | ||