Guest kparkk Report post Posted 02/02/2006 04:39 AM I would like to use the dial out module, with the number to dial out varies depending on wether caller pressed 1 or 2 or 3 or etc .. in the previous module. Where could I set the phone numbers with the corresponding caller inputs? Share this post Link to post
SupportTeam Report post Posted 02/02/2006 04:55 AM Use Result Variables... Set an RV to hold the number of your choice and then specify that RV as the number to be dialed... Share this post Link to post
Guest kparkk Report post Posted 02/02/2006 04:16 PM Would I have to write some VBScript that will run between the "Get Numbers" Module and the "Dial Out" Module, in order to create a new result variable that will get assigned the phone number value based on wether caller entered 100 or 200 in the previous get numbers module? Eventually that new RV will be placed in the phone number to dial space under the dial out module? Am I in the right path? Share this post Link to post
SupportTeam Report post Posted 02/02/2006 09:31 PM Yes. That's the approach. Share this post Link to post