From efff94191302883f641b5fc27f83b8159ed5033b Mon Sep 17 00:00:00 2001 From: Bastian Triller Date: Fri, 16 Oct 2020 12:36:13 +0200 Subject: [PATCH 1/3] core: fix typo in comment --- src/core/socket_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/socket_info.c b/src/core/socket_info.c index d2e11493565..a46aba24ad6 100644 --- a/src/core/socket_info.c +++ b/src/core/socket_info.c @@ -2142,7 +2142,7 @@ void init_proto_order() /** - * parse '[port:]host[:port]' string to a broken down structure + * parse '[proto:]host[:port]' string to a broken down structure */ int parse_protohostport(str* ins, sr_phostp_t *r) { @@ -2230,7 +2230,7 @@ int parse_protohostport(str* ins, sr_phostp_t *r) } /** - * lookup a local socket by '[port:]host[:port]' string + * lookup a local socket by '[proto:]host[:port]' string */ struct socket_info* lookup_local_socket(str *phostp) { From f6630edb7d5c06c1575e85dbc701efc7da5d3e8e Mon Sep 17 00:00:00 2001 From: Bastian Triller Date: Fri, 16 Oct 2020 12:32:45 +0200 Subject: [PATCH 2/3] uac: docs - fix missing uac.reg_remove method --- src/modules/uac/doc/uac_admin.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml index d43b8afa0ce..b132daa6a08 100644 --- a/src/modules/uac/doc/uac_admin.xml +++ b/src/modules/uac/doc/uac_admin.xml @@ -1376,7 +1376,25 @@ event_route[uac:reply] { ... - + + +
+ + <function moreinfo="none">uac.reg_remove</function> + + + Remove a UAC remote registration record by l_uuid. + + + + <function>uac.reg_remove</function> usage + +... + kamcmd uac.reg_remove my_l_uuid +... + + +
From 59cd3ff5145efa454ae1eb70e8dba88560c7b319 Mon Sep 17 00:00:00 2001 From: Bastian Triller Date: Fri, 16 Oct 2020 12:41:00 +0200 Subject: [PATCH 3/3] nathelper: docs - fixed typos --- src/modules/nathelper/doc/nathelper_admin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml index 6bf4783337f..5096a676d43 100644 --- a/src/modules/nathelper/doc/nathelper_admin.xml +++ b/src/modules/nathelper/doc/nathelper_admin.xml @@ -562,7 +562,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();}; 0x02 - rewrite media &ip; address (c=) with source address of the message - or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take + or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take precedence over the source address). @@ -572,7 +572,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();}; 0x08 - rewrite IP from origin description (o=) with source address of the message - or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take + or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take precedence over the source address). @@ -582,7 +582,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();}; If not specified, the received signalling IP will be used. The parameter allows pseudo-variables usage. NOTE: For the IP to be used, you need to use 0x02 or 0x08 flags, otherwise it will have - no effect. Must be IPv4 address family. + no effect. Must be IPv4 address family.