]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Resolve a crash in res_smdi when used with chan_dahdi.
authorRussell Bryant <russell@russellbryant.com>
Mon, 27 Apr 2009 19:00:54 +0000 (19:00 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 27 Apr 2009 19:00:54 +0000 (19:00 +0000)
commit8798a0f9ddb38dfc0edbda6911a24abfd8a91511
tree1be38b640afd7f6c5ae59ad04bfdbe48d04567f7
parent03eb22fe76bffb950c4b1bb71277291f37658027
Resolve a crash in res_smdi when used with chan_dahdi.

When chan_dahdi goes to get an SMDI message, it provides no search criteria.
It just grabs the next message that arrives.  This code was written with the
SMDI dialplan functions in mind, since that is now the preferred method of
using SMDI.  However, this broke support of it being used from chan_dahdi.

(closes AST-212)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@190661 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_smdi.c