[asterisk-bugs] [Asterisk 0017673]: [patch] When using Local/ as members, language is not inherited

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Sep 10 17:15:49 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17673 
====================================================================== 
Reported By:                Guggemand
Assigned To:                twilson
====================================================================== 
Project:                    Asterisk
Issue ID:                   17673
Category:                   Applications/app_queue
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.6.2.13
Asterisk Version:           1.6.1 - SECURITY ONLY! Test 1.6.2 
JIRA:                       SWP-1871 
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/903/ 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-07-19 16:51 CDT
Last Modified:              2010-09-10 17:15 CDT
====================================================================== 
Summary:                    [patch] When using Local/ as members, language is
not inherited
Description: 
When using Local/xxx at xxx/n as queue members, the callee gets announcements
in the default language, instead of their own language.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0015372 [patch] app_followme does not set corre...
====================================================================== 

---------------------------------------------------------------------- 
 (0126844) svnbot (reporter) - 2010-09-10 17:15
 https://issues.asterisk.org/view.php?id=17673#c126844 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 286190

_U  trunk/
U   trunk/channels/chan_local.c
U   trunk/funcs/func_channel.c
U   trunk/include/asterisk/channel.h
U   trunk/include/asterisk/frame.h
U   trunk/include/asterisk/pbx.h

------------------------------------------------------------------------
r286190 | twilson | 2010-09-10 17:15:48 -0500 (Fri, 10 Sep 2010) | 37
lines

Merged revisions 286189 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r286189 | twilson | 2010-09-10 17:04:53 -0500 (Fri, 10 Sep 2010) | 30
lines
  
  Merged revisions 286115 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ................
    r286115 | twilson | 2010-09-10 15:35:25 -0500 (Fri, 10 Sep 2010) | 23
lines
    
    Merged revisions 286059 via svnmerge from 
    https://origsvn.digium.com/svn/asterisk/branches/1.4
    
    ........
      r286059 | twilson | 2010-09-10 14:25:08 -0500 (Fri, 10 Sep 2010) |
16 lines
      
      Inherit CHANNEL() writes to both sides of a Local channel
      
      Having Local (/n) channels as queue members and setting the language
in the
      extension with Set(CHANNEL(language)=fr) sets the language on the
Local/...,2
      channel. Hold time report playbacks happen on the Local/...,1
channel and
      therefor do not play in the specified language.
      
      This patch modifies func_channel_write to call the setoption
callback and pass
      the CHANNEL() write info to the callback. chan_local uses this
information to
      look up the other side of the channel and apply the same changes to
it.
      
      (closes issue https://issues.asterisk.org/view.php?id=17673)
      Reported by: Guggemand
      
      Review: https://reviewboard.asterisk.org/r/903/
    ........
  ................
................

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

http://svn.digium.com/view/asterisk?view=rev&revision=286190 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-10 17:15 svnbot         Checkin                                      
2010-09-10 17:15 svnbot         Note Added: 0126844                          
======================================================================




More information about the asterisk-bugs mailing list