[Home]

Summary:ASTERISK-14839: [patch] Regression: 1.6.0 fixes for no incoming calls, memory leak, and hosts file warning were not merged into 1.6.1
Reporter:John Covert (jcovert)Labels:
Date Opened:2009-09-15 15:24:39Date Closed:2009-09-15 16:57:38
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_gtalk
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_gtalk.c.patch
Description:The fixes for the following

Issue ASTERISK-12586
Issue ASTERISK-13133
Issue ASTERISK-13134

which are all in 1.6.0 head are not in 1.6.1 head.

The attached patch file takes care of that merge.
Comments:By: Tilghman Lesher (tilghman) 2009-09-15 16:57:38

------------------------------------------------------------------------
r218727 | tilghman | 2009-09-15 16:53:03 -0500 (Tue, 15 Sep 2009) | 44 lines

Merged revisions 139281,175058,175089 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
(closes issue ASTERISK-13134)

................
 r139281 | phsultan | 2008-08-21 04:55:31 -0500 (Thu, 21 Aug 2008) | 5 lines

 Fix two memory leaks in chan_gtalk, thanks Eliel!
 (closes issue ASTERISK-12586)
 Reported by: eliel
 Patches:
       chan_gtalk.c.patch uploaded by eliel (license 64)
................
 r175058 | phsultan | 2009-02-12 04:31:36 -0600 (Thu, 12 Feb 2009) | 20 lines

 Merged revisions 175029 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

 ........
 r175029 | phsultan | 2009-02-12 11:16:21 +0100 (Thu, 12 Feb 2009) | 12 lines

 Set the initiator attribute to lowercase in our replies when receiving calls.

 This attribute contains a JID that identifies the initiator of the GoogleTalk
 voice session. The GoogleTalk client discards Asterisk's replies if the
 initiator attribute contains uppercase characters.

 (closes issue ASTERISK-13133)
 Reported by: jcovert
 Patches:
       chan_gtalk.2.patch uploaded by jcovert (license 551)
 Tested by: jcovert

 ........
................
 r175089 | phsultan | 2009-02-12 08:25:03 -0600 (Thu, 12 Feb 2009) | 6 lines

 Issue a warning message if our candidate's IP is the loopback address.

 (closes issue ASTERISK-13134)
 Reported by: jcovert
 Tested by: phsultan
................

------------------------------------------------------------------------