Update to module cidlookup

Hi all,

Is it possible to update the module CallerID Lookup Source to get also the CALLED number ?

Just put
$query = str_replace(’[CALLED]’, ‘${CALLERID(dnid)}’, $query);

next the line
$query = str_replace(’[NUMBER]’, ‘${CALLERID(num)}’, $item[‘http_query’]);
close to 163

and put
$query = str_replace(’[CALLED]’, ‘${CALLERID(dnid)}’, $query);

next the line
$query = str_replace(’[NUMBER]’, ‘${CALLERID(num)}’, $item[‘http_query’]);
close to 194

I’m not shure at all it’s the good place to ask this …