[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 15:35:26 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 15:35 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...
======================================================================
----------------------------------------------------------------------
(0126839) svnbot (reporter) - 2010-09-10 15:35
https://issues.asterisk.org/view.php?id=17673#c126839
----------------------------------------------------------------------
Repository: asterisk
Revision: 286115
_U branches/1.6.2/
U branches/1.6.2/channels/chan_local.c
U branches/1.6.2/funcs/func_channel.c
U branches/1.6.2/include/asterisk/channel.h
U branches/1.6.2/include/asterisk/frame.h
U branches/1.6.2/include/asterisk/pbx.h
------------------------------------------------------------------------
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=286115
Issue History
Date Modified Username Field Change
======================================================================
2010-09-10 15:35 svnbot Checkin
2010-09-10 15:35 svnbot Note Added: 0126839
======================================================================
More information about the asterisk-bugs
mailing list