Skip to content

Commit

Permalink
ims_charging: Do not close dialog upon Ro credit control timeout befo…
Browse files Browse the repository at this point in the history
…re answer
  • Loading branch information
m-sini-ath committed Jul 21, 2016
1 parent f087a82 commit 54cb0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ims_charging/ro_timer.c
Expand Up @@ -473,6 +473,9 @@ void ro_session_ontimeout(struct ro_tl *tl) {
case delayed_delete:
destroy_ro_session(ro_session);
return;
case pending:
/* call is not answered yet. No point asking more credit. Just wait for dialog to progress somehow */
return;
default:
LM_ERR("Diameter call session - event [%d]\n", ro_session->event_type);

Expand Down

0 comments on commit 54cb0e7

Please sign in to comment.