Matthew Riddell
Matthew Riddell
I've made some progress by making the entity mandatory, but at the moment I'm getting a response of: `Hi there hello my name is matt` instead of `Hi there matt`
Careful using that .d.ts file - the top of it states it is GPL3 meaning your entire codebase becomes GPL if you include it.
@tasn any chance you'd be able to make a copy with the same license as this codebase?
@tasn awesome, thanks man!
The only difference I can see from a machine that I had this working on was this: ```diff diff --git a/apps/app_audiofork.c b/apps/app_audiofork.c index 1b3a0174f..12e5b2f81 100644 --- a/apps/app_audiofork.c +++ b/apps/app_audiofork.c @@...
It's out of a git fork but just config changes. Version is 16.10.x
If it keeps crashing do a backtrace on it and see where: [Getting a backtrace](https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace)
No problems - post back if you have issues and I'll help where I can
Hah ok, So @DanJenkins shared a repository with me that I used: [RTP Audio Server](https://github.com/nimbleape/asterisk-dialogflow-rtp-audioserver) I'm using it for a different purpose than what I used this repository for. This...