Improve consistency between app_dial and app_queue with regards
authorMark Michelson <mmichelson@digium.com>
Thu, 26 Jun 2008 23:35:29 +0000 (23:35 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 26 Jun 2008 23:35:29 +0000 (23:35 +0000)
commit0178d0ccd601b7d7a47cc2e51f2257663e39a1c8
tree72c673707e98a7ec73f00fd089b2c3faff945e35
parentea326c832f2612eb74821be6c68020e0e0ba03d1
Improve consistency between app_dial and app_queue with regards
to how language is handled between two channels whose native
language is different. Prior to this patch, app_dial would have
the callee inherit the caller's language, and app_queue would not.

After this patch, app_dial no longer has the language inheritance
capability. This seems to make the most sense since it seems more
natural for a person to hear files played back in his/her native
language instead of the language of the person on the far end of
the call. See the CHANGES file for hints on how to keep the
previous behavior of app_dial if desired.

(closes issue #12489)
Reported by: bcnit

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
apps/app_dial.c