I was looking at the registrar documentation and not sure if this is in-consistent documentation.

/flags/ (optional)- string of the following flags:

/'cnn' (max Contacts)/ - 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.

*Example 1.13.|save|  usage*
# save into 'location', do not update DB, max 5 contacts per AOR,
# use default AOR (TO URI)
save("location","mc5");

shouldn't it read 'cnn5' not 'mc5' like the example below?

*Example 1.13.|save|  usage*
# save into 'location', do not update DB, max 5 contacts per AOR,
# use default AOR (TO URI)
save("location","cnn5");





_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to