jambonz / jambonz-feature-server

Core telephony feature server for the jambones platform
MIT License
47 stars 38 forks source link

fixed feature server kill currenttask if jambonz hangup the call #948

Closed xquanluu closed 3 weeks ago

xquanluu commented 3 weeks ago

TO Fix issue: Gather keep running forever if call is killed by jambonz.

TO reproduce: 1/ Have ws application return gather for deepgram vendor 2/ while gather is running, keep silence and restart ws application 3/ jambonz reconnect ws application, ws application accept the connection but don't send ack 4/ jambonz close the call 5/ gather keep running in ghost mode.