Hello,<br>
<br>
I find &quot;/opt/xcap/openxcap-1.2.1/opensips/opensips.cfg&quot; in xcap source folder.<br>
So you mean I just copy this configure file to my openSIPS server replace original opensips.cfg,<br>
Then openSIPS + openXCAP will working with each other ?!<br>
<br>
If I use XCAP&#39;s opensips.cfg, Could the openSIPS still process &quot;sip call routing&quot; ?<br>
I think maybe I need add some code into opensips.cfg ...<br>
<br>
list part of opensips.cfg ...<br>
<br>
# -- rr params --<br>
# add value to ;lr param to make some broken UAs happy<br>
modparam(&quot;rr&quot;, &quot;enable_full_lr&quot;, 1)<br>
<br>
modparam(&quot;mi_datagram&quot;, &quot;socket_name&quot;,       &quot;/var/run/opensips/socket&quot;)<br>
modparam(&quot;mi_datagram&quot;, &quot;unix_socket_user&quot;,  &quot;opensips&quot;)<br>
modparam(&quot;mi_datagram&quot;, &quot;unix_socket_group&quot;, &quot;opensips&quot;)<br>
<br>
modparam(&quot;mi_fifo&quot;, &quot;fifo_name&quot;, &quot;/var/run/opensips/fifo&quot;)<br>
modparam(&quot;mi_fifo&quot;, &quot;fifo_user&quot;,  &quot;opensips&quot;)<br>
modparam(&quot;mi_fifo&quot;, &quot;fifo_group&quot;, &quot;opensips&quot;)<br>
<br>
# -- presence params --<br>
modparam(&quot;presence&quot;, &quot;db_url&quot;, &quot;mysql://<a href="http://opensips:password@192.168.11.126/opensips">opensips:password@192.168.11.126/opensips</a>&quot;)<br>
modparam(&quot;presence&quot;, &quot;server_address&quot;, &quot;<a href="mailto:sip%3Apresence@192.168.11.126">sip:presence@192.168.11.126</a>&quot;)<br>
modparam(&quot;presence&quot;, &quot;fallback2db&quot;, 1)<br>
modparam(&quot;presence&quot;, &quot;clean_period&quot;,  30)<br>
<br>
# -- xcap params --<br>
modparam(&quot;presence_xml&quot;, &quot;db_url&quot;, &quot;mysql://<a href="http://opensips:password@192.168.11.126/opensips">opensips:password@192.168.11.126/opensips</a>&quot;)<br>
modparam(&quot;presence_xml&quot;, &quot;force_active&quot;, 0)<br>
modparam(&quot;presence_xml&quot;, &quot;pidf_manipulation&quot;, 1)<br>
modparam(&quot;presence_xml&quot;, &quot;integrated_xcap_server&quot;, 1)<br>
<br>
# -- rls params --<br>
<br>
modparam(&quot;rls&quot;, &quot;db_url&quot;, &quot;mysql://<a href="http://opensips:opensipsrw@192.168.11.126/opensips">opensips:opensipsrw@192.168.11.126/opensips</a>&quot;)<br>
modparam(&quot;rls&quot;, &quot;server_address&quot;,         &quot;<a href="mailto:sip%3Arls@192.168.11.126">sip:rls@192.168.11.126</a>&quot;)<br>
modparam(&quot;rls&quot;, &quot;to_presence_code&quot;, 5)<br>
modparam(&quot;rls&quot;, &quot;integrated_xcap_server&quot;, 1)<br>
<br>
<br>
# ----------------- setting module-specific parameters ---------------<br>
<br>
# -- rr params --<br>
# add value to ;lr param to make some broken UAs happy<br>
modparam(&quot;rr&quot;, &quot;enable_full_lr&quot;, 1)<br>
<br>
modparam(&quot;mi_datagram&quot;, &quot;socket_name&quot;,       &quot;/var/run/opensips/socket&quot;)<br>
modparam(&quot;mi_datagram&quot;, &quot;unix_socket_user&quot;,  &quot;opensips&quot;)<br>
modparam(&quot;mi_datagram&quot;, &quot;unix_socket_group&quot;, &quot;opensips&quot;)<br>
<br>
modparam(&quot;mi_fifo&quot;, &quot;fifo_name&quot;, &quot;/var/run/opensips/fifo&quot;)<br>
modparam(&quot;mi_fifo&quot;, &quot;fifo_user&quot;,  &quot;opensips&quot;)<br>
modparam(&quot;mi_fifo&quot;, &quot;fifo_group&quot;, &quot;opensips&quot;)<br>
<br>
# -- presence params --<br>
modparam(&quot;presence&quot;, &quot;db_url&quot;, &quot;mysql://<a href="http://opensips:password@192.168.11.126/opensips">opensips:password@192.168.11.126/opensips</a>&quot;)<br>
modparam(&quot;presence&quot;, &quot;server_address&quot;, &quot;<a href="mailto:sip%3Apresence@192.168.11.126">sip:presence@192.168.11.126</a>&quot;)<br>
modparam(&quot;presence&quot;, &quot;fallback2db&quot;, 1)<br>
modparam(&quot;presence&quot;, &quot;clean_period&quot;,  30)<br>
<br>
# -- xcap params --<br>
modparam(&quot;presence_xml&quot;, &quot;db_url&quot;, &quot;mysql://<a href="http://opensips:password@192.168.11.126/opensips">opensips:password@192.168.11.126/opensips</a>&quot;)<br>
modparam(&quot;presence_xml&quot;, &quot;force_active&quot;, 0)<br>
modparam(&quot;presence_xml&quot;, &quot;pidf_manipulation&quot;, 1)<br>
modparam(&quot;presence_xml&quot;, &quot;integrated_xcap_server&quot;, 1)<br>
<br>
# -- rls params --<br>
<br>
modparam(&quot;rls&quot;, &quot;db_url&quot;, &quot;mysql://<a href="http://opensips:opensipsrw@192.168.11.126/opensips">opensips:opensipsrw@192.168.11.126/opensips</a>&quot;)<br>
modparam(&quot;rls&quot;, &quot;server_address&quot;,         &quot;<a href="mailto:sip%3Arls@192.168.11.126">sip:rls@192.168.11.126</a>&quot;)<br>
modparam(&quot;rls&quot;, &quot;to_presence_code&quot;, 5)<br>
modparam(&quot;rls&quot;, &quot;integrated_xcap_server&quot;, 1)<br>
<br>
<br>
# -------------------------  request routing logic -------------------<br>
<br>
<br>

        <br>
Best regards,<br>
YITA.<br clear="all">