Skip to content

Commit

Permalink
residential config: Also define the "xcap" db_url
Browse files Browse the repository at this point in the history
(cherry picked from commit 4b4ac96)
  • Loading branch information
liviuchircu committed Mar 11, 2014
1 parent 55eaec2 commit 513abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menuconfig/configs/opensips_residential.m4
Expand Up @@ -175,7 +175,7 @@ ifelse(USE_PRESENCE,`yes',`#### PRESENCE modules
loadmodule "xcap.so"
loadmodule "presence.so"
loadmodule "presence_xml.so"
modparam("presence", "db_url",
modparam("xcap|presence", "db_url",
"mysql://opensips:opensipsrw@localhost/opensips") # CUSTOMIZE ME
modparam("presence_xml", "force_active", 1)
modparam("presence", "server_address", "sip:127.0.0.1:5060") # CUSTOMIZE ME
Expand Down

0 comments on commit 513abb2

Please sign in to comment.