|
@@ -16,7 +16,7 @@
|
|
|
<section>
|
|
|
<title>Overview</title>
|
|
|
<para>
|
|
|
- This module provides on-server speed dial facilities. An user can store
|
|
|
+ This module provides on-server speed dial facilities. A user can store
|
|
|
records consisting of pairs short numbers (2 digits) and SIP addresses
|
|
|
into a table of &kamailio;. Then it can dial the two digits whenever it
|
|
|
wants to call the SIP address associated with them.
|
|
@@ -194,7 +194,7 @@ modparam("speeddial", "domain_prefix", "tel.")
|
|
|
<section>
|
|
|
<title><varname>use_domain</varname> (int)</title>
|
|
|
<para>
|
|
|
- The parameter specifies wheter or not to use the domain when searching a
|
|
|
+ The parameter specifies whether or not to use the domain when searching a
|
|
|
speed dial record (0 - no domain, 1 - use domain from From URI,
|
|
|
2 - use both domains, from From URI and from request URI).
|
|
|
</para>
|
|
@@ -231,7 +231,7 @@ modparam("speeddial", "use_domain", 1)
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para><emphasis>owner</emphasis> - The SIP URI of the owner of
|
|
|
- short dialing codes. If not pressent, URI of From header is used.
|
|
|
+ short dialing codes. If not present, URI of From header is used.
|
|
|
</para>
|
|
|
</listitem>
|
|
|
</itemizedlist>
|