add state change to verto to allow call to stay up when network conditions change

This commit is contained in:
Anthony Minessale
2014-09-18 15:30:28 -04:00
parent 1379a2cc9f
commit bb2427e833
2 changed files with 3 additions and 1 deletions

View File

@@ -1951,6 +1951,8 @@
hangup: 1
},
active: {
answering: 1,
requesting: 1,
hangup: 1,
held: 1
},