<br><br><div class="gmail_quote">On Fri, Dec 11, 2009 at 3:11 PM, bcxml <span dir="ltr"><<a href="mailto:bcxml@hotmail.com">bcxml@hotmail.com</a>></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>
<include><br>
<gateway name="voipms"><br>
<br>
<br>
<br>
<br>
<br>
</gateway><br>
</include><br>
<br>
And I have a file setup in C:\FreeSWITCH\conf\dialplan\public\ called<br>
Outbound.xml which contains the following<br>
<br>
<extension name="Outbound"><br>
<condition field="destination_number" expression="^(1{0,1}\d{10})$"><br>
<action application="set"<br>
data="effective_caller_id_number=12223334444"/><br>
<action application="bridge" data="sofia/gateway/voipms/$1"/><br>
</condition><br>
</extension><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>
->%23904161234 in context public<br></blockquote><div><br>This line is basically saying that you have a call coming from 4165551212 and it's looking for a destination number of %23904161234. The key here is that it is coming in the public context so you'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>