]> git.ipfire.org Git - thirdparty/asterisk.git/commit
funcs/func_holdintercept: Actually add the HOLD_INTERCEPT function 53/1453/2
authorMatt Jordan <mjordan@digium.com>
Tue, 20 Oct 2015 17:06:52 +0000 (12:06 -0500)
committerMatt Jordan <mjordan@digium.com>
Wed, 21 Oct 2015 00:12:21 +0000 (19:12 -0500)
commit72cbb6df55bad972bf12800946f3c0b219aca049
tree8f9a3f2e4ef3a687fbfb41421e41d5beed0d645f
parent7c560a9a31ce93ae35ac80ca7f098929fbc5c6d5
funcs/func_holdintercept: Actually add the HOLD_INTERCEPT function

When ab803ec342 was committed, it accidentally forgot to actually *add* the
HOLD_INTERCEPT function. This highlights two interesting points:
* Gerrit forces you to put the patch as it is going to into the repo up for
  review, which Review Board did not. Yay Gerrit.
* No one apparently bothered to use this feature, or else they don't know about
  it. I'm going to go with the latter explanation.

ASTERISK-24922

Change-Id: Ida38278f259dd07c334a36f9b7d5475b5db72396
CHANGES
funcs/func_holdintercept.c [new file with mode: 0644]