small fix to last commit

git-svn-id: svn://192.168.202.10@4000 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2026-06-02 20:47:24 +00:00
parent fdffa37299
commit 5fc19ceede
+1 -1
View File
@@ -357,7 +357,7 @@ $dialed_number =~ s/ /+/gi;
@vtypes = split( /_/, $var_types );
if ( (grep { $_ eq 'dialplan' } @vtypes) || (length($_) < 1) )
if ( (grep { $_ eq 'dialplan' } @vtypes) || (length($var_types) < 1) )
{
$AGI->exec("EXEC Set(_lead_id=$lead_id)");
$AGI->exec("EXEC Set(_entry_date=$entry_date)");