Index: channels/chan_mgcp.c =================================================================== --- channels/chan_mgcp.c (revisiĆ³n: 90427) +++ channels/chan_mgcp.c (copia de trabajo) @@ -2619,7 +2619,7 @@ while (strlen(p->dtmf_buf) == len){ ast_safe_sleep(chan, loop_pause); timeout -= loop_pause; - if ( (timeout -= loop_pause) <= 0){ + if (timeout <= 0){ res = 0; break; }