[Freeswitch-users] transfer to extension without pattern matching

Adam Kelloway adam.kelloway at newpace.ca
Wed May 25 17:19:52 MSD 2011


Hi there,

The wiki page describing transfer 
(http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_transfer) states 
the following:

"Immediately transfer the calling channel to a new context. If there 
happens to be an xml extension named <destination_number> then control 
is "warped" directly to that extension. Otherwise it goes through the 
entire context checking for a match."

Is this a correct statement? It seems that even when I try to transfer 
control directly to an extension, the entire context is still checked 
for a match.

I am using the following:

..
<application="transfer" data="test XML default"/>
..

<extension name="test">
<condition field="destination_number" expression="^test$">
     ...
</condition>
</extension>

Is there a way to disable the pattern matching/dial plan processing?

Thanks,

Adam



More information about the FreeSWITCH-users mailing list