<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>Thanks Ray but unfortunately the 1.0.3 tarball compilation results in the following errors: <br><br>Compiling src/switch_odbc.c ...<br>In file included from src/switch_odbc.c:33:<br>./src/include/switch_odbc.h:36:17: error: sql.h: No such file or directory<br>./src/include/switch_odbc.h:43:20: error: sqlext.h: No such file or directory<br>./src/include/switch_odbc.h:45:22: error: sqltypes.h: No such file or directory<br>In file included from src/switch_odbc.c:33:<br>./src/include/switch_odbc.h:66: error: expected declaration specifiers or '...' before 'SQLHSTMT'<br>./src/include/switch_odbc.h:96: error: expected declaration specifiers or '...' before 'SQLHSTMT'<br>src/switch_odbc.c:43: error: expected specifier-qualifier-list before 'SQLHENV'<br>src/switch_odbc.c: In function 'switch_odbc_handle_new':<br>src/switch_odbc.c:76: error: 'switch_odbc_handle_t'
 has no member named 'env'<br>src/switch_odbc.c:76: error: 'SQL_NULL_HANDLE' undeclared (first use in this function)<br>src/switch_odbc.c:76: error: (Each undeclared identifier is reported only once<br>src/switch_odbc.c:76: error: for each function it appears in.)<br>src/switch_odbc.c:77: error: 'switch_odbc_handle_t' has no member named 'state'<br>src/switch_odbc.c: In function 'switch_odbc_handle_disconnect':<br>src/switch_odbc.c:96: error: 'switch_odbc_handle_t' has no member named 'state'<br>cc1: warnings being treated as errors<br>src/switch_odbc.c:97: warning: implicit declaration of function 'SQLDisconnect'<br>src/switch_odbc.c:97: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:105: error: 'switch_odbc_handle_t' has no member named 'state'<br>src/switch_odbc.c: In function 'switch_odbc_handle_connect':<br>src/switch_odbc.c:113: error: 'SQLINTEGER' undeclared (first use in this function)<br>src/switch_odbc.c:113:
 error: expected ';' before 'err'<br>src/switch_odbc.c:116: error: 'SQLSMALLINT' undeclared (first use in this function)<br>src/switch_odbc.c:116: error: expected ';' before 'valueLength'<br>src/switch_odbc.c:119: error: 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c:119: error: 'SQL_NULL_HANDLE' undeclared (first use in this function)<br>src/switch_odbc.c:120: warning: implicit declaration of function 'SQLAllocHandle'<br>src/switch_odbc.c:120: error: 'SQL_HANDLE_ENV' undeclared (first use in this function)<br>src/switch_odbc.c:120: error: 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c:122: error: 'SQL_SUCCESS' undeclared (first use in this function)<br>src/switch_odbc.c:122: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)<br>src/switch_odbc.c:127: warning: implicit declaration of function 'SQLSetEnvAttr'<br>src/switch_odbc.c:127: error: 'switch_odbc_handle_t' has no member named
 'env'<br>src/switch_odbc.c:127: error: 'SQL_ATTR_ODBC_VERSION' undeclared (first use in this function)<br>src/switch_odbc.c:127: error: 'SQL_OV_ODBC3' undeclared (first use in this function)<br>src/switch_odbc.c:131: warning: implicit declaration of function 'SQLFreeHandle'<br>src/switch_odbc.c:131: error: 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c:135: error: 'SQL_HANDLE_DBC' undeclared (first use in this function)<br>src/switch_odbc.c:135: error: 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c:135: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:139: error: 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c:142: warning: implicit declaration of function 'SQLSetConnectAttr'<br>src/switch_odbc.c:142: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:142: error: 'SQL_LOGIN_TIMEOUT' undeclared (first use in this
 function)<br>src/switch_odbc.c:142: error: 'SQLPOINTER' undeclared (first use in this function)<br>src/switch_odbc.c:142: error: expected expression before ')' token<br>src/switch_odbc.c:144: error: 'switch_odbc_handle_t' has no member named 'state'<br>src/switch_odbc.c:152: warning: implicit declaration of function 'SQLConnect'<br>src/switch_odbc.c:152: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:152: error: 'SQLCHAR' undeclared (first use in this function)<br>src/switch_odbc.c:152: error: expected expression before ')' token<br>src/switch_odbc.c:154: error: expected ';' before 'outstr'<br>src/switch_odbc.c:155: error: expected ';' before 'outstrlen'<br>src/switch_odbc.c:157: warning: implicit declaration of function 'SQLDriverConnect'<br>src/switch_odbc.c:157: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:157: error: expected expression before ')' token<br>src/switch_odbc.c:163: error:
 too many arguments to function 'switch_odbc_handle_get_error'<br>src/switch_odbc.c:167: warning: implicit declaration of function 'SQLGetDiagRec'<br>src/switch_odbc.c:167: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:167: error: 'err' undeclared (first use in this function)<br>src/switch_odbc.c:170: error: 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c:174: warning: implicit declaration of function 'SQLGetInfo'<br>src/switch_odbc.c:174: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:174: error: 'SQL_DRIVER_NAME' undeclared (first use in this function)<br>src/switch_odbc.c:174: error: expected expression before ')' token<br>src/switch_odbc.c:176: error: 'valueLength' undeclared (first use in this function)<br>src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named
 'odbc_driver'<br>src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:180: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:180: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:180: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'<br>src/switch_odbc.c:181: error: 'switch_odbc_handle_t' has no member named 'is_firebird'<br>src/switch_odbc.c:183: error: 'switch_odbc_handle_t' has no member named 'is_firebird'<br>src/switch_odbc.c:187: error: 'switch_odbc_handle_t' has no member named 'state'<br>src/switch_odbc.c: In function
 'db_is_up':<br>src/switch_odbc.c:194: error: 'SQLHSTMT' undeclared (first use in this function)<br>src/switch_odbc.c:194: error: expected ';' before 'stmt'<br>src/switch_odbc.c:195: error: 'SQLLEN' undeclared (first use in this function)<br>src/switch_odbc.c:195: error: expected ';' before 'm'<br>src/switch_odbc.c:200: error: 'SQLCHAR' undeclared (first use in this function)<br>src/switch_odbc.c:200: error: expected ';' before 'sql'<br>src/switch_odbc.c:203: error: 'SQLRETURN' undeclared (first use in this function)<br>src/switch_odbc.c:203: error: expected ';' before 'rc'<br>src/switch_odbc.c:204: error: 'SQLSMALLINT' undeclared (first use in this function)<br>src/switch_odbc.c:204: error: expected ';' before 'nresultcols'<br>src/switch_odbc.c:213: error: 'switch_odbc_handle_t' has no member named 'is_firebird'<br>src/switch_odbc.c:214: error: 'sql' undeclared (first use in this function)<br>src/switch_odbc.c:219: error: 'SQL_HANDLE_STMT' undeclared
 (first use in this function)<br>src/switch_odbc.c:219: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:219: error: 'stmt' undeclared (first use in this function)<br>src/switch_odbc.c:219: error: 'SQL_SUCCESS' undeclared (first use in this function)<br>src/switch_odbc.c:223: warning: implicit declaration of function 'SQLPrepare'<br>src/switch_odbc.c:223: error: 'SQL_NTS' undeclared (first use in this function)<br>src/switch_odbc.c:227: warning: implicit declaration of function 'SQLExecute'<br>src/switch_odbc.c:229: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)<br>src/switch_odbc.c:233: warning: implicit declaration of function 'SQLRowCount'<br>src/switch_odbc.c:233: error: 'm' undeclared (first use in this function)<br>src/switch_odbc.c:234: error: 'rc' undeclared (first use in this function)<br>src/switch_odbc.c:234: warning: implicit declaration of function
 'SQLNumResultCols'<br>src/switch_odbc.c:234: error: 'nresultcols' undeclared (first use in this function)<br>src/switch_odbc.c:248: error: too many arguments to function 'switch_odbc_handle_get_error'<br>src/switch_odbc.c: At top level:<br>src/switch_odbc.c:293: error: expected declaration specifiers or '...' before 'SQLHSTMT'<br>src/switch_odbc.c: In function 'switch_odbc_handle_exec':<br>src/switch_odbc.c:295: error: 'SQLHSTMT' undeclared (first use in this function)<br>src/switch_odbc.c:295: error: expected ';' before 'stmt'<br>src/switch_odbc.c:302: error: 'SQL_HANDLE_STMT' undeclared (first use in this function)<br>src/switch_odbc.c:302: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:302: error: 'stmt' undeclared (first use in this function)<br>src/switch_odbc.c:302: error: 'SQL_SUCCESS' undeclared (first use in this function)<br>src/switch_odbc.c:306: error: 'SQL_NTS' undeclared (first use in this
 function)<br>src/switch_odbc.c:312: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)<br>src/switch_odbc.c:316: error: 'rstmt' undeclared (first use in this function)<br>src/switch_odbc.c: In function 'switch_odbc_handle_callback_exec_detailed':<br>src/switch_odbc.c:337: error: 'SQLHSTMT' undeclared (first use in this function)<br>src/switch_odbc.c:337: error: expected ';' before 'stmt'<br>src/switch_odbc.c:338: error: 'SQLSMALLINT' undeclared (first use in this function)<br>src/switch_odbc.c:338: error: expected ';' before 'c'<br>src/switch_odbc.c:339: error: 'SQLLEN' undeclared (first use in this function)<br>src/switch_odbc.c:339: error: expected ';' before 'm'<br>src/switch_odbc.c:350: error: 'SQL_HANDLE_STMT' undeclared (first use in this function)<br>src/switch_odbc.c:350: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:350: error: 'stmt' undeclared (first use in this
 function)<br>src/switch_odbc.c:350: error: 'SQL_SUCCESS' undeclared (first use in this function)<br>src/switch_odbc.c:355: error: 'SQL_NTS' undeclared (first use in this function)<br>src/switch_odbc.c:362: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)<br>src/switch_odbc.c:366: error: 'c' undeclared (first use in this function)<br>src/switch_odbc.c:367: error: 'm' undeclared (first use in this function)<br>src/switch_odbc.c:369: error: 't' undeclared (first use in this function)<br>src/switch_odbc.c:376: warning: implicit declaration of function 'SQLFetch'<br>src/switch_odbc.c:390: error: 'x' undeclared (first use in this function)<br>src/switch_odbc.c:391: error: expected ';' before 'NameLength'<br>src/switch_odbc.c:392: error: 'SQLULEN' undeclared (first use in this function)<br>src/switch_odbc.c:392: error: expected ';' before 'ColumnSize'<br>src/switch_odbc.c:396: warning: implicit declaration of function
 'SQLDescribeCol'<br>src/switch_odbc.c:396: error: 'SQLCHAR' undeclared (first use in this function)<br>src/switch_odbc.c:396: error: expected expression before ')' token<br>src/switch_odbc.c:397: error: 'ColumnSize' undeclared (first use in this function)<br>src/switch_odbc.c:401: warning: implicit declaration of function 'SQLGetData'<br>src/switch_odbc.c:401: error: 'SQL_C_CHAR' undeclared (first use in this function)<br>src/switch_odbc.c:401: error: expected expression before ')' token<br>src/switch_odbc.c:436: error: too many arguments to function 'switch_odbc_handle_get_error'<br>src/switch_odbc.c: In function 'switch_odbc_handle_destroy':<br>src/switch_odbc.c:459: error: 'SQL_HANDLE_DBC' undeclared (first use in this function)<br>src/switch_odbc.c:459: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:460: error: 'SQL_HANDLE_ENV' undeclared (first use in this function)<br>src/switch_odbc.c:460: error:
 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c: In function 'switch_odbc_handle_get_state':<br>src/switch_odbc.c:471: error: 'switch_odbc_handle_t' has no member named 'state'<br>src/switch_odbc.c: At top level:<br>src/switch_odbc.c:474: error: expected declaration specifiers or '...' before 'SQLHSTMT'<br>src/switch_odbc.c: In function 'switch_odbc_handle_get_error':<br>src/switch_odbc.c:476: error: 'SQL_MAX_MESSAGE_LENGTH' undeclared (first use in this function)<br>src/switch_odbc.c:477: error: 'SQL_SQLSTATE_SIZE' undeclared (first use in this function)<br>src/switch_odbc.c:478: error: 'SQLINTEGER' undeclared (first use in this function)<br>src/switch_odbc.c:478: error: expected ';' before 'sqlcode'<br>src/switch_odbc.c:479: error: 'SQLSMALLINT' undeclared (first use in this function)<br>src/switch_odbc.c:479: error: expected ';' before 'length'<br>src/switch_odbc.c:482: warning: implicit declaration of function
 'SQLError'<br>src/switch_odbc.c:482: error: 'switch_odbc_handle_t' has no member named 'env'<br>src/switch_odbc.c:482: error: 'switch_odbc_handle_t' has no member named 'con'<br>src/switch_odbc.c:482: error: 'stmt' undeclared (first use in this function)<br>src/switch_odbc.c:482: error: 'SQLCHAR' undeclared (first use in this function)<br>src/switch_odbc.c:482: error: expected expression before ')' token<br>src/switch_odbc.c:482: error: 'SQL_SUCCESS' undeclared (first use in this function)<br>src/switch_odbc.c:483: error: 'sqlcode' undeclared (first use in this function)<br>src/switch_odbc.c:477: warning: unused variable 'sqlstate'<br>src/switch_odbc.c:476: warning: unused variable 'buffer'<br>make[2]: *** [libfreeswitch_la-switch_odbc.lo] Error 1<br>Making all in src<br>Making all in mod<br><br>making all mod_amr<br>make[5]: *** No rule to make target `/usr/src/FreeSwitch/freeswitch-1.0.3/libfreeswitch.la', needed by `mod_amr.so'.&nbsp;
 Stop.<br>make[4]: *** [all] Error 1<br>make[3]: *** [mod_amr-all] Error 1<br>make[2]: *** [all-recursive] Error 1<br>Making all in build<br>&nbsp;+-------- FreeSWITCH Build Complete -----------+<br>&nbsp;+ FreeSWITCH has been successfully built.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +<br>&nbsp;+ Install by running:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +<br>&nbsp;+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +<br>&nbsp;+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make install&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 +<br>&nbsp;+----------------------------------------------+<br>make[1]: *** [all-recursive] Error 1<br>make: *** [all] Error 2<br><br>--- On <b>Thu, 2/19/09, freeswitch-users-request@lists.freeswitch.org <i>&lt;freeswitch-users-request@lists.freeswitch.org&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><pre><br>Message: 3<br>Date: Thu, 19 Feb 2009 10:26:15 -0500<br>From: Raymond Chandler &lt;intralanman@freeswitch.org&gt;<br>Subject: Re: [Freeswitch-users] Realm Value<br>To: freeswitch-users@lists.freeswitch.org<br>Message-ID: &lt;499D7A17.7030202@freeswitch.org&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Ali Al-Rubaie wrote:<br>&gt; Thanks Brian,<br>&gt;<br>&gt; Sorry if the question looks primitive but in which file I can find the <br>&gt; rvn?<br>&gt;<br>you can find the revision from typing "version" at the fs_cli<br>&gt; Is there any tarball with the latest
 revisions?<br>&gt;<br>the 1.0.3 tarball was just rolled yesterday, give it a shot<br><br>-Ray<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL:<br>http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090219/89abc2b0/attachment-0001.html<br><br><br>------------------------------<br><br>Message: 4<br>Date: Thu, 19 Feb 2009 16:47:27 +0100<br>From: "Cavalera Claudio Luigi" &lt;Claudio.Cavalera@italtel.it&gt;<br>Subject: Re: [Freeswitch-users] Random problems with cepstral text to<br>        speech<br>To: &lt;freeswitch-users@lists.freeswitch.org&gt;<br>Message-ID: &lt;A2167AE7633A5C4DAE56EEBD1428ECC096979F@BESONE.corp.dom&gt;<br>Content-Type: text/plain;        charset="us-ascii"<br><br>From: freeswitch-users-bounces@lists.freeswitch.org<br>[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of<br>Anthony Minessale<br>        <br>&gt; Are you using cepstral 5.1?<br>&gt; There is a known issue with that release
 and it's closed source so we<br>cannot do much about it.<br>&gt; Cepstral 4.x works fine.<br><br>Yes 5.1, my fault.<br>I have added an initial warning here on the wiki<br>http://wiki.freeswitch.org/wiki/Mod_cepstral<br>although it also speaks about 5.1 and Ubuntu...<br><br>Thanks,<br>Claudio<br>Internet E. Mail Confidentiality Footer<br>-----------------------------------------------------------------------------------------------------<br>La presente comunicazione, con le informazioni in essa contenute e ogni<br>documento o file allegato, e' rivolta unicamente alla/e persona/e cui e'<br>indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i<br>destinatari/autorizzati siete avvisati che qualsiasi azione, copia,<br>comunicazione, divulgazione o simili basate sul contenuto di tali informazioni<br>e' vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n.<br>196/2003 Codice in materia di protezione dei dati personali). Se
 avete ricevuto<br>questa comunicazione per errore, vi preghiamo di darne immediata notizia al<br>mittente e di distruggere il messaggio originale e ogni file allegato senza<br>farne copia alcuna o riprodurne in alcun modo il contenuto. <br><br>This e-mail and its attachments are intended for the addressee(s) only and are<br>confidential and/or may contain legally privileged information. If you have<br>received this message by mistake or are not one of the addressees above, you may<br>take no action based on it, and you may not copy or show it to anyone; please<br>reply to this e-mail and point out the error which has occurred. <br><br><br><br>------------------------------<br><br>Message: 5<br>Date: Thu, 19 Feb 2009 17:00:44 +0100<br>From: "Cavalera Claudio Luigi" &lt;Claudio.Cavalera@italtel.it&gt;<br>Subject: Re: [Freeswitch-users] Strange error load testing mod_xml_rpc<br>To: &lt;freeswitch-users@lists.freeswitch.org&gt;<br>Message-ID:
 &lt;A2167AE7633A5C4DAE56EEBD1428ECC09697A0@BESONE.corp.dom&gt;<br>Content-Type: text/plain;        charset="us-ascii"<br><br>From: freeswitch-users-bounces@lists.freeswitch.org<br>[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of<br>Anthony Minessale<br><br>&gt; Yes we already see you have reported this issue in jira and we are<br>working on it.<br>&gt; you do not need to report it here as well.<br>&gt; You may want to make yourself available on irc or some other im today<br>so we can contact you for more details.<br><br>I'm sorry<br>I reported this message here because I did not think it's related with<br>my JIRA reports.<br>They are about two segmentation faults, while this message is about load<br>testing not going very well, although it comes out during the same load<br>tests :-)<br><br>I'm starting to think that most people are using the sofia SIP stack in<br>fs to get rate of 100cps while the other interfaces such as event socket<br>and
 mod_xml_rpc are not well "engineered" yet. I'm going deeper<br>into<br>this and I hope my results will be of help for the community.<br>At the moment I'm trying to understand the cause of TCP retransmissions<br>I see in the snoop, it seems that fs lags a little bit in sending the<br>TCP Ack back to the load runner, even with the machine doing nothing and<br>a really tiny amount of load.<br><br>BRs,<br>Claudio<br><br><br><br>Internet Email Confidentiality Footer<br>-----------------------------------------------------------------------------------------------------<br>La presente comunicazione, con le informazioni in essa contenute e ogni<br>documento o file allegato, e' rivolta unicamente alla/e persona/e cui e'<br>indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i<br>destinatari/autorizzati siete avvisati che qualsiasi azione, copia,<br>comunicazione, divulgazione o simili basate sul contenuto di tali informazioni<br>e'
 vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n.<br>196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto<br>questa comunicazione per errore, vi preghiamo di darne immediata notizia al<br>mittente e di distruggere il messaggio originale e ogni file allegato senza<br>farne copia alcuna o riprodurne in alcun modo il contenuto. <br><br>This e-mail and its attachments are intended for the addressee(s) only and are<br>confidential and/or may contain legally privileged information. If you have<br>received this message by mistake or are not one of the addressees above, you may<br>take no action based on it, and you may not copy or show it to anyone; please<br>reply to this e-mail and point out the error which has occurred. <br>-----------------------------------------------------------------------------------------------------<br><br><br><br><br>------------------------------<br><br>Message: 6<br>Date: Thu, 19 Feb
 2009 18:00:19 +0100<br>From: "Cavalera Claudio Luigi" &lt;Claudio.Cavalera@italtel.it&gt;<br>Subject: Re: [Freeswitch-users] Strange error load testing mod_xml_rpc<br>To: &lt;freeswitch-users@lists.freeswitch.org&gt;<br>Message-ID: &lt;A2167AE7633A5C4DAE56EEBD1428ECC09697A1@BESONE.corp.dom&gt;<br>Content-Type: text/plain;        charset="us-ascii"<br><br>Here is a snoop:<br>http://pastebin.freeswitch.org/7351<br>thx,<br>cla<br><br><br>Internet Email Confidentiality Footer<br>-----------------------------------------------------------------------------------------------------<br>La presente comunicazione, con le informazioni in essa contenute e ogni<br>documento o file allegato, e' rivolta unicamente alla/e persona/e cui e'<br>indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i<br>destinatari/autorizzati siete avvisati che qualsiasi azione, copia,<br>comunicazione, divulgazione o simili basate sul contenuto di tali informazioni<br>e'
 vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n.<br>196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto<br>questa comunicazione per errore, vi preghiamo di darne immediata notizia al<br>mittente e di distruggere il messaggio originale e ogni file allegato senza<br>farne copia alcuna o riprodurne in alcun modo il contenuto. <br><br>This e-mail and its attachments are intended for the addressee(s) only and are<br>confidential and/or may contain legally privileged information. If you have<br>received this message by mistake or are not one of the addressees above, you may<br>take no action based on it, and you may not copy or show it to anyone; please<br>reply to this e-mail and point out the error which has occurred. <br>-----------------------------------------------------------------------------------------------------<br><br><br><br><br>------------------------------<br><br>Message: 7<br>Date: Thu, 19 Feb
 2009 11:30:01 -0600<br>From: Anthony Minessale &lt;anthony.minessale@gmail.com&gt;<br>Subject: Re: [Freeswitch-users] Strange error load testing mod_xml_rpc<br>To: freeswitch-users@lists.freeswitch.org<br>Message-ID:<br>        &lt;191c3a030902190930x121eba94jb644c25922cbdb7b@mail.gmail.com&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>api calls by default are blocking, it will not return until the result of<br>the originate is determined. you must pre-empt the originate command with<br>the bgapi api command which is similar to the event_socket bgapi command so<br>that it tells the task to run in a dedicated thread.<br>also the web interface was meant to use an xml rpc client.<br><br>I have generated at least 400cps on event socket before.<br><br><br><br>2009/2/19 Cavalera Claudio Luigi &lt;Claudio.Cavalera@italtel.it&gt;<br><br>&gt; Here is a snoop:<br>&gt; http://pastebin.freeswitch.org/7351<br>&gt; thx,<br>&gt; cla<br>&gt;<br>&gt;<br>&gt;
 Internet Email Confidentiality Footer<br>&gt;<br>&gt;<br>-----------------------------------------------------------------------------------------------------<br>&gt; La presente comunicazione, con le informazioni in essa contenute e ogni<br>&gt; documento o file allegato, e' rivolta unicamente alla/e persona/e cui<br>e'<br>&gt; indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non<br>siete<br>&gt; i destinatari/autorizzati siete avvisati che qualsiasi azione, copia,<br>&gt; comunicazione, divulgazione o simili basate sul contenuto di tali<br>&gt; informazioni e' vietata e potrebbe essere contro la legge (art. 616<br>C.P.,<br>&gt; D.Lgs n. 196/2003 Codice in materia di protezione dei dati personali). Se<br>&gt; avete ricevuto questa comunicazione per errore, vi preghiamo di darne<br>&gt; immediata notizia al mittente e di distruggere il messaggio originale e<br>ogni<br>&gt; file allegato senza farne copia alcuna o riprodurne in alcun
 modo il<br>&gt; contenuto.<br>&gt;<br>&gt; This e-mail and its attachments are intended for the addressee(s) only and<br>&gt; are confidential and/or may contain legally privileged information. If you<br>&gt; have received this message by mistake or are not one of the addressees<br>&gt; above, you may take no action based on it, and you may not copy or show it<br>&gt; to anyone; please reply to this e-mail and point out the error which has<br>&gt; occurred.<br>&gt;<br>&gt;<br>-----------------------------------------------------------------------------------------------------<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Freeswitch-users mailing list<br>&gt; Freeswitch-users@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; http://www.freeswitch.org<br>&gt;<br><br><br><br>-- <br>Anthony
 Minessale II<br><br>FreeSWITCH http://www.freeswitch.org/<br>ClueCon http://www.cluecon.com/<br><br>AIM: anthm<br>MSN:anthony_minessale@hotmail.com &lt;MSN%3Aanthony_minessale@hotmail.com&gt;<br>GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com&lt;PAYPAL%3Aanthony.minessale@gmail.com&gt;<br>IRC: irc.freenode.net #freeswitch<br><br>FreeSWITCH Developer Conference<br>sip:888@conference.freeswitch.org &lt;sip%3A888@conference.freeswitch.org&gt;<br>iax:guest@conference.freeswitch.org/888<br>googletalk:conf+888@conference.freeswitch.org&lt;googletalk%3Aconf%2B888@conference.freeswitch.org&gt;<br>pstn:213-799-1400<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL:<br>http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090219/0c42b1d8/attachment.html<br><br><br>------------------------------<br><br>_______________________________________________<br>Freeswitch-users mailing
 list<br>Freeswitch-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br><br><br>End of Freeswitch-users Digest, Vol 32, Issue 166<br>*************************************************<br></pre></blockquote></td></tr></table><br>