hi simon, implementation is almost the same. here&#39;s my dialplan:<br><br>&lt;extension name=&quot;say_destination_info&quot;&gt;<br> &lt;condition field=&quot;destination_number&quot; expression=&quot;^0044(\d)$&quot;&gt;<br>
   &lt;action application=&quot;answer&quot;/&gt;<br>   &lt;action application=&quot;playback&quot; data=&quot;misc/dialing.wav&quot;/&gt;<font size="2"><br>   &lt;action application=&quot;say&quot; data=&quot;en name_spelled iterated $1&quot;/&gt;</font><br>
   ... add more files to play here ...<br>   &lt;action application=&quot;playback&quot; data=&quot;misc/gateway.wav&quot;/&gt;<br>   &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/$1/&gt;<br> &lt;/condition&gt;<br>
&lt;/extension&gt;<br><br>warning: i have not tested this. i&#39;m just showing for illustration purposes.<br><br>-nandy<br><br><div class="gmail_quote">On Wed, Oct 14, 2009 at 4:51 AM, Simon J Mudd <span dir="ltr">&lt;<a href="mailto:sjmudd@pobox.com">sjmudd@pobox.com</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;">I&#39;m looking to migrate to Freeswitch from Asterisk (SOHO usage).<br>
One thing I have configured at the moment which I&#39;m unsure how to do in<br>
FreeSwitch is the following.<br>
<br>
When the call&#39;s dial pattern is recognised I&#39;ve been getting Asterisk<br>
to say: &quot;Dialing &lt;destination&gt; via &lt;gateway&gt;&quot; where &lt;destination&gt; might<br>
be a country, or area and &lt;gateway&gt; may be the name of one of several<br>
SIP gateways I have configured.  Each phrase has been a prerecorded wav<br>
file played in sequence.<br>
<br>
[macro-XXXXX]<br>
exten =&gt; s,1,Playback(/etc/asterisk/wav/dialing)<br>
exten =&gt; s,2,Playback(/etc/asterisk/wav/${ARG2})    # Name of destination<br>
exten =&gt; s,3,Playback(/etc/asterisk/wav/via)<br>
exten =&gt; s,4,Playback(/etc/asterisk/wav/XXXXX)      # Gateway name<br>
exten =&gt; s,5,Dial(SIP/XXXXX/${ARG1},60,tT)          # ARG1 = Destination number<br>
<br>
<br>
# actual usage<br>
exten =&gt; _0044.,1,Macro(XXXXX,${EXTEN},touk)<br>
<br>
How would I approach doing something like this in FreeSwtich?<br>
<br>
Thanks for any pointers.<br>
<br>
Simon<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>