Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] dingaling: Destination out of order


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
mcampbellsmith at gmai...
Guest





PostPosted: Tue Oct 13, 2009 5:06 am    Post subject: [Freeswitch-users] dingaling: Destination out of order Reply with quote

Hi!

I am trying to call from FS to gtalk. This used to work, so not sure
if there is a problem with my build (FreeSWITCH Version 1.0.trunk
(15126))

freeswitch@internal> dingaling status
--DingaLing status--
login | connected
mygmailid@gmail.com/gtalk | AUTHORIZED

It looks okay and I also see FS registered and online in the GTALK client.

When I dial 9999 (which is to call my gtalk user), I get the following
in the console:

2009-10-13 20:49:13.458712 [INFO] mod_dialplan_xml.c:391 Processing
1000->9999 in context default
2009-10-13 20:49:13.490719 [NOTICE] mod_dingaling.c:712 Close Channel
N/A [CS_NEW]
2009-10-13 20:49:13.498706 [ERR] switch_ivr_originate.c:1667 Cannot
create outgoing channel of type [dingaling] cause:
[DESTINATION_OUT_OF_ORDER

In dingaling.conf.xml, I only have the PCMU codec specified, and the
ATA is requesting PCMU/8000.

Any ideas why I am seeing this?

Thanks!

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
jason at jasonjgw.net
Guest





PostPosted: Tue Oct 13, 2009 5:26 am    Post subject: [Freeswitch-users] dingaling: Destination out of order Reply with quote

Mark Campbell-Smith <mcampbellsmith@gmail.com> wrote:
Quote:
When I dial 9999 (which is to call my gtalk user), I get the following
in the console:

[snip]

Could you turn on debug logging in the console and post the output?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mcampbellsmith at gmai...
Guest





PostPosted: Tue Oct 13, 2009 5:45 am    Post subject: [Freeswitch-users] dingaling: Destination out of order Reply with quote

This is all I see:

console loglevel 9
+OK console log level set to DEBUG

freeswitch@internal> 2009-10-13 21:33:05.578863 [NOTICE]
switch_channel.c:613 New Channel sofia/internal_nat/1000@192.168.1.120
[cad049fe-b7e3-11de-94a7-1dd4d003eac8]
2009-10-13 21:33:05.634924 [INFO] mod_dialplan_xml.c:391 Processing
10000->9999 in context default
2009-10-13 21:33:05.666835 [NOTICE] mod_dingaling.c:712 Close Channel
N/A [CS_NEW]
2009-10-13 21:33:05.674929 [ERR] switch_ivr_originate.c:1667 Cannot
create outgoing channel of type [dingaling] cause:
[DESTINATION_OUT_OF_ORDER]
2009-10-13 21:33:05.674929 [INFO] mod_dptools.c:2133 Originate Failed.
Cause: DESTINATION_OUT_OF_ORDER
2009-10-13 21:33:05.674929 [NOTICE] mod_dptools.c:2166 Hangup
sofia/internal_nat/1000@192.168.1.120 [CS_EXECUTE]
[DESTINATION_OUT_OF_ORDER]
2009-10-13 21:33:05.802716 [NOTICE] switch_core_session.c:1087 Session
16 (sofia/internal_nat/1000@192.168.1.120) Ended
2009-10-13 21:33:05.807529 [NOTICE] switch_core_session.c:1089 Close
Channel sofia/internal_nat/1000@192.168.1.120 [CS_DESTROY]


On Tue, Oct 13, 2009 at 9:16 PM, Jason White <jason@jasonjgw.net> wrote:
Quote:
Mark Campbell-Smith <mcampbellsmith@gmail.com> wrote:
Quote:
When I dial 9999 (which is to call my gtalk user), I get the following
in the console:

[snip]

Could you turn on debug logging in the console and post the output?


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
mcampbellsmith at gmai...
Guest





PostPosted: Tue Oct 13, 2009 5:59 am    Post subject: [Freeswitch-users] dingaling: Destination out of order Reply with quote

I've fixed the problem.

My dialplan for outbound calling had a typo:

<action application="bridge"
data="dingaling/gtalk/mygmailid@gmail.com"/>

The gtalk was gtallk somehow .....

On Tue, Oct 13, 2009 at 8:56 PM, Mark Campbell-Smith
<mcampbellsmith@gmail.com> wrote:
Quote:
Hi!

I am trying to call from FS to gtalk.  This used to work, so not sure
if there is a problem with my build (FreeSWITCH Version 1.0.trunk
(15126))

freeswitch@internal> dingaling status
--DingaLing status--
login   |       connected
mygmailid@gmail.com/gtalk    |       AUTHORIZED

It looks okay and I also see FS registered and online in the GTALK client.

When I dial 9999 (which is to call my gtalk user), I get the following
in the console:

2009-10-13 20:49:13.458712 [INFO] mod_dialplan_xml.c:391 Processing
1000->9999 in context default
2009-10-13 20:49:13.490719 [NOTICE] mod_dingaling.c:712 Close Channel
N/A [CS_NEW]
2009-10-13 20:49:13.498706 [ERR] switch_ivr_originate.c:1667 Cannot
create outgoing channel of type [dingaling] cause:
[DESTINATION_OUT_OF_ORDER

In dingaling.conf.xml, I only have the PCMU codec specified, and the
ATA is requesting PCMU/8000.

Any ideas why I am seeing this?

Thanks!


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services