Skip to content

Commit

Permalink
[registrar] Fix wrong doc on is_contact_registered()
Browse files Browse the repository at this point in the history
(cherry picked from commit a3d422e)
  • Loading branch information
bogdan-iancu committed Aug 22, 2019
1 parent 37529fa commit 7ce84c4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions modules/registrar/doc/registrar_admin.xml
Expand Up @@ -1127,14 +1127,12 @@ if (is_registered("location",$fu)) {
</listitem>
<listitem>
<para>
<emphasis>contact (stirng, optional)</emphasis> - callid to check if a
contact if registered with this callid (this may help you to
make distinction between newly registered contact (callid
not registered so far) and re-registration (callid already
registered).
<emphasis>contact (contact, optional)</emphasis> (optional)- SIP
URI to check if there is a registration with this URI as cotact
(this may help you to make distinction between multiple
registrations for the same user/AOR).
</para>
</listitem>

<listitem>
<para>
<emphasis>callid (stirng, optional)</emphasis> - callid to check if a
Expand Down

0 comments on commit 7ce84c4

Please sign in to comment.