Skip to content

Rejecting an inbound call should bounce it to voice mail

Priya Mahendrakar requested to merge (removed):CallRejectVoiceMail into devel

When an inbound call is rejected, the call isn't getting bounced to a voice mail. This is because, whenever call is rejected asterisk is sending 403 response. Changing the hang up cause to AST_CAUSE_USER_BUSY so asterisk responds with 486 code rather than 403.

Merge request reports