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>&lt;sip:i...@primaryaddress:15060;action=moh;moh=l&gt;</contact>
    </item>

For a HA config - alias.xml should become:
    <item>
        <identity>~~...@domain</identity>
        
<contact>&lt;sip:i...@primaryaddress:15060;action=moh;moh=l&gt;</contact>
    </item>
    <item>
        <identity>~~...@domain</identity>
        
<contact>&lt;sip:i...@secondaryaddress:15060;action=moh;moh=l&gt;</contact>
    </item>
or
    <item>
        <identity>~~...@primaryfqdn</identity>
        
<contact>&lt;sip:i...@primaryaddress:15060;action=moh;moh=l&gt;</contact>
    </item>
    <item>
        <identity>~~...@secondaryfqdn</identity>
        
<contact>&lt;sip:i...@secondaryaddress:15060;action=moh;moh=l&gt;</contact>
    </item>
?
Or maybe we need to pick up just a freeswitch instance?

Thanks,
Laurentiu
_______________________________________________
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/

Reply via email to