invoso.com Report post Posted 07/23/2014 08:37 AM How to declare path when VG returning this : 12 db odbc m_strSQL=[sELECT * FROM farr3_last_call_only_free(243, 500)]103030.246 37 34 12 db odbc DataAdapter.Fill init.103030.246 37 34 12 db odbc DataAdapter.Fill call.103030.288 37 34 12 db odbc DataAdapter.Fill returned. tsFillTime=00:00:00.0420024103030.288 37 34 12 rv add insert_call_order_RowCount|0103030.288 37 34 12 d added insert_call_order_RowCount | 0103030.288 37 34 12 d added insert_call_order_RowCount | 0103030.288 37 34 12 db completed. SqlQueryType=READER, RowsCount=0, sRv=103030.288 37 34 12 db completed. iRunWait=1, WavPlayWasStarted=0, WavPlayHasNowFinished=0103030.288 37 34 12 db completed. iRowsAffected=0103030.288 37 34 12 HangupCall_AddToTaskQueue (oVgmDbQuery_AdoNetCommon_Completed PathNotDefined)103030.288 37 34 12 q_scr + evScriptEvent 9801103030.288 7 34 12 q_scr run evScriptEvent sCode=[] iActionID=0, crn=0 [0|0|0|0|0][oVgmDbQuery_AdoNetCommon_Completed PathNotDefined|||||] 00:00:00 max:6|00:00:00.3230184103030.288 37 34 12 db odbc query completed.103030.288 7 34 12 se 9801 0|0|0 oVgmDbQuery_AdoNetCommon_Completed PathNotDefined|| LineState=LS_DBQUERY103030.289 7 34 12 HangupCall (oVgmDbQuery_AdoNetCommon_Completed PathNotDefined) crn_in=0, L1=Connected, L2=Running_Normal, lPlayId=0, lRecId=0103030.289 7 34 12 ccrn_connected=2900329, crn_NewIncomingCall=0, crn_CurrentMakeCall=0, crn_InProcessOfReleasing=0103030.289 7 34 12 rv add Hangup Source|oVgmDbQuery_AdoNetCommon_Completed PathNotDefined When postgres function returning empty record when I use function I need to forward call to next module, how to declare in this case? Share this post Link to post
SupportTeam Report post Posted 07/23/2014 08:45 AM Use this path: on {fail} goto [xyz] or this: on {false} goto [xyz] please see 'Paths' section of: http://www.voiceguide.com/vghelp/source/html/moddbquery.htm Share this post Link to post