<br><br><div class="gmail_quote">On Fri, Oct 2, 2009 at 11:53 AM, Russell Mosemann <span dir="ltr">&lt;<a href="mailto:Russell.Mosemann@cune.org">Russell.Mosemann@cune.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt; Can you pastebin a dialplan snippet (or put it here) so I can see what<br>
&gt; you&#39;re doing?<br>
&gt; -MC<br>
<br>
</div>It is the stock FS configuration with a small change. We&#39;re still testing things, getting them to work. This is from public.xml. It detects calls to internal 71xx extensions and transfers them. The transfer works. Do some additional variables need to be set here?<br>

<br>
&lt;extension name=&quot;public_extensions&quot;&gt;<br>
  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10[01][0-9]|71\d{2})$&quot;&gt;<br>
    &lt;action application=&quot;transfer&quot; data=&quot;$1 XML default&quot;/&gt;<br>
  &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br></blockquote><div>cool. can you pastebin a debug log on an incoming call?<br>-MC<br></div></div><br>