<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div>Anyone can help?</div><div>Should I add all my domains on presence_hosts?</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div class="yahoo_quoted" style="display: block;"> <br> <br> <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"> <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> Il Venerd́ 14 Marzo 2014 19:18, Chris B. Ware &lt;chrisbware@yahoo.it&gt; ha scritto:<br> </font> </div>  <div class="y_msg_container"><div
 id="yiv7172790278"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"><div>Hi,</div><div><br></div><div>On advice by Brian and Anthony I'm writing to mailing list, after a jira (FS-6358).</div><div><br></div><div>If I have two Freeswitch servers, sharing the same DB as backend, how should I configure presence such that</div><div>if a phone send SUBSCRIBE to box A, and call is received on box B, I get Notify from box B?</div><div><br></div><div>By now I've set manage_presence=true on both sip profiles (internal,external) and presence_hosts="_DISABLED_"</div><div>as I read on wiki.</div><div><br></div><div>Of course dial_string contains presence_id=${dialed_user}@${dialed_domain}. Sip registrations are correctly shared</div><div>between boxes, and even presence works sometimes, but is not
 stable.&nbsp;</div><div><br></div><div>Here my internal sip profiles
 config:</div><div><br></div><div>&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&gt;</div><div>&lt;document type="freeswitch/xml"&gt;</div><div>&nbsp; &lt;section name="configuration" description="Various Configuration"&gt;</div><div>&nbsp; &nbsp; &lt;configuration name="sofia.conf" description="Sofia Endpoint"&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;profiles&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;profile name="internal"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;domains&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;domain name="all" alias="true" parse="false"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/domains&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;settings&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="debug" value="0"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="sip-trace" value="no"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &lt;param name="sip-capture" value="no"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="watchdog-enabled" value="no"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="watchdog-step-timeout" value="30000"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="watchdog-event-timeout" value="30000"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="log-auth-failures" value="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="forward-unsolicited-mwi-notify" value="false"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="context" value="default"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="rfc2833-pt" value="101"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="sip-port" value="$${internal_sip_port}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &lt;param name="dialplan" value="XML"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="dtmf-duration" value="2000"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="inbound-codec-prefs" value="$${global_codec_prefs}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="outbound-codec-prefs" value="$${global_codec_prefs}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="rtp-timer-name" value="soft"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="rtp-ip" value="$${local_ip_v4}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="sip-ip" value="$${local_ip_v4}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="hold-music" value="$${hold_music}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="apply-nat-acl" value="nat.auto"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &lt;param name="apply-inbound-acl" value="domains"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="local-network-acl" value="localnet.auto"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="record-path" value="$${recordings_dir}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="record-template" value="${caller_id_number}.${target_domain}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="manage-presence" value="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="inbound-codec-negotiation" value="generous"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="tls" value="$${internal_ssl_enable}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="tls-bind-params" value="transport=tls"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param
 name="tls-sip-port" value="$${internal_tls_port}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="tls-cert-dir" value="$${internal_ssl_dir}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="tls-version" value="$${sip_tls_version}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="nonce-ttl" value="60"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="auth-calls" value="$${internal_auth_calls}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="inbound-reg-force-matching-username" value="true"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="auth-all-packets" value="false"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="ext-rtp-ip" value="auto-nat"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="ext-sip-ip" value="auto-nat"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &lt;param name="rtp-timeout-sec" value="300"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="rtp-hold-timeout-sec" value="1800"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="presence-hosts" value="_DISABLED_"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="odbc-dsn" value="systemDB:freeswitch:pazzword"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="challenge-realm" value="auto_from"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name="outbound-proxy" value="sip::5060"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/settings&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/profile&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;/profiles&gt;</div><div>&nbsp; &nbsp; &lt;/configuration&gt;</div><div>&nbsp; &lt;/section&gt;</div><div>&lt;/document&gt;</div><div><br></div><div><br></div><div>Can somebody
 help?</div></div></div></div><br><br></div>  </div> </div>  </div> </div></body></html>