1.4 has been released, and it&#39;s still crashing. I guess it hasn&#39;t been resolved yet.<br><br><div><span class="gmail_quote">On 11/10/06, <b class="gmail_sendername">Mik Cheez</b> &lt;<a href="mailto:michael_bulk@wildgate.com">
michael_bulk@wildgate.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Mani,<br><br>I&#39;ve gotten the same result both dialing from a gtalk client to SIP, as
<br>well as an SIP call to gtalk.&nbsp;&nbsp;You can run a &quot;jabber debug&quot; before the<br>call is placed to see more debug info on what&#39;s causing the crash.&nbsp;&nbsp;With<br>the module in Beta, I believe it&#39;s just a bug that needs to be worked
<br>out.&nbsp;&nbsp;Below you&#39;ll see the output of one of my calls.<br><br>:M<br><br>sysmast01*CLI&gt;<br>JABBER: gtalk_account INCOMING: &lt;iq<br>to=&quot;<a href="http://xxxxxxxx@gmail.com/asterisk4273D1E7">xxxxxxxx@gmail.com/asterisk4273D1E7
</a>&quot; type=&quot;set&quot; id=&quot;35&quot;<br>from=&quot;<a href="http://yyyyyyyy@gmail.com/Talk.v1001EE54E14">yyyyyyyy@gmail.com/Talk.v1001EE54E14</a>&quot;&gt;&lt;session type=&quot;initiate&quot;<br>id=&quot;2077360010&quot; initiator=&quot;
<a href="http://yyyyyyyy@gmail.com/Talk.v1001EE54E14">yyyyyyyy@gmail.com/Talk.v1001EE54E14</a>&quot;<br>xmlns=&quot;<a href="http://www.google.com/session">http://www.google.com/session</a>&quot;&gt;&lt;description xml:lang=&quot;en&quot;
<br>xmlns=&quot;<a href="http://www.google.com/session/phone">http://www.google.com/session/phone</a>&quot;&gt;&lt;payload-type id=&quot;103&quot;<br>name=&quot;ISAC&quot; clockrate=&quot;16000&quot;/&gt;&lt;payload-type id=&quot;97&quot; name=&quot;IPCMWB&quot;
<br>clockrate=&quot;16000&quot; bitrate=&quot;80000&quot;/&gt;&lt;payload-type id=&quot;99&quot; name=&quot;speex&quot;<br>clockrate=&quot;16000&quot; bitrate=&quot;22000&quot;/&gt;&lt;payload-type id=&quot;4&quot; name=&quot;G723&quot;
<br>clockrate=&quot;8000&quot; bitrate=&quot;6300&quot;/&gt;&lt;payload-type id=&quot;98&quot; name=&quot;speex&quot;<br>clockrate=&quot;8000&quot; bitrate=&quot;11000&quot;/&gt;&lt;payload-type id=&quot;100&quot; name=&quot;EG711U&quot;
<br>clockrate=&quot;8000&quot; bitrate=&quot;64000&quot;/&gt;&lt;payload-type id=&quot;101&quot; name=&quot;EG711A&quot;<br>clockrate=&quot;8000&quot; bitrate=&quot;64000&quot;/&gt;&lt;payload-type id=&quot;0&quot; name=&quot;PCMU&quot;
<br>clockrate=&quot;8000&quot; bitrate=&quot;64000&quot;/&gt;&lt;payload-type id=&quot;8&quot; name=&quot;PCMA&quot;<br>clockrate=&quot;8000&quot; bitrate=&quot;64000&quot;/&gt;&lt;payload-type id=&quot;13&quot; name=&quot;CN&quot;
<br>clockrate=&quot;8000&quot;/&gt;&lt;payload-type id=&quot;102&quot; name=&quot;iLBC&quot; clockrate=&quot;<br>sysmast01*CLI&gt;<br>JABBER: gtalk_account INCOMING: 8000&quot; bitrate=&quot;13300&quot;/&gt;&lt;payload-type
<br>id=&quot;106&quot; name=&quot;telephone-event&quot;<br>clockrate=&quot;8000&quot;/&gt;&lt;/description&gt;&lt;transport<br>xmlns=&quot;<a href="http://www.google.com/transport/p2p">http://www.google.com/transport/p2p</a>
&quot;/&gt;&lt;/session&gt;&lt;/iq&gt;<br>sysmast01*CLI&gt; *** glibc detected *** /usr/sbin/asterisk:<br>munmap_chunk(): invalid pointer: 0xb7e47b73 ***<br>======= Backtrace: =========<br>/lib/libc.so.6(cfree+0x1bb)[0x9b667b]
<br>/usr/lib/asterisk/modules/chan_gtalk.so[0x82bde5]<br>/usr/lib/asterisk/modules/chan_gtalk.so[0x82c436]<br>/usr/lib/libiksemel.so.3(iks_filter_packet+0x129)[0x278789]<br>/usr/lib/asterisk/modules/res_jabber.so[0x4000c7]
<br>/usr/lib/libiksemel.so.3[0x276b55]<br>/usr/lib/libiksemel.so.3(iks_parse+0x5c1)[0x274ad1]<br>/usr/lib/libiksemel.so.3(iks_recv+0x98)[0x276488]<br>/usr/lib/asterisk/modules/res_jabber.so[0x3fbd70]<br>/usr/sbin/asterisk[0x80eadfb]
<br>/lib/libpthread.so.0[0xac03db]<br>/lib/libc.so.6(clone+0x5e)[0xa1a06e]<br><br><br>Mani Sridhar wrote:<br>&gt; hi,<br>&gt; it turns out that the iksemel library (which i installed using an rpm)<br>&gt; was returning 0 when the function iks_has_tls() was called. it should
<br>&gt; return 1 otherwise res_jabber.o thinks gnuTLS is not installed. i<br>&gt; confirmed this by running a test program i wrote, that calls<br>&gt; iks_has_tls . it returned 0.<br>&gt;<br>&gt; i downloaded iksemel source, compiled it and now the test program
<br>&gt; returned 1.<br>&gt;<br>&gt; now, &quot;jabber show connected&quot; shows the google talk account as<br>&gt; connected, but i don&#39;t see this buddy online on my other google talk<br>&gt; buddy list.<br>&gt;<br>
&gt; i added an extension in extensions.conf that calls Gtalk/buddy, and as<br>&gt; soon as i call this extension, asterisk terminates due to a<br>&gt; segmentation fault. it didn&#39;t seem like a core was dumped - i&#39;m still
<br>&gt; looking for it.<br>&gt;<br>&gt; thanks<br>&gt; sridhar<br>&gt;<br>&gt; _________________________________________________________________<br>&gt; Live the life in style with MSN Lifestyle. Check out!<br>&gt; <a href="http://content.msn.co.in/Lifestyle/Default">
http://content.msn.co.in/Lifestyle/Default</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list
<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<br><br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Ronald Lewis<br>Producer, Interviews<br>Founder and CTA, Riverscape<br><a href="http://www.ronaldlewis.com/interviews">
http://www.ronaldlewis.com/interviews</a><br><a href="http://www.riverscapecorp.com">http://www.riverscapecorp.com</a>