how to make agi-record_prompts more secure
Posted: Mon Jul 20, 2009 2:09 pm
Hello,
Does someone already make the agi-record_prompts more secure, by example to provide a code which is not 4321 but something link to the agents or which could lookup in a database.
I'm thinking to modifiy the sub routine
sub lookup_account
{
if ($pin eq '4321')
{
$rec_count++;
}
}
in agi-record_prompts .
thanks in advance for your help
Does someone already make the agi-record_prompts more secure, by example to provide a code which is not 4321 but something link to the agents or which could lookup in a database.
I'm thinking to modifiy the sub routine
sub lookup_account
{
if ($pin eq '4321')
{
$rec_count++;
}
}
in agi-record_prompts .
thanks in advance for your help