https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r64044 | file | 2007-05-12 12:32:15 -0400 (Sat, 12 May 2007) | 2 lines
Ensure the onhold flag is set no matter what when being put on hold.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64045
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_set_flag(&p->flags[1], SIP_PAGE2_CALL_ONHOLD_ONEDIR);
else if (sendonly == 2) /* Inactive stream */
ast_set_flag(&p->flags[1], SIP_PAGE2_CALL_ONHOLD_INACTIVE);
+ else
+ ast_set_flag(&p->flags[1], SIP_PAGE2_CALL_ONHOLD);
if (global_notifyhold)
sip_peer_hold(p, TRUE);
}