<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.iptel.org">
<channel>
 <title>iptel.org - Man page</title>
 <link>http://www.iptel.org/taxonomy/term/86/9</link>
 <description></description>
 <language>en</language>
<item>
 <title>eval</title>
 <link>http://www.iptel.org/eval</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-8&quot;&gt;&lt;div class=&quot;flexinode-select-34&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Module status:&lt;/label&gt;&lt;br /&gt;
 Standard
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-35&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Description:&lt;/label&gt;&lt;br /&gt;
  Eval module ===========  Author: tomas.mandys at iptel dot org  The module implements expression evaluation in route script, i.e. enables e.g. addition, concatanation, value items etc. There are two basic types: integer and string. Operation are processed using values on stack and polish notation. Besides the stack there are also register that may be accessed by quick manner in run time, via select or stack manipulation functions, because they are fixed during fixup phase.  This depends on libuuid shared library.  Module parameters: -----------------  declare_register: string;  Declares one register, multiple declaration supported  Example:   modparam(&amp;quot;eval&amp;quot;, &amp;quot;declare_register&amp;quot;, &amp;quot;ax&amp;quot;);   modparam(&amp;quot;eval&amp;quot;, &amp;quot;declare_register&amp;quot;, &amp;quot;bx&amp;quot;);   modparam(&amp;quot;eval&amp;quot;, &amp;quot;declare_register&amp;quot;, &amp;quot;cx&amp;quot;);   modparam(&amp;quot;eval&amp;quot;, &amp;quot;declare_register&amp;quot;, &amp;quot;dx&amp;quot;);  xlbuf_size: int; Default: 4096  Size of buffer for xlib formating.
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/ser_version/0_10_x">2.0.x</category>
 <category domain="http://www.iptel.org/ser/component/module/eval">eval</category>
 <category domain="http://www.iptel.org/doc/man_page">Man page</category>
 <pubDate>Mon, 11 Feb 2008 17:22:04 +0100</pubDate>
</item>
<item>
 <title>uri_radius</title>
 <link>http://www.iptel.org/ser/doc/modules/uri_radius</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-8&quot;&gt;&lt;div class=&quot;flexinode-select-34&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Module status:&lt;/label&gt;&lt;br /&gt;
 Standard-dep
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-35&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Description:&lt;/label&gt;&lt;br /&gt;
  &lt;p&gt;URI&lt;a href=&quot;glossary#term81&quot; title=&quot;URI: Uniform Resource Identifier. A string representing a resource in the Internet.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt; check using Radius server.&lt;/p&gt;
 
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-36&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Maintainers:&lt;/label&gt;&lt;br /&gt;
  &lt;p&gt;Juha Heinanen&lt;/p&gt;
 
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/ser_version/0_10_x">2.0.x</category>
 <category domain="http://www.iptel.org/doc/man_page">Man page</category>
 <category domain="http://www.iptel.org/ser/component/module/uri_radius">uri_radius</category>
 <pubDate>Sun, 14 Jan 2007 15:50:08 +0100</pubDate>
</item>
<item>
 <title>domain</title>
 <link>http://www.iptel.org/ser/doc/modules/domain</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-8&quot;&gt;&lt;div class=&quot;flexinode-select-34&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Module status:&lt;/label&gt;&lt;br /&gt;
 Standard
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-35&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Description:&lt;/label&gt;&lt;br /&gt;
  &lt;p&gt;Domain module implements checks that based on domain table determine if a host part of an URI&lt;a href=&quot;glossary#term81&quot; title=&quot;URI: Uniform Resource Identifier. A string representing a resource in the Internet.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt; is &quot;local&quot; or not. A &quot;local&quot; domain is one that the proxy is responsible for. &lt;/p&gt;
&lt;p&gt;Domain module operates in caching or non-caching mode depending on value of module parameter db_mode. In caching mode domain module reads the contents of domain table into cache memory when the module is loaded. After that domain table is re-read only when module is given domain_reload fifo command. Any changes in domain table must thus be followed by domain_reload command in order to reflect them in module behavior. In non-caching mode domain module always queries domain table in the database.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;flexinode-textarea-36&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;
 &lt;label&gt;Maintainers:&lt;/label&gt;&lt;br /&gt;
  &lt;p&gt;Juha Heinanen&lt;/p&gt;
 
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/ser_version/0_10_x">2.0.x</category>
 <category domain="http://www.iptel.org/ser/component/module/domain">domain</category>
 <category domain="http://www.iptel.org/doc/man_page">Man page</category>
 <pubDate>Sun, 26 Nov 2006 10:21:43 +0100</pubDate>
</item>
<item>
 <title>Get Started With SER</title>
 <link>http://www.iptel.org/ser/using</link>
 <description> &lt;h3&gt;Is SER&lt;a href=&quot;glossary/term/244&quot; title=&quot;SER: SIP Express Router, fast and flexible SIP server.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt; for me?!&lt;/h3&gt;&lt;p&gt;This is a difficult question. People come to iptel.org with many different goals. Basically, SER is a highly scalable SIP server (redirect, proxy, and registrar). It is not a telephony PBX&lt;a href=&quot;glossary#term242&quot; title=&quot;PBX: Packet Branch Exchange&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt;, and it is not a simple &amp;quot;run SIP proxy&amp;quot; applications. You need to understand SIP, tailor SER to your needs using the ser&lt;a href=&quot;glossary/term/244&quot; title=&quot;SER: SIP Express Router, fast and flexible SIP server.&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt;.cfg configuration file, and tweak to your network, your user devices, gateways etc. That being said, the flexibiilty of how much you can tweak is quite unique. (Btw, SER does come with example config files that gives you a basic working setup in very short time.)&lt;/p&gt; </description>
 <category domain="http://www.iptel.org/news/ser/development">Development</category>
 <category domain="http://www.iptel.org/doc/man_page">Man page</category>
 <category domain="http://www.iptel.org/administration/site">Site</category>
 <pubDate>Sun, 13 Aug 2006 10:38:08 +0200</pubDate>
</item>
</channel>
</rss>

