On Thu, 2007-05-31 at 14:44 +0200, Erik Wartusch wrote: > Hi, > > Im sure somebody out there had the same "problem before. > > IF a call comes in with suppressed caller id (Call Centers, etc.) 'asterisk' > is shown as CallerID. Can I change somewhere this behaviour to display like ' > Unknown' ?
In the asterisk source in channels/chan_sip.c search for: #define DEFAULT_CALLERID "asterisk" And change it to whatever you want. Regards, Patrick _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
