Re: [OpenWrt-Devel] [PATCH] [packages] Add asterisk-chan-dongle package (v.2)

2013-03-22 Thread Jiri Slachta
Seems to be ok, compiles ok, module loads in asterisk as well. Because I do not have any Huawei dongle, I cannot test it. Next time please follow naming convention for the folder of this package Makefile (because of the existence asterisk18 and asterisk11 package). Also please do a patch insid

[OpenWrt-Devel] [PATCH] [packages] Add asterisk-chan-dongle package (v.2)

2013-03-21 Thread Infactum
Patch adds chan_dongle Asterisk 11 channel driver for Huawei UMTS/3G USB modems (dongles). Signed-off-by: Yegor Ivanov --- --- a/packages/net/asterisk-chan-dongle/Makefile +++ b/packages/net/asterisk-chan-dongle/Makefile @@ -0,0 +1,74 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free so

Re: [OpenWrt-Devel] [PATCH] [packages] Add asterisk-chan-dongle package

2013-02-12 Thread Jiri Slachta
Hello, comments below to improve your patch: Dne 12.2.2013 17:42, Infactum napsal(a): > Patch adds chan_dongle Asterisk 11 channel driver for Huawei UMTS/3G USB > modems (dongles). > + > +WITH_ASTERISK=asterisk-11.2.1 Follow CFLAGS comment below - this variable is unnecessary. With each version

[OpenWrt-Devel] [PATCH] [packages] Add asterisk-chan-dongle package

2013-02-12 Thread Infactum
Patch adds chan_dongle Asterisk 11 channel driver for Huawei UMTS/3G USB modems (dongles). Signed-off-by: Yegor Ivanov --- --- a/packages/net/asterisk-chan-dongle/Makefile +++ b/packages/net/asterisk-chan-dongle/Makefile @@ -0,0 +1,73 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free so