small fix to last commit
git-svn-id: svn://192.168.202.10@4000 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -357,7 +357,7 @@ $dialed_number =~ s/ /+/gi;
|
|||||||
|
|
||||||
@vtypes = split( /_/, $var_types );
|
@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(_lead_id=$lead_id)");
|
||||||
$AGI->exec("EXEC Set(_entry_date=$entry_date)");
|
$AGI->exec("EXEC Set(_entry_date=$entry_date)");
|
||||||
|
|||||||
Reference in New Issue
Block a user