On 11-Nov-09, at 11:26 AM, Laurentiu Ceausescu wrote: > I am working on http://track.sipfoundry.org/browse/XX-6978 - MoH does > not work (and breaks alias replication) > and I'm not sure how items must to be in alias.xml file. > > Now in alias.xml I have: > <item> > <identity>~~...@domain</identity> > > <contact><sip:i...@primaryaddress:15060;action=moh;moh=l></ > contact> > </item> > > For a HA config - alias.xml should become: > <item> > <identity>~~...@domain</identity> > > <contact><sip:i...@primaryaddress:15060;action=moh;moh=l></ > contact> > </item> > <item> > <identity>~~...@domain</identity> > > <contact><sip:i...@secondaryaddress:15060;action=moh;moh=l></ > contact> > </item> > or > <item> > <identity>~~...@primaryfqdn</identity> > > <contact><sip:i...@primaryaddress:15060;action=moh;moh=l></ > contact> > </item> > <item> > <identity>~~...@secondaryfqdn</identity> > > <contact><sip:i...@secondaryaddress:15060;action=moh;moh=l></ > contact> > </item> > ? > Or maybe we need to pick up just a freeswitch instance? >
The identity is supposed to be of the form "<identity>~~...@domain</ identity>" on both the primary and secondary servers. If there are multiple freeswitch instances, then we should pick the one that is co-located with the management bundle (sipXconfig) because, that is where the MOH files directory is. Arjun _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
