[Freeswitch-users] global dial plan for *SUPPORT/*7877678
D'Arcy J.M. Cain
darcy at Vex.Net
Fri Nov 23 16:56:14 MSK 2012
On Fri, 23 Nov 2012 07:55:23 -0500
Luis Daniel Lucio Quiroz <luis.daniel.lucio at gmail.com> wrote:
> i did by adding the dial plan to all tenants, but i wonder to do it
> faster as global dialplan
I must be missing something. What's wrong with just adding an
extension?
<extension name="support">
<condition field="destination_number"
expression="^*(SUPPORT|7877678)$">
<action application="transfer" data="001 at mytenant"/>
</condition>
</extension>
Are there users on the switch that are not tenants? If so then how do
you identify them? You may need another condition.
Side question - are you already using "611" for something else?
--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy at Vex.Net
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list