We are developing an outbound application using CT Developer Studio 2 with a Dialogic D240JCT-T1 and everything works fine up until the place call step. The program thinks that the user has successfully answered their telephone when they did not and moves on to play a message for the user. This is happening for every phone I've tested it on. Below is some of the output from a test call I just tried. Any help would be greatly appreciated.
2010/02/11 11:06:16.404: Outbound_Main==>Outbound_Call 2010/02/11 11:06:16.404: [1] START 2010/02/11 11:06:16.404: [8] Connect Point 2010/02/11 11:06:16.404: [4] Place Call 2010/02/11 11:06:16.404: Telephone Number '@OUTCALLNUM' evaluates to '3302802210' 2010/02/11 11:06:16.404: Rings before TIMEOUT is '3' 2010/02/11 11:06:16.404: Do not capture answering voice length to TeleFlow variable 2010/02/11 11:06:16.404: Silence timeout is '' 2010/02/11 11:06:16.404: Empty Silence timeout defaults to none 2010/02/11 11:06:16.404: Maximum voice length timeout is '' 2010/02/11 11:06:16.404: Empty Maximum voice length timeout defaults to none 2010/02/11 11:06:16.404: ISDN Calling Number Plan is 'DEFAULT' 2010/02/11 11:06:16.404: ISDN Calling Number Type is 'DEFAULT' 2010/02/11 11:06:16.404: ISDN Called Number Plan is 'DEFAULT' 2010/02/11 11:06:16.404: ISDN Called Number Type is 'DEFAULT' 2010/02/11 11:06:16.404: Place call to 3302802210 and wait for up to 3 rings 2010/02/11 11:06:16.404: Do not connect on CED 2010/02/11 11:06:16.404: Do not connect on SIT 2010/02/11 11:06:16.404: Do not perform initial voice length detection. 2010/02/11 11:06:16.607: dt_getxmitslot, lines[curLine].tsdev = 11 2010/02/11 11:06:16.607: result = 0 2010/02/11 11:06:16.607: dx_getxmitslot, lines[curLine].chdev = 12 2010/02/11 11:06:16.607: result = 0 2010/02/11 11:06:16.607: dt_listen, lines[curLine].tsdev = 11, scbus timeslot = 0 2010/02/11 11:06:16.607: result = 0 2010/02/11 11:06:16.607: dx_listen, lines[curLine].chdev = 12, SCbus timeslot = 4 2010/02/11 11:06:16.607: result = 0 2010/02/11 11:06:16.607: Reset. 2010/02/11 11:06:16.607: ISDN Port's switch status has been reset 2010/02/11 11:06:16.607: cc_MakeCall, dev = 11, dial = '3302802210', rings = 3, timeout = 19 sec 2010/02/11 11:06:20.904: Setting system variable '@CALLOUT_RESULT' to 'CONNECT' 2010/02/11 11:06:20.904: Setting system variable '@CALLOUT_REASON' to 'CONNECT' 2010/02/11 11:06:20.904: cc_MakeCall succeeded, crn = -2147483641 2010/02/11 11:06:20.904: Setting system variable '@SYS_CALL_DIRECTION' to 'OUT' 2010/02/11 11:06:20.904: Setting system variable '@SYS_CALLREF' to '' 2010/02/11 11:06:20.904: [89] Set Global Variable 2010/02/11 11:06:20.904: Setting global variable '@CALLCOMPLETED' to '1' 2010/02/11 11:06:20.904: [21] Set Local Variable 2010/02/11 11:06:20.904: Setting local variable '@CALL_RESULT' to 'SUCCESS' 2010/02/11 11:06:20.904: [47] Set Global Variable 2010/02/11 11:06:20.904: Setting global variable '@VOX_APP' to 'Y' 2010/02/11 11:06:20.904: [36] Global Event 2010/02/11 11:06:20.904: Label is 'SAVE_RESULT' 2010/02/11 11:06:20.904: Setting system variable '@HANGUP' to 'SAVE_RESULT' 2010/02/11 11:06:20.904: [116] Clear TT 2010/02/11 11:06:20.904: [115] Run Flowchart 2010/02/11 11:06:20.904: Flowchart is 'MenuSet' 2010/02/11 11:06:20.904: Outbound_Call==>MenuSet 2010/02/11 11:06:20.904: [100] START 2010/02/11 11:06:20.904: [102] Set Global Variable 2010/02/11 11:06:20.904: Setting global variable '@COUNTER' to '3' 2010/02/11 11:06:20.904: [101] FINISH 2010/02/11 11:06:20.904: Outbound_Call<==MenuSet 2010/02/11 11:06:20.904: [63] Wait 2010/02/11 11:06:20.904: Delay is '1500' 2010/02/11 11:06:20.904: Waiting 1500 milliseconds 2010/02/11 11:06:22.404: [120] Play 2010/02/11 11:06:22.404: Script code is 'IntroMessage' 2010/02/11 11:06:22.404: Script code 'IntroMessage' corresponds to file 'Vox\Eng\Scripts\6E29E3EBFA19E6DDAB286AED1063179B.VOX' 2010/02/11 11:06:22.404: Playing 'C:\Documents and Settings\VMAdmin\Application Data\TeleFlow\Applications\Outbound\Vox\Eng\Scripts\6E29E3EBFA19E6DDAB286AED1063179B.VOX' 2010/02/11 11:06:24.388: [122] Wait 2010/02/11 11:06:24.388: Delay is '1500' 2010/02/11 11:06:24.388: Waiting 1500 milliseconds 2010/02/11 11:06:25.888: [57] Play 2010/02/11 11:06:25.888: Voice file name 'C:\\TeamTalk\@FILENAME' evaluates to 'C:\\TeamTalk\2010-02-10-11-55-06-39816353.save.VOX' 2010/02/11 11:06:25.888: Playing 'C:\\TeamTalk\2010-02-10-11-55-06-39816353.save.VOX'
|