You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/prefix_route/doc/params.xml

45 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<section id="prefixroute.parameters" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Parameters</title>
<section id="prefixroute.db_url">
<title><varname>db_url</varname> (string)</title>
<para>
This is <acronym>URL</acronym> of the database to be used.
</para>
<para>
Default value is "mysql://ser@localhost/ser"
</para>
<example>
<title>Setting db_url parameter</title>
<programlisting>
...
modparam("prefix_route", "db_url", "mysql://ser:pass@db_host/ser")
...
</programlisting>
</example>
</section>
<section id="prefixroute.db_table">
<title><varname>db_table</varname> (string)</title>
<para>
The name of table where to read prefix route set.
</para>
<para>
Default value is "prefix_route".
</para>
<example>
<title>Setting db_table parameter</title>
<programlisting>
...
modparam("prefix_route", "db_table", "new_prefix_route")
...
</programlisting>
</example>
</section>
</section>