Skip to content

Commit

Permalink
ims_dialog: fix module name in modparam examples
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 26, 2023
1 parent efacfb5 commit a415074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/ims_dialog/doc/ims_dialog_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ modparam("ims_dialog", "detect_spirals", 1)
</title>
<programlisting format="linespecific">
...
modparam("dialog", "profiles_with_value", "caller ; my_profile")
modparam("ims_dialog", "profiles_with_value", "caller ; my_profile")
...
</programlisting>
</example>
Expand All @@ -435,7 +435,7 @@ modparam("dialog", "profiles_with_value", "caller ; my_profile")
</title>
<programlisting format="linespecific">
...
modparam("dialog", "profiles_no_value", "inbound ; outbound")
modparam("ims_dialog", "profiles_no_value", "inbound ; outbound")
...
</programlisting>
</example>
Expand All @@ -460,7 +460,7 @@ modparam("dialog", "profiles_no_value", "inbound ; outbound")
</title>
<programlisting format="linespecific">
...
modparam("dialog", "bridge_controller", "sip:ctd@kamailio.org")
modparam("ims_dialog", "bridge_controller", "sip:ctd@kamailio.org")
...
</programlisting>
</example>
Expand Down

0 comments on commit a415074

Please sign in to comment.