Skip to content

Commit 3f60fda

Browse files
committed
registrar: fix docs remove_ip_port example
1 parent 3292a5a commit 3f60fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/registrar/doc/registrar_admin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,10 +795,10 @@ remove("location", "sip:[email protected]", , , "<urn:uuid:e5e68d40-f08a-4600-b
795795
<programlisting format="linespecific">
796796
...
797797
# remove all contacts behind 8.8.8.8 port 43213
798-
remove("8.8.8.8",43213,"location");
798+
remove_ip_port("8.8.8.8",43213,"location");
799799
...
800800
# remove only bob's contacts behind the 8.8.8.8:43213 host
801-
remove("8.8.8.8",43213,"location","sip:[email protected]");
801+
remove_ip_port("8.8.8.8",43213,"location","sip:[email protected]");
802802
...
803803
</programlisting>
804804
</example>

0 commit comments

Comments
 (0)