drachtio/drachtio-freeswitch-modules

run dialogflow_start uuid project en-US welcome still can't use

Closed this issue · 1 comments

2020-05-15 07:56:14.637560 [DEBUG] mod_dialogflow.c:146 command 8cb25d28-9681-11ea-a85d-ffcc635c2d98 test-edccbc en-US welcome
2020-05-15 07:56:14.637560 [INFO] mod_dialogflow.c:96 starting dialogflow with project test-edccbc, language en-US, event welcome, text (null).
2020-05-15 07:56:14.637560 [DEBUG] google_glue.cpp:89 GStreamer::startStream set event welcome, text (null) 0x7ff6ec0c6d90
2020-05-15 07:56:14.737545 [DEBUG] google_glue.cpp:179 grpc_read_thread: starting cb 0x7ff6ec06ab58
2020-05-15 07:56:14.737545 [INFO] mod_dialogflow.c:52 Got SWITCH_ABC_TYPE_INIT.
2020-05-15 07:56:14.737545 [DEBUG] switch_core_media_bug.c:970 Attaching BUG to sofia/internal/1000@34.96.243.25
2020-05-15 07:56:14.737545 [DEBUG] switch_cpp.cpp:1187 sofia/internal/1000@34.96.243.25 destroy/unlink session from object
2020-05-15 07:56:14.737545 [NOTICE] switch_core_state_machine.c:386 sofia/internal/1000@34.96.243.25 has executed the last dialplan instruction, hanging up.
2020-05-15 07:56:14.737545 [NOTICE] switch_core_state_machine.c:388 Hangup sofia/internal/1000@34.96.243.25 [CS_EXECUTE] [NORMAL_CLEARING]

The README gives instructions on how to build freeswitch to work with this app -- specifically to run the ansible role provided. It seems you did not follow this, since if you had there would not be an "internal" dialplan. I suspect further that your dialplan is ending the call somehow because the log indicates it is ending.

So it seems like you have a non-standard install, and I'm afraid I can't help you