[Freeswitch-users] conference from a sip provider
Jason White
jason at jasonjgw.net
Thu Apr 16 02:49:43 PDT 2009
Antony King <antony.king at solutiontrax.com> wrote:
> so I've put this in dialplan/public.xml:
>
> <extension name="public_conferences">
> <condition field="destination_number" expression="^(3[0-9][0-9][0-9])$">
> <action application="transfer" data="$1 XML default"/>
> </condition>
> </extension>
Wouldn't it be better to put it in dialplan/public/3xxx-conference.xml (or a
similar file name of your choice)? That way, you could leave public.xml
unmodified, and more easily manage the configuration.
More information about the FreeSWITCH-users
mailing list