diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 7639337809e0c4b93165dbef826c390b32de8a51..23bf71e838b1303f93fc8d5f337d2576a60003ae 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -5724,6 +5724,8 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req) 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); }