Everything you're doing looks correct; this is the extension that worked for me:<br><br><extension name="999"><br> <condition><action application="bridge" data="<a href="http://iax/user@ast.eri.sk/5551212">
iax/user@ast.eri.sk/5551212</a>"/></condition><br></extension><br><br>my guess is that the condition in your extension config is what's causing the failure.<br><br>b.<br><br><div><span class="gmail_quote">
On 8/1/06, <b class="gmail_sendername"><a href="mailto:danish.samad@vocalseeds.com">danish.samad@vocalseeds.com</a></b> <<a href="mailto:danish.samad@vocalseeds.com">danish.samad@vocalseeds.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I am trying to interface with google talk using the following setup<br><br>Freeswitch<->JabberServer<->GoogleTalkServer<->Googletalk client<br><br>Freeswitch will register with Jabberserver using a valid jabber account on
<br>the Jabber server. Using this account I should be able to login and add<br>any valid gmail id in its userlist and perform standard operations (using<br>the jingle protocol) such as chat, voice, etc. Eventually I intend to use
<br>Freeswitch as a gateway between SIP and google talk clients, but I first<br>need to validate the above setup.<br><br> To test the setup out, I created an account on <a href="http://jabber.anywise.com">jabber.anywise.com
</a>. I was<br>able to successfully log into the server using PSI and adding a valid<br>gmail accounts in my roster. Now when I specify the account in<br>freeswitch.xml I am not able to register as I donot see the user coming
<br>online in my google talk user list. I just see the following XML messages<br>being dumped on the console.<br><br>freeswitch> SEND[<?xml version='1.0'?><stream:stream xmlns:stream='h<br>ttp://etherx.jabber.org/streams' xmlns='jabber:client'
<br>to='<a href="http://jabber.anywise.com">jabber.anywise.com</a>' version='1.0'>]<br><br>RECV[<?xml version='1.0'?><stream:stream<br>xmlns:stream='<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams
</a>' id='44CF2BF7'<br>xmlns='jabber:client' from='<a href="http://jabber.anywise.com">jabber.anywise.com</a>' version='1.0'>]<br><br>RECV[<stream:features><register<br>xmlns='<a href="http://jabber.org/features/iq-register'/">
http://jabber.org/features/iq-register'/</a>><auth<br>xmlns='<a href="http://jabber.org/features/iq-auth'/">http://jabber.org/features/iq-auth'/</a>></stream:features>]<br><br>For reference I am attaching related excerpts from the
freeswitch.xml file<br><br><load module="mod_dingaling"/><br>....<br><configuration name="dingaling.conf" description="XMPP Jingle Endpoint"><br> <settings><br> <param name="debug" value="1"/>
<br> <param name="codec-prefs" value="PCMU"/><br> </settings><br> <interface><br> <param name="name" value="jingle"/><br> <param name="login" value="
<a href="http://user@jabber.anywise.com/talk">user@jabber.anywise.com/talk</a>"/><br> <param name="password" value="pwd"/><br> <param name="dialplan" value="XML"/>
<br> <param name="message" value="Jingle all the way"/><br> <param name="rtp-ip" value="vostroip"/><br> <param name="auto-login" value="true"/>
<br> <param name="use-rtp-timer" value="true"/><br> <param name="exten" value="7777"/><br> <param name="vad" value="both"/>
<br> </interface><br></configuration><br>...<br><br><extension name="7777"><br> <condition field="destination_number" expression="^7777$"><br> <action application="bridge" data="playback
<br>/var/lib/asterisk/sounds/test.wav"/><br> </condition><br></extension><br><br>Please suggest what I need to do to achieve the required setup. Any help<br>will be appreciated.<br><br>Regards,<br>Danish
<br><br>_______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org">
http://www.freeswitch.org</a><br></blockquote></div><br>