search for: google_lookup

Displaying 1 result from an estimated 1 matches for "google_lookup".

2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
...$station>\""; @@ -82,7 +84,7 @@ $AGI->verbose("AnyWho lookup disabled."); } -if ($Google > '0') { +if (($Google > '0') && ($calleridname != 'unknown')){ $AGI->verbose("Ready for Google lookup... \n"); if ($name = &google_lookup ($npa, $nxx, $station)) { $newcallerid = "\"$name <$npa$nxx$station>\"";