Module: kamailio Branch: 5.4 Commit: d43872c11edacf972c2ae72c746517dcf56e2777 URL: https://github.com/kamailio/kamailio/commit/d43872c11edacf972c2ae72c746517dcf56e2777
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2020-10-16T14:16:41+02:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/nathelper/README Modified: src/modules/uac/README --- Diff: https://github.com/kamailio/kamailio/commit/d43872c11edacf972c2ae72c746517dcf56e2777.diff Patch: https://github.com/kamailio/kamailio/commit/d43872c11edacf972c2ae72c746517dcf56e2777.patch --- diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README index 79e43b73a7..0fa395da20 100644 --- a/src/modules/nathelper/README +++ b/src/modules/nathelper/README @@ -525,12 +525,12 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();}; * flags - the value may be a bitwise OR of the following flags: + 0x01 - adds âa=direction:activeâ SDP line; + 0x02 - rewrite media IP address (c=) with source address of - the message or the provided IP address. (a=rtpc) param will be + the message or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take precedence over the source address). + 0x04 - adds âa=nortpproxy:yesâ SDP line; + 0x08 - rewrite IP from origin description (o=) with source - address of the message or the provided IP address. (a=rtpc) + address of the message or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take precedence over the source address). * ip_address - IP to be used for rewriting SDP. If not specified, the diff --git a/src/modules/uac/README b/src/modules/uac/README index a018d29a16..17a0fb6869 100644 --- a/src/modules/uac/README +++ b/src/modules/uac/README @@ -87,6 +87,7 @@ Ramona-Elena Modroiu 8.6. uac.reg_refresh 8.7. uac.reg_active 8.8. uac.reg_add + 8.9. uac.reg_remove 9. Remote Registration @@ -137,7 +138,8 @@ Ramona-Elena Modroiu 1.43. uac.reg_refresh usage 1.44. uac.reg_active usage 1.45. uac.reg_add usage - 1.46. lookup remote registrations usage + 1.46. uac.reg_remove usage + 1.47. lookup remote registrations usage Chapter 1. Admin Guide @@ -207,6 +209,7 @@ Chapter 1. Admin Guide 8.6. uac.reg_refresh 8.7. uac.reg_active 8.8. uac.reg_add + 8.9. uac.reg_remove 9. Remote Registration @@ -995,6 +998,7 @@ event_route[uac:reply] { 8.6. uac.reg_refresh 8.7. uac.reg_active 8.8. uac.reg_add + 8.9. uac.reg_remove 8.1. uac.reg_dump @@ -1119,6 +1123,15 @@ event_route[uac:reply] { kamcmd uac.reg_add ... ... +8.9. uac.reg_remove + + Remove a UAC remote registration record by l_uuid. + + Example 1.46. uac.reg_remove usage +... + kamcmd uac.reg_remove my_l_uuid +... + 9. Remote Registration The module can register contact addresses to remote REGISTRAR servers. @@ -1165,7 +1178,7 @@ event_route[uac:reply] { if the call is coming from a remote SIP provider and can change the R-URI to local username@domain. Afterwards you can run location lookup. - Example 1.46. lookup remote registrations usage + Example 1.47. lookup remote registrations usage ... if(uac_reg_lookup("$rU", "$ru")) { xlog("request from a remote SIP provider [$ou => $ru]\n");
_______________________________________________ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev