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' ? Thanks! Kind Regards, Erik
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
Add a line to your sip.conf: [general] callerid = Unknown -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Erik Wartusch Sent: Thursday, May 31, 2007 6:44 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] 'asterisk' shown on display 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' ? Thanks! Kind Regards, Erik _______________________________________________ --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
On Thu, 31 May 2007, Erik Wartusch wrote:> 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' ?Wherever in the dial plan the destination phones are hit, you can set up some conditionals based on CALLERID(name) and/or CALLERID(num) to change that. But in principle, it's Set(CALLERID(name)=...). -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671