<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    That's great, thanks folks!<br>
    <br>
    On 3:59 PM, Robert Hadley wrote:
    <blockquote
cite="mid:%3CE826C94A3C6BE44198FAF4D66B5AB4D81BD8C592B2@VA3DIAXVS351.RED001.local%3E"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">Also check out <a moz-do-not-send="true"
href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_execute_extension">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_execute_extension</a>.&nbsp;
            You would want to use it with the auto-hunt feature to skip
            extra pattern matching.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);">-Robert<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 11pt; font-family:
            &quot;Calibri&quot;,&quot;sans-serif&quot;; color: rgb(31,
            73, 125);"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><b><span style="font-size: 10pt;
              font-family: &quot;Tahoma&quot;,&quot;sans-serif&quot;;">From:</span></b><span
            style="font-size: 10pt; font-family:
            &quot;Tahoma&quot;,&quot;sans-serif&quot;;"> Avi Marcus
            [<a class="moz-txt-link-freetext" href="mailto:avi@avimarcus.net">mailto:avi@avimarcus.net</a>] <br>
            <b>Sent:</b> Wednesday, May 25, 2011 6:27 AM<br>
            <b>To:</b> FreeSWITCH Users Help<br>
            <b>Subject:</b> Re: [Freeswitch-users] transfer to extension
            without pattern matching<o:p></o:p></span></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <div>
          <p class="MsoNormal">That sounds like it's describing&nbsp;<a
              moz-do-not-send="true"
              href="http://wiki.freeswitch.org/wiki/Variable_auto_hunt">http://wiki.freeswitch.org/wiki/Variable_auto_hunt</a><o:p></o:p></p>
          <div>
            <p class="MsoNormal">You need to turn that on. I'm not aware
              that even transfer does that automatically, so afaik, it
              is indeed wrong - but is a feature that
              FreeSWITCH&nbsp;possesses&nbsp;if you turn it on.<br>
              -Avi<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
            <div>
              <p class="MsoNormal">On Wed, May 25, 2011 at 4:19 PM, Adam
                Kelloway &lt;<a moz-do-not-send="true"
                  href="mailto:adam.kelloway@newpace.ca">adam.kelloway@newpace.ca</a>&gt;
                wrote:<o:p></o:p></p>
              <p class="MsoNormal">Hi there,<br>
                <br>
                The wiki page describing transfer<br>
                (<a moz-do-not-send="true"
                  href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_transfer"
                  target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_transfer</a>)
                states<br>
                the following:<br>
                <br>
                "Immediately transfer the calling channel to a new
                context. If there<br>
                happens to be an xml extension named
                &lt;destination_number&gt; then control<br>
                is "warped" directly to that extension. Otherwise it
                goes through the<br>
                entire context checking for a match."<br>
                <br>
                Is this a correct statement? It seems that even when I
                try to transfer<br>
                control directly to an extension, the entire context is
                still checked<br>
                for a match.<br>
                <br>
                I am using the following:<br>
                <br>
                ..<br>
                &lt;application="transfer" data="test XML default"/&gt;<br>
                ..<br>
                <br>
                &lt;extension name="test"&gt;<br>
                &lt;condition field="destination_number"
                expression="^test$"&gt;<br>
                &nbsp; &nbsp; ...<br>
                &lt;/condition&gt;<br>
                &lt;/extension&gt;<br>
                <br>
                Is there a way to disable the pattern matching/dial plan
                processing?<br>
                <br>
                Thanks,<br>
                <br>
                Adam<br>
                <br>
                _______________________________________________<br>
                FreeSWITCH-users mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
                <a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                UNSUBSCRIBE:<a moz-do-not-send="true"
                  href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                  target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                <a moz-do-not-send="true"
                  href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><o:p></o:p></p>
            </div>
            <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Adam Kelloway
Software Engineer
NewPace Technology Development Inc.
<a class="moz-txt-link-abbreviated" href="mailto:adam.kelloway@newpace.ca">adam.kelloway@newpace.ca</a>
+1 902-406-8375 x1031
<a class="moz-txt-link-abbreviated" href="http://www.newpace.ca">www.newpace.ca</a></pre>
  </body>
</html>