mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
fix broken callerid (bug #3395)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4874 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user