diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index 81ee39d233eb6de1b9eecd32ad94b92f39257db8..178775a035651427800e06ba4e0e9f3304774d7f 100755 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -251,7 +251,7 @@ struct iax2_registry { static struct iax2_registry *registrations; /* Don't retry more frequently than every 10 ms, or less frequently than every 5 seconds */ -#define MIN_RETRY_TIME 10 +#define MIN_RETRY_TIME 100 #define MAX_RETRY_TIME 10000 #define MAX_JITTER_BUFFER 50