Skip to content

Commit

Permalink
call_center: passthrough in-dialog requests, except BYE
Browse files Browse the repository at this point in the history
(cherry picked from commit c0f5b12)
  • Loading branch information
razvancrainea committed Oct 25, 2023
1 parent 3867a7c commit d89e06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/call_center/call_center.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ int b2bl_callback_customer(b2bl_cb_params_t *params, unsigned int event)
if (event!=B2B_BYE_CB) {
lock_set_release( data->call_locks, call->lock_idx );
cc_call_state = CC_CALL_NONE;
return 0;
return 1;
}

/* right-side leg of call sent BYE */
Expand Down

0 comments on commit d89e06b

Please sign in to comment.