[Home]

Summary:ASTERISK-08882: Function LANGUAGE not registered
Reporter:Badalian Vyacheslav (slavon)Labels:
Date Opened:2007-02-26 08:22:08.000-0600Date Closed:2011-06-07 14:08:08
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello
this url
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+SetLanguage
say what SetLanguage(language) now replaced by Set(LANGUAGE()=language)
Not work... i need use RU in call files. In sip.conf i set language=ru
core show settings say
Default language: en
but grep "=en" not found where i can overlay this param. :(

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

   -- Executing [89036253441@callback:5] Set("SIP/cisco3600-trunk-08274ca0", "LANGUAGE()=ru") in new stack
[Feb 26 17:18:53] ERROR[31710]: pbx.c:1433 ast_func_write: Function LANGUAGE not registered
Comments:By: Joshua C. Colp (jcolp) 2007-02-26 08:25:28.000-0600

The LANGUAGE dialplan function was deprecated in 1.4 and finally removed in trunk. If you want to set the language on the channel use Set(CHANNEL(language)=ru)