<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
I was looking at the registrar documentation and not sure if this is
in-consistent documentation.<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<span class="emphasis"><em>flags</em></span> (optional)- string of the
following flags: <br>
<br>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<span class="emphasis"><em>'cnn' (max Contacts)</em></span> - this flag
can be used to limit the number of contacts for this AOR (Address of
Record) in the user location database. Value 0 disables the check. This
parameter overrides the global "max_contacts" module parameter. <br>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<pre class="programlisting"><meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1"><b>Example&nbsp;1.13.&nbsp;<code
 class="function">save</code> usage</b>
# save into 'location', do not update DB, max 5 contacts per AOR,
# use default AOR (TO URI)
save("location","mc5");
</pre>
shouldn't it read 'cnn5' not 'mc5' like the example below?<br>
<br>
<pre class="programlisting"><b>Example&nbsp;1.13.&nbsp;<code class="function">save</code> usage</b>
# save into 'location', do not update DB, max 5 contacts per AOR,
# use default AOR (TO URI)
save("location","cnn5");



</pre>
<br>
</body>
</html>