[Home]

Summary:ASTERISK-01642: [patch] Add language support to chan_local.c
Reporter:jimkou (jimkou)Labels:
Date Opened:2004-05-17 09:38:45Date Closed:2008-01-15 14:55:09.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Internationalization
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_local.c.txt
Description:when I execute Dial(Local/${EXTEN}@extensions/n) then language change to en, this patch can fix that problem.


****** ADDITIONAL INFORMATION ******

use Dial(Local/${EXTEN}@extensions/n${LANGUAGE}) to keep the current language set

(sorry for that poor english...:p)
Comments:By: Mark Spencer (markster) 2004-05-17 09:42:37

Why don't we just copy the language in all cases from the source channel to destination channel in dial, and then we can copy it agian in chan_local per-se.  That would make more sense than passing it as an option.

By: Mark Spencer (markster) 2004-05-17 11:40:59

Okay i just implemented it like i was suggesting.

By: Digium Subversion (svnbot) 2008-01-15 14:55:09.000-0600

Repository: asterisk
Revision: 2992

U   trunk/channels/chan_local.c

------------------------------------------------------------------------
r2992 | markster | 2008-01-15 14:55:08 -0600 (Tue, 15 Jan 2008) | 2 lines

Propagate language properly across chan_local (bug ASTERISK-1642)

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

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