[asterisk-bugs] [JIRA] (ASTERISK-24419) Incorrect syntax for setting language in configs/extensions.conf.sample
Ben Klang (JIRA)
noreply at issues.asterisk.org
Tue Oct 14 11:53:29 CDT 2014
Ben Klang created ASTERISK-24419:
------------------------------------
Summary: Incorrect syntax for setting language in configs/extensions.conf.sample
Key: ASTERISK-24419
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24419
Project: Asterisk
Issue Type: Bug
Security Level: None
Affects Versions: 11.13.0
Reporter: Ben Klang
Severity: Minor
Line 560 of configs/extensions.conf.sample attempts to show how to set the channel's language to French, but it's wrong.
Incorrect:
Set(LANGUAGE()=fr)
Correct:
Set(CHANNEL(language)=fr)
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list