<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
I had the same problem like you but I didn't get the message error with
the detailed explanation how to fix it.<br>
Samuel and Andres help me to fix it.<br>
<br>
You should add the line lookup(aliases) at the begining of the route{
block:<br>
route{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lookup("aliases");<br>
<br>
Regards<br>
<br>
Alberto Cruz<br>
<br>
Llanos Serna Garc&iacute;a-Conde wrote:<br>
<blockquote type="cite"
 cite="midBAY103-F25847BC9E3F62AD3FB0F42B74E0@phx.gbl">
  <div style="">
  <div class="RTE">Hello everyone,</div>
  <div class="RTE">&nbsp;</div>
  <div class="RTE">I can add subscribers with </div>
  <div class="RTE"><font color="#ff0033">serctl add
&lt;username&gt;&lt;password&gt;&lt;email&gt;</font></div>
  <div class="RTE"><font color="#000000">but when it comes to adding
aliases with</font></div>
  <div class="RTE"><font color="#cc0033">serctl alias add
&lt;alias&gt;&lt;uri&gt;</font></div>
  <div class="RTE">the next message appears</div>
  <div class="RTE"><font color="#cc0000">400 Table 'aliases' not found
in memory, use save("aliases") or lookup("aliases") in the
configuration script first</font></div>
  <div class="RTE">&nbsp;</div>
  <div class="RTE">I don't understand why because I think that the
table does exist, because when I introduce the command</div>
  <div class="RTE"><font color="#cc0066">ser_mysql.sh backup</font></div>
  <div class="RTE">all the tables appear but the aliases one is empty.</div>
  <div class="RTE">&nbsp;</div>
  <div class="RTE">Does anyone know what's the problem?</div>
  <div class="RTE">Thank you,</div>
  <div class="RTE">&nbsp;</div>
  <div class="RTE">Llanos</div>
  </div>
  <pre wrap="">
<hr width="90%" size="4">
_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>
  </pre>
</blockquote>
</body>
</html>