[chan_lcr] Fixed caller ID by clearing ast->cid first
authorAndreas Eversberg <jolly@eversberg.eu>
Thu, 7 Oct 2010 07:55:23 +0000 (09:55 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Sat, 30 Oct 2010 15:24:20 +0000 (17:24 +0200)
commit8a041720cbacf564cde530aca377c5e059f44630
tree63b3189f8ad5820475e8fb3014c62485014ec821
parenta71c27047b4ff3c216cc176ba1e6fc80f55b9032
[chan_lcr] Fixed caller ID by clearing ast->cid first

Tests with asterisk 1.6.2.13 showed that callerid did not work
unless the ast->cid structure is set to zero.

Thanx for Marcello for prividing this fix.
chan_lcr.c