[Freeswitch-users] Syntax of ${domain}
Brian West
brian at freeswitch.org
Fri Aug 15 11:17:59 PDT 2008
If you notice in the config you have $${something} its expanded in the
config and parsed at load time.... ${something} will be parsed every
time its seen ie when you traverse the dialplan.
So the config file is parsed and written out to log/
freeswitch.xml.fsxml which is where the $${domain} would be expanded
to the value of domain.
/b
On Aug 15, 2008, at 1:12 PM, Henk Oegema wrote:
> What is the difference between
> something@$${domain}
> and
> something${domain} ?
>
> Both seem to work .
>
> Rgds
> Henk
Brian West
sip:brian at freeswitch.org
More information about the FreeSWITCH-users
mailing list