Module: kamailio
Branch: master
Commit: 951c9ac9adaccc1c35e152593cb3c2e7f6e7af6f
URL:
https://github.com/kamailio/kamailio/commit/951c9ac9adaccc1c35e152593cb3c2e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-11-18T09:58:00+01:00
uac: docs for rpc command uac.reg_unregister
---
Modified: src/modules/uac/doc/uac_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/951c9ac9adaccc1c35e152593cb3c2e…
Patch:
https://github.com/kamailio/kamailio/commit/951c9ac9adaccc1c35e152593cb3c2e…
---
diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index 42fe2d9148..a738c84b81 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -1276,6 +1276,28 @@ event_route[uac:reply] {
</example>
</section>
+ <section id="uac.r.uac.reg_unregister">
+ <title>
+ <function moreinfo="none">uac.reg_unregister</function>
+ </title>
+ <para>
+ Send REGISTER with expires 0 for matching record, disabling it.
+ The command has two parameter: attribute and value.
+ The attribute can be: l_uuid, l_username, r_username or auth_username.
+ The value is what should be matched against the value of the attribute
+ in the remote registration record.
+ </para>
+ <example>
+ <title><function>uac.reg_unregister</function> usage</title>
+ <programlisting format="linespecific">
+...
+ kamcmd uac.reg_unregister l_uuid account123
+ kamcmd uac.reg_unregister l_uuid s:12345678
+...
+ </programlisting>
+ </example>
+ </section>
+
<section id="uac.r.uac.reg_reload">
<title>
<function moreinfo="none">uac.reg_reload</function>