Module: kamailio
Branch: master
Commit: 7bda0ce9525c1b7e04de2879f7645dd097b23d02
URL: https://github.com/kamailio/kamailio/commit/7bda0ce9525c1b7e04de2879f7645dd…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2017-01-10T12:31:11+02:00
modules/dispatcher: remove duplicate text
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7bda0ce9525c1b7e04de2879f7645dd…
Patch: https:…
[View More]//github.com/kamailio/kamailio/commit/7bda0ce9525c1b7e04de2879f7645dd…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 680319b..d0dc575 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1020,16 +1020,10 @@ modparam("dispatcher", "force_dst", 1)
stored in AVP list for further failovers (the first selected
destination and default destination are the first to be put in
the list)
- </para>
- </listitem>
+ </para>
+ </listitem>
</itemizedlist>
<para>
- If the bit 2 in 'flags' is set, the rest of the addresses from the
- destination set is stored in AVP list. You can use 'ds_next_dst()' to
- use next address to achieve serial forking to all possible
- destinations.
- </para>
- <para>
This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
</para>
<example>
[View Less]
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/926
-- Commit Summary --
* modules/dispatcher: remove duplicate text
* modules: update documentation to mention RPC instead of MI
-- File Changes --
M src/modules/benchmark/doc/benchmark_admin.xml (6)
M src/modules/carrierroute/doc/carrierroute.xml (2)
M src/modules/carrierroute/doc/carrierroute_admin.xml (22)
M src/modules/carrierroute/doc/carrierroute_db.xml (2)
…
[View More] A src/modules/carrierroute/doc/rpc.xml (46)
M src/modules/dialog/doc/dialog_admin.xml (2)
M src/modules/dialplan/doc/dialplan_admin.xml (11)
M src/modules/dispatcher/doc/dispatcher_admin.xml (10)
M src/modules/htable/doc/htable_admin.xml (2)
M src/modules/kex/doc/kex_admin.xml (14)
M src/modules/pdt/doc/pdt_admin.xml (7)
M src/modules/presence/doc/presence_admin.xml (2)
M src/modules/presence/doc/presence_devel.xml (2)
M src/modules/presence_xml/doc/presence_xml_admin.xml (2)
M src/modules/ratelimit/doc/ratelimit_admin.xml (2)
M src/modules/regex/doc/regex_admin.xml (2)
M src/modules/stun/doc/stun_admin.xml (4)
M src/modules/xcap_server/doc/xcap_server_admin.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/926.patchhttps://github.com/kamailio/kamailio/pull/926.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/926
[View Less]
Hi,
I've been reading about new kemi interface that will be available in 5.0.
Writing configs in lua/python is awesome!!!
I am currently looking into and trying to add kemi support for a module and
have some questions:
1. What would be the best practice for porting module functions that
read/write data from/to a pseudo-variable? ...At the moment I'm thinking of
using str for input and return; probably this will lead to partially
duplicating the code of the existing module functions.
2. Will …
[View More]kemi support some other types besides int/str/none? (i.e. SR_KEMIP_
*PV*)
Thank you,
Stefan
[View Less]
We would like to know when the save("location") has generated a 503 message and as such we are thinking of modifying the save() function to return a code (like -2) for this error.
The default behaviour now seems to be that most errors in save() log a notice message, generate a reply via reg_send_reply() and then make sure that config doesn't go on with processing by returning 0. (tag "error:" in save() function definition)
Are you ok with such an intrusion in the code?
Thank you
Also, do …
[View More]you see an alternative to determining that this 503 message has been generated?
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/928
-- Commit Summary --
* registrar: save() returns separate code on 503 generation
-- File Changes --
M src/modules/registrar/save.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/928.patchhttps://github.com/kamailio/kamailio/pull/928.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/928
[View Less]