--- chan_sip.c.trunk.83071 2007-09-20 14:41:45.000000000 +0200 +++ chan_sip.c.trunk.83071.retrans 2007-09-20 14:46:11.000000000 +0200 @@ -10214,7 +10214,7 @@ if (peer->callingpres) /* Peer calling pres setting will override RPID */ p->callingpres = peer->callingpres; if (peer->maxms && peer->lastms) - p->timer_t1 = peer->lastms; + p->timer_t1 = peer->lastms < global_t1min ? global_t1min : peer->lastms; if (ast_test_flag(&peer->flags[0], SIP_INSECURE_INVITE)) { /* Pretend there is no required authentication */ ast_string_field_free(p, peersecret);