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) 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.patch https://github.com/kamailio/kamailio/pull/926.diff
miconda commented on this pull request.
@@ -501,11 +501,8 @@ pd_translate("*", "$var(a)");
<para> RPC Command Example: </para> - <programlisting format="linespecific"> -... -# &kamcmd; _sdomain_ _prefix_ _domain_ -&kamcmd; kamailio.org 123 -...
The dots here were on purpose to enclose the example within them in order to be more visible in README files. Also, the spaces/tabs added in front will make it show shifted a lot in the README, that's why most of the <programlisting format="linespecific"> content is starting at the beginning of line and doesn't keep the indentation.
It can be merged, but then dots and the start at the beginning should be restored with a follow up commit.
@mslehto pushed 1 commit.
06a0a1f modules/pdt: restore dots and indentation for better layout in README
mslehto commented on this pull request.
@@ -501,11 +501,8 @@ pd_translate("*", "$var(a)");
<para> RPC Command Example: </para> - <programlisting format="linespecific"> -... -# &kamcmd; _sdomain_ _prefix_ _domain_ -&kamcmd; kamailio.org 123 -...
Thanks! Makes sense, formatting restored in commit 06a0a1f6e91e4d1c0f87afb33519f1de4584a918
Thanks!
Merged #926.