<?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 - textops, tls, eval</title>
 <link>http://www.iptel.org/taxonomy/term/296 141 140/0</link>
 <description>eval SER module.</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>tls</title>
 <link>http://www.iptel.org/ser/doc/modules/tls</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;This module implements the TLS transport for 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; using the openssl library (&lt;a href=&quot;http://www.openssl.org&quot;&gt;http://www.openssl.org&lt;/a&gt;). To enable the TLS support this module must be loaded and enable_tls=yes must be added to the ser config file.&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;Andrei Pelinescu-Onciul&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/module">Module</category>
 <category domain="http://www.iptel.org/ser/component/module/tls">tls</category>
 <pubDate>Wed, 21 Feb 2007 12:17:33 +0100</pubDate>
</item>
<item>
 <title>textops</title>
 <link>http://www.iptel.org/ser/doc/modules/textops</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;This module implements text based operation (search, replace, append a.s.o). Many functions support xl_lib formating using xlog module.&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;Andrei Pelinescu-Onciul&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/module">Module</category>
 <category domain="http://www.iptel.org/ser/component/module/textops">textops</category>
 <pubDate>Sun, 26 Nov 2006 11:21:00 +0100</pubDate>
</item>
<item>
 <title>How Do I Use The textops Function subst() For String Substitution?</title>
 <link>http://www.iptel.org/texttops_function_subst</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-3&quot;&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/ser/ser_cfg">ser.cfg</category>
 <category domain="http://www.iptel.org/ser/component/module/textops">textops</category>
 <pubDate>Mon, 06 Nov 2006 14:05:43 +0100</pubDate>
</item>
<item>
 <title>TLS module (new)</title>
 <link>http://www.iptel.org/tls_module_new</link>
 <description> &lt;p&gt;There is a new module called TLS in the cvs repository&lt;a href=&quot;glossary#term252&quot; title=&quot;repository: A code repository system like CVS and subversion is a central storage where all code and all versions are kept. iptel.org projects use both CVS and subversion. See http://en.wikipedia.org/wiki/Version_control_system&quot; class=&quot;glossary-indicator&quot;&gt;i&lt;/a&gt;. The module attempts to merge the TLS code from experimental cvs module (maintained by Cesc) and Andrei&#039;s implementation, to get the best of both. Furthermore the module contains some new functions for script based certificate verification.&lt;/p&gt;&lt;p&gt;The TLS module is much more stable than the original implementation. The original (experimental) code works only when there are no simultaneous TLS connections/attempts. The original code would either crash or block 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; in seconds under heavy load so it is not really suitable for production use.&lt;/p&gt; </description>
 <category domain="http://www.iptel.org/ser_version/0_10_x">2.0.x</category>
 <category domain="http://www.iptel.org/doc/book">Book</category>
 <category domain="http://www.iptel.org/ser/component/module/tls">tls</category>
 <pubDate>Thu, 07 Sep 2006 21:49:58 +0200</pubDate>
</item>
<item>
 <title>SER Wishlist</title>
 <link>http://www.iptel.org/ser/wishlist</link>
 <description> &lt;p&gt;This is the page where YOU add your most wanted 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; features or modules! Please feel free to edit this page. &lt;/p&gt;&lt;p&gt;See a &lt;a href=&quot;http://tracker.iptel.org/secure/IssueNavigator.jspa?reset=true&amp;&amp;pid=10000&amp;fixfor=-1&amp;fixfor=10001&amp;status=1&amp;status=3&amp;status=4&amp;sort&quot; target=&quot;_blank&quot;&gt;more detailed list of wishlist items&lt;/a&gt; on the tracker (items on this wishlist will end up in the tracker when they are detailed enough to do actual coding).&lt;/p&gt;&lt;p&gt;New groups can also be added. This wishlist is used for evaluating what to focus on for future releases. &lt;/p&gt;&lt;p&gt;In order to know the general interest of a feature, you can also vote for features. Just add an * in parenthesis behind the feature, and please only add one... &lt;/p&gt; </description>
 <category domain="http://www.iptel.org/ser/accounting_0">accounting</category>
 <category domain="http://www.iptel.org/ser/component/module/acc_db">acc_db</category>
 <category domain="http://www.iptel.org/ser/component/module/acc_radius">acc_radius</category>
 <category domain="http://www.iptel.org/ser/component/module/acc_syslog">acc_syslog</category>
 <category domain="http://www.iptel.org/ser/component/module/auth">auth</category>
 <category domain="http://www.iptel.org/ser/component/module/auth_db">auth_db</category>
 <category domain="http://www.iptel.org/ser/component/module/auth_radius">auth_radius</category>
 <category domain="http://www.iptel.org/ser/component/module/avp">avp</category>
 <category domain="http://www.iptel.org/ser/component/module/avpops">avpops</category>
 <category domain="http://www.iptel.org/ser/component/module/avp_db">avp_db</category>
 <category domain="http://www.iptel.org/ser/component/module/avp_radius">avp_radius</category>
 <category domain="http://www.iptel.org/ser/component_0">Component</category>
 <category domain="http://www.iptel.org/ser/component/core">core</category>
 <category domain="http://www.iptel.org/ser/component/module/cpl_c">cpl-c</category>
 <category domain="http://www.iptel.org/ser/component/module/ctl">ctl</category>
 <category domain="http://www.iptel.org/ser/component/module/dbtext">dbtext</category>
 <category domain="http://www.iptel.org/ser/component/module/dialog">dialog</category>
 <category domain="http://www.iptel.org/ser/component/module/dispatcher">dispatcher</category>
 <category domain="http://www.iptel.org/ser/component/module/diversion">diversion</category>
 <category domain="http://www.iptel.org/ser/component/module/domain">domain</category>
 <category domain="http://www.iptel.org/ser/component/module/enum">enum</category>
 <category domain="http://www.iptel.org/ser/component/module/exec">exec</category>
 <category domain="http://www.iptel.org/ser/accounting/field">field</category>
 <category domain="http://www.iptel.org/ser/component/module/fifo">fifo</category>
 <category domain="http://www.iptel.org/ser/component/module/flatstore">flatstore</category>
 <category domain="http://www.iptel.org/ser/function">function</category>
 <category domain="http://www.iptel.org/ser/component/module/gflags">gflags</category>
 <category domain="http://www.iptel.org/ser/component/module/group">group</category>
 <category domain="http://www.iptel.org/ser/component/module/group_radius">group_radius</category>
 <category domain="http://www.iptel.org/ser/component/module/jabber">jabber</category>
 <category domain="http://www.iptel.org/ser/component/module/lcr">lcr</category>
 <category domain="http://www.iptel.org/ser/component/module/mangler">mangler</category>
 <category domain="http://www.iptel.org/ser/component/module/maxfwd">maxfwd</category>
 <category domain="http://www.iptel.org/ser/component/module/mediaproxy">mediaproxy</category>
 <category domain="http://www.iptel.org/ser/component/memory">memory</category>
 <category domain="http://www.iptel.org/ser/component/module">module</category>
 <category domain="http://www.iptel.org/ser/component/module/msilo">msilo</category>
 <category domain="http://www.iptel.org/ser/component/module/mysql">mysql</category>
 <category domain="http://www.iptel.org/ser/component/module/nathelper">nathelper</category>
 <category domain="http://www.iptel.org/ser/component/module/options">options</category>
 <category domain="http://www.iptel.org/ser/component/module/osp">osp</category>
 <category domain="http://www.iptel.org/ser/component/module/pa">pa</category>
 <category domain="http://www.iptel.org/ser/parameter">parameter</category>
 <category domain="http://www.iptel.org/ser/component/parser">parser</category>
 <category domain="http://www.iptel.org/ser/component/module/pdt">pdt</category>
 <category domain="http://www.iptel.org/ser/component/module/permissions">permissions</category>
 <category domain="http://www.iptel.org/ser/component/module/pike">pike</category>
 <category domain="http://www.iptel.org/ser/component/module/postgres">postgres</category>
 <category domain="http://www.iptel.org/ser/component/module/presence_b2b">presence_b2b</category>
 <category domain="http://www.iptel.org/ser/component/module/print">print</category>
 <category domain="http://www.iptel.org/ser/component/module/ratelimit">ratelimit</category>
 <category domain="http://www.iptel.org/ser/component/module/registrar">registrar</category>
 <category domain="http://www.iptel.org/ser/component/module/rls">rls</category>
 <category domain="http://www.iptel.org/ser/component/module/rr">rr</category>
 <category domain="http://www.iptel.org/ser/component/module/sanity">sanity</category>
 <category domain="http://www.iptel.org/ser/ser_cfg">ser.cfg</category>
 <category domain="http://www.iptel.org/ser/component/module/sl">sl</category>
 <category domain="http://www.iptel.org/ser/component/module/sms">sms</category>
 <category domain="http://www.iptel.org/ser/component/module/speeddial">speeddial</category>
 <category domain="http://www.iptel.org/ser/component/module/textops">textops</category>
 <category domain="http://www.iptel.org/ser/component/module/tls">tls</category>
 <category domain="http://www.iptel.org/ser/component/module/tm">tm</category>
 <category domain="http://www.iptel.org/ser/component/transport">transport</category>
 <category domain="http://www.iptel.org/ser/component/module/uac">uac</category>
 <category domain="http://www.iptel.org/ser/component/module/unixsock">unixsock</category>
 <category domain="http://www.iptel.org/ser/component/module/uri">uri</category>
 <category domain="http://www.iptel.org/ser/component/module/uri_db">uri_db</category>
 <category domain="http://www.iptel.org/ser/component/module/uri_radius">uri_radius</category>
 <category domain="http://www.iptel.org/ser/component/module/usrloc">usrloc</category>
 <category domain="http://www.iptel.org/ser/component/module/xlog">xlog</category>
 <category domain="http://www.iptel.org/ser/component/module/xmlrpc">xmlrpc</category>
 <pubDate>Sun, 23 Apr 2006 15:47:31 +0200</pubDate>
</item>
</channel>
</rss>

