Jump to content

Yos Taub

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Yos Taub

  1. Hi, I'm writing a plugin to be run from an OGM and that should return a value of a variable which opens an OGM depends on the variable value.

     

    I'll explain:

    I have a OGM which in settings "then go to OGM" is set to %NextOGM% and the plugin returns 'NextOGM=test' so IVM should open 'OGM test' when %NextOGM% needs to be opened...

    It works fine as I see in the logs, meaning it gets a command to open 'OGM test' but some how it does not follow this command and instead it just saying goodbye and hangs up.

     

    here's the logs:

    12:30:06 Caller pressed key [7]
    12:30:06 Command - Go
    12:30:06 Open OGM: aTest
    12:30:06 Run plugin: C:\pp\dist\next.exe
    12:30:07 Play file: C:\ProgramData\NCH Software\IVM\OGMs\123.wav
    12:30:07 Plugin returned: NextOGM=test

    12:30:15 Command - Go
    12:30:15 Open OGM: test

    12:30:15 Play system prompt: GoodBye
    12:30:16 Call has disconnected
    12:30:16 Call disconnected

    As you can see, there's empty lines after 'plugin returned' and after 'open OGM test'.

     

    Any idea how to fix that?

    I'd really appreciate it!!!

  2. On 5/22/2008 at 10:19 PM, kraken972 said:

    Well, i found the problem !

    ineturl have a bug... as you can see after "plugin return nextogm=r11" and "00:12:00 Plugin returned so skip to end" there is a lot of space... probleme solved when i have modified the php script...

     

    thanks a lot

    I have the same problem!

    How did you fix it?

    I'm writing my script with python, and for testing purposes i'm just coding:      print('NextOGM=test)         and getting the same issue as you...

    how did you solve it?

×
×
  • Create New...