<HTML>
<HEAD>
<TITLE>Re: [OpenSIPS-Users] CDRTool 6.9.9 with OpenSIPS 1.6 Issue - No Trusted DB Table</TITLE>
</HEAD>
<BODY>
<FONT FACE="Tahoma, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Until that happens I was able to make CDRTool happy by creating a view of the address table:<BR>
<BR>
</SPAN></FONT><SPAN STYLE='font-size:10pt'><FONT FACE="Lucida Console">CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `trusted` AS select `address`.`id` AS `id`,`address`.`ip` AS `src_ip`,`address`.`proto` AS `proto`,`address`.`pattern` AS `from_pattern`,`address`.`context_info` AS `tag` from `address` where (`address`.`grp` = 1)<BR>
</FONT><FONT FACE="Tahoma, Verdana, Helvetica, Arial"><BR>
In my case I used address group 1 for the same purposes as the old trusted table. &nbsp;Remove the where clause to show all entries.<BR>
<BR>
<BR>
- Jeff<BR>
<BR>
<BR>
<BR>
On 12/15/09 3:13 PM, &quot;Jai Rangi&quot; &lt;<a href="jprangi@gmail.com">jprangi@gmail.com</a>&gt; wrote:<BR>
<BR>
<FONT COLOR="#0000FF">&gt; There is no trusted table in 1.6. All the entries goes to address table. Need <BR>
&gt; to add fix/update to CDRTool..<BR>
&gt; <BR>
&gt; -Jai<BR>
&gt; <BR>
&gt; On Tue, Dec 15, 2009 at 12:09 PM, osiris123d &lt;<a href="duane.larson@gmail.com">duane.larson@gmail.com</a>&gt; wrote:<BR>
</FONT><FONT COLOR="#008000">&gt;&gt; <BR>
&gt;&gt; I am trying to set up CDRTool on Ubuntu from source and was almost done, but<BR>
&gt;&gt; I am not able to get into the CDRTool webpage because I am getting the<BR>
&gt;&gt; following error<BR>
&gt;&gt; Database error: Invalid SQL: select * from trusted MySQL error: 1146 (Table<BR>
&gt;&gt; 'opensips.trusted' doesn't exist) 59Session halted.<BR>
&gt;&gt; <BR>
&gt;&gt; I see that OpenSIPS 1.6 no longer has the Trusted table in its database.  Is<BR>
&gt;&gt; there a workaround for this?<BR>
&gt;&gt; --<BR>
&gt;&gt; View this message in context: <BR>
&gt;&gt; <a href="http://n2.nabble.com/CDRTool-6-9-9-with-OpenSIPS-1-6-Issue-No-Trusted-DB-Tabl">http://n2.nabble.com/CDRTool-6-9-9-with-OpenSIPS-1-6-Issue-No-Trusted-DB-Tabl</a><BR>
&gt;&gt; e-tp4171857p4171857.html<BR>
&gt;&gt; Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<BR>
&gt;&gt; <BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; Users mailing list<BR>
&gt;&gt; <a href="Users@lists.opensips.org">Users@lists.opensips.org</a><BR>
&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><BR>
</FONT><FONT COLOR="#0000FF">&gt; <BR>
&gt; <BR>
</FONT></FONT></SPAN>
</BODY>
</HTML>