Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: dbudi on October 01, 2007, 09:37:00 AM

Title: Genesys Studio for GVP: Using sub-callflow problems
Post by: dbudi on October 01, 2007, 09:37:00 AM
Hi fellow Genesys friends,

Do you have experience using sub-callflow in Genesys Studio for GVP? I have been testing it, so far it is workable - but one development problems: for it to work, sub-callflow is compiled inside main invoking application. If I have many such applications sharing this sub-callflow and I need to modify the sub-callflow, then I will have to recompile all the main application affected. This is tedious really.

The problem is compounded with the fact I have many sub-callflows shared by many applications. It is beginning to looks like a development nightmare...

If you have solutions to this problem, please enlighten me : )

Regards
Title: Re: Genesys Studio for GVP: Using sub-callflow problems
Post by: victor on October 03, 2007, 09:20:03 AM
Hi dbudi,

I had the same problem before, too.
I thought about a solution in various ways.
but, there was not a good solution.

Therefore I made one sub call flow for one main call flow and, in the case of me, solved a problem.

I think that it is not a good solusion for you.

Regards

Keith



Title: Re: Genesys Studio for GVP: Using sub-callflow problems
Post by: Jim on October 17, 2007, 03:47:02 PM
I attended a Studio Class several months ago and that exact question was asked.  The answer is what you feared, every application using the sub call will need to be re-compiled.

Jim
Title: Re: Genesys Studio for GVP: Using sub-callflow problems
Post by: rrrandy on April 10, 2008, 03:25:23 PM
There is one solution -- use a different development environment.  We created (and use) openVXML, which is free and works fine with GVP.  It doesn't currently do some of the more advanced integration with Router that GS supports, but for basic callflow development, it's great.  And there are several mechanisms for centralized code reuse which handily deal with the problem of reusing core components/modules in different calllflows.

www.openmethods.com

Take care,
Randy Childers
OpenMethods
Title: Re: Genesys Studio for GVP: Using sub-callflow problems
Post by: cavagnaro on April 10, 2008, 03:58:57 PM
Very nice,
I'm trying VoiceObjects Eclipse also and it's pretty cool too.