Skip to content

Commit

Permalink
sms: docs fix parameter name
Browse files Browse the repository at this point in the history
(cherry picked from commit e9d4ab3)
  • Loading branch information
btriller authored and henningw committed Mar 14, 2020
1 parent 4dd1ec7 commit 77e5111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/sms/doc/params.xml
Expand Up @@ -218,8 +218,8 @@ modparam("sms", "max_sms_parts", 10)
</example>
</section>

<section id="domain_str">
<title><varname>domain_str</varname> (string)</title>
<section id="domain">
<title><varname>domain</varname> (string)</title>
<para>
Specify a fake domain name to be used by the gateway. The Contact
headers and the From header from request will be construct based on
Expand All @@ -231,10 +231,10 @@ modparam("sms", "max_sms_parts", 10)
Default is the name of the machine the gateway is running on.
</para>
<example>
<title>Set <varname>domain_str</varname> parameter</title>
<title>Set <varname>domain</varname> parameter</title>
<programlisting>
...
modparam("sms", "domain_str", "foo.bar")
modparam("sms", "domain", "foo.bar")
...
</programlisting>
</example>
Expand Down

0 comments on commit 77e5111

Please sign in to comment.