From: Russell Bryant Date: Sat, 22 Jan 2005 01:27:08 +0000 (+0000) Subject: fix broken callerid (bug #3395) X-Git-Tag: 1.0.11.1~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303554792723ebbedc558784658451f35194a623;p=thirdparty%2Fasterisk.git fix broken callerid (bug #3395) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4874 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 496229207a..3aa5678fec 100755 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -6522,6 +6522,8 @@ static struct zt_pvt *mkintf(int channel, int signalling, int radio, struct zt_p if (si.alarms) tmp->inalarm = 1; } + tmp->sendcalleridafter = sendcalleridafter; + } if (tmp && !here) { /* nothing on the iflist */