Guest thomasvanderhoof Report post Posted 03/02/2006 09:20 PM I have a script for the autodialer that requires the person to leave a message. I have it go to voice mail box 0002. The problem that I am having is the ID of the message. It is displaying the number from which the call was placed rather than the number that was called. Is there a way to change the display to the $RV_CALLEDNUMBER? Thank you for your time, Thomas Share this post Link to post
SupportTeam Report post Posted 03/02/2006 10:26 PM Which version of VoiceGuide are you using? Could you please post a copy of VoiceGuide's Debug Printout which captures the entire outgoing call, this will allow us to see what happened. When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call. When posting traces/scripts please .ZIP them up and post them as attachments. Share this post Link to post
Guest thomasvanderhoof Report post Posted 03/02/2006 11:09 PM Sorry to bother you...I just decided to use the Record Message and store it in the VmSave folder in the same format as voicemails. I used this format to save: "0002_" & $RV_MM & $RV_DD & $RV_HH & $RV_NN & $RV_SS & "_1_5_" & $RV_CALLEDNUMBER & "_" Everything works perfectly, but I don't have an understanding of what the "_1_5" in 0001_32165457_1_5_5191000_ is. Could you please tell me so that I can avoid future problems? Thank you, Thomas Share this post Link to post
SupportTeam Report post Posted 03/02/2006 11:42 PM "1" would mean it's a "new" message, ("2" would mean it's a "saved" message) and "5" I think is the line number on which the call was made (?) You can check it all by looking at how VG creates the filename in the vmLm.vgs script (see \system\vm\ subdirectory) Share this post Link to post