Skip to content

Commit

Permalink
Merge pull request #2612 from john08burke/rtpengine_socket_refactor
Browse files Browse the repository at this point in the history
rtpengine: enhancement of set/node management
  • Loading branch information
razvancrainea committed Nov 3, 2022
2 parents e8939c6 + 2a1b57d commit cbf2360
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 33 deletions.
10 changes: 10 additions & 0 deletions modules/rtpengine/doc/rtpengine_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,15 @@ $ opensips-cli -x mi rtpengine_show
Reloads all rtpengine sets from the database. Used only when the
<quote><xref linkend="param_db_url"/></quote> parameter is set.
</para>
<para>Parameters:</para>
<itemizedlist>
<listitem><para>
<emphasis>type</emphasis> (optional) soft - when reloading nodes
from the database, reuse any existing sockets and keep existing
node disabled state. If not provided, then all nodes and sockets
will first be torndown and then nodes will be loaded from the database.
</para></listitem>
</itemizedlist>
<para>
No parameter.
</para>
Expand All @@ -1481,6 +1490,7 @@ $ opensips-cli -x mi rtpengine_show
<programlisting format="linespecific">
...
$ opensips-cli -x mi rtpengine_reload
$ opensips-cli -x mi rtpengine_reload type=soft
...
</programlisting>
</example>
Expand Down

0 comments on commit cbf2360

Please sign in to comment.