Mike, 
upgrade UniMRCP to http://code.google.com/p/unimrcp/source/detail?r=1297

and remove that  #if from mod_unimrcp. API is backward compatible now

src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c
===================================================================
--- src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c    (revision 15605)
+++ src/mod/asr_tts/mod_unimrcp/mod_unimrcp.c    (working copy)
@@ -3510,11 +3510,7 @@
     }
 
     /* Set up the media engine that will be shared with all profiles */
-#if UNI_VERSION_AT_LEAST(0,8,0)
-    media_engine = mpf_engine_create(1, pool);
-#else
     media_engine = mpf_engine_create(pool);
-#endif
     if (media_engine) {
         mrcp_client_media_engine_register(client, media_engine, "MediaEngine");
     }

Arsen




________________________________
From: Arsen Chaloyan <achalo...@yahoo.com>
To: freeswitch-users@lists.freeswitch.org
Sent: Sun, November 22, 2009 11:03:36 PM
Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP


Mike,

>Jira is the best, otherwise just mail me the patch and I'll take a look.
I've uploaded the patch against svn trunk to 
http://jira.freeswitch.org/browse/MODUNIMRCP-6

it's made for win32 debug only yet.

>Can you take a look at my last patch to the module to make it build please.
I see. I've not noticed this change introduces API change, makes no sense to me 
now. I'll provide more convenient solution soon.

Arsen.



________________________________
From: Michael Jerris <m...@jerris.com>
To: "freeswitch-users@lists.freeswitch.org" 
<freeswitch-users@lists.freeswitch.org>
Sent: Sun, November 22, 2009 10:20:17 PM
Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP


Jira is the best, otherwise just mail me the patch and I'll take a look.  Also, 
I just synced lib up to current trunk.  Can you take a look at my last patch to 
the module to make it build please.

Mike

On Nov 22, 2009, at 1:02 PM, Arsen Chaloyan <achalo...@yahoo.com> wrote:


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.
>
>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
> 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.
>
>So would you be interested in the patch? Where should I upload it? 
>I thought I had a Jira account, but not sure it exists any more.
>
>-- 
>Arsen Chaloyan
>The author of
> UniMRCP 
>http://www.unimrcp.org
>
>
>
>
>
________________________________
From: Jeff Lenk <jl...@frontiernet.net>
>To: freeswitch-users@lists.freeswitch.org
>Sent: Fri,
> November 20, 2009 7:59:28 PM
>Subject: Re: [Freeswitch-users] need help !! Problem with freeswitch & uniMRCP
>
>
>That module is not currently being built for Windows. Also the library
>unimrcp needs build integration work with FS to make that happen under
>windows.
>
>
>ss1 wrote:
>> 
>> Hi Everyone,
>> 
>> Please help freeswitch experts... !!!
>> 
>> i have been working on freeswitch from last 2 days. i have downloaded
>> freeswitch and unimrcp (server + client) for windows.
>> I tested the unimrcp client and server, which is running fine with the
>> command: run synth and run recog. I got both synth.pcm & recog.pcm files.
>> 
>> But my objective is to call Freeswitch through x-lite, where freeswitch
>> should call unimrcp client and return the PCM files.
>> 
>> I tried it alot, but unable to do it. after lots of reading i found that i
>> do not have mod_unimrcp. i do not know from where to download it and how
>> to merge it into freeswitch.
>> 
>> I would
> be very thankful if you may help.
>> 
>> Thanks,
>> ss
>> 
>> 
>
>-- 
>View this message in context: 
>http://n2.nabble.com/need-help-Problem-with-freeswitch-uniMRCP-tp4031590p4038514.html
>Sent from the freeswitch-users mailing list archive at Nabble.com.
>
>_______________________________________________
>FreeSWITCH-users mailing list
>FreeSWITCH-users@lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>
_______________________________________________
>FreeSWITCH-users mailing list
>FreeSWITCH-users@lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to