Results 389 comments of Dave Horton

I would love some information about v2 - what it adds, what it breaks etc. Last I looked, some time ago, it seemed to lack some things that were in...

@vasudevan-Kore please retest with this fix

um, yeah this is source code you would need to compile freeswitch with support for it.

this does not compile for me. Did it for you @lylepratt ? You've tested this, right? ``` make[4]: Entering directory '/usr/local/src/freeswitch/src/mod/applications/mod_aws_transcribe' CXX mod_aws_transcribe_la-aws_transcribe_glue.lo aws_transcribe_glue.cpp: In constructor ‘GStreamer::GStreamer(const char*, const char*,...

can you provide a full freeswitch log at debug

The issue seems to be that we queue incoming audio that collects while we are trying to connect to lex, and then we send it through in one go after...

can you create the simplest possible flow that leaves a channel open after call completes and provide the freeswitch log file at debug level?

can you show me your code for the `dialog.on('destroy')` handler? Feel free to send privately if you wish

agree it would be nice. Will look into making this change

There isn't much logging when a drachtio app disconnects from the server -- just a single log message that a client tcp connection has closed. Usually when connections are lost...