has been subscribed to goes on hold. Otherwise, they just stay on like it does
when an extension is in use.
(closes issue #11263)
Reported by: russell
Patches:
notify_hold.rev1.txt uploaded by russell (license 2)
Tested by: russell
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@108530
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
break;
case AST_EXTENSION_ONHOLD:
statestring = "confirmed";
- local_state = NOTIFY_INUSE;
+ local_state = NOTIFY_CLOSED;
pidfstate = "busy";
pidfnote = "On Hold";
break;