]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Improved mapping of extension states from combined device states.
authorDavid Vossel <dvossel@digium.com>
Thu, 2 Jul 2009 15:05:57 +0000 (15:05 +0000)
committerDavid Vossel <dvossel@digium.com>
Thu, 2 Jul 2009 15:05:57 +0000 (15:05 +0000)
commit4c99b19973022ca143bbcd9e823bf61f2d9fb79a
treeb579c7a6441babd31d19e0ae3240551dfa64aacc
parente8f05701181162e3b788ebfaab06bfa5731daa95
Improved mapping of extension states from combined device states.

This fixes a few issues with incorrect extension states and adds
a cli command, core show device2extenstate, to display all possible
state mappings.

(closes issue #15413)
Reported by: legart
Patches:
      exten_helper.diff uploaded by dvossel (license 671)
Tested by: dvossel, legart, amilcar

Review: https://reviewboard.asterisk.org/r/301/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@204681 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/devicestate.h
include/asterisk/pbx.h
main/devicestate.c
main/pbx.c