Module: kamailio
Branch: master
Commit: c8132a25d412c4fb907b27dc4f4d24a479fc2770
URL: https://github.com/kamailio/kamailio/commit/c8132a25d412c4fb907b27dc4f4d24a…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-08-24T12:29:57+02:00
uac: small whitespace change in docs
---
Modified: src/modules/uac/doc/uac_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/c8132a25d412c4fb907b27dc4f4d24a…
Patch: https://github.com/kamailio/kamailio/commit/c8132a25d412c4fb907b27dc4f4d24a…
---
diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index e3a1abd35c..3ac4cc2a17 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -570,9 +570,9 @@ modparam("uac", "reg_gc_interval", 60)
interfaces are available.
</para>
<para>
- A send socket in the $uac_reg variable used together with the uac_req_send()
- function will override this parameter. A socket value in the uacreg table will
- also override the parameter for this particular entry.
+ A send socket in the $uac_reg variable used together with the uac_req_send()
+ function will override this parameter. A socket value in the uacreg table will
+ also override the parameter for this particular entry.
</para>
<para>
<emphasis>
Module: kamailio
Branch: master
Commit: 8c8aaa62db91c0b4ea25f09b4214947a6b80950b
URL: https://github.com/kamailio/kamailio/commit/8c8aaa62db91c0b4ea25f09b4214947…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-08-24T12:01:42+02:00
modules: readme files regenerated - uac ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff: https://github.com/kamailio/kamailio/commit/8c8aaa62db91c0b4ea25f09b4214947…
Patch: https://github.com/kamailio/kamailio/commit/8c8aaa62db91c0b4ea25f09b4214947…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index 72722e0cc4..d2f1a180d6 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -567,9 +567,12 @@ modparam("uac", "reg_gc_interval", 60)
Default socket to be used for generating registration requests and
sending requests with the function uac_req_send(). Useful e.g. when
- several public interfaces are available. A send socket in the $uac_reg
- variable used together with the uac_req_send() function will override
- this parameter.
+ several public interfaces are available.
+
+ A send socket in the $uac_reg variable used together with the
+ uac_req_send() function will override this parameter. A socket value in
+ the uacreg table will also override the parameter for this particular
+ entry.
By default no default socket is defined, the send socket is choosen
from the “tm” module when the requests is send out.
@@ -1079,6 +1082,9 @@ event_route[uac:reply] {
* reg_delay - delay initial registration with at least reg_delay
seconds, e.g.,: 3
+ * socket - Used socket for sending out registration requests, e.g.:,
+ udp:192.168.0.125:5060
+
The module takes care of sending REGISTER and refresh registrations
before they expire.
Module: kamailio
Branch: master
Commit: 55740c2b1eb69a19a0a42b4264edcb1b5a9a0aa9
URL: https://github.com/kamailio/kamailio/commit/55740c2b1eb69a19a0a42b4264edcb1…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-08-24T11:59:08+02:00
uac: add functionality to specify a custom socket for each uacreg table entry
- add functionality to specify a custom socket for each uacreg table entry
- necessary if you need to REGISTER over different outgoing interfaces with uac
- add socket column to module database schemes
- bump uacreg database table version from 3 to 4
- add database version check helper to module
- extend RPC commands to output and also add this value
- add documentation for the new functionality
---
Modified: src/lib/srdb1/schema/uacreg.xml
Modified: src/modules/uac/doc/uac_admin.xml
Modified: src/modules/uac/uac_reg.c
Modified: src/modules/uac/uac_reg.h
Modified: utils/kamctl/db_berkeley/kamailio/uacreg
Modified: utils/kamctl/db_berkeley/kamailio/version
Modified: utils/kamctl/db_redis/kamailio/uacreg
Modified: utils/kamctl/db_sqlite/uac-create.sql
Modified: utils/kamctl/dbtext/kamailio/uacreg
Modified: utils/kamctl/dbtext/kamailio/version
Modified: utils/kamctl/mongodb/kamailio/uacreg.json
Modified: utils/kamctl/mongodb/kamailio/version-create.mongo
Modified: utils/kamctl/mysql/uac-create.sql
Modified: utils/kamctl/oracle/uac-create.sql
Modified: utils/kamctl/postgres/uac-create.sql
Modified: utils/kamctl/xhttp_pi/pi_framework.xml
Modified: utils/kamctl/xhttp_pi/uac-mod
Modified: utils/kamctl/xhttp_pi/uac-table
---
Diff: https://github.com/kamailio/kamailio/commit/55740c2b1eb69a19a0a42b4264edcb1…
Patch: https://github.com/kamailio/kamailio/commit/55740c2b1eb69a19a0a42b4264edcb1…
Module: kamailio
Branch: 5.1
Commit: d7730b1c271b7699267fb4ddd9afb2ab3548105c
URL: https://github.com/kamailio/kamailio/commit/d7730b1c271b7699267fb4ddd9afb2a…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-08-24T10:46:47+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/ims_registrar_scscf/README
---
Diff: https://github.com/kamailio/kamailio/commit/d7730b1c271b7699267fb4ddd9afb2a…
Patch: https://github.com/kamailio/kamailio/commit/d7730b1c271b7699267fb4ddd9afb2a…
---
diff --git a/src/modules/ims_registrar_scscf/README b/src/modules/ims_registrar_scscf/README
index 3401e825ef..79dc6846a1 100644
--- a/src/modules/ims_registrar_scscf/README
+++ b/src/modules/ims_registrar_scscf/README
@@ -1,4 +1,4 @@
-IMS Usrloc PCSCF Module
+IMS Registrar SCSCF Module
Jason Penton
@@ -810,31 +810,31 @@ Chapter 2. Frequently Asked Questions
2.1.
- Where can I find more about Kamailio?
+ Where can I find more about Kamailio?
- Take a look at https://www.kamailio.org/.
+ Take a look at https://www.kamailio.org/.
2.2.
- Where can I post a question about this module?
+ Where can I post a question about this module?
- First at all check if your question was already answered on one of our
- mailing lists:
- * User Mailing List -
- https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
- * Developer Mailing List -
- https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
+ First at all check if your question was already answered on one of our
+ mailing lists:
+ * User Mailing List -
+ https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
+ * Developer Mailing List -
+ https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
- E-mails regarding any stable Kamailio release should be sent to
- <sr-users(a)lists.kamailio.org> and e-mails regarding development
- versions should be sent to <sr-dev(a)lists.kamailio.org>.
+ E-mails regarding any stable Kamailio release should be sent to
+ <sr-users(a)lists.kamailio.org> and e-mails regarding development
+ versions should be sent to <sr-dev(a)lists.kamailio.org>.
- If you want to keep the mail private, send it to
- <sr-users(a)lists.kamailio.org>.
+ If you want to keep the mail private, send it to
+ <sr-users(a)lists.kamailio.org>.
2.3.
- How can I report a bug?
+ How can I report a bug?
- Please follow the guidelines provided at:
- https://github.com/kamailio/kamailio/issues.
+ Please follow the guidelines provided at:
+ https://github.com/kamailio/kamailio/issues.
Document title is fixed
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x ] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x ] Each component has a single commit (if not, squash them into one commit)
- [ x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
Document title is fixed
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2042
-- Commit Summary --
* ims_registrar_scscf : document title is fixed
-- File Changes --
M src/modules/ims_registrar_scscf/doc/ims_registrar_scscf.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2042.patchhttps://github.com/kamailio/kamailio/pull/2042.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2042