--- /usr/src/asterisk-1.4.32/channels/chan_sip.c 2010-06-18 15:41:04.000000000 -0300 +++ chan_sip.c 2010-06-24 10:43:32.000000000 -0300 @@ -2543,11 +2543,11 @@ if (fc) ast_update_realtime("sippeers", "name", peername, "ipaddr", ipaddr, "port", port, "regseconds", regseconds, "useragent", useragent, - "username", username, fc, fullcontact, syslabel, sysname, NULL); /* note fc and syslabel _can_ be NULL */ + /*"username", username,*/ fc, fullcontact, syslabel, sysname, NULL); /* note fc and syslabel _can_ be NULL */ else ast_update_realtime("sippeers", "name", peername, "ipaddr", ipaddr, "port", port, "regseconds", regseconds, "useragent", useragent, - "username", username, syslabel, sysname, NULL); /* note syslabel _can_ be NULL */ + /*"username", username,*/ syslabel, sysname, NULL); /* note syslabel _can_ be NULL */ if (seen_lastms) { /* We cannot do this in the same statement as above, because the lack of * this field could cause the whole statement to fail. */