Module: kamailio Branch: master Commit: fc793348ee1ed25823a541e52b9ca9cee8caf2d4 URL: https://github.com/kamailio/kamailio/commit/fc793348ee1ed25823a541e52b9ca9ce...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-12-05T19:46:10+01:00
modules: readme files regenerated - registrar ... [skip ci]
---
Modified: src/modules/registrar/README
---
Diff: https://github.com/kamailio/kamailio/commit/fc793348ee1ed25823a541e52b9ca9ce... Patch: https://github.com/kamailio/kamailio/commit/fc793348ee1ed25823a541e52b9ca9ce...
---
diff --git a/src/modules/registrar/README b/src/modules/registrar/README index e4516756e6..0642a2f59b 100644 --- a/src/modules/registrar/README +++ b/src/modules/registrar/README @@ -710,12 +710,14 @@ request_route { * contact - the record's contact value. * expires - the record's expires value. * received - the record's received value. + * path - the record's path value.
For example. if this parameter is set to 'ulrcd', then values are set in: * $xavp(ulrcd[0]=>ruid) * $xavp(ulrcd[0]=>contact) * $xavp(ulrcd[0]=>received) + * $xavp(ulrcd[0]=>path)
Default value is NULL (disabled).