<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
All,<BR>&nbsp;<BR>I tried to compile FS source code under Windows while there are lots of errors:<BR>&nbsp;<BR>Error LNK2019, external <A href="mailto:_imp_sleep@4">_imp_sleep@4</A> can not be resolved, this function was&nbsp;referred by _tMCRTStartup.<BR>&nbsp;<BR>Some other more similiar errors detail information attached.<BR>&nbsp;<BR>Any ideas?<BR>&nbsp;<BR>Thanks<BR>Daniel Zeng<BR>&nbsp;<BR>From: freeswitch-users-request@lists.freeswitch.org<BR>Subject: FreeSWITCH-users Digest, Vol 41, Issue 146<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Sun, 22 Nov 2009 11:37:32 -0800<BR><BR><PRE>Send FreeSWITCH-users mailing list submissions to<BR>        freeswitch-users@lists.freeswitch.org<BR> <BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>        <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>or, via email, send a message with subject or body 'help' to<BR>        freeswitch-users-request@lists.freeswitch.org<BR> <BR>You can reach the person managing the list at<BR>        freeswitch-users-owner@lists.freeswitch.org<BR> <BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of FreeSWITCH-users digest..."<BR></PRE><BR><BR>--附转发的邮件--<BR>From: mattdfong@gmail.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Mon, 23 Nov 2009 01:48:50 +0700<BR>Subject: [Freeswitch-users] Recording with Native File PCMU<BR><BR>I'm trying to conserve processor power by recording in native file format, PCMU in my case. It works great with the following line 
<DIV><BR></DIV>
<DIV>session:execute("record", "/tmp/my_recording."..session:getVariable("read_codec"));</DIV><BR>
<DIV><BR></DIV>
<DIV>however it fails to work with</DIV>
<DIV><BR></DIV>
<DIV>session:execute("record_session", "/tmp/my_recording."..session:getVariable("read_codec"));</DIV>
<DIV>or&nbsp;</DIV>
<DIV><BR>record = api:execute("sched_api", '+1 none uuid_record '..session:getVariable("uuid")..' start /tmp/my_recording.'..session:getVariable("read_codec"));</DIV>
<DIV><BR></DIV>
<DIV><BR>Why is it that it works with record, but not with record_session or uuid_record? Is there something I'm over looking? In the latter two the consul reports</DIV>
<DIV><BR></DIV>
<DIV>2009-11-22 18:39:04.265284 [INFO] mod_native_file.c:82 Opening File [/tmp/my_recording.PCMU] 8000hz</DIV><BR>
<DIV><BR></DIV>
<DIV>as if it's recording, but /tmp/my_recording.PCMU never shows up. However if I change it to .wav instead of .PCMU it works. Any ideas?</DIV>
<DIV><BR></DIV>
<DIV>--matt</DIV><BR><BR><BR>--附转发的邮件--<BR>From: achaloyan@yahoo.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Sun, 22 Nov 2009 11:03:36 -0800<BR>Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch &amp; uniMRCP<BR><BR><BR><BR>
<STYLE>
.ExternalClass DIV
{;}
</STYLE>

<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>Mike,<BR><BR>&gt;Jira is the best, otherwise just mail me the patch and I'll take a look.<BR>I've uploaded the patch against svn trunk to <BR><SPAN><A href="http://jira.freeswitch.org/browse/MODUNIMRCP-6">http://jira.freeswitch.org/browse/MODUNIMRCP-6</A></SPAN><BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">it's made for win32 debug only yet.<BR><BR>&gt;Can you take a look at my last patch to the module to make it build please.<BR>I see. I've not noticed this change introduces API change, makes no sense to me now. I'll provide more convenient solution soon.<BR><BR>Arsen.<BR><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B><BR>Michael Jerris &lt;mike@jerris.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> "freeswitch-users@lists.freeswitch.org" &lt;freeswitch-users@lists.freeswitch.org&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sun, November 22, 2009 10:20:17 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Freeswitch-users] need help !! Problem with freeswitch &amp; uniMRCP<BR></FONT><BR><BR>
<DIV>Jira is the best, otherwise just mail me the patch and I'll take a look. &nbsp;Also, I just synced lib up to current trunk. &nbsp;Can you take a look at my last patch to the module to make it build please.</DIV>
<DIV><BR></DIV>
<DIV>Mike<BR><BR>On Nov 22, 2009, at 1:02 PM, Arsen Chaloyan &lt;<A href="mailto:achaloyan@yahoo.com" rel=nofollow>achaloyan@yahoo.com</A>&gt; wrote:<BR><BR></DIV>
<DIV></DIV>
<BLOCKQUOTE>
<DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>We discussed build integration related issues a few months ago with Mike and seemed to find a solution which would work for both UniMRCP and FreeSWITCH source trees.<BR><BR>Now I've just got a chance to look into this a bit closer trying to further complete VS2008 build integration in FreeSWITCH. So I've got it working, the module is not only being built, but also is getting loaded. Current build<BR>integration is not as seamless as I want it to be, but probably we can start with what we have now and then discuss and identify what can be done in the future. This concerns not only build integration but overall integrity.<BR><BR>So would you be interested in the patch? Where should I upload it? <BR>I thought I had a Jira account, but not sure it exists any more.<BR><BR>-- <BR>Arsen Chaloyan<BR>The author of<BR>UniMRCP <BR><SPAN><A href="http://www.unimrcp.org/" rel=nofollow>http://www.unimrcp.org</A></SPAN><BR><BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif"><BR>
<DIV style="FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Jeff Lenk &lt;<A href="mailto:jlenk@frontiernet.net" rel=nofollow>jlenk@frontiernet.net</A>&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> <A href="mailto:freeswitch-users@lists.freeswitch.org" rel=nofollow></A><A href="mailto:freeswitch-users@lists.freeswitch.org" rel=nofollow>freeswitch-users@lists.freeswitch.org</A><BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Fri,<BR>November 20, 2009 7:59:28 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Freeswitch-users] need help !! Problem with freeswitch &amp; uniMRCP<BR></FONT><BR><BR><BR>That module is not currently being built for Windows. Also the library<BR>unimrcp needs build integration work with FS to make that happen under<BR>windows.<BR><BR><BR>ss1 wrote:<BR>&gt; <BR>&gt; Hi Everyone,<BR>&gt; <BR>&gt; Please help freeswitch experts... !!!<BR>&gt; <BR>&gt; i have been working on freeswitch from last 2 days. i have downloaded<BR>&gt; freeswitch and unimrcp (server + client) for windows.<BR>&gt; I tested the unimrcp client and server, which is running fine with the<BR>&gt; command: run synth and run recog. I got both synth.pcm &amp; recog.pcm files.<BR>&gt; <BR>&gt; But my objective is to call Freeswitch through x-lite, where freeswitch<BR>&gt; should call unimrcp client and return the PCM files.<BR>&gt; <BR>&gt; I tried it alot, but unable to do it. after lots of reading i found that i<BR>&gt; do not have mod_unimrcp. i do not know from where to download it and how<BR>&gt; to merge it into freeswitch.<BR>&gt; <BR>&gt; I would<BR>be very thankful if you may help.<BR>&gt; <BR>&gt; Thanks,<BR>&gt; ss<BR>&gt; <BR>&gt; <BR><BR>-- <BR><SPAN>View this message in context: <A href="http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html" rel=nofollow>http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html</A></SPAN><BR>Sent from the freeswitch-users mailing list archive at <A href="http://nabble.com/" rel=nofollow></A><A href="http://nabble.com/" rel=nofollow>Nabble.com</A>.<BR><BR>_______________________________________________<BR>FreeSWITCH-users mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel=nofollow></A><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel=nofollow>FreeSWITCH-users@lists.freeswitch.org</A><BR><SPAN><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A></SPAN><BR><SPAN>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel=nofollow>http://lists.freeswitch.org/mailman/options/freeswitch-users</A></SPAN><BR><SPAN><A href="http://www.freeswitch.org/" rel=nofollow>http://www.freeswitch.org</A></SPAN><BR></DIV></DIV><BR><BR></DIV></DIV></BLOCKQUOTE>
<BLOCKQUOTE>
<DIV><SPAN>_______________________________________________</SPAN><BR><SPAN>FreeSWITCH-users mailing list</SPAN><BR><SPAN><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel=nofollow>FreeSWITCH-users@lists.freeswitch.org</A></SPAN><BR><SPAN><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A></SPAN><BR><SPAN><SPAN>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A></SPAN></SPAN><BR><SPAN><A href="http://www.freeswitch.org/" rel=nofollow>http://www.freeswitch.org</A></SPAN><BR></DIV></BLOCKQUOTE></DIV></DIV><BR><BR></DIV><BR><BR>--附转发的邮件--<BR>From: Prometheus001@gmx.net<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Sun, 22 Nov 2009 20:27:20 +0100<BR>Subject: Re: [Freeswitch-users] Problems with Voicemail<BR><BR><PRE>I now created a file inbox.PCMA and get the following:<BR> <BR>    * inbox.PCMA is played<BR>    * the recorded voive mail file is not played (FS does not even try<BR>      to do that)<BR>    * then I hear<BR>          o "to listen to the recording press 1"<BR>          o "to save the recording press 2"<BR>          o ...<BR> <BR>Here's the debug output<BR>2009-11-22 20:17:43.701098 [DEBUG] switch_core_io.c:660<BR>sofia/internal/200@sip1.mydomain.com receive message [TRANSCODING_NECESSARY]<BR>2009-11-22 20:17:44.278600 [DEBUG] switch_ivr_play_say.c:1428 done<BR>playing file<BR>2009-11-22 20:17:44.386776 [INFO] mod_native_file.c:82 Opening File<BR>[/usr/local/freeswitch/sounds/en/us/callie/inbox.PCMA] 8000hz<BR>2009-11-22 20:17:45.201099 [DEBUG] switch_ivr_play_say.c:1428 done<BR>playing file<BR>2009-11-22 20:17:45.201099 [DEBUG] switch_ivr_play_say.c:118 No language<BR>specified - Using [en]<BR>2009-11-22 20:17:45.201099 [DEBUG] switch_ivr_play_say.c:273 Handle<BR>play-file:[voicemail/vm-listen_to_recording.wav] (en:en)<BR>2009-11-22 20:17:45.201099 [DEBUG] switch_ivr_play_say.c:1136 Codec<BR>Activated L16@8000hz 1 channels 20ms<BR>2009-11-22 20:17:45.201099 [DEBUG] switch_core_io.c:660<BR>sofia/internal/200@sip1.mydomain.com receive message [TRANSCODING_NECESSARY]<BR>2009-11-22 20:17:46.419933 [DEBUG] switch_ivr_play_say.c:1428 done<BR>playing file<BR> <BR>nGrepping port 3306 I can see that the correct filenames are retrieved<BR>from the mysql/odbc database:<BR>1258894746.0.200.sip1.mydomain.com$d11c2a74-d766-11de-997b-bd7aecdc2a16.Gor<BR>Nico.061035013113.inboxq/usr/local/freeswitch/storage/voicemail/default/sip1.mydomain.com/200/msg_c57a5e84-d766-11de-997b-bd7aecdc2a16.wav.4..B_NORMAL.....47<BR>1258897120.0.200.sip1.mydomain.com$580dafee-d76c-11de-84d4-a1cd7fa320b3.Gor<BR>Nico.061035013113.inboxq/usr/local/freeswitch/storage/voicemail/default/sip1.mydomain.com/200/msg_4d484a7e-d76c-11de-84d4-a1cd7fa320b3.wav.5..B_NORMAL.........<BR>Both filenames can be read.<BR> <BR>Best regards<BR>Peter<BR> <BR>Peter P GMX schrieb:<BR>&gt; I installed all sounds from SVN, but<BR>&gt;<BR>&gt; usr/local/freeswitch/sounds/en/us/callie/inbox.PCMA<BR>&gt;<BR>&gt; isn't there. I checked another, older installation and couldn't this<BR>&gt; file either.<BR>&gt;<BR>&gt; I think that freeswitch tries to build a sound path for the file to be<BR>&gt; played, and some parts of the path are missing.<BR>&gt; I expect it would play a recorded message at that time in<BR>&gt; /usr/local/freeswitch/storage/voicemail/default/${domain} and the<BR>&gt; defined format is "wav" not pcma.<BR>&gt;<BR>&gt; I also set "storage_dir" explicitely in the voicemail configs,but this<BR>&gt; also didn't help.<BR>&gt;<BR>&gt; Best regards<BR>&gt; Peter<BR>&gt;<BR>&gt;<BR>&gt; Brian West schrieb:<BR>&gt;   <BR>&gt;&gt; I'm going to venture to guess maybe the file was recorded in a  <BR>&gt;&gt; different codec and NOT pcma?<BR>&gt;&gt;<BR>&gt;&gt; /b<BR>&gt;&gt;<BR>&gt;&gt; On Nov 20, 2009, at 6:56 PM, Peter P GMX wrote:<BR>&gt;&gt;<BR>&gt;&gt;   <BR>&gt;&gt;     <BR>&gt;&gt;&gt; 2009-11-20 23:16:53.592349 [ERR] mod_native_file.c:68 Error opening / <BR>&gt;&gt;&gt; usr/local/freeswitch/sounds/en/us/callie/inbox.PCMA<BR>&gt;&gt;&gt;     <BR>&gt;&gt;&gt;       <BR>&gt;&gt; _______________________________________________<BR>&gt;&gt; FreeSWITCH-users mailing list<BR>&gt;&gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt;&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt;&gt; <A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR>&gt;&gt;<BR>&gt;&gt;   <BR>&gt;&gt;     <BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; FreeSWITCH-users mailing list<BR>&gt; FreeSWITCH-users@lists.freeswitch.org<BR>&gt; <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt; UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt; <A href="http://www.freeswitch.org/">http://www.freeswitch.org</A><BR>&gt;<BR>&gt;   <BR> <BR> <BR></PRE><BR><BR>--附转发的邮件--<BR>From: achaloyan@yahoo.com<BR>To: freeswitch-users@lists.freeswitch.org<BR>Date: Sun, 22 Nov 2009 11:36:59 -0800<BR>Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch &amp; uniMRCP<BR><BR><BR><BR>
<STYLE>
.ExternalClass DIV
{;}
</STYLE>

<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>Mike, <BR><SPAN>upgrade UniMRCP to <A href="http://code.google.com/p/unimrcp/source/detail?r=1297">http://code.google.com/p/unimrcp/source/detail?r=1297</A></SPAN><BR><BR>and remove that&nbsp; #if from mod_unimrcp. API is backward compatible now<BR><BR>src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c<BR>===================================================================<BR>--- src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c&nbsp;&nbsp;&nbsp; (revision 15605)<BR>+++ src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c&nbsp;&nbsp;&nbsp; (working copy)<BR>@@ -3510,11 +3510,7 @@<BR>&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp; /* Set up the media engine that will be shared with all profiles */<BR>-#if UNI_VERSION_AT_LEAST(0,8,0)<BR>-&nbsp;&nbsp;&nbsp; media_engine = mpf_engine_create(1,<BR>pool);<BR>-#else<BR>&nbsp;&nbsp;&nbsp;&nbsp; media_engine = mpf_engine_create(pool);<BR>-#endif<BR>&nbsp;&nbsp;&nbsp;&nbsp; if (media_engine) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; mrcp_client_media_engine_register(client, media_engine, "MediaEngine");<BR>&nbsp;&nbsp;&nbsp;&nbsp; }<BR><BR>Arsen<BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Arsen Chaloyan &lt;achaloyan@yahoo.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> freeswitch-users@lists.freeswitch.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sun, November 22, 2009 11:03:36 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Freeswitch-users] need help !! Problem with freeswitch &amp; uniMRCP<BR></FONT><BR><BR>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>Mike,<BR><BR>&gt;Jira is the best, otherwise just mail me the patch and I'll take a look.<BR>I've uploaded the patch against svn trunk to <BR><SPAN><SPAN><A href="http://jira.freeswitch.org/browse/MODUNIMRCP-6">http://jira.freeswitch.org/browse/MODUNIMRCP-6</A></SPAN></SPAN><BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">it's made for win32 debug only yet.<BR><BR>&gt;Can you take a look at my last patch to the module to make it build please.<BR>I see. I've not noticed this change introduces API change, makes no sense to me now. I'll provide more convenient solution soon.<BR><BR>Arsen.<BR><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B><BR>Michael Jerris &lt;mike@jerris.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> "freeswitch-users@lists.freeswitch.org" &lt;freeswitch-users@lists.freeswitch.org&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sun, November 22, 2009 10:20:17 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Freeswitch-users] need help !! Problem with freeswitch &amp; uniMRCP<BR></FONT><BR><BR>
<DIV>Jira is the best, otherwise just mail me the patch and I'll take a look. &nbsp;Also, I just synced lib up to current trunk. &nbsp;Can you take a look at my last patch to the module to make it build please.</DIV>
<DIV><BR></DIV>
<DIV>Mike<BR><BR>On Nov 22, 2009, at 1:02 PM, Arsen Chaloyan &lt;<A href="mailto:achaloyan@yahoo.com" rel=nofollow>achaloyan@yahoo.com</A>&gt; wrote:<BR><BR></DIV>
<DIV></DIV>
<BLOCKQUOTE>
<DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif">
<DIV>We discussed build integration related issues a few months ago with Mike and seemed to find a solution which would work for both UniMRCP and FreeSWITCH source trees.<BR><BR>Now I've just got a chance to look into this a bit closer trying to further complete VS2008 build integration in FreeSWITCH. So I've got it working, the module is not only being built, but also is getting loaded. Current build<BR>integration is not as seamless as I want it to be, but probably we can start with what we have now and then discuss and identify what can be done in the future. This concerns not only build integration but overall integrity.<BR><BR>So would you be interested in the patch? Where should I upload it? <BR>I thought I had a Jira account, but not sure it exists any more.<BR><BR>-- <BR>Arsen Chaloyan<BR>The author of<BR>UniMRCP <BR><SPAN><SPAN><A href="http://www.unimrcp.org/">http://www.unimrcp.org</A></SPAN></SPAN><BR><BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif"><BR>
<DIV style="FONT-SIZE: 13px; FONT-FAMILY: arial,helvetica,sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Jeff Lenk &lt;<A href="mailto:jlenk@frontiernet.net" rel=nofollow>jlenk@frontiernet.net</A>&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> <A href="mailto:freeswitch-users@lists.freeswitch.org" rel=nofollow></A><A href="mailto:freeswitch-users@lists.freeswitch.org" rel=nofollow>freeswitch-users@lists.freeswitch.org</A><BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Fri,<BR>November 20, 2009 7:59:28 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Freeswitch-users] need help !! Problem with freeswitch &amp; uniMRCP<BR></FONT><BR><BR><BR>That module is not currently being built for Windows. Also the library<BR>unimrcp needs build integration work with FS to make that happen under<BR>windows.<BR><BR><BR>ss1 wrote:<BR>&gt; <BR>&gt; Hi Everyone,<BR>&gt; <BR>&gt; Please help freeswitch experts... !!!<BR>&gt; <BR>&gt; i have been working on freeswitch from last 2 days. i have downloaded<BR>&gt; freeswitch and unimrcp (server + client) for windows.<BR>&gt; I tested the unimrcp client and server, which is running fine with the<BR>&gt; command: run synth and run recog. I got both synth.pcm &amp; recog.pcm files.<BR>&gt; <BR>&gt; But my objective is to call Freeswitch through x-lite, where freeswitch<BR>&gt; should call unimrcp client and return the PCM files.<BR>&gt; <BR>&gt; I tried it alot, but unable to do it. after lots of reading i found that i<BR>&gt; do not have mod_unimrcp. i do not know from where to download it and how<BR>&gt; to merge it into freeswitch.<BR>&gt; <BR>&gt; I would<BR>be very thankful if you may help.<BR>&gt; <BR>&gt; Thanks,<BR>&gt; ss<BR>&gt; <BR>&gt; <BR><BR>-- <BR><SPAN><SPAN>View this message in context: <A href="http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html">http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html</A></SPAN></SPAN><BR>Sent from the freeswitch-users mailing list archive at <A href="http://nabble.com/" rel=nofollow></A><A href="http://nabble.com/" rel=nofollow>Nabble.com</A>.<BR><BR>_______________________________________________<BR>FreeSWITCH-users mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel=nofollow></A><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel=nofollow>FreeSWITCH-users@lists.freeswitch.org</A><BR><SPAN><SPAN><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A></SPAN></SPAN><BR><SPAN><SPAN>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A></SPAN></SPAN><BR><SPAN><SPAN><A href="http://www.freeswitch.org/">http://www.freeswitch.org</A></SPAN></SPAN><BR></DIV></DIV><BR><BR></DIV></DIV></BLOCKQUOTE>
<BLOCKQUOTE>
<DIV><SPAN>_______________________________________________</SPAN><BR><SPAN>FreeSWITCH-users mailing list</SPAN><BR><SPAN><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" rel=nofollow>FreeSWITCH-users@lists.freeswitch.org</A></SPAN><BR><SPAN><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel=nofollow>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A></SPAN><BR><SPAN><SPAN>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel=nofollow>http://lists.freeswitch.org/mailman/options/freeswitch-users</A></SPAN></SPAN><BR><SPAN><A href="http://www.freeswitch.org/" rel=nofollow>http://www.freeswitch.org</A></SPAN><BR></DIV></BLOCKQUOTE></DIV></DIV><BR><BR></DIV></DIV></DIV><BR><BR></DIV><BR>
<HR>
搜索本应是快乐的,不是么? 快乐搜索,有问必应!微软隆重推出! <A href="http://bing.com.cn/?FORM=M00HCN&amp;Publ=WLHMTAG&amp;Crea=TEXT_Search_Where_You_Are_1X1">立即试用!</A>                                               <br /><hr />Windows 7:简化您的日常工作。 <a href='http://www.windowslive.cn/Messenger/' target='_new'>寻找最适合您的 PC。</a></body>
</html>