<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://sip-router.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://sip-router.org/wiki/feed.php">
        <title>sip-router.org</title>
        <description></description>
        <link>http://sip-router.org/wiki/</link>
        <image rdf:resource="http://sip-router.org/wiki/lib/images/favicon.ico" />
       <dc:date>2010-03-12T13:08:15+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://sip-router.org/wiki/cookbooks/selects/devel?rev=1268311022&amp;do=diff"/>
                <rdf:li rdf:resource="http://sip-router.org/wiki/cookbooks/core-cookbook/devel?rev=1268133556&amp;do=diff"/>
                <rdf:li rdf:resource="http://sip-router.org/wiki/features/new-in-devel?rev=1267092744&amp;do=diff"/>
                <rdf:li rdf:resource="http://sip-router.org/wiki/api/perl/devel?rev=1265892861&amp;do=diff"/>
                <rdf:li rdf:resource="http://sip-router.org/wiki/api/python/devel?rev=1265892836&amp;do=diff"/>
                <rdf:li rdf:resource="http://sip-router.org/wiki/start?rev=1265892719&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://sip-router.org/wiki/lib/images/favicon.ico">
        <title>sip-router.org</title>
        <link>http://sip-router.org/wiki/</link>
        <url>http://sip-router.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://sip-router.org/wiki/cookbooks/selects/devel?rev=1268311022&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-11T13:37:02+01:00</dc:date>
        <dc:creator>Andrei Pelinescu</dc:creator>
        <title>cookbooks:selects:devel</title>
        <link>http://sip-router.org/wiki/cookbooks/selects/devel?rev=1268311022&amp;do=diff</link>
        <description>&lt;pre&gt;
@@ -68,9 +68,9 @@
  Select handling XMLRPC requests via XMLRPC module.
  
  ===== Complete Select List =====
  
- &amp;lt;note&amp;gt;
+ &amp;lt;note important&amp;gt;
  For a list with all the selects defined in the devel version (the master branch) see the auto-generated [[http://sip-router.org/docbook/sip-router/branch/master/select_list/select_list.html]].
  
  The list presented on this page is obsolete.
  &amp;lt;/note&amp;gt;

&lt;/pre&gt;</description>
    </item>
    <item rdf:about="http://sip-router.org/wiki/cookbooks/core-cookbook/devel?rev=1268133556&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-09T12:19:16+01:00</dc:date>
        <title>cookbooks:core-cookbook:devel</title>
        <link>http://sip-router.org/wiki/cookbooks/core-cookbook/devel?rev=1268133556&amp;do=diff</link>
        <description>&lt;pre&gt;
@@ -1747,9 +1747,9 @@
  Rewrites/sets the port part of the R-URI with the value of function's parameter.
  
  Example of usage:
  
-     rewriteport(5070);
+     rewriteport(&amp;quot;5070&amp;quot;);
  
  ==== rewriteuri ====
  
  **Alias name: seturi**

&lt;/pre&gt;</description>
    </item>
    <item rdf:about="http://sip-router.org/wiki/features/new-in-devel?rev=1267092744&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-25T11:12:24+01:00</dc:date>
        <title>features:new-in-devel</title>
        <link>http://sip-router.org/wiki/features/new-in-devel?rev=1267092744&amp;do=diff</link>
        <description>&lt;pre&gt;
@@ -62,8 +62,16 @@
    * spawned by reusing parts of ratelimit module
    * available in branch tmp/pipelimit
  
  ===== New in Old SIP Router modules =====
+ 
+ ==== blst ====
+ 
+   * functions for ignoring blacklist events per message:
+     * blst_set_ignore(mask):  set the events in mask in the per per message blacklist ignore mask for a request (see dst_blacklist_udp_imask for possible values). The basic operation is: msg_blst_ignore_mask|=mask.
+     * blst_clear_ignore(mask): like blst_set_ignore(mask), but instead of setting some events, it clears them (msg_blst_ignore_mask&amp;amp;=~mask).
+     * blst_rpl_set_ignore(mask): like blst_set_ignore(mask), but sets the mask for possible local replies to the current message.
+     * blst_rpl_clear_ignore(mask): like blst_rpl_ignore(mask), but clears instead of setting.
  
  ==== pv ====
  
    * new pv class to get access to timeval attributes (seconds and microseconds)

&lt;/pre&gt;</description>
    </item>
    <item rdf:about="http://sip-router.org/wiki/api/perl/devel?rev=1265892861&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-11T13:54:21+01:00</dc:date>
        <title>api:perl:devel</title>
        <link>http://sip-router.org/wiki/api/perl/devel?rev=1265892861&amp;do=diff</link>
        <description>&lt;pre&gt;
@@ -3,8 +3,8 @@
  Module **perl** allows execution of Perl scripts from SIP router configuration file, providing access to SIP message which is processed at that time. Exported functions by **perl** are available in the Perl script as package OpenSER.
  
  References:
  
-   * **app_lua** module: [[http://sip-router.org/docbook/sip-router/branch/master/modules_k/perl/perl.html|README]]
+   * **perl** module: [[http://sip-router.org/docbook/sip-router/branch/master/modules_k/perl/perl.html|README]]
    * **Perl**: http://www.perl.org
  
  Perl API documentation is part of module README.

&lt;/pre&gt;</description>
    </item>
    <item rdf:about="http://sip-router.org/wiki/api/python/devel?rev=1265892836&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-11T13:53:56+01:00</dc:date>
        <title>api:python:devel - created</title>
        <link>http://sip-router.org/wiki/api/python/devel?rev=1265892836&amp;do=diff</link>
        <description>&lt;pre&gt;
@@ -1 +1,9 @@
+ ====== Python API ======
+ 
+ Module **app_python** allows execution of Python scripts from SIP router configuration file, providing access to SIP message which is processed at that time. Exported functions by **python** are available in the Python script as package SIPRouter.
+ 
+ References:
+ 
+   * **app_python** module: [[http://sip-router.org/docbook/sip-router/branch/master/modules/app_python/app_python.html|README]]
+   * **Python**: http://www.python.org
  

&lt;/pre&gt;</description>
    </item>
    <item rdf:about="http://sip-router.org/wiki/start?rev=1265892719&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-11T13:51:59+01:00</dc:date>
        <title>start</title>
        <link>http://sip-router.org/wiki/start?rev=1265892719&amp;do=diff</link>
        <description>&lt;pre&gt;
@@ -13,11 +13,11 @@
  
  ===== Cookbooks =====
  
  
- | Version ^ Core Cookbook ^ Pseudo-Variables ^ Transformations ^ Selects ^
- ^ Devel (Master Branch) |  [[cookbooks:core-cookbook:devel|link]]  |  [[cookbooks:pseudo-variables:devel|link]]  |  [[cookbooks:transformations:devel|link]]  |  [[cookbooks:selects:devel|link]]  |
- ^ 3.0.x |  [[cookbooks:core-cookbook:3.0.x|link]]  |  [[cookbooks:pseudo-variables:3.0.xl|link]]  |  [[cookbooks:transformations:3.0.x|link]]  |  [[cookbooks:selects:3.0.x|link]]  |
+ | Version ^ Core Cookbook ^ Pseudo-Variables ^ Transformations ^ Selects ^Cfg Vars List ^RPCs List^
+ ^ Devel (Master Branch) |  [[cookbooks:core-cookbook:devel|link]]  |  [[cookbooks:pseudo-variables:devel|link]]  |  [[cookbooks:transformations:devel|link]]  |  [[cookbooks:selects:devel|link]]  | [[http://sip-router.org/docbook/sip-router/branch/master/cfg_list/cfg_var_list.html|link]] | [[http://sip-router.org/docbook/sip-router/branch/master/rpc_list/rpc_list.html|link]] |
+ ^ 3.0.x |  [[cookbooks:core-cookbook:3.0.x|link]]  |  [[cookbooks:pseudo-variables:3.0.xl|link]]  |  [[cookbooks:transformations:3.0.x|link]]  |  [[cookbooks:selects:3.0.x|link]]  | | |
  
  
  ===== Tutorials =====
  
@@ -64,4 +64,13 @@
  
    * [[features:new-in-devel|New features in devel version]]
    * [[features:new-in-3.0.x|New features in 3.0.x version]]
    * [[features:inherited-features|Inherited features]]
+ 
+ ===== Performance =====
+ 
+   * [[http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=doc/tcp_tunning.txt;hb=HEAD|TCP Tunning]]
+ 
+ ===== Other =====
+ 
+   * [[http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=doc/dns.txt;hb=HEAD|Sip-Router and DNS]]
+   * [[http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=doc/dst_blacklist.txt;hb=HEAD|Sip-Router IP Blacklists]]

&lt;/pre&gt;</description>
    </item>
</rdf:RDF>
