mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-6686 #resolve #comment increased the timeout to 30 to accomidate situations where the engine takes longer to pick an IP
This commit is contained in:
@@ -1575,7 +1575,7 @@
|
||||
if (dialog.state == $.verto.enum.state.trying) {
|
||||
dialog.setState($.verto.enum.state.hangup);
|
||||
}
|
||||
}, 5000);
|
||||
}, 30000);
|
||||
break;
|
||||
case $.verto.enum.state.purge:
|
||||
dialog.setState($.verto.enum.state.destroy);
|
||||
|
Reference in New Issue
Block a user