<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:courier,monaco,monospace,sans-serif;font-size:12pt"><div>A *complete* console trace of the call that doesnt work would make it easier to debug. including the ip (the XXX actually hides an important piece of info as to if the ip is internal or public so at least provide XXLOCAL XXPUBLIC).<br><br>The easiest way to do this is to execute<br><br>/usr/local/freeswitch/bin/freeswitch | tee /tmp/console.log<br><br>then reproduce the problem, stop freeswitch and post console.log.<br><br><br><br>Anthony Minessale II<br><br><span>FreeSWITCH <a target="_blank" href="http://www.freeswitch.org/">http://www.freeswitch.org/</a></span><br><span>ClueCon <a target="_blank" href="http://www.cluecon.com/">http://www.cluecon.com/</a></span><br><br>AIM: anthm<br>MSN:anthony_minessale@hotmail.com<br>JABBER:anthony.minessale@gmail.com<br>IRC: irc.freenode.net
 #freeswitch</div><div><br>FreeSWITCH Developer Conference<br>sip:888@conference.freeswitch.org<br>iax:guest@conference.freeswitch.org/888<br>googletalk:conf+888@conference.freeswitch.org<br>pstn:213-799-1400</div><div style="font-family: courier,monaco,monospace,sans-serif; font-size: 12pt;"><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Kieran O'Loughlin &lt;kieran@alumni.virginia.edu&gt;<br>To: freeswitch-users@lists.freeswitch.org<br>Sent: Wednesday, March 21, 2007 7:24:49 AM<br>Subject: [Freeswitch-users] Bridging dingaling to sofia<br><br>Hey all,<br><br>I've been playing around with trying to bridge dingaling to sofia for some time now.&nbsp; I've had some success.<br><br>1) I can call to googletalk using a local sip registration<br>2) I can call to googletalk using a remote sip registration
<br>3) I can call from googletalk to a local sip registration<br>4) I can call from a local sip registration to a remote sip registration<br><br>In case my terminology is bad when I say local registration I mean that the soft-phone is registered with freeswitch.&nbsp; When I say remote sip registration I mean that the soft-phone is registered with my standard SIP provider.
<br><br>The problem is if I call from googletalk and attempt to bridge the call to my remote sip provider the call rings, but there is no audio.<br><br>I've tracked through the console and here is the piece that's different.&nbsp; This piece never shows up if I attempt to bridge the call to a remote sip registration.&nbsp; I copied this from the console when bridging to a local sip registration.
<br><br>2007-03-21 12:56:13 [DEBUG] mod_sofia.c:4982 event_callback() event [nua_r_invite] status [180][Ringing] session: sofia/XX.XX.XX.XX/kieran<br>2007-03-21 12:56:13 [DEBUG] mod_sofia.c:4982 event_callback() event [nua_i_state] status [180][Ringing] session: sofia/XX.XX.XX.XX/kieran
<br>2007-03-21 12:56:13 [DEBUG] mod_sofia.c:2991 sip_i_state() Channel sofia/XX.XX.XX.XX/kieran entering state [proceeding]<br>2007-03-21 12:56:13 [NOTICE] mod_sofia.c:3018 sip_i_state() Ring-Ready sofia/XX.XX.XX.XX/kieran!
<br>2007-03-21 12:56:13 [INFO] switch_core.c:1872 <br>2007-03-21 12:56:13 [INFO] switch_core.c:1872 switch_core_session_receive_message() Kill DingaLing/1004j [BREAK]<br>2007-03-21 12:56:13 [DEBUG] mod_dingaling.c:1182 channel_kill_channel() DingaLing/1004j CHANNEL KILL
<br>2007-03-21 12:56:15 [DEBUG] mod_sofia.c:2991 sip_i_state() Channel sofia/XX.XX.XX.XX/kieran entering state [ready]<br>2007-03-21 12:56:15 [DEBUG] mod_sofia.c:2996 sip_i_state() Remote SDP:<br>v=0<br>o=- 7 2 IN IP4 <a rel="nofollow" target="_blank" href="http://192.168.2.53">
192.168.2.53</a><br>s=CounterPath X-Lite 3.0<br>c=IN IP4 <a rel="nofollow" target="_blank" href="http://192.168.2.53">192.168.2.53</a><br>t=0 0<br>m=audio 37468 RTP/AVP 0 101<br>a=rtpmap:101 telephone-event/8000<br>a=fmtp:101 0-15<br><br>2007-03-21 12:56:15 [DEBUG] mod_sofia.c:2595 negotiate_sdp() Codec Compare [PCMU:0]/[PCMU:0]
<br>2007-03-21 12:56:15 [INFO] mod_sofia.c:1578 tech_set_codec() Set Codec sofia/XX.XX.XX.XX/kieran PCMU/8000 20 ms<br>2007-03-21 12:56:15 [DEBUG] mod_sofia.c:2571 negotiate_sdp() Set 2833 dtmf payload to 101<br>2007-03-21 12:56:15 [INFO] mod_sofia.c:1635 activate_rtp() RTP [sofia/XX.XX.XX.XX/kieran] 
XX.XX.XX.XX:16386-&gt;<a rel="nofollow" target="_blank" href="http://192.168.2.53:37468">192.168.2.53:37468</a> codec: 0 ms: 20<br>2007-03-21 12:56:15 [DEBUG] switch_rtp.c:487 switch_rtp_create() Starting timer [soft] 160 bytes per 20000ms<br>2007-03-21 12:56:15 [NOTICE] mod_sofia.c:3247 sip_i_state() Channel [sofia/XX.XX.XX.XX/kieran] has been answered
<br>2007-03-21 12:56:15 [DEBUG] switch_ivr.c:3074 switch_ivr_originate() Originate Resulted in Success: [sofia/XX.XX.XX.XX/kieran]<br><br>The weird thing is that if I call the same extension in default_context.xml using a sip phone registered locally it bridges without any problem to the remote sip registration.
<br><br>Can anyone please help with this?&nbsp; I've been battling it for a long time now.&nbsp; I've learned a lot which is good though :-).<br><br>By the way I just downloaded the last svn version today, so I couldn't be on a more recent version :-)&nbsp; Also if this isn't the best place to address this type of question if anyone could point me in the right direction that would be greatly appreciated.
<br><br>Thanks for any help.<br><br>Kieran.<br>
<div>_______________________________________________<br>Freeswitch-users mailing list<br>Freeswitch-users@lists.freeswitch.org<br><a target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></div></div><br></div></div><br>

<hr size=1>Be a PS3 game guru.<br>Get your game face on with <a href="http://us.rd.yahoo.com/evt=49936/*http://videogames.yahoo.com">the latest PS3 news and previews at Yahoo! Games.</a></body></html>