<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FreeSWITCH &#8211; Google Talk &#8211; Dingaling &#8211; Jingle All The Way</title>
	<atom:link href="http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/</link>
	<description>Press Belly Button to Begin</description>
	<lastBuildDate>Fri, 13 Aug 2010 13:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Andrea</title>
		<link>http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/comment-page-1/#comment-391</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Fri, 09 Jan 2009 18:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/#comment-391</guid>
		<description>Than you very much for this guide.

Now i can call i googletalk user from my sip extension.

The audio work fine

Regards</description>
		<content:encoded><![CDATA[<p>Than you very much for this guide.</p>
<p>Now i can call i googletalk user from my sip extension.</p>
<p>The audio work fine</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Bateman</title>
		<link>http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/comment-page-1/#comment-288</link>
		<dc:creator>Kirk Bateman</dc:creator>
		<pubDate>Wed, 13 Aug 2008 09:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/#comment-288</guid>
		<description>Chesty,

I&#039;m having an issue trying to test my dingaling setup with fs... any chance you could contact me. I think the issue I&#039;m having is firewall related, but not 100% sure.

Phone rings at both ends correctly however no audio, so I suppose it might be codecs, I&#039;ve had my original tester make sure he&#039;s running the latest gtalk although he&#039;s not exactly technical :)

PS: My gmail address is not the one connected to dingaling :)

Cheers

Kirk</description>
		<content:encoded><![CDATA[<p>Chesty,</p>
<p>I&#8217;m having an issue trying to test my dingaling setup with fs&#8230; any chance you could contact me. I think the issue I&#8217;m having is firewall related, but not 100% sure.</p>
<p>Phone rings at both ends correctly however no audio, so I suppose it might be codecs, I&#8217;ve had my original tester make sure he&#8217;s running the latest gtalk although he&#8217;s not exactly technical :)</p>
<p>PS: My gmail address is not the one connected to dingaling :)</p>
<p>Cheers</p>
<p>Kirk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jefferai</title>
		<link>http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/comment-page-1/#comment-259</link>
		<dc:creator>jefferai</dc:creator>
		<pubDate>Thu, 19 Jun 2008 18:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://chesterton.id.au/blog/2008/01/02/freeswitch-google-talk-dingaling-jingle-all-the-way/#comment-259</guid>
		<description>I looked at this as wella s your &quot;FreeSWITCH and Google Talk&quot; entry, and I&#039;m hitting an issue.  I have a similar setup, although not to gtalk, but rather to a different jabber server:

    
      
      
          
      
    

So I should be able to dial jabber+[some number]@og and have it perform the same function.  But it doesn&#039;t -- the regex does match in the FS CLI output, but I get the following:

2008-06-19 13:23:05 [ERR] switch_core_session.c:205 switch_core_session_outgoing_channel() Could not locate channel type dingaling
2008-06-19 13:23:05 [ERR] switch_ivr_originate.c:891 switch_ivr_originate() Cannot create outgoing channel of type [dingaling] cause: [CHAN_NOT_IMPLEMENTED]

I thought it might be because in vars.xml I have

  

but setting it to xmppc/ogre/$1@ogre gives me the same message, with xmppc wherever dingaling was in the earlier error message.  I feel like maybe there is some part of your config that I&#039;m missing that isn&#039;t on either of these pages...help would be great.  Thanks!</description>
		<content:encoded><![CDATA[<p>I looked at this as wella s your &#8220;FreeSWITCH and Google Talk&#8221; entry, and I&#8217;m hitting an issue.  I have a similar setup, although not to gtalk, but rather to a different jabber server:</p>
<p>So I should be able to dial jabber+[some number]@og and have it perform the same function.  But it doesn&#8217;t &#8212; the regex does match in the FS CLI output, but I get the following:</p>
<p>2008-06-19 13:23:05 [ERR] switch_core_session.c:205 switch_core_session_outgoing_channel() Could not locate channel type dingaling<br />
2008-06-19 13:23:05 [ERR] switch_ivr_originate.c:891 switch_ivr_originate() Cannot create outgoing channel of type [dingaling] cause: [CHAN_NOT_IMPLEMENTED]</p>
<p>I thought it might be because in vars.xml I have</p>
<p>but setting it to xmppc/ogre/$1@ogre gives me the same message, with xmppc wherever dingaling was in the earlier error message.  I feel like maybe there is some part of your config that I&#8217;m missing that isn&#8217;t on either of these pages&#8230;help would be great.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

