Incoming caller id

Hi Im about to try and look into working a little with the asterisk plugin, im wondering if anyone has resolved the issue with incomming caller id not working for external callers?

or if anyone has made any finding about this?

Which caller id do you get for external call?

it just pops up saying incomming call… nothing else

thats only if someone is calling me from an external number, however if there is someone calling me from an internal number it will display their details… we’re using zap protocol from incomming calls here…

this issue is very easy to fix on asterisk, i just set callerid(name) = callerid(number) if callerid(name) is null

this can easily be done in asterisk-IM … im just getting my head around compiling and using the code etc