PBX Info :: Your Free PBX, PABX and Telephone Information Resource - View Single Post - delay with voice session and execute command
View Single Post
Old 02-22-2005, 02:14 PM   #1 (permalink)
Guest

Activity Longevity
0/20 0/20
Today Posts
0/0 sssssssss
hello

we recently upgrade to sucssesion rls 3 , symposium 5 and call pilot 2.02
703t.
we use call pilot as voice processing system and importe wav files with application builder.
the problem is when i use the open voice session twice on by one and after the play message i use the execute command to execute section but
there is a delay with the play voice .
the script looks like this

VALUE 99:

IF NumCount_cv > 1 THEN
OPEN VOICE SESSION 13099
PLAY PROMPT WITH LANGUAGE CHINESE
VOICE SEGMENT General_2317
END VOICE SESSION

DISCONNECT
ELSE
OPEN VOICE SESSION 13099
PLAY PROMPT WITH LANGUAGE CHINESE
VOICE SEGMENT General_2315
END VOICE SESSION

ASSIGN NumCount_cv+1 TO NumCount_cv
EXECUTE Wrong_Value
END IF


DEFAULT : IF NumCount_cv > 1 THEN
OPEN VOICE SESSION 13099
PLAY PROMPT WITH LANGUAGE CHINESE
VOICE SEGMENT General_2317
END VOICE SESSION

DISCONNECT
ELSE
OPEN VOICE SESSION 13099
PLAY PROMPT WITH LANGUAGE CHINESE
VOICE SEGMENT General_2316
END VOICE SESSION

ASSIGN NumCount_cv+1 TO NumCount_cv
EXECUTE Wrong_Value
END IF

any suggestion

10x
  Reply With Quote