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_s/mangler/doc/params.xml

42 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="mangler.parameters" xmlns:xi="http://www.w3.org/2001/XInclude">
<sectioninfo>
</sectioninfo>
<title>Parameters</title>
<section id="contact_flds_separator">
<title><varname>contact_flds_separator</varname> (string)</title>
<para>
First char of this parameter is used as separator for
encoding/decoding Contact header.
</para>
<warning>
<para>
First char of this field must be set to a value which is not
used inside username,password or other fields of
contact.Otherwise it is possible for the decoding step to
fail/produce wrong results.
</para>
</warning>
<para>
Default value is "*".
</para>
<example>
<title>Set <varname>db_url</varname> parameter</title>
<programlisting>
...
modparam("module", "contact_flds_separator", "-")
...
</programlisting>
</example>
<para>
then an encoded uri might look sip:user-password-ip-port-protocol@PublicIP
</para>
</section>
</section>