[Freeswitch-users] Centralized SIP directory
Raymond Chandler
intralanman at freeswitch.org
Tue May 28 17:42:18 MSD 2013
On 13-05-28 08:59 AM, mehroz wrote:
> yes, something like that you mention. But the DB schema and script are
> imported from Freeswitch-contrib, and it says to define a domain name, and
> assign an ID to it. and then while declaring directory, associate them to
> that domain ID. i dont see any way of associated a user with 2 IDs.
If you don't actually need the ability to support multiple domains, you
could set the force params on each box so the domain is always the
same. If you set the following params with "your.domain.tld" instead of
"$${domain}", then it would force the domain to be your.domain.tld no
matter which box was requesting the config. you can see the wiki for
specifics on the following params.
<param name="force-register-domain" value="$${domain}"/>
<param name="force-subscription-domain" value="$${domain}"/>
<param name="force-register-db-domain" value="$${domain}"/>
-Ray
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list