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
playground:playground [2008/11/21 00:18]
linulin assuming Debian package
playground:playground [2009/01/15 23:03]
linulin the issue with backslashes has been solved
Line 8: Line 8:
 ===== Core Keywords ===== ===== Core Keywords =====
  
-Keywords specific to SIP messages which can be used mainly in \'\'if\'\' expressions.+Keywords specific to SIP messages which can be used mainly in ''if'' expressions.
  
 ==== af ==== ==== af ====
Line 18: Line 18:
 <code> <code>
     if(af==INET6) {     if(af==INET6) {
-        log(\"Message received over IPv6 linkn\");+        log("Message received over IPv6 link\n");
     };     };
 </code> </code>
Line 24: Line 24:
 ===== Core Values ===== ===== Core Values =====
  
-Values that can be used in \'\'if\'\' expressions to check against Core Keywords+Values that can be used in ''if'' expressions to check against Core Keywords
  
 ==== INET ==== ==== INET ====
Line 35: Line 35:
     if(af==INET)     if(af==INET)
     {     {
-        log(\"the SIP message was received over IPv4n\");+        log("the SIP message was received over IPv4n");
     };     };
 </code> </code>

Navigation

Wiki

Other

QR Code
QR Code playground:playground (generated for current page)