<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p>On Friday 15 August 2008 18:58:11 Anthony Minessale wrote:</p>
<p>&gt; The gateway is registered inbound and you want to send an outbound call</p>
<p>&gt; over it?</p>
<p></p>
<p>Correct.</p>
<p></p>
<p>&gt;  &lt;action application=&quot;bridge&quot; data=&quot;sofia/profile/2001^$1@something.com&quot;/&gt;</p>
<p></p>
<p>Thanks very much Anthony (and Brian).</p>
<p></p>
<p><span style="font-weight:600">Now it works</span>  :-) </p>
<p></p>
<p></p>
<p>  &lt;!--- Dial through  MV370 to GSM network  --&gt;</p>
<p>    &lt;extension name=&quot;mv370_gsm_gateway&quot;&gt;</p>
<p>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^9(.*)$&quot;&gt;</p>
<p>        &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/2001^$1@${domain}&quot;/&gt;</p>
<p>        #&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</p>
<p>        #&lt;action application=&quot;hangup&quot;/&gt;</p>
<p>      &lt;/condition&gt;</p>
<p>    &lt;/extension&gt;  </p>
<p></p>
<p>Should I put this on the Wiki ?</p>
<p></p>
<p>Rgds</p>
<p>Henk</p>
<p>    </p>
<p></p>
</body></html>