User Tools

Site Tools


cookbooks:3.2.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
Next revision Both sides next revision
cookbooks:3.2.x:pseudovariables [2012/01/20 13:08]
85.178.65.229 [$T(name)]
cookbooks:3.2.x:pseudovariables [2012/02/02 10:38]
klaus3000 [Username in SIP Request's URI]
Line 259: Line 259:
  
 **$ml** - reference to SIP message length **$ml** - reference to SIP message length
 +
 +==== SIP Message Type ====
 +
 +**$mt** - returns 1 if the sip message is a request, returns 2 if the sip message is a reply
 +
  
 ==== Domain in SIP Request's original URI ==== ==== Domain in SIP Request's original URI ====
Line 331: Line 336:
  
 **$rm** - reference to request's method. Works also for replies (by using the CSeq header) **$rm** - reference to request's method. Works also for replies (by using the CSeq header)
 +
 +==== Request Method ID ====
 +
 +**$rmid** - returns internal integer representation of SIP method type
 +
  
 ==== SIP request's port ==== ==== SIP request's port ====
Line 365: Line 375:
  
 <fc #0000ff>It is R/W variable (you can assign values to it directly in configuration file)</fc> <fc #0000ff>It is R/W variable (you can assign values to it directly in configuration file)</fc>
 +
 +==== URI Scheme of Request URI ====
 +
 +**$rz** - returns R-URI scheme, possible values: sip, sips, tel and tels, R-URI scheme parsing error should be reflected by value: none
  
 ==== Received IP address ==== ==== Received IP address ====
cookbooks/3.2.x/pseudovariables.txt ยท Last modified: 2012/05/03 13:35 by klaus3000