<div><span style="font-family:Arial,sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)">I am on CentOS 6.3.</span></div><div><span style="font-family:Arial,sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)"><br>
</span></div><div><span style="font-family:Arial,sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)">in /etc/fstab I have:  </span></div><span style="font-family:Arial,sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)"><div>
<span style="font-family:Arial,sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)">       tmpfs                    /dev/shm             tmpfs         defaults       0  0</span></div> in freeswitch/conf/autoload_</span><span style="font-family:Arial,sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)">configs/switch.conf.xml I have: &lt;param name=&quot;core-db-name&quot; value=&quot;/dev/shm/core.db&quot; /&gt;</span><div>
<font face="Arial, sans-serif"><span style="line-height:19px"><br></span></font></div><div><font face="Arial, sans-serif"><span style="line-height:19px">Guillermo<br></span></font><br><div class="gmail_quote">On Mon, Oct 22, 2012 at 4:40 PM, Ricardo Martinez <span dir="ltr">&lt;<a href="mailto:rmartinez@redvoiss.net" target="_blank">rmartinez@redvoiss.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="ES-CL" link="blue" vlink="purple"><div><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">HI Guillero,</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">I will try that and let you know the results.</span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">One final question, the link you gave me says : </span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p><p class="MsoNormal" style="margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:14.25pt;background:white">

<span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">1) In /etc/fstab, add a mountpoint and save.</span></p><div style="border:dashed #2f6fab 1.0pt;padding:12.0pt 12.0pt 12.0pt 12.0pt;background:#f9f9f9">

<p class="MsoNormal" style="line-height:13.2pt;background:#f9f9f9;border:none;padding:0cm"><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;">tmpfs    /usr/local/freeswitch/ramdb     tmpfs   defaults        0 0</span></p>

</div><p class="MsoNormal" style="margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:14.25pt;background:white"><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">2) Make sure you also create the directory.</span></p>

<div style="border:dashed #2f6fab 1.0pt;padding:12.0pt 12.0pt 12.0pt 12.0pt;background:#f9f9f9"><p class="MsoNormal" style="line-height:13.2pt;background:#f9f9f9;border:none;padding:0cm"><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;">mkdir /usr/local/freeswitch/ramdisk</span></p>

<p class="MsoNormal" style="line-height:13.2pt;background:#f9f9f9;border:none;padding:0cm"><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;">mount -a</span></p></div><p class="MsoNormal" style="margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:14.25pt;background:white">

<span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">3) Then, in freeswitch/conf/autoload_configs/switch.conf.xml uncomment core-db-name and set it to the path you created in fstab.</span></p>

<div style="border:dashed #2f6fab 1.0pt;padding:12.0pt 12.0pt 12.0pt 12.0pt;background:#f9f9f9"><p class="MsoNormal" style="line-height:13.2pt;background:#f9f9f9;border:none;padding:0cm"><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Courier New&quot;">&lt;param name=&quot;core-db-name&quot; value=&quot;/usr/local/freeswitch/ramdisk/core.db&quot; /&gt;</span></p>

</div><p class="MsoNormal" style="margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:14.25pt;background:white"><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">4) Restart FreeSWITCH</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">The directory for the fstab file is : </span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">/usr/local/freeswitch/ramdb</span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">The directory to mount is :</span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">/usr/local/freeswitch/ramdisk</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Is this a typo error ? or it is ok?</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Thanks</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Ricardo.-</span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p><p class="MsoNormal"><b><span lang="ES" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">De:</span></b><span lang="ES" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] <b>En nombre de </b>Guillermo Ruiz Camauer<br>

<b>Enviado el:</b> lunes, 22 de octubre de 2012 16:35</span></p><div><div class="h5"><br><b>Para:</b> FreeSWITCH Users Help<br><b>Asunto:</b> Re: [Freeswitch-users] CPU Spikes every 20 minutes</div></div><p></p><div><div class="h5">
<p class="MsoNormal"> </p><p class="MsoNormal">Try this out if is not already configured this way: <a href="http://wiki.freeswitch.org/index.php?title=FreeSWITCH_DB_In_RAMdrive&amp;redirect=no" target="_blank">http://wiki.freeswitch.org/index.php?title=FreeSWITCH_DB_In_RAMdrive&amp;redirect=no</a></p>

<div><p class="MsoNormal"> </p></div><div><p class="MsoNormal" style="margin-bottom:12.0pt">Guillermo</p><div><p class="MsoNormal">On Mon, Oct 22, 2012 at 4:30 PM, Ricardo Martinez &lt;<a href="mailto:rmartinez@redvoiss.net" target="_blank">rmartinez@redvoiss.net</a>&gt; wrote:</p>

<div><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Hi Ken.</span></p><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Maybe that is the problem.  I was sure that the “load average” can’t go more than #cores in your system.  In my case I have 8 cores, so a “load average” of 12 is high from my point of view.  Where did you get the number 100 for this parameter?</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Anyway, what is running a sqlite in freeswitch.  Does this have to do with the core.db file? Or with the cdr_sqlite module?.</span></p>

<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Thanks</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d">Ricardo.-</span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1f497d"> </span></p>

<div><div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">De:</span></b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bo" target="_blank">freeswitch-users-bo</a></span><span lang="ES" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"><a href="mailto:unces@lists.freeswitch.org" target="_blank">unces@lists.freeswitch.org</a>] <b>En nombre de </b>Ken Rice<br>

<b>Enviado el:</b> lunes, 22 de octubre de 2012 16:18</span></p><div><div><p class="MsoNormal"><br><b>Para:</b> FreeSWITCH Users Help<br><b>Asunto:</b> Re: [Freeswitch-users] CPU Spikes every 20 minutes</p></div></div></div>

</div><div><div><p class="MsoNormal"> </p><p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;">Could it be just a normal sqlite running a vacuum?<br><br>
Sqlite does this every so often or if its calling a sync.... <br><br>Also freeswitch with a load avg of 12 for a short period of time isnt anything to really worry about. Due to the number of threads that’s possible with FS (ie: 1 per call leg) its not unusual to see a box humming along and the load avg well above 100 in my experience... This is due to the number of threads waiting in the run queue when it was sampled... Now, that’s not saying that this is not specifically indicative or a problem but something else to think about<br>

<br>On 10/22/12 1:52 PM, &quot;Ricardo Martinez&quot; &lt;<a href="http://rmartinez@redvoiss.net" target="_blank">rmartinez@redvoiss.net</a>&gt; wrote:</span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;">This is the gdb from the proccess consuming more cpu :<br>

 <br>(gdb) thread 7<br>[Switching to thread 7 (Thread 31781)]#0  0x0000003c03c0e047 in fsync () from /lib64/libpthread.so.0<br>(gdb) bt<br>#0  0x0000003c03c0e047 in fsync () from /lib64/libpthread.so.0<br>#1  0x00002aede19276de in unixSync (id=0x2aaaac726380, dataOnly=&lt;value optimized out&gt;) at ./src/os_unix.c:1229<br>

#2  0x00002aede1951178 in syncJournal (pPager=0x1a1c200) at ./src/pager.c:2229<br>#3  0x00002aede1953b65 in sqlite3pager_sync (pPager=0x1a1c200, zMaster=0x0, nTrunc=0) at ./src/pager.c:3770<br>#4  0x00002aede193d07b in sqlite3BtreeSync (p=&lt;value optimized out&gt;, zMaster=0x0) at ./src/btree.c:6520<br>

#5  0x00002aede1931f15 in sqlite3VdbeHalt (p=0x2aaaad17ac70) at ./src/vdbeaux.c:1062<br>#6  0x00002aede1962613 in sqlite3VdbeExec (p=0x2aaaad17ac70) at ./src/vdbe.c:2360<br>#7  0x00002aede193036c in sqlite3Step (pStmt=0x2aaaad17ac70) at ./src/vdbeapi.c:236<br>

#8  sqlite3_step (pStmt=0x2aaaad17ac70) at ./src/vdbeapi.c:289<br>#9  0x00002aede1938978 in sqlite3_exec (db=0x1a1f070, zSql=0x2aede199e717 &quot;COMMIT&quot;, xCallback=0, pArg=0x0, pzErrMsg=0x4178bed0)<br>    at ./src/legacy.c:78<br>

#10 0x00002aede18ae0c1 in switch_core_db_exec (db=0x1a1f070, sql=0x2aede199e717 &quot;COMMIT&quot;, callback=0, data=0x0, errmsg=0x4178bf38)<br>    at src/switch_core_db.c:93<br>#11 0x00002aede1897c18 in switch_cache_db_execute_sql_real (dbh=0x1a2dce0, sql=0x2aede199e717 &quot;COMMIT&quot;, err=0x0)<br>

    at src/switch_core_sqldb.c:445<br>#12 0x00002aede18985c3 in switch_cache_db_persistant_execute_trans (dbh=0x1a2dce0, <br>    sql=0x5f03bd0 &quot;delete from calls where (caller_uuid=&#39;e64319c5-7f91-47a1-9561-42da291e499a&#39; or callee_uuid=&#39;e64319c5-7f91-47a1-9561-42da291e499a&#39;) and hostname=&#39;<a href="http://transcoder.red.net" target="_blank">transcoder.red.net</a> &lt;<a href="http://transcoder.red.net" target="_blank">http://transcoder.red.net</a>&gt; &#39;;\ndelete from calls where (call&quot;..., retries=1)<br>

    at src/switch_core_sqldb.c:787<br>#13 0x00002aede189bf1c in switch_core_sql_thread (thread=&lt;value optimized out&gt;, obj=&lt;value optimized out&gt;)<br>    at src/switch_core_sqldb.c:1026<br>#14 0x0000003c03c0673d in start_thread () from /lib64/libpthread.so.0<br>

#15 0x0000003c030d3f6d in clone () from /lib64/libc.so.6<br> <br><br></span><b><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">De:</span></b><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;"> Ricardo Martinez [<a href="mailto:rmartinez@redvoiss.net" target="_blank">mailto:rmartinez@redvoiss.net</a>] <br>

<b>Enviado el:</b> lunes, 22 de octubre de 2012 15:50<br><b>Para:</b> &#39;FreeSWITCH Users Help&#39;<br><b>Asunto:</b> RE: [Freeswitch-users] CPU Spikes every 20 minutes<br></span> <br><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;">AS far as i can see there is no java running.<br>

This is the top at the moment of the spike : <br> <br>top - 15:48:29 up 17 days, 14:55,  3 users,  load average: 14.07, 8.87, 6.48<br>Tasks: 158 total,   1 running, 157 sleeping,   0 stopped,   0 zombie<br>Cpu(s): 12.6%us,  9.0%sy,  0.0%ni, 66.1%id,  2.7%wa,  0.3%hi,  9.2%si,  0.0%st<br>

Mem:   8171500k total,  8041556k used,   129944k free,   177688k buffers<br>Swap: 10223608k total,        0k used, 10223608k free,  6951988k cached<br> <br>  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                                <br>

31772 root      15   0  870m 481m 6880 S 212.4  6.0   9523:51 freeswitch                                                            <br> 4210 root      19   0 36344 2940 1444 S  1.0  0.0  56:21.08 sngtc_server                                                           <br>

29586 root      15   0 12740 1132  808 R  0.3  0.0   0:00.02 top                                                                    <br>    1 root      15   0 10348  704  588 S  0.0  0.0   0:01.13 init                                                                   <br>

    2 root      RT  -5     0    0    0 S  0.0  0.0   0:00.41 migration/0                                                            <br>    3 root      34  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/0                                                            <br>

    4 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 watchdog/0                                                             <br>    5 root      RT  -5     0    0    0 S  0.0  0.0   0:00.83 migration/1                                                            <br>

    6 root      34  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/1                                                            <br>    7 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 watchdog/1                                                             <br>

    8 root      RT  -5     0    0    0 S  0.0  0.0   0:00.14 migration/2                                                            <br>    9 root      34  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/2                                                            <br>

   10 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 watchdog/2                                                             <br>   11 root      RT  -5     0    0    0 S  0.0  0.0   0:00.07 migration/3                                                            <br>

   12 root      34  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/3                                                            <br>   13 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 watchdog/3                                                             <br>

   14 root      RT  -5     0    0    0 S  0.0  0.0   0:00.06 migration/4                                                            <br>   15 root      34  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/4                                                            <br>

   16 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 watchdog/4                                                             <br>   17 root      RT  -5     0    0    0 S  0.0  0.0   0:00.06 migration/5                                                            <br>

   18 root      34  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/5                                                            <br>   19 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 watchdog/5                                                             <br>

   20 root      RT  -5     0    0    0 S  0.0  0.0   0:00.07 migration/6        <br> <br> <br>Regards,<br>Ricardo.-                       <br> <br></span><b><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">De:</span></b><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;"> <a href="http://freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>] <b>En nombre de </b>Guillermo Ruiz Camauer<br>

<b>Enviado el:</b> lunes, 22 de octubre de 2012 15:38<br><b>Para:</b> FreeSWITCH Users Help<br><b>Asunto:</b> Re: [Freeswitch-users] CPU Spikes every 20 minutes<br></span> <br>Do you have anything like Java running that could be doing garbage collection?<br>

<span style="font-size:11.0pt;font-family:&quot;Courier New&quot;"><br></span> <br><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;"><br></span>What other processes are running on the machine?  Does TOP show which process is causing the spike?<br>

<span style="font-size:11.0pt;font-family:&quot;Courier New&quot;"><br></span> <br><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;"><br></span>Guillermo<br><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;"><br>

</span>On Mon, Oct 22, 2012 at 3:29 PM, Ricardo Martinez &lt;<a href="http://rmartinez@redvoiss.net" target="_blank">rmartinez@redvoiss.net</a>&gt; wrote:<br>Hi Gabe.<br>I&#39;m mean between the spikes there is nothing different as regarding to the<br>

calls... the cps maintains the same.. there are no scripts running or<br>crontabs running, the simultaneous calls are the same also.  So, for some<br>reason the &quot;load average&quot; start to grow (every 20 or 25 minutes) without<br>

any clear cause.<br>I have debug with gdb the moment the server is with 12.5 of &quot;load average&quot;<br>here : <a href="http://pastebin.freeswitch.org/20112" target="_blank">http://pastebin.freeswitch.org/20112</a><br>

<br>Can we detect a problem from here?<br><br>Regards,<br>Ricardo.<br><br><br><br>-----Mensaje original-----<br>De: <a href="http://freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a><br>

[<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>] En nombre de<br>Gabriel Gunderson<br>Enviado el: lunes, 22 de octubre de 2012 13:31<br>

Para: FreeSWITCH Users Help<br>Asunto: Re: [Freeswitch-users] CPU Spikes every 20 minutes<br><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;"><br></span><br>On Mon, Oct 22, 2012 at 8:37 AM, Ricardo Martinez &lt;<a href="http://rmartinez@redvoiss.net" target="_blank">rmartinez@redvoiss.net</a>&gt;<br>

wrote:<br>&gt; The problem is that I&#39;m having weird spikes of  &quot;load average&quot; cpu<br>&gt; every 20 minutes (aprox), without any reason, reaching near of 12.5 of<br>&gt; load average for this machine.<br><br>

What have you done to verify that it happens &#39;without any reason&#39;?<br><br><br>Gabe<br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>

<a href="http://consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>

<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>

<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a href="http://FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>

<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>

<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="http://consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>

<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>

<br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>

<br>FreeSWITCH-users mailing list<br><a href="http://FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>

<br><br> </p><p class="MsoNormal"><br><span style="font-size:11.0pt;font-family:&quot;Courier New&quot;">-- <br>Ken<br><u><span style="color:blue"><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br>

<a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br><a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br></span></u><a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch</span></p>

</div></div></div></div><p class="MsoNormal" style="margin-bottom:12.0pt"><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>

<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>

<br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>

<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></p>

</div><p class="MsoNormal"><br><br clear="all"></p><div><p class="MsoNormal"> </p></div><p class="MsoNormal" style="margin-bottom:12.0pt">-- <br>Guillermo Ruiz Camauer</p></div></div></div></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Guillermo Ruiz Camauer<br><br>
</div>