[Home]

Summary:ASTERISK-19381: Local channel don't inherited language
Reporter:Mark Petersen (roadkill)Labels:
Date Opened:2012-02-17 04:07:26.000-0600Date Closed:2012-02-20 11:29:46.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_local
Versions:1.8.9.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:fedora 12 Intel(R) Xeon(R) CPU E5630 @ 2.53GHz MemTotal: 2097152 kB MemFree: 1542332 kB Attachments:
Description:when you use a local channels it default to en, this problem do not exist in 1.6

[Incoming]
exten => 000,1,NoOP(${CHANNEL(language)})
exten => 000,n,Dial(Local/000@Test)
exten => 000,n,NoOP(${CHANNEL(language)})
exten => 000,n,Hangup()

[Test]
exten => 000,1,NoOP(${CHANNEL(language)})
exten => 000,n,Hangup()


[2012-02-17 10:56:35.899]     -- Executing [000@Incoming:1] NoOp("SIP/781-000413260263-1-00000531", "da") in new stack
[2012-02-17 10:56:35.900]     -- Executing [000@Incoming:2] Dial("SIP/781-000413260263-1-00000531", "Local/000@Test") in new stack
[2012-02-17 10:56:35.923]     -- Called Local/000@Test
[2012-02-17 10:56:35.923]     -- Executing [000@Test:1] NoOp("Local/000@Test-f124;2", "en") in new stack
[2012-02-17 10:56:35.926]     -- Executing [000@Test:2] Hangup("Local/000@Test-f124;2", "") in new stack
[2012-02-17 10:56:35.926]   == Spawn extension (Test, 000, 2) exited non-zero on 'Local/000@Test-f124;2'
[2012-02-17 10:56:35.942]     -- No one is available to answer at this time (1:0/0/0)
[2012-02-17 10:56:35.948]     -- Executing [000@Incoming:3] NoOp("SIP/781-000413260263-1-00000531", "da") in new stack
[2012-02-17 10:56:35.950]     -- Executing [000@Incoming:4] Hangup("SIP/781-000413260263-1-00000531", "") in new stack
Comments:By: Matt Jordan (mjordan) 2012-02-20 11:29:46.241-0600

Duplicate of ASTERISK-18238

By: Filip Frank (frenk77) 2012-03-19 06:22:23.392-0500

I have same problem on 1.8.11.0-rc2 too. Language after Dial(Local/xxxx@context) is always  "en" :(

By: Nikola Ciprich (nikola.ciprich) 2012-03-23 06:09:47.507-0500

well it doesn't seem to be the same bug, and ASTERISK-18238 seems to be stalled anyways :(  could this be reopened?