[Freeswitch-users] Could not locate channel type sofia

Lloyd Aloysius lloyd.aloysius at gmail.com
Fri Oct 5 16:59:39 MSD 2012


Additional Info..

In my Lab

Three phones Behind the firewall. Two Polycom Phones and One Cisco Phone.
FreeSWITCH outside the network with public ip.

Three phones registered to the Freeswitch. All three phones can make
outgoing calls.

Polycom Phone Dial Cisco Phone Work.

Polycom Phone Dial Polycom Got this Error

 Cisco Phone Dial Polycom Got this Error





On Thu, Oct 4, 2012 at 10:03 PM, Lloyd Aloysius <lloyd.aloysius at gmail.com>wrote:

> FreeSWITCH Version 1.2.3+git~20120920T220849Z~f718a5e8e6 (1.2.3; git at
> commit f718a5e8e6 on Thu, 20 Sep 2012 22:08:49 Z)
>
> I have trouble dialing between users. is this a bug?
>
> *Dial plan*
>
> <document type="freeswitch/xml">
> <section name="dialplan" description="FreeSWITCH Dialplan">
> <context name="5ele.mydomain.ca">
> <extension name="Local_Extension">
> <condition field="destination_number" expression="^(24)$">
> <action application="set" data="dialed_extension=$1"/>
> <action application="export" data="dialed_extension=$1"/>
> <action application="set" data="ringback=${us-ring}"/>
> <action application="set" data="call_timeout=30"/>
> <action application="set" data="hangup_after_bridge=true"/>
> <action application="set" data="continue_on_fail=true"/>
> <action application="bridge" data="{sip_invite_domain=5ele.mydomain.ca
> }user/dick at 5ele.mydomain.ca"/>
> </condition>
> </extension>
> </context>
> </section>
>
>
> *Error...*
>
> 2012-10-04 21:57:31.143580 [DEBUG] switch_core_state_machine.c:209
> sofia/sipinterface_1/klaus at 5ele.mydomain.ca Standard EXECUTE
> EXECUTE sofia/sipinterface_1/klaus at 5ele.mydomain.caset(dialed_extension=24)
> 2012-10-04 21:57:31.143580 [DEBUG] mod_dptools.c:1319 sofia/sipinterface_1/
> klaus at 5ele.mydomain.ca SET [dialed_extension]=[24]
> EXECUTE sofia/sipinterface_1/klaus at 5ele.mydomain.caexport(dialed_extension=24)
> 2012-10-04 21:57:31.143580 [DEBUG] switch_channel.c:1118 EXPORT
> (export_vars) [dialed_extension]=[24]
> EXECUTE sofia/sipinterface_1/klaus at 5ele.mydomain.caset(ringback=%(2000,4000,440,480))
> 2012-10-04 21:57:31.143580 [DEBUG] mod_dptools.c:1319 sofia/sipinterface_1/
> klaus at 5ele.mydomain.ca SET [ringback]=[%(2000,4000,440,480)]
> EXECUTE sofia/sipinterface_1/klaus at 5ele.mydomain.ca set(call_timeout=30)
> 2012-10-04 21:57:31.143580 [DEBUG] mod_dptools.c:1319 sofia/sipinterface_1/
> klaus at 5ele.mydomain.ca SET [call_timeout]=[30]
> EXECUTE sofia/sipinterface_1/klaus at 5ele.mydomain.caset(hangup_after_bridge=true)
> 2012-10-04 21:57:31.143580 [DEBUG] mod_dptools.c:1319 sofia/sipinterface_1/
> klaus at 5ele.mydomain.ca SET [hangup_after_bridge]=[true]
> EXECUTE sofia/sipinterface_1/klaus at 5ele.mydomain.caset(continue_on_fail=true)
> 2012-10-04 21:57:31.143580 [DEBUG] mod_dptools.c:1319 sofia/sipinterface_1/
> klaus at 5ele.mydomain.ca SET [continue_on_fail]=[true]
> EXECUTE sofia/sipinterface_1/klaus at 5ele.mydomain.cabridge({sip_invite_domain=
> 5ele.mydomain.ca}user/dick at 5ele.mydomain.ca)
> 2012-10-04 21:57:31.143580 [DEBUG] switch_channel.c:1072
> sofia/sipinterface_1/klaus at 5ele.mydomain.ca EXPORTING[export_vars]
> [dialed_extension]=[24] to event
> 2012-10-04 21:57:31.143580 [DEBUG] switch_ivr_originate.c:2005 Parsing
> global variables
> 2012-10-04 21:57:31.143580 [DEBUG] switch_event.c:1569 Parsing variable
> [sip_invite_domain]=[5ele.mydomain.ca]
> 2012-10-04 21:57:31.163577 [DEBUG] switch_channel.c:1072
> sofia/sipinterface_1/klaus at 5ele.mydomain.ca EXPORTING[export_vars]
> [dialed_extension]=[24] to event
> 2012-10-04 21:57:31.163577 [DEBUG] switch_ivr_originate.c:2005 Parsing
> global variables
> 2012-10-04 21:57:31.163577 [DEBUG] switch_event.c:1569 Parsing variable
> [presence_id]=[dick at 5ele.mydomain.ca]
> 2012-10-04 21:57:31.163577 [ERR] switch_core_session.c:408 Could not
> locate channel type        sofia
> 2012-10-04 21:57:31.163577 [NOTICE] switch_ivr_originate.c:2591 Cannot
> create outgoing channel of type [        sofia] cause:
> [CHAN_NOT_IMPLEMENTED]
> 2012-10-04 21:57:31.163577 [DEBUG] switch_ivr_originate.c:3508 Originate
> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED]
> 2012-10-04 21:57:31.163577 [NOTICE] switch_ivr_originate.c:2591 Cannot
> create outgoing channel of type [user] cause: [CHAN_NOT_IMPLEMENTED]
> 2012-10-04 21:57:31.163577 [DEBUG] switch_ivr_originate.c:3508 Originate
> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED]
> 2012-10-04 21:57:31.163577 [INFO] mod_dptools.c:3027 Originate Failed.
>  Cause: CHAN_NOT_IMPLEMENTED
> 2012-10-04 21:57:31.163577 [NOTICE] switch_core_state_machine.c:262
> sofia/sipinterface_1/klaus at 5ele.mydomain.ca has executed the last
> dialplan instruction, hanging up.
> 2012-10-04 21:57:31.163577 [DEBUG] switch_channel.c:2950
> (sofia/sipinterface_1/klaus at 5ele.mydomain.ca) Callstate Change RINGING ->
> HANGUP
> 2012-10-04 21:57:31.163577 [NOTICE] switch_core_state_machine.c:264 Hangup
> sofia/sipinterface_1/klaus at 5ele.mydomain.ca [CS_EXECUTE] [NORMAL_CLEARING]
> 2012-10-04 21:57:31.163577 [DEBUG] switch_channel.c:2973 Send signal
> sofia/sipinterface_1/klaus at 5ele.mydomain.ca [KILL]
> 2012-10-04 21:57:31.163577 [DEBUG] switch_core_session.c:1210 Send signal
> sofia/sipinterface_1/klaus at 5ele.mydomain.ca [BREAK]
> 2012-10-04 21:57:31.163577 [DEBUG] switch_core_state_machine.c:453
> (sofia/sipinterface_1/klaus at 5ele.mydomain.ca) State EXECUTE going to sleep
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121005/dd77f2bb/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list