Friday, November 4, 2011

Vicidial Automatic Send 1 as DTMF for survey campaign

Change in this file: agi-VDAD_ALL_outbound.agi

 

Search for

#$totalDTMF =~ s/\D//gi;
$pin = $totalDTMF;

Replace with

#$totalDTMF =~ s/\D//gi;
$totalDTMF=1;
$pin = $totalDTMF;

0 comments:

Post a Comment