[Freeswitch-users] Problems with Freeswitch setup - Outbound

bcxml bcxml at hotmail.com
Fri Dec 11 15:23:19 PST 2009


I am very new to Freeswitch so please accept my appologies if these questions
seem to be trivial 

I am trying to setup FreeSwitch to work with Microsoft Speech Serevr 2007. I
have been successful in getting Freeswitch to pass an incomming PSTN call to
Speech Server. But I cannot get Freeswitch to dial out a call or transfer a
call that is sent from Speech Server 

I have a file setup in C:\FreeSWITCH\conf\sip_profiles\external\ called
voipms.xml which contains the following..(I have an account with voip.ms) 

<include> 
  <gateway name="voipms">
    
    
    
    
    
  </gateway>    
 </include> 

And I have a file setup in C:\FreeSWITCH\conf\dialplan\public\ called
Outbound.xml which contains the following 

<extension name="Outbound"> 
  <condition field="destination_number" expression="^(1{0,1}\d{10})$"> 
    <action application="set"
data="effective_caller_id_number=12223334444"/> 
    <action application="bridge" data="sofia/gateway/voipms/$1"/> 
  </condition> 
</extension> 
  
When my Speech Server application tries to get FreeSwitch to transfer to
another number, the console shows the following 


2009-12-11 17:54:31.863512 [NOTICE] switch_ivr.c:1349 Transfer
sofia/external/+14052582456 at 111.222.333.444:5060 to XML[%23904161234 at public]
2009-12-11 17:54:31.879138 [NOTICE] switch_ivr_bridge.c:503 Hangup
sofia/internal/2484487788 at 127.0.0.1:5060 [CS_EXCHANGE_MEDIA]
[NORMAL_CLEARING]

2009-12-11 17:54:31.879138 [INFO] mod_dialplan_xml.c:315 Processing
+14052582456->%23904161234 in context public

2009-12-11 17:54:31.879138 [NOTICE] switch_core_session.c:1086 Session 2
(sofia/internal/2484487788 at 127.0.0.1:5060) Ended
2009-12-11 17:54:31.879138 [NOTICE] switch_core_session.c:1088 Close Channel
sofia/internal/2484487788 at 127.0.0.1:5060 [CS_DESTROY]
2009-12-11 17:54:31.879138 [NOTICE] switch_core_state_machine.c:179 Hangup
sofia/external/+14052582456 at 111.222.333.444:5060 [CS_EXECUTE]
[NORMAL_CLEARING]
2009-12-11 17:54:31.879138 [NOTICE] switch_core_session.c:1086 Session 1
(sofia/external/+14052582456 at 111.222.333.444:5060) Ended
2009-12-11 17:54:31.879138 [NOTICE] switch_core_session.c:1088 Close Channel
sofia/external/+14052582456 at 111.222.333.444:5060 [CS_DESTROY]
  
I really dont understand the line above that I have in Bold & Italic 

The number being transfered to was 4161234567...so I would have thought the
line should read.. 

"Processing +14052582456->4161234567 in context public "

Can anyone tell me what the "%2390" means and also any problems with my XML
files that could be preventing the transfers from taking place 

Thanks 

Brian
-- 
View this message in context: http://old.nabble.com/Problems-with-Freeswitch-setup---Outbound-tp26752894p26752894.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.





More information about the FreeSWITCH-users mailing list