[Freeswitch-users] Call from SIP server to external SIP provider: 488 INCOMPATIBLE_DESTINATION

Ahmed habiba ahabiba at gmail.com
Thu Apr 7 16:17:31 MSD 2016


It looks that the profile you are using use only GSM, however the phone is trying to use G729 only 

look at the colored text.

> On Apr 7, 2016, at 3:06 PM, freeswitch-users-request at lists.freeswitch.org wrote:
> 
> From: Стас Тельнов <stasan89 at gmail.com <mailto:stasan89 at gmail.com>>
> Subject: [Freeswitch-users] Call from SIP server to external SIP provider: 488 INCOMPATIBLE_DESTINATION
> Date: April 7, 2016 at 3:06:17 PM GMT+3
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org <mailto:freeswitch-users at lists.freeswitch.org>>
> Reply-To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org <mailto:freeswitch-users at lists.freeswitch.org>>
> 
> 
> Hello.
> I`am doing external calls via sip provider. And I have internal SIP server (opensips) with users.
> My case: two my users connecting via my sip server. One of him starting conference and calling to external number (carrier number or mobile phone).
> 
> But when I doing call to external number, I got error 488 INCOMPATIBLE_DESTINATION on call.
> 
> For setup I done next steps:
> 1) create file /etc/freeswitch/sip_profiles/external/freelycall.com.xml with provider-access params
> 
> 2) set dialplan extension with my mobile number (hardcoded expression for testing)
>     <extension name="outbound_calls_to_freelycall">       
>       <condition field="destination_number" expression="^(7906*******)$" break="on-true">                 
>         <action application="set" data="hangup_after_bridge=true"/>         
>         <action application="bridge" data="sofia/gateway/freelycall.com/$1 <http://freelycall.com/$1>"/>    
>       </condition>     
>     </extension>
>     
> 3) set default provider params and external hosts in vars.xml
>   <X-PRE-PROCESS cmd="set" data="external_rtp_ip=host:freelycall.com <http://freelycall.com/>"/>
>   <X-PRE-PROCESS cmd="set" data="external_sip_ip=host:freelycall.com <http://freelycall.com/>"/>
>   ...
>   <X-PRE-PROCESS cmd="set" data="default_provider=freelycall.com <http://freelycall.com/>"/>
>   <X-PRE-PROCESS cmd="set" data="default_provider_username=MY_ID"/>
>   <X-PRE-PROCESS cmd="set" data="default_provider_password=MY_PASS"/>
>   <X-PRE-PROCESS cmd="set" data="default_provider_from_domain=freelycall.com <http://freelycall.com/>"/>
>   <!-- true or false -->
>   <X-PRE-PROCESS cmd="set" data="default_provider_register=true"/>
>   <X-PRE-PROCESS cmd="set" data="default_provider_contact=5000"/>
>   
> I starting debug:
> freeswitch -c
> 
> command "sofia status" say:
>                      Name       Type                                          Data    State
> =================================================================================================
>             172.31.22.124      alias                                      internal    ALIASED
>                  external    profile              sip:mod_sofia at 172.31.22.124:5060 <http://sip:mod_sofia@172.31.22.124:5060/>    RUNNING (0)
>                  external    profile              sip:mod_sofia at 172.31.22.124:5061 <http://sip:mod_sofia@172.31.22.124:5061/>    RUNNING (0) (TLS)
>  external::freelycall.com <http://freelycall.com/>    gateway                      sip:MY_ID at freelycall.com <mailto:sip%3AMY_ID at freelycall.com>    REGED
>                  internal    profile              sip:mod_sofia at 172.31.22.124:5080 <http://sip:mod_sofia@172.31.22.124:5080/>    RUNNING (0)
>                  internal    profile              sip:mod_sofia at 172.31.22.124:5081 <http://sip:mod_sofia@172.31.22.124:5081/>    RUNNING (0) (TLS)
> =================================================================================================
> 2 profiles 1 alias
> 
> Thats good I think.
> 
> command "sofia status profile external" say:
> =================================================================================================
> Name                 external
> Domain Name          N/A
> Auto-NAT             false
> DBName               sofia_reg_external
> Pres Hosts           
> Dialplan             XML
> Context              public
> Challenge Realm      auto_to
> RTP-IP               172.31.22.124
> SIP-IP               172.31.22.124
> URL                  sip:mod_sofia at 172.31.22.124:5060 <http://sip:mod_sofia@172.31.22.124:5060/>
> BIND-URL             sip:mod_sofia at 172.31.22.124:5060;transport=udp,tcp <sip:mod_sofia at 172.31.22.124:5060;transport=udp,tcp>
> TLS-URL              sip:mod_sofia at 172.31.22.124:5061 <http://sip:mod_sofia@172.31.22.124:5061/>
> TLS-BIND-URL         sips:mod_sofia at 172.31.22.124:5061;transport=tls
> HOLD-MUSIC           local_stream://moh
> OUTBOUND-PROXY       N/A
> CODECS IN            GSM
> CODECS OUT           GSM
> TEL-EVENT            101
> DTMF-MODE            rfc2833
> CNG                  13
> SESSION-TO           0
> MAX-DIALOG           0
> NOMEDIA              false
> LATE-NEG             true
> PROXY-MEDIA          false
> ZRTP-PASSTHRU        true
> AGGRESSIVENAT        false
> CALLS-IN             0
> FAILED-CALLS-IN      0
> CALLS-OUT            0
> FAILED-CALLS-OUT     0
> REGISTRATIONS        0
> 
> I`am not sure, that all correct, but I don`t know how should look like the right output of this command
> 
> 
> When I starting call, I see next row in log:
> 2016-04-07 07:52:09.195582 [NOTICE] switch_ivr.c:2092 Transfer sofia/external/8 at MY_OPENSIPS_DOMAIN to XML[7906*******@default]
> 
> I think, that @default is incorrect, I think that domain should be look like as @freelycall.com <http://freelycall.com/>
> 
> What I doing incorrect? Any idea?
> 
> Full log on call:
> 2016-04-07 07:52:09.195582 [NOTICE] switch_channel.c:1101 New Channel sofia/external/8 at MY_OPENSIPS_DOMAIN [286b6a34-fcb7-11e5-a94f-99d758825eaf]
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_NEW
> 2016-04-07 07:52:09.195582 [DEBUG] sofia.c:9248 sofia/external/8 at MY_OPENSIPS_DOMAIN receiving invite from 172.31.0.169:5060 <http://172.31.0.169:5060/> version: 1.6.6  64bit
> 2016-04-07 07:52:09.195582 [DEBUG] sofia.c:6760 Channel sofia/external/8 at MY_OPENSIPS_DOMAIN entering state [received][100]
> 2016-04-07 07:52:09.195582 [DEBUG] sofia.c:6770 Remote SDP:
> v=0
> o=- 1460029927 1 IN IP4 MY_CALLER_IP
> s=portsip.com <http://portsip.com/>
> c=IN IP4 MY_OPENSIPS_IP
> t=0 0
> m=audio 42386 RTP/AVP 18 3 101
> a=rtpmap:18 G729/8000
> a=fmtp:18 annexb=no
> a=rtpmap:3 GSM/8000
> a=rtpmap:101 telephone-event/8000
> a=fmtp:101 0-16
> a=nortpproxy:yes
> 
> 2016-04-07 07:52:09.195582 [DEBUG] sofia.c:7125 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State Change CS_NEW -> CS_INIT
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:492 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State NEW
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_INIT
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:516 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State INIT
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:88 sofia/external/8 at MY_OPENSIPS_DOMAIN SOFIA INIT
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:40 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard INIT
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:48 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State Change CS_INIT -> CS_ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:516 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State INIT going to sleep
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_channel.c:2247 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Callstate Change DOWN -> RINGING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:532 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:141 sofia/external/8 at MY_OPENSIPS_DOMAIN SOFIA ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:166 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard ROUTING
> 2016-04-07 07:52:09.195582 [INFO] mod_dialplan_xml.c:637 Processing 8 <8>->7906******* in context public
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN parsing [public->from_opensips] continue=false
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Regex (PASS) [from_opensips] network_addr(172.31.0.169) =~ /^172\.31\.0\.169$/ break=on-false
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Action transfer(${destination_number} XML default) 
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:216 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State Change CS_ROUTING -> CS_EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:532 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State ROUTING going to sleep
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:539 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:196 sofia/external/8 at MY_OPENSIPS_DOMAIN SOFIA EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:258 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard EXECUTE
> EXECUTE sofia/external/8 at MY_OPENSIPS_DOMAIN transfer(7906******* XML default)
> 2016-04-07 07:52:09.195582 [DEBUG] switch_ivr.c:2085 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State Change CS_EXECUTE -> CS_ROUTING
> 2016-04-07 07:52:09.195582 [NOTICE] switch_ivr.c:2092 Transfer sofia/external/8 at MY_OPENSIPS_DOMAIN to XML[7906*******@default]
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:539 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State EXECUTE going to sleep
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:532 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:141 sofia/external/8 at MY_OPENSIPS_DOMAIN SOFIA ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:166 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard ROUTING
> 2016-04-07 07:52:09.195582 [INFO] mod_dialplan_xml.c:637 Processing 8 <8>->7906******* in context default
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN parsing [default->unloop] continue=false
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN parsing [default->tod_example] continue=true
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Date/TimeMatch (FAIL) [tod_example] break=on-false
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN parsing [default->outbound_calls_to_freelycall] continue=false
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Regex (PASS) [outbound_calls_to_freelycall] destination_number(7906*******) =~ /^(7906*******)$/ break=on-true
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Action set(hangup_after_bridge=true) 
> Dialplan: sofia/external/8 at MY_OPENSIPS_DOMAIN Action bridge(sofia/gateway/freelycall.com/7906******* <http://freelycall.com/7906*******>) 
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:216 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State Change CS_ROUTING -> CS_EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:532 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State ROUTING going to sleep
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:539 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:196 sofia/external/8 at MY_OPENSIPS_DOMAIN SOFIA EXECUTE
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:258 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard EXECUTE
> EXECUTE sofia/external/8 at MY_OPENSIPS_DOMAIN set(hangup_after_bridge=true)
> 2016-04-07 07:52:09.195582 [DEBUG] mod_dptools.c:1498 SET sofia/external/8 at MY_OPENSIPS_DOMAIN [hangup_after_bridge]=[true]
> EXECUTE sofia/external/8 at MY_OPENSIPS_DOMAIN bridge(sofia/gateway/freelycall.com/7906******* <http://freelycall.com/7906*******>)
> 2016-04-07 07:52:09.195582 [DEBUG] switch_ivr_originate.c:2128 Parsing global variables
> 2016-04-07 07:52:09.195582 [NOTICE] switch_channel.c:1101 New Channel sofia/external/7906******* [286bb5b6-fcb7-11e5-a957-99d758825eaf]
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:4776 (sofia/external/7906*******) State Change CS_NEW -> CS_INIT
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/7906*******) Running State Change CS_INIT
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:516 (sofia/external/7906*******) State INIT
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:88 sofia/external/7906******* SOFIA INIT
> 2016-04-07 07:52:09.195582 [DEBUG] sofia_glue.c:1257 sofia/external/7906******* sending invite version: 1.6.6  64bit
> Local SDP:
> v=0
> o=FreeSWITCH 1460003999 1460004000 IN IP4 172.31.22.124
> s=FreeSWITCH
> c=IN IP4 172.31.22.124
> t=0 0
> m=audio 25930 RTP/AVP 3 101 13
> a=rtpmap:3 GSM/8000
> a=rtpmap:101 telephone-event/8000
> a=fmtp:101 0-16
> a=rtpmap:13 CN/8000
> a=ptime:20
> a=sendrecv
> 
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:40 sofia/external/7906******* Standard INIT
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:48 (sofia/external/7906*******) State Change CS_INIT -> CS_ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:516 (sofia/external/7906*******) State INIT going to sleep
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/7906*******) Running State Change CS_ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] sofia.c:6760 Channel sofia/external/7906******* entering state [calling][0]
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:532 (sofia/external/7906*******) State ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] mod_sofia.c:141 sofia/external/7906******* SOFIA ROUTING
> 2016-04-07 07:52:09.195582 [DEBUG] switch_ivr_originate.c:67 (sofia/external/7906*******) State Change CS_ROUTING -> CS_CONSUME_MEDIA
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:532 (sofia/external/7906*******) State ROUTING going to sleep
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/7906*******) Running State Change CS_CONSUME_MEDIA
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:551 (sofia/external/7906*******) State CONSUME_MEDIA
> 2016-04-07 07:52:09.195582 [DEBUG] switch_core_state_machine.c:551 (sofia/external/7906*******) State CONSUME_MEDIA going to sleep
> 2016-04-07 07:52:09.215582 [DEBUG] sofia.c:6760 Channel sofia/external/7906******* entering state [terminated][488]
> 2016-04-07 07:52:09.215582 [NOTICE] sofia.c:7779 Hangup sofia/external/7906******* [CS_CONSUME_MEDIA] [INCOMPATIBLE_DESTINATION]
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/7906*******) Running State Change CS_HANGUP
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:739 (sofia/external/7906*******) Callstate Change DOWN -> HANGUP
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:741 (sofia/external/7906*******) State HANGUP
> 2016-04-07 07:52:09.215582 [DEBUG] mod_sofia.c:431 Channel sofia/external/7906******* hanging up, cause: INCOMPATIBLE_DESTINATION
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:60 sofia/external/7906******* Standard HANGUP, cause: INCOMPATIBLE_DESTINATION
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:741 (sofia/external/7906*******) State HANGUP going to sleep
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:508 (sofia/external/7906*******) State Change CS_HANGUP -> CS_REPORTING
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/7906*******) Running State Change CS_REPORTING
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:827 (sofia/external/7906*******) State REPORTING
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:104 sofia/external/7906******* Standard REPORTING, cause: INCOMPATIBLE_DESTINATION
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:827 (sofia/external/7906*******) State REPORTING going to sleep
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:499 (sofia/external/7906*******) State Change CS_REPORTING -> CS_DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_session.c:1646 Session 2 (sofia/external/7906*******) Locked, Waiting on external entities
> 2016-04-07 07:52:09.215582 [DEBUG] switch_ivr_originate.c:3751 Originate Resulted in Error Cause: 88 [INCOMPATIBLE_DESTINATION]
> 2016-04-07 07:52:09.215582 [INFO] mod_dptools.c:3379 Originate Failed.  Cause: INCOMPATIBLE_DESTINATION
> 2016-04-07 07:52:09.215582 [NOTICE] switch_channel.c:4804 Hangup sofia/external/8 at MY_OPENSIPS_DOMAIN [CS_EXECUTE] [INCOMPATIBLE_DESTINATION]
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_session.c:2796 sofia/external/8 at MY_OPENSIPS_DOMAIN skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:539 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State EXECUTE going to sleep
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_HANGUP
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:739 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Callstate Change RINGING -> HANGUP
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:741 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State HANGUP
> 2016-04-07 07:52:09.215582 [DEBUG] mod_sofia.c:425 sofia/external/8 at MY_OPENSIPS_DOMAIN Overriding SIP cause 488 with 488 from the other leg
> 2016-04-07 07:52:09.215582 [DEBUG] mod_sofia.c:431 Channel sofia/external/8 at MY_OPENSIPS_DOMAIN hanging up, cause: INCOMPATIBLE_DESTINATION
> 2016-04-07 07:52:09.215582 [DEBUG] mod_sofia.c:568 Responding to INVITE with: 488
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:60 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard HANGUP, cause: INCOMPATIBLE_DESTINATION
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:741 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State HANGUP going to sleep
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:508 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State Change CS_HANGUP -> CS_REPORTING
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:473 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_REPORTING
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:827 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State REPORTING
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:104 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard REPORTING, cause: INCOMPATIBLE_DESTINATION
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:827 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State REPORTING going to sleep
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:499 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State Change CS_REPORTING -> CS_DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_session.c:1646 Session 1 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Locked, Waiting on external entities
> 2016-04-07 07:52:09.215582 [NOTICE] switch_core_session.c:1664 Session 1 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Ended
> 2016-04-07 07:52:09.215582 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/8 at MY_OPENSIPS_DOMAIN [CS_DESTROY]
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:630 (sofia/external/8 at MY_OPENSIPS_DOMAIN) Running State Change CS_DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:640 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] mod_sofia.c:341 sofia/external/8 at MY_OPENSIPS_DOMAIN SOFIA DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:111 sofia/external/8 at MY_OPENSIPS_DOMAIN Standard DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:640 (sofia/external/8 at MY_OPENSIPS_DOMAIN) State DESTROY going to sleep
> 2016-04-07 07:52:09.215582 [NOTICE] switch_core_session.c:1664 Session 2 (sofia/external/7906*******) Ended
> 2016-04-07 07:52:09.215582 [NOTICE] switch_core_session.c:1668 Close Channel sofia/external/7906******* [CS_DESTROY]
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:630 (sofia/external/7906*******) Running State Change CS_DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:640 (sofia/external/7906*******) State DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] mod_sofia.c:341 sofia/external/7906******* SOFIA DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:111 sofia/external/7906******* Standard DESTROY
> 2016-04-07 07:52:09.215582 [DEBUG] switch_core_state_machine.c:640 (sofia/external/7906*******) State DESTROY going to sleep

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160407/e795083b/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list