[Freeswitch-dev] Inbound calls

Леша... qulix at mail.ru
Tue Mar 24 10:11:39 PDT 2009


Hi all!

There is an error if I try to make inbound call. I don't think it's hard but I'm tired solving it.

Any time I call my city number, FS always returns me an error [INCOMPATIBLE_DESTINATION]

2009-03-23 00:29:40 [NOTICE] switch_channel.c:567 switch_channel_set_name() New Channel sofia/mydomain/number-ani at ip [8d0dcff8-1728-11de-b150-e189b327b8ae]
2009-03-23 00:29:40 [NOTICE] sofia.c:2927 sofia_handle_sip_i_state() Hangup sofia/mydomain/number-ani at ip [CS_NEW] [INCOMPATIBLE_DESTINATION]
2009-03-23 00:29:40 [NOTICE] switch_core_session.c:970 switch_core_session_thread() Session 2 (sofia/mydomain/number-ani at ip) Ended
2009-03-23 00:29:40 [NOTICE] switch_core_session.c:972 switch_core_session_thread() Close Channel sofia/mydomain/number-ani at ip [CS_HANGUP]

My extension is:

   <extension name="Inbound-number">                                                                                              
    <condition field="destination_number" expression="^dest_number$">                                                                        
   <action application="ring_ready" />                                                                                              
<!--     <action application="set" data="call_timeout=20"/>                                                                        
-->                                                                                                                                
    <action application="bridge" data="user/1000@$mydomain"/>                                                                
    </condition>                                                                                                                    
    </extension>  

I've made it all the same as http://wiki.freeswitch.org/wiki/Home_PBX_Example (with my own diference line inbound number, dest_number , etc)

Could you share some expirience? Give any solution? Or link where I could learn more about it? =\

PS. I wroted to FS users, but there was only one answer :
--
make current

I think you might have snagged the rev over the weekend while we were  
fixing a bug.
--
My english is bad, so I couldn't understand it correctly =\




More information about the Freeswitch-dev mailing list