Skip to content

Commit

Permalink
fix bug where originate can return success when it should not
Browse files Browse the repository at this point in the history
  • Loading branch information
anthmFS committed Mar 27, 2013
1 parent 18b8007 commit 4fe24be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/switch_ivr_originate.c
Expand Up @@ -3045,6 +3045,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
goto notready;
break;
case SWITCH_STATUS_BREAK:
status = SWITCH_STATUS_FALSE;
goto done;
break;
default:
Expand Down

0 comments on commit 4fe24be

Please sign in to comment.