allstatesmed Report post Posted 08/07/2010 08:53 PM I create phone calls through the OUTdialEntry.xml file. I have a VBS module to write data to a file, but do not know what the names of the fields are in order to write them to my .txt file. For example, I want to write the <CampaignName> to my .txt file. Below is a sample .xml file that I use. <OutDialEntry> <PhoneNumber>1231231234,009913</PhoneNumber> <PhoneNumberPrefix>1,</PhoneNumberPrefix> <LineSelection>1,</LineSelection> <PortSelection>1,</PortSelection> <DayTimeStart>1130</DayTimeStart> <DayTimeStop>1830</DayTimeStop> <DaysCallAllowed>MoTuWeThFr</DaysCallAllowed> <CampaignName>TS 8-2-10 TO 8-8-10 009913</CampaignName> <OnAnswerLive>C:\PROGRAM FILES\VOICEGUIDE\SCRIPTS\AR-EXPRESS\HUMAN.VGS</OnAnswerLive> <OnAnswerMachine>C:\PROGRAM FILES\VOICEGUIDE\SCRIPTS\AR-EXPRESS\VM.VGS</OnAnswerMachine> </OutDialEntry> Share this post Link to post
SupportTeam Report post Posted 08/09/2010 08:57 AM The <CampaignName>...</CampaignName> entry is valid (as per http://www.voiceguide.com/vghelp/source/html/diallistinto.htm ) Are you finding that the Campaign Name is not being included in the loaded outbound entries? Share this post Link to post