[Freeswitch-users] Realm Value

Ali Al-Rubaie kerrada2003 at yahoo.com
Thu Feb 19 12:06:54 PST 2009


Thanks Ray but unfortunately the 1.0.3 tarball compilation results in the following errors: 

Compiling src/switch_odbc.c ...
In file included from src/switch_odbc.c:33:
./src/include/switch_odbc.h:36:17: error: sql.h: No such file or directory
./src/include/switch_odbc.h:43:20: error: sqlext.h: No such file or directory
./src/include/switch_odbc.h:45:22: error: sqltypes.h: No such file or directory
In file included from src/switch_odbc.c:33:
./src/include/switch_odbc.h:66: error: expected declaration specifiers or '...' before 'SQLHSTMT'
./src/include/switch_odbc.h:96: error: expected declaration specifiers or '...' before 'SQLHSTMT'
src/switch_odbc.c:43: error: expected specifier-qualifier-list before 'SQLHENV'
src/switch_odbc.c: In function 'switch_odbc_handle_new':
src/switch_odbc.c:76: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:76: error: 'SQL_NULL_HANDLE' undeclared (first use in this function)
src/switch_odbc.c:76: error: (Each undeclared identifier is reported only once
src/switch_odbc.c:76: error: for each function it appears in.)
src/switch_odbc.c:77: error: 'switch_odbc_handle_t' has no member named 'state'
src/switch_odbc.c: In function 'switch_odbc_handle_disconnect':
src/switch_odbc.c:96: error: 'switch_odbc_handle_t' has no member named 'state'
cc1: warnings being treated as errors
src/switch_odbc.c:97: warning: implicit declaration of function 'SQLDisconnect'
src/switch_odbc.c:97: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:105: error: 'switch_odbc_handle_t' has no member named 'state'
src/switch_odbc.c: In function 'switch_odbc_handle_connect':
src/switch_odbc.c:113: error: 'SQLINTEGER' undeclared (first use in this function)
src/switch_odbc.c:113: error: expected ';' before 'err'
src/switch_odbc.c:116: error: 'SQLSMALLINT' undeclared (first use in this function)
src/switch_odbc.c:116: error: expected ';' before 'valueLength'
src/switch_odbc.c:119: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:119: error: 'SQL_NULL_HANDLE' undeclared (first use in this function)
src/switch_odbc.c:120: warning: implicit declaration of function 'SQLAllocHandle'
src/switch_odbc.c:120: error: 'SQL_HANDLE_ENV' undeclared (first use in this function)
src/switch_odbc.c:120: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:122: error: 'SQL_SUCCESS' undeclared (first use in this function)
src/switch_odbc.c:122: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)
src/switch_odbc.c:127: warning: implicit declaration of function 'SQLSetEnvAttr'
src/switch_odbc.c:127: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:127: error: 'SQL_ATTR_ODBC_VERSION' undeclared (first use in this function)
src/switch_odbc.c:127: error: 'SQL_OV_ODBC3' undeclared (first use in this function)
src/switch_odbc.c:131: warning: implicit declaration of function 'SQLFreeHandle'
src/switch_odbc.c:131: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:135: error: 'SQL_HANDLE_DBC' undeclared (first use in this function)
src/switch_odbc.c:135: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:135: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:139: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:142: warning: implicit declaration of function 'SQLSetConnectAttr'
src/switch_odbc.c:142: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:142: error: 'SQL_LOGIN_TIMEOUT' undeclared (first use in this function)
src/switch_odbc.c:142: error: 'SQLPOINTER' undeclared (first use in this function)
src/switch_odbc.c:142: error: expected expression before ')' token
src/switch_odbc.c:144: error: 'switch_odbc_handle_t' has no member named 'state'
src/switch_odbc.c:152: warning: implicit declaration of function 'SQLConnect'
src/switch_odbc.c:152: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:152: error: 'SQLCHAR' undeclared (first use in this function)
src/switch_odbc.c:152: error: expected expression before ')' token
src/switch_odbc.c:154: error: expected ';' before 'outstr'
src/switch_odbc.c:155: error: expected ';' before 'outstrlen'
src/switch_odbc.c:157: warning: implicit declaration of function 'SQLDriverConnect'
src/switch_odbc.c:157: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:157: error: expected expression before ')' token
src/switch_odbc.c:163: error: too many arguments to function 'switch_odbc_handle_get_error'
src/switch_odbc.c:167: warning: implicit declaration of function 'SQLGetDiagRec'
src/switch_odbc.c:167: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:167: error: 'err' undeclared (first use in this function)
src/switch_odbc.c:170: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:174: warning: implicit declaration of function 'SQLGetInfo'
src/switch_odbc.c:174: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:174: error: 'SQL_DRIVER_NAME' undeclared (first use in this function)
src/switch_odbc.c:174: error: expected expression before ')' token
src/switch_odbc.c:176: error: 'valueLength' undeclared (first use in this function)
src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:177: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:180: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:180: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:180: error: 'switch_odbc_handle_t' has no member named 'odbc_driver'
src/switch_odbc.c:181: error: 'switch_odbc_handle_t' has no member named 'is_firebird'
src/switch_odbc.c:183: error: 'switch_odbc_handle_t' has no member named 'is_firebird'
src/switch_odbc.c:187: error: 'switch_odbc_handle_t' has no member named 'state'
src/switch_odbc.c: In function 'db_is_up':
src/switch_odbc.c:194: error: 'SQLHSTMT' undeclared (first use in this function)
src/switch_odbc.c:194: error: expected ';' before 'stmt'
src/switch_odbc.c:195: error: 'SQLLEN' undeclared (first use in this function)
src/switch_odbc.c:195: error: expected ';' before 'm'
src/switch_odbc.c:200: error: 'SQLCHAR' undeclared (first use in this function)
src/switch_odbc.c:200: error: expected ';' before 'sql'
src/switch_odbc.c:203: error: 'SQLRETURN' undeclared (first use in this function)
src/switch_odbc.c:203: error: expected ';' before 'rc'
src/switch_odbc.c:204: error: 'SQLSMALLINT' undeclared (first use in this function)
src/switch_odbc.c:204: error: expected ';' before 'nresultcols'
src/switch_odbc.c:213: error: 'switch_odbc_handle_t' has no member named 'is_firebird'
src/switch_odbc.c:214: error: 'sql' undeclared (first use in this function)
src/switch_odbc.c:219: error: 'SQL_HANDLE_STMT' undeclared (first use in this function)
src/switch_odbc.c:219: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:219: error: 'stmt' undeclared (first use in this function)
src/switch_odbc.c:219: error: 'SQL_SUCCESS' undeclared (first use in this function)
src/switch_odbc.c:223: warning: implicit declaration of function 'SQLPrepare'
src/switch_odbc.c:223: error: 'SQL_NTS' undeclared (first use in this function)
src/switch_odbc.c:227: warning: implicit declaration of function 'SQLExecute'
src/switch_odbc.c:229: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)
src/switch_odbc.c:233: warning: implicit declaration of function 'SQLRowCount'
src/switch_odbc.c:233: error: 'm' undeclared (first use in this function)
src/switch_odbc.c:234: error: 'rc' undeclared (first use in this function)
src/switch_odbc.c:234: warning: implicit declaration of function 'SQLNumResultCols'
src/switch_odbc.c:234: error: 'nresultcols' undeclared (first use in this function)
src/switch_odbc.c:248: error: too many arguments to function 'switch_odbc_handle_get_error'
src/switch_odbc.c: At top level:
src/switch_odbc.c:293: error: expected declaration specifiers or '...' before 'SQLHSTMT'
src/switch_odbc.c: In function 'switch_odbc_handle_exec':
src/switch_odbc.c:295: error: 'SQLHSTMT' undeclared (first use in this function)
src/switch_odbc.c:295: error: expected ';' before 'stmt'
src/switch_odbc.c:302: error: 'SQL_HANDLE_STMT' undeclared (first use in this function)
src/switch_odbc.c:302: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:302: error: 'stmt' undeclared (first use in this function)
src/switch_odbc.c:302: error: 'SQL_SUCCESS' undeclared (first use in this function)
src/switch_odbc.c:306: error: 'SQL_NTS' undeclared (first use in this function)
src/switch_odbc.c:312: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)
src/switch_odbc.c:316: error: 'rstmt' undeclared (first use in this function)
src/switch_odbc.c: In function 'switch_odbc_handle_callback_exec_detailed':
src/switch_odbc.c:337: error: 'SQLHSTMT' undeclared (first use in this function)
src/switch_odbc.c:337: error: expected ';' before 'stmt'
src/switch_odbc.c:338: error: 'SQLSMALLINT' undeclared (first use in this function)
src/switch_odbc.c:338: error: expected ';' before 'c'
src/switch_odbc.c:339: error: 'SQLLEN' undeclared (first use in this function)
src/switch_odbc.c:339: error: expected ';' before 'm'
src/switch_odbc.c:350: error: 'SQL_HANDLE_STMT' undeclared (first use in this function)
src/switch_odbc.c:350: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:350: error: 'stmt' undeclared (first use in this function)
src/switch_odbc.c:350: error: 'SQL_SUCCESS' undeclared (first use in this function)
src/switch_odbc.c:355: error: 'SQL_NTS' undeclared (first use in this function)
src/switch_odbc.c:362: error: 'SQL_SUCCESS_WITH_INFO' undeclared (first use in this function)
src/switch_odbc.c:366: error: 'c' undeclared (first use in this function)
src/switch_odbc.c:367: error: 'm' undeclared (first use in this function)
src/switch_odbc.c:369: error: 't' undeclared (first use in this function)
src/switch_odbc.c:376: warning: implicit declaration of function 'SQLFetch'
src/switch_odbc.c:390: error: 'x' undeclared (first use in this function)
src/switch_odbc.c:391: error: expected ';' before 'NameLength'
src/switch_odbc.c:392: error: 'SQLULEN' undeclared (first use in this function)
src/switch_odbc.c:392: error: expected ';' before 'ColumnSize'
src/switch_odbc.c:396: warning: implicit declaration of function 'SQLDescribeCol'
src/switch_odbc.c:396: error: 'SQLCHAR' undeclared (first use in this function)
src/switch_odbc.c:396: error: expected expression before ')' token
src/switch_odbc.c:397: error: 'ColumnSize' undeclared (first use in this function)
src/switch_odbc.c:401: warning: implicit declaration of function 'SQLGetData'
src/switch_odbc.c:401: error: 'SQL_C_CHAR' undeclared (first use in this function)
src/switch_odbc.c:401: error: expected expression before ')' token
src/switch_odbc.c:436: error: too many arguments to function 'switch_odbc_handle_get_error'
src/switch_odbc.c: In function 'switch_odbc_handle_destroy':
src/switch_odbc.c:459: error: 'SQL_HANDLE_DBC' undeclared (first use in this function)
src/switch_odbc.c:459: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:460: error: 'SQL_HANDLE_ENV' undeclared (first use in this function)
src/switch_odbc.c:460: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c: In function 'switch_odbc_handle_get_state':
src/switch_odbc.c:471: error: 'switch_odbc_handle_t' has no member named 'state'
src/switch_odbc.c: At top level:
src/switch_odbc.c:474: error: expected declaration specifiers or '...' before 'SQLHSTMT'
src/switch_odbc.c: In function 'switch_odbc_handle_get_error':
src/switch_odbc.c:476: error: 'SQL_MAX_MESSAGE_LENGTH' undeclared (first use in this function)
src/switch_odbc.c:477: error: 'SQL_SQLSTATE_SIZE' undeclared (first use in this function)
src/switch_odbc.c:478: error: 'SQLINTEGER' undeclared (first use in this function)
src/switch_odbc.c:478: error: expected ';' before 'sqlcode'
src/switch_odbc.c:479: error: 'SQLSMALLINT' undeclared (first use in this function)
src/switch_odbc.c:479: error: expected ';' before 'length'
src/switch_odbc.c:482: warning: implicit declaration of function 'SQLError'
src/switch_odbc.c:482: error: 'switch_odbc_handle_t' has no member named 'env'
src/switch_odbc.c:482: error: 'switch_odbc_handle_t' has no member named 'con'
src/switch_odbc.c:482: error: 'stmt' undeclared (first use in this function)
src/switch_odbc.c:482: error: 'SQLCHAR' undeclared (first use in this function)
src/switch_odbc.c:482: error: expected expression before ')' token
src/switch_odbc.c:482: error: 'SQL_SUCCESS' undeclared (first use in this function)
src/switch_odbc.c:483: error: 'sqlcode' undeclared (first use in this function)
src/switch_odbc.c:477: warning: unused variable 'sqlstate'
src/switch_odbc.c:476: warning: unused variable 'buffer'
make[2]: *** [libfreeswitch_la-switch_odbc.lo] Error 1
Making all in src
Making all in mod

making all mod_amr
make[5]: *** No rule to make target `/usr/src/FreeSwitch/freeswitch-1.0.3/libfreeswitch.la', needed by `mod_amr.so'.  Stop.
make[4]: *** [all] Error 1
make[3]: *** [mod_amr-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
 +-------- FreeSWITCH Build Complete -----------+
 + FreeSWITCH has been successfully built.      +
 + Install by running:                          +
 +                                              +
 +               make install                   +
 +----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

--- On Thu, 2/19/09, freeswitch-users-request at lists.freeswitch.org <freeswitch-users-request at lists.freeswitch.org> wrote:

Message: 3
Date: Thu, 19 Feb 2009 10:26:15 -0500
From: Raymond Chandler <intralanman at freeswitch.org>
Subject: Re: [Freeswitch-users] Realm Value
To: freeswitch-users at lists.freeswitch.org
Message-ID: <499D7A17.7030202 at freeswitch.org>
Content-Type: text/plain; charset="iso-8859-1"

Ali Al-Rubaie wrote:
> Thanks Brian,
>
> Sorry if the question looks primitive but in which file I can find the 
> rvn?
>
you can find the revision from typing "version" at the fs_cli
> Is there any tarball with the latest revisions?
>
the 1.0.3 tarball was just rolled yesterday, give it a shot

-Ray
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090219/89abc2b0/attachment-0001.html


------------------------------

Message: 4
Date: Thu, 19 Feb 2009 16:47:27 +0100
From: "Cavalera Claudio Luigi" <Claudio.Cavalera at italtel.it>
Subject: Re: [Freeswitch-users] Random problems with cepstral text to
	speech
To: <freeswitch-users at lists.freeswitch.org>
Message-ID: <A2167AE7633A5C4DAE56EEBD1428ECC096979F at BESONE.corp.dom>
Content-Type: text/plain;	charset="us-ascii"

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Anthony Minessale
	
> Are you using cepstral 5.1?
> There is a known issue with that release and it's closed source so we
cannot do much about it.
> Cepstral 4.x works fine.

Yes 5.1, my fault.
I have added an initial warning here on the wiki
http://wiki.freeswitch.org/wiki/Mod_cepstral
although it also speaks about 5.1 and Ubuntu...

Thanks,
Claudio
Internet E. Mail Confidentiality Footer
-----------------------------------------------------------------------------------------------------
La presente comunicazione, con le informazioni in essa contenute e ogni
documento o file allegato, e' rivolta unicamente alla/e persona/e cui e'
indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i
destinatari/autorizzati siete avvisati che qualsiasi azione, copia,
comunicazione, divulgazione o simili basate sul contenuto di tali informazioni
e' vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n.
196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto
questa comunicazione per errore, vi preghiamo di darne immediata notizia al
mittente e di distruggere il messaggio originale e ogni file allegato senza
farne copia alcuna o riprodurne in alcun modo il contenuto. 

This e-mail and its attachments are intended for the addressee(s) only and are
confidential and/or may contain legally privileged information. If you have
received this message by mistake or are not one of the addressees above, you may
take no action based on it, and you may not copy or show it to anyone; please
reply to this e-mail and point out the error which has occurred. 



------------------------------

Message: 5
Date: Thu, 19 Feb 2009 17:00:44 +0100
From: "Cavalera Claudio Luigi" <Claudio.Cavalera at italtel.it>
Subject: Re: [Freeswitch-users] Strange error load testing mod_xml_rpc
To: <freeswitch-users at lists.freeswitch.org>
Message-ID: <A2167AE7633A5C4DAE56EEBD1428ECC09697A0 at BESONE.corp.dom>
Content-Type: text/plain;	charset="us-ascii"

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Anthony Minessale

> Yes we already see you have reported this issue in jira and we are
working on it.
> you do not need to report it here as well.
> You may want to make yourself available on irc or some other im today
so we can contact you for more details.

I'm sorry
I reported this message here because I did not think it's related with
my JIRA reports.
They are about two segmentation faults, while this message is about load
testing not going very well, although it comes out during the same load
tests :-)

I'm starting to think that most people are using the sofia SIP stack in
fs to get rate of 100cps while the other interfaces such as event socket
and mod_xml_rpc are not well "engineered" yet. I'm going deeper
into
this and I hope my results will be of help for the community.
At the moment I'm trying to understand the cause of TCP retransmissions
I see in the snoop, it seems that fs lags a little bit in sending the
TCP Ack back to the load runner, even with the machine doing nothing and
a really tiny amount of load.

BRs,
Claudio



Internet Email Confidentiality Footer
-----------------------------------------------------------------------------------------------------
La presente comunicazione, con le informazioni in essa contenute e ogni
documento o file allegato, e' rivolta unicamente alla/e persona/e cui e'
indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i
destinatari/autorizzati siete avvisati che qualsiasi azione, copia,
comunicazione, divulgazione o simili basate sul contenuto di tali informazioni
e' vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n.
196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto
questa comunicazione per errore, vi preghiamo di darne immediata notizia al
mittente e di distruggere il messaggio originale e ogni file allegato senza
farne copia alcuna o riprodurne in alcun modo il contenuto. 

This e-mail and its attachments are intended for the addressee(s) only and are
confidential and/or may contain legally privileged information. If you have
received this message by mistake or are not one of the addressees above, you may
take no action based on it, and you may not copy or show it to anyone; please
reply to this e-mail and point out the error which has occurred. 
-----------------------------------------------------------------------------------------------------




------------------------------

Message: 6
Date: Thu, 19 Feb 2009 18:00:19 +0100
From: "Cavalera Claudio Luigi" <Claudio.Cavalera at italtel.it>
Subject: Re: [Freeswitch-users] Strange error load testing mod_xml_rpc
To: <freeswitch-users at lists.freeswitch.org>
Message-ID: <A2167AE7633A5C4DAE56EEBD1428ECC09697A1 at BESONE.corp.dom>
Content-Type: text/plain;	charset="us-ascii"

Here is a snoop:
http://pastebin.freeswitch.org/7351
thx,
cla


Internet Email Confidentiality Footer
-----------------------------------------------------------------------------------------------------
La presente comunicazione, con le informazioni in essa contenute e ogni
documento o file allegato, e' rivolta unicamente alla/e persona/e cui e'
indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i
destinatari/autorizzati siete avvisati che qualsiasi azione, copia,
comunicazione, divulgazione o simili basate sul contenuto di tali informazioni
e' vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n.
196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto
questa comunicazione per errore, vi preghiamo di darne immediata notizia al
mittente e di distruggere il messaggio originale e ogni file allegato senza
farne copia alcuna o riprodurne in alcun modo il contenuto. 

This e-mail and its attachments are intended for the addressee(s) only and are
confidential and/or may contain legally privileged information. If you have
received this message by mistake or are not one of the addressees above, you may
take no action based on it, and you may not copy or show it to anyone; please
reply to this e-mail and point out the error which has occurred. 
-----------------------------------------------------------------------------------------------------




------------------------------

Message: 7
Date: Thu, 19 Feb 2009 11:30:01 -0600
From: Anthony Minessale <anthony.minessale at gmail.com>
Subject: Re: [Freeswitch-users] Strange error load testing mod_xml_rpc
To: freeswitch-users at lists.freeswitch.org
Message-ID:
	<191c3a030902190930x121eba94jb644c25922cbdb7b at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

api calls by default are blocking, it will not return until the result of
the originate is determined. you must pre-empt the originate command with
the bgapi api command which is similar to the event_socket bgapi command so
that it tells the task to run in a dedicated thread.
also the web interface was meant to use an xml rpc client.

I have generated at least 400cps on event socket before.



2009/2/19 Cavalera Claudio Luigi <Claudio.Cavalera at italtel.it>

> Here is a snoop:
> http://pastebin.freeswitch.org/7351
> thx,
> cla
>
>
> Internet Email Confidentiality Footer
>
>
-----------------------------------------------------------------------------------------------------
> La presente comunicazione, con le informazioni in essa contenute e ogni
> documento o file allegato, e' rivolta unicamente alla/e persona/e cui
e'
> indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non
siete
> i destinatari/autorizzati siete avvisati che qualsiasi azione, copia,
> comunicazione, divulgazione o simili basate sul contenuto di tali
> informazioni e' vietata e potrebbe essere contro la legge (art. 616
C.P.,
> D.Lgs n. 196/2003 Codice in materia di protezione dei dati personali). Se
> avete ricevuto questa comunicazione per errore, vi preghiamo di darne
> immediata notizia al mittente e di distruggere il messaggio originale e
ogni
> file allegato senza farne copia alcuna o riprodurne in alcun modo il
> contenuto.
>
> This e-mail and its attachments are intended for the addressee(s) only and
> are confidential and/or may contain legally privileged information. If you
> have received this message by mistake or are not one of the addressees
> above, you may take no action based on it, and you may not copy or show it
> to anyone; please reply to this e-mail and point out the error which has
> occurred.
>
>
-----------------------------------------------------------------------------------------------------
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090219/0c42b1d8/attachment.html


------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


End of Freeswitch-users Digest, Vol 32, Issue 166
*************************************************



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090219/67854f71/attachment-0002.html 


More information about the FreeSWITCH-users mailing list