Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod_audio_fork does not compile #11

Open
icanhazpython opened this issue Jan 7, 2022 · 3 comments
Open

mod_audio_fork does not compile #11

icanhazpython opened this issue Jan 7, 2022 · 3 comments

Comments

@icanhazpython
Copy link

Using fs v1.10.5, when mod_audio_fork is present in the apps dir, I get this error when trying to build FS:

mod_audio_fork.c: In function ‘start_capture’:
mod_audio_fork.c:69:18: error: variable ‘samples_per_second’ set but not used [-Werror=unused-but-set-variable]
   69 |         uint32_t samples_per_second;
      |                  ^~~~~~~~~~~~~~~~~~
@denialhaq
Copy link

after trying to run using ansible and get error on "freeswitch make" steps, then i run command "make" on freeswitch directory directly an i get same error

@icanhazpython
Copy link
Author

I was able to get FS built by basically removing the mod_audio_fork patch. I think I may have even edited the build config to omit building that module. I'm not 100% sure what I did as I was just trying to get the dang thing built, and I didn't have a need for any of the drachtio-specific freeswitch modules.

@denialhaq
Copy link

Finally, after multiple times try to run ansible-playbook, i can build and run this using dialogflow i also not sure what the cause is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants