> -----Original Message----- > From: Lawrence, Scott (BL60:9D30) > Sent: Monday, December 14, 2009 10:46 AM > > On Mon, 2009-12-14 at 10:13 -0500, Beeton, Carolyn (CAR:9D60) wrote: > > > How about this, then: > > > > peeridentities.xml (used by both sipXproxy and sipXbridge) > > > > To be consistent with the style we've used elsewhere, I'd say > make 'trusteddomain' be an element rather than an attribute. >
So like this? <peeridentities xmlns="http://www.sipfoundry.org/sipX/schema/xml/peeridentities-00-00"> <peer> <trusteddomain>trusteddomain.com</trusteddomain> <internaluser>~~pi~trusteddomain.com</internaluser> </peer> <peer> <trusteddomain>10.10.1.2</trusteddomain> <internaluser>~~pi~10.10.1.2</internaluser> </peer> </peeridentities> ~pi was an early suggestion (= peeridentity). I like ~tp (trusted peer). Anybody care? The part after the ~ is up to config (could be the domain name with special chars replaced, or a hash thereof as Scott mentioned earlier in the thread). _______________________________________________ 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/
