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

chan_beagle: Initial port to compile on current Asterisk. #319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefiles.diff
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ diff --git a/channels/Makefile b/channels/Makefile
index 0af82d9ff0..9337710728 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -30,6 +30,9 @@ $(call MOD_ADD_C,chan_sip,$(wildcard sip/*.c))
@@ -30,6 +30,10 @@ $(call MOD_ADD_C,chan_sip,$(wildcard sip/*.c))
$(call MOD_ADD_C,chan_pjsip,$(wildcard pjsip/*.c))
$(call MOD_ADD_C,chan_dahdi,$(wildcard dahdi/*.c) sig_analog.c sig_pri.c sig_ss7.c)

+chan_simpleusb.so: LIBS+=-lusb -lasound
+chan_usbradio.so: LIBS+=-lusb -lasound
+chan_beagle.so: LIBS+=-lasound
+
chan_dahdi.o: _ASTCFLAGS+=$(call get_menuselect_cflags,LOTS_OF_SPANS)
chan_mgcp.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)
Expand Down
Loading
Loading