<?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 - core</title>
 <link>http://www.iptel.org/taxonomy/term/153/0</link>
 <description>SER core</description>
 <language>en</language>
<item>
 <title>Introduction to Selects and Attributes</title>
 <link>http://www.iptel.org/introduction_to_selects_and_attribute_value_pairs_avpairs</link>
 <description> &lt;p&gt;In earlier versions of 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;, only a very limited amount of information related to the request being processed was available in the routing script. The amount of things that could be done in the script thus was rather limited. Many scenarios required the user to actually write a new module. &lt;/p&gt;&lt;p&gt;In SER 0.9 this situation changed somewhat with the introduction of AVPs. The original concept was to store some information for your users in a database table and load them on demand. The avpops module even allowed to manipulate the information albeit not in a very intuitional way.&lt;/p&gt;&lt;p&gt;For SER&amp;nbsp;2.0 the concept was spiced up a bit. AVPs are now called just &lt;em&gt;attributes &lt;/em&gt;and are available in a more intuitive way. Even more, a new framework was introduced to allow access to all sorts of information from the request and SER&#039;s entrails. The developers decided to call it the &lt;em&gt;select framework&lt;/em&gt;.&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/core">core</category>
 <pubDate>Tue, 12 Dec 2006 21:12:56 +0100</pubDate>
</item>
<item>
 <title>Vaclav&#039;s Performance Tests</title>
 <link>http://www.iptel.org/ser/doc/performance/vaclev</link>
 <description> &lt;h2&gt;Ottendorf tests&lt;/h2&gt; &lt;p&gt;&lt;a href=&quot;~vku/performance/ottendorf/&quot;&gt;Here&lt;/a&gt; are some Ottendorf performance tests. The page will be updated according to progress in testing.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_self&quot; href=&quot;~vku/performance/registrar/&quot;&gt;Registrar with database tuning&lt;/a&gt;. (updated on 25th May 2007)&lt;br /&gt;&lt;/p&gt;  &lt;h2&gt;Memory allocation methods&lt;/h2&gt; &lt;p&gt;Many people wonder, why there are non-standard memory allocation methods used within 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;. I run some tests which show significant difference between standard malloc/free and SER&#039;s allocation methods. (Memory management is one of most critical parts related to SIP performance.)&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/ser/component/core">core</category>
 <pubDate>Sun, 10 Dec 2006 09:33:08 +0100</pubDate>
</item>
<item>
 <title>SER Performance</title>
 <link>http://www.iptel.org/ser/doc/performance</link>
 <description> &lt;p&gt;There are many ways to good performance for networking-based software.&amp;nbsp; 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; performs with a large number of subscribers on a single server, sufficient for most installations. And using various techniques building a SIP network architecture, you can make SER scale to an unlimited number of subscribers. However, we want SER&#039;s core and core modules to be based on sound design principles and architected with performance in mind.&amp;nbsp;These components are used by everybody, from the simplest 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 for proxying large number of call per second to the small &amp;quot;home-grown&amp;quot; setup with a huge ser.cfg executing all kinds of logic for every single message.&lt;/p&gt; </description>
 <category domain="http://www.iptel.org/ser_version/0_9_x">0.9.x</category>
 <category domain="http://www.iptel.org/ser_version/0_10_x">2.0.x</category>
 <category domain="http://www.iptel.org/ser/component/core">core</category>
 <pubDate>Sun, 10 Dec 2006 09:20:32 +0100</pubDate>
</item>
<item>
 <title>How Do I Stop SIP Clients From Retransmitting Messages?</title>
 <link>http://www.iptel.org/stop_clients_from_retransmitting</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-3&quot;&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/ser/component/core">core</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>
 <pubDate>Mon, 06 Nov 2006 13:57:29 +0100</pubDate>
</item>
<item>
 <title>Why not change the To/From headers?</title>
 <link>http://www.iptel.org/FAQ_To_From_change</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-3&quot;&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/ser/component/core">core</category>
 <category domain="http://www.iptel.org/ser/ser_cfg">ser.cfg</category>
 <pubDate>Sat, 09 Sep 2006 16:16:05 +0200</pubDate>
</item>
<item>
 <title>Attribute-value pairs and selects</title>
 <link>http://www.iptel.org/attribute_value_pairs_and_selects</link>
 <description> &lt;p&gt;There is one major difference between select (@) and AVP($). The select is READ-ONLY &amp;quot;function&amp;quot;, the AVP could be used as variable (&#039;coz is read/write).&lt;/p&gt;&lt;p&gt;The select helps to get direct access to some parts of request within the script (like @to, @cseg.method, @msg.[&amp;quot;P-anyheader-youwant&amp;quot;]), but generally could be seen as function returning a string with certainnumber of parameters.&lt;/p&gt;&lt;p&gt;Each module can extend the syntax the select framework understands registering it&#039;s own select table. Look on TLS module or db_ops as good samples.&lt;/p&gt;&lt;p&gt;The AVPs are sorted into classes and tracks:&lt;br /&gt;GENERAL class (same for both FROM and TO track)&lt;br /&gt;DOMAIN class&lt;br /&gt;USER class&lt;br /&gt;with one interesting feature, that the AVP accesse by the track prefix only is searched in the USER class, if not found in DOMAIN class and then in GLOBAL class, so you can define GLOBAL value, which is overrided by DOMAIN (if desired) and by USER AVPs.&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/core">core</category>
 <pubDate>Thu, 07 Sep 2006 21:05:08 +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>
<item>
 <title>How Can I Dynamically Change The INVITE Timer fr_invite?</title>
 <link>http://www.iptel.org/how_can_i_dynamically_change_the_invite_timer_fr_invite</link>
 <description>&lt;div class=&quot;flexinode-body flexinode-3&quot;&gt;&lt;/div&gt;</description>
 <category domain="http://www.iptel.org/ser/component/core">core</category>
 <category domain="http://www.iptel.org/ser/ser_cfg">ser.cfg</category>
 <pubDate>Sat, 15 Apr 2006 07:07:09 +0200</pubDate>
</item>
</channel>
</rss>
