Displaying 1 result from an estimated 1 matches for "calleridfull".
Did you mean:
callerid_all
2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
...own numbers.
--
Steven
calleridname.agi.patch:
--- C:\Documents and Settings\steveb\Desktop\calleridname.agi-orig Tue Jun 13 14:37:09 2006
+++ C:\Documents and Settings\steveb\Desktop\calleridname.agi Tue Jun 13 14:37:09 2006
@@ -16,6 +16,7 @@
my $callerid = $input{'calleridnum'};
my $calleridfull = $input{'callerid'};
+my $calleridname = $input{'calleridname'};
if($callerid eq ''){
$callerid=$input{'callerid'};
@@ -31,7 +32,8 @@
$calleridfull =~ s/[\,\"\']+/ /g;
-$AGI->verbose("CALLERID IS: $calleridfull\n");
+$AGI->verbose(&quo...