Steve thank you for the pointers, you got me going in the right direction.<div><br></div><div>Here is what I came up with (so far it seems to work).</div><div><br></div><div>     &lt;extension name=&quot;Line 2(6820)&quot; continue=&quot;true&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;condition field=&quot;source&quot; expression=&quot;mod_freetdm&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;condition field=&quot;${channel_name}&quot; expression=&quot;^(FreeTDM/2:2/)$&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;action application=&quot;info&quot;/&gt;<span class="Apple-tab-span" style="white-space:pre">                </span></div><div>    <span class="Apple-tab-span" style="white-space:pre">                </span>&lt;action application=&quot;set&quot; data=&quot;domain_name=$${domain}&quot;/&gt;</div>
<div>      <span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;set&quot; data=&quot;transfer_ringback=$${us-ring}&quot;/&gt;</div><div>      <span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;answer&quot;/&gt;</div>
<div>      <span class="Apple-tab-span" style="white-space:pre">        </span>&lt;action application=&quot;transfer&quot; data=&quot;2000&quot;/&gt;</div><div>    <span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/condition&gt;</div>
<div>    &lt;/extension&gt;</div><div><br></div><div>All I have to do is modify the second number in the expression. 2:3 line three, 2:4 line four etc.</div><div><br></div><div>-Eric</div>