[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>
Thu, 7 Oct 2010 07:55:23 +0000 (09:55 +0200)
commit3342fc8abedd0df527776d6df3e14e90133f2951
tree63b3189f8ad5820475e8fb3014c62485014ec821
parent42959fafffad3a47ee2b4bb472a16730deb6586a
[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