Hello!
Recently I've managed to install all Osmocom-DECT components (except
Asterisk, which will be installed later). Everything seem to be working
fine, at least I could try examples from the website without any error. Many
thanks to the authors for this extraordinary job.
Now I want to go further and to configure some useful system using these
tools, but I feel some gaps in documentation/description which need to be
clarified. I would be very thankful to anybody who would bother to answer
the following questions:
1) When a DECT cluster is configured in FP mode (like first example here:
http://dect.osmocom.org/trac/dect/wiki/Configuration ), how can we use it to
attach handsets? Or for what this mode is for? Also I've found that in this
mode beacon frames are sent very seldom and with minimal power, is this
normal?
2) Where one can find the list of keywords for dectmon command line? Or if
not keywords, what is dectmon awaiting after its > character?
3) In which program can we open raw dump files created by dectmon? Is it
possible to dump pcap from dectmon?
4) How can we extract audio from the monitored stream? For example I created
a cluster in PP mode locked to my unencrypted phone, then created a cell and
bound the transceiver, then ran dectmon with '-a yes' keys. No success at
all.
5) Is it possible to extract audio from raw dumps of dectmon with some
ready-to use software?
6) BTW does dectmon support seamless channel hopping to make smooth audio
streams without noise interrupts like those happening in dect_cli software?
Would be grateful for any response.
With best regards, C470IP. E-mail: c470ip(a)yandex.ru
*Hi!**
Asterisk got a problem with load the chan_dect module.**
in my /var/log/asterisk/messages i see:
[Oct 22 17:17:52] WARNING[1049] loader.c: Error loading module
'chan_dect.so': /usr/lib/asterisk/modules/chan_dect.so: undefined
symbol: dect_mm_endpoint_get
[Oct 22 17:17:52] WARNING[1049] loader.c: Module 'chan_dect.so' could
not be loaded.
*
Who can recommend?
**
Hello!
While compiling libnl I get the following errors:
route/cls/ematch_grammar.c:773:5: error: unknown type name 'YYSTYPE'
route/cls/ematch_grammar.c:816:1: error: unknown type name 'YYSTYPE'
route/cls/ematch_grammar.c:818:23: error: unknown type name 'YYSTYPE'
route/cls/ematch_grammar.c:931:17: error: unknown type name 'YYSTYPE'
route/cls/ematch_grammar.c:954:1: error: unknown type name 'YYSTYPE'
route/cls/ematch_grammar.c:2433:1: error: unknown type name 'YYSTYPE'
route/cls/ematch_grammar.c:2439:23: error: unknown type name 'YYSTYPE'
route/cls/ematch_grammar.c:1766:26: warning: 'yy_get_previous_state' defined
but not used [-Wunused-function]
route/cls/ematch_grammar.c:1799:26: warning: 'yy_try_NUL_trans' defined but
not used [-Wunused-function]
route/cls/ematch_grammar.c:1631:12: warning: 'yy_get_next_buffer' defined
but not used [-Wunused-function]
make[2]: *** [route/cls/ematch_grammar.lo] Error 1
make[2]: Exiting `/libnl/lib'
make[1]: *** [all] Error 2
make[1]: Exiting `/libnl/lib'
make: *** [all-recursive] Error 1
I've tried bison 2.2, 2.3 and 2.6.2 with no success. Byacc and flex are also
installed. Is it possible to fix these errors somehow? Unfortunately my
knowledge of source syntax is not sufficient.
With best regards, C470IP.
Hi!
Computer with dektmon must have a sound card and installed drivers for it?
When i run dectmon with option "audio" and loke to the FP, (which is a
conversation)
I need to hear the sound on the computer on-line?
Is it possible to record the sound in a file?
Dear Fans of DECT-
What about the GNU Radio Project? Is anyone working on a version
of DECT as an element of, say the SDR# radio? How about the
SDR# scanner radio?
(1) http://sdrsharp.com/<http://sdrsharp.com/>
(2) http://www.k5dev.com/<http://www.k5dev.com/>
If you want to try this flavor of radio all you need is a suitable
USB Dongle. For easy install with a script use:
http://rtlsdr.org/softwarewindows<http://rtlsdr.org/softwarewindows>
(The Automated method mentioned at the top of the page,
specifically sdr-install.zip)
Have A Nice Day!
----- Original Message -----
From: linux-dect-request(a)lists.osmocom.org<mailto:linux-dect-request@lists.osmocom.org>
To: linux-dect(a)lists.osmocom.org<mailto:linux-dect@lists.osmocom.org>
Sent: Friday, September 21, 2012 5:00 AM
Subject: linux-dect Digest, Vol 40, Issue 1
Send linux-dect mailing list submissions to
linux-dect(a)lists.osmocom.org<mailto:linux-dect@lists.osmocom.org>
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osmocom.org/mailman/listinfo/linux-dect<https://lists.osmocom.org/mailman/listinfo/linux-dect>
or, via email, send a message with subject or body 'help' to
linux-dect-request(a)lists.osmocom.org<mailto:linux-dect-request@lists.osmocom.org>
You can reach the person managing the list at
linux-dect-owner(a)lists.osmocom.org<mailto:linux-dect-owner@lists.osmocom.org>
When replying, please edit your Subject line so it is more specific
than "Re: Contents of linux-dect digest..."
Hi
I have Problem:
When I try to Build libdect:
root@debian:~/dect/libdect# ~~~~~~~~~~
bash: ~~~~~~~~~~: command not found
root@debian:~/dect/libdect# ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
configure: Documentation build disabled
checking for nl_socket_alloc in -lnl... yes
checking for nl_dect_cluster_alloc in -lnl-dect... yes
checking for event_init in -lev... yes
checking for bfd_init in -lbfd... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether to enable assertions... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for linux/dect.h... yes
checking for linux/dect_netlink.h... yes
checking event.h usability... yes
checking event.h presence... yes
checking for event.h... yes
checking bfd.h usability... yes
checking bfd.h presence... yes
checking for bfd.h... yes
checking checking whether event.h is compatible with libev...
configure: error: incompatible event.h header for libev
root@debian:~/dect/libdect#
Good day!
When i run the configure script from libdect, i obtain the following. error:
configure: error: incompatible event.h header for libev
installed:
libev 4.11-1
libevent 2.0.20-1
on last version ArchLinux
Also tested library libevent 2.0.19 and libevent 2.0.10 and OpenSUSE 12.1
But the error still remains :(
Who can recommend?
Hello Henrik,
If you type this command in a terminal this will give you an idea about your issue:
ldd /usr/lib/asterisk/modules/chan_dect.so
On Aug 11, 2012, at 12:00 PM, linux-dect-request(a)lists.osmocom.org wrote:
> Send linux-dect mailing list submissions to
> linux-dect(a)lists.osmocom.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.osmocom.org/mailman/listinfo/linux-dect
> or, via email, send a message with subject or body 'help' to
> linux-dect-request(a)lists.osmocom.org
>
> You can reach the person managing the list at
> linux-dect-owner(a)lists.osmocom.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of linux-dect digest..."
> Today's Topics:
>
> 1. undefined symbol: dect_mm_endpoint_get (henrik hansen)
> 2. Re: undefined symbol: dect_mm_endpoint_get (Patrick McHardy)
>
> From: henrik hansen <hhansen06(a)googlemail.com>
> Subject: undefined symbol: dect_mm_endpoint_get
> Date: August 10, 2012 4:35:09 PM GMT+02:00
> To: linux-dect(a)lists.osmocom.org
>
>
> Hey,
> my Asterisk got a problem with the chan_dect module.
> I build it like it's written here: http://dect.osmocom.org/trac/dect/wiki/Build%20instructions
>
> debian*CLI> module load chan_dect
> Unable to load module chan_dect
> Command 'module load chan_dect' failed.
> [Aug 10 14:23:41] WARNING[19284]: loader.c:449 load_dynamic_module: Error loading module 'chan_dect': /usr/lib/asterisk/modules/chan_dect.so: undefined symbol: dect_mm_endpoint_get
> [Aug 10 14:23:41] WARNING[19284]: loader.c:839 load_resource: Module 'chan_dect' could not be loaded.
>
> Could someone help me, getting this fixed?
>
> --
> --
> Mit freundlichen Grüßen
> Henrik Hansen
>
>
>
>
> From: Patrick McHardy <kaber(a)trash.net>
> Subject: Re: undefined symbol: dect_mm_endpoint_get
> Date: August 10, 2012 4:37:12 PM GMT+02:00
> To: henrik hansen <hhansen06(a)googlemail.com>
> Cc: linux-dect(a)lists.osmocom.org
>
>
> On Fri, 10 Aug 2012, henrik hansen wrote:
>
>> Hey,
>> my Asterisk got a problem with the chan_dect module.
>> I build it like it's written here:
>> http://dect.osmocom.org/trac/dect/wiki/Build%20instructions
>>
>> debian*CLI> module load chan_dect
>> Unable to load module chan_dect
>> Command 'module load chan_dect' failed.
>> [Aug 10 14:23:41] WARNING[19284]: loader.c:449 load_dynamic_module: Error
>> loading module 'chan_dect': /usr/lib/asterisk/modules/chan_dect.so:
>> undefined symbol: dect_mm_endpoint_get
>> [Aug 10 14:23:41] WARNING[19284]: loader.c:839 load_resource: Module
>> 'chan_dect' could not be loaded.
>>
>> Could someone help me, getting this fixed?
>
> Its basically that chan_dect hasn't been converted to use the new API
> for wideband audio support yet. Just fixing this problem without actually adding wideband support should be relatively easy, I'll try to have a look during the weekend.
>
>
>
>
> _______________________________________________
> linux-dect mailing list
> linux-dect(a)lists.osmocom.org
> https://lists.osmocom.org/mailman/listinfo/linux-dect