--- apps/app_queue.c.orig 2010-07-19 23:34:40.336320627 +0200 +++ apps/app_queue.c 2010-07-19 23:35:04.396273166 +0200 @@ -2337,6 +2337,9 @@ ast_channel_inherit_variables(qe->chan, tmp->chan); ast_channel_datastore_inherit(qe->chan, tmp->chan); + /* Inherit language from parent channel */ + ast_string_field_set(tmp->chan, language, qe->chan->language); + /* Presense of ADSI CPE on outgoing channel follows ours */ tmp->chan->adsicpe = qe->chan->adsicpe;