Index: chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.301 diff -u -r1.301 chan_sip.c --- chan_sip.c 25 Feb 2004 01:16:45 -0000 1.301 +++ chan_sip.c 26 Feb 2004 21:45:53 -0000 @@ -2912,8 +2912,10 @@ l = callerid; } /* if user want's his callerid restricted */ - if (p->restrictcid) + if (p->restrictcid) { l = CALLERID_UNKNOWN; + n = l; + } if (!n || !strlen(n)) n = l; /* Allow user to be overridden */