<br><br><div class="gmail_quote">On Fri, Dec 11, 2009 at 3:11 PM, bcxml <span dir="ltr">&lt;<a href="mailto:bcxml@hotmail.com">bcxml@hotmail.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;">
<br>
I am very new to Freeswitch so please accept my appologies if these questions<br>
seem to be trivial<br>
<br>
I am trying to setup FreeSwitch to work with Microsoft Speech Serevr 2007. I<br>
have been successful in getting Freeswitch to pass an incomming PSTN call to<br>
Speech Server. But I cannot get Freeswitch to dial out a call or transfer a<br>
call that is sent from Speech Server<br>
<br>
I have a file setup in C:\FreeSWITCH\conf\sip_profiles\external\ called<br>
voipms.xml which contains the following..(I have an account with <a href="http://voip.ms" target="_blank">voip.ms</a>)<br>
<br>
&lt;include&gt;<br>
  &lt;gateway name=&quot;voipms&quot;&gt;<br>
<br>
<br>
<br>
<br>
<br>
  &lt;/gateway&gt;<br>
 &lt;/include&gt;<br>
<br>
And I have a file setup in C:\FreeSWITCH\conf\dialplan\public\ called<br>
Outbound.xml which contains the following<br>
<br>
&lt;extension name=&quot;Outbound&quot;&gt;<br>
  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1{0,1}\d{10})$&quot;&gt;<br>
    &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_number=12223334444&quot;/&gt;<br>
    &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/voipms/$1&quot;/&gt;<br>
  &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
When my Speech Server application tries to get FreeSwitch to transfer to<br>
another number, the console shows the following<br>
<br>
<br>
2009-12-11 17:54:31.863512 [NOTICE] switch_ivr.c:1349 Transfer<br>
sofia/external/+1<br>
<a href="http://9059183027@199.173.95.16:5060" target="_blank">9059183027@199.173.95.16:5060</a> to XML[%23904161234@public]<br>
2009-12-11 17:54:31.879138 [NOTICE] switch_ivr_bridge.c:503 Hangup<br>
sofia/interna<br>
l/<a href="http://2482578002@127.0.0.1:5060" target="_blank">2482578002@127.0.0.1:5060</a> [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]<br>
<br>
2009-12-11 17:54:31.879138 [INFO] mod_dialplan_xml.c:315 Processing<br>
+14165551212<br>
-&gt;%23904161234 in context public<br></blockquote><div><br>This line is basically saying that you have a call coming from 4165551212 and it&#39;s looking for a destination number of %23904161234. The key here is that it is coming in the public context so you&#39;ll need to handle the routing in conf/dialplan/public.xml<br>
<br>What should this call be doing once it comes in to FS?<br><br>-MC<br></div></div>