Module: kamailio Branch: 5.0 Commit: 89baecd169ce6a0ee0a084eb17dd8a7ea674b960 URL: https://github.com/kamailio/kamailio/commit/89baecd169ce6a0ee0a084eb17dd8a7e...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-12-14T12:46:25+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/registrar/README
---
Diff: https://github.com/kamailio/kamailio/commit/89baecd169ce6a0ee0a084eb17dd8a7e... Patch: https://github.com/kamailio/kamailio/commit/89baecd169ce6a0ee0a084eb17dd8a7e...
---
diff --git a/src/modules/registrar/README b/src/modules/registrar/README index 036e44356f..32fe34657f 100644 --- a/src/modules/registrar/README +++ b/src/modules/registrar/README @@ -980,7 +980,8 @@ if (registered("location","$rz:$Au", 2)) { This makes sense only in multiple replicated servers scenarios.
Meaning of the parameters is as follows: - * hdr_name - header name to be used. + * hdr_name - header name to be used, it can be a static string or + contain variables.
This function can be used from REQUEST_ROUTE.
@@ -1140,6 +1141,7 @@ event_route[usrloc:contact-expired] { * regid - reg-id value * instance - instance value * conid - TCP socket internal connection ID ($null if UDP) + * server_id - server_id value
The pseudo-variable accepts positive index value to access a specific contact record.