[asterisk-bugs] [JIRA] (ASTERISK-18238) local channel doesn't respect default language setting in asterisk.conf
cervajs (JIRA)
noreply at issues.asterisk.org
Wed Dec 5 09:23:45 CST 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-18238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=200422#comment-200422 ]
cervajs commented on ASTERISK-18238:
------------------------------------
i have the same problem. patch doesnt help
[CC] chan_local.c -> chan_local.o
chan_local.c: In function local_new:
chan_local.c:1193: error: requestor undeclared (first use in this function)
chan_local.c:1193: error: (Each undeclared identifier is reported only once
chan_local.c:1193: error: for each function it appears in.)
chan_local.c:1194: error: chan undeclared (first use in this function)
make[1]: *** [chan_local.o] Error 1
make: *** [channels] Error 2
> local channel doesn't respect default language setting in asterisk.conf
> -----------------------------------------------------------------------
>
> Key: ASTERISK-18238
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-18238
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_local
> Affects Versions: 1.8.5.0
> Environment: Linux
> Reporter: Alan
> Severity: Minor
> Attachments: chan_local-language.diff
>
>
> In my scenario I originate a call from via the manager interface (AMI).
> I create the channel using something like this:
> Action: Originate
> Channel: Local/01 at to-forward/n
> Context: to-newcall-record
> Extension: s
> Priority: 1
> Async: 1
> I always get english sounds, even though I have configured the "defaultlanguage" in /etc/asterisk/asterisk.conf to something else.
> Since there is no configuration file for the local channel, I assumed the the default in asterisk.conf would take effect, but it doesn't.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list