search for: moduleinfo

Displaying 14 results from an estimated 14 matches for "moduleinfo".

Did you mean: module_info
2012 May 29
1
community finding in a graph and heatplot
...he code I am testing so far: # http://igraph.sourceforge.net/doc/R/modularity.html # http://igraph.sourceforge.net/doc/R/fastgreedy.community.html # http://igraph.sourceforge.net/doc/R/graph.constructors.html library(igraph) library(made4) g <- graph(c(1,2, 2,3, 3,1, 4,5)-1, , FALSE) print(g) ModuleInfo <- fastgreedy.community(g) print(ModuleInfo) heatplot(c(1,2, 2,3, 3,1, 4,5)) Thanks Fayez Grad student UIUC IL, USA [[alternative HTML version deleted]]
2019 Jan 15
3
Various extensions ring once and go to voicemail - Thomas Peters
...fd.so file. Can I build it? Recompiling Asterisk is unrealistic in my position but I wonder if I can build the one module. Here's what I do have: apbx:~ $ locate *res_timing_timerfd* /usr/src/asterisk-1.8.23.1/res/.res_timing_timerfd.makeopts /usr/src/asterisk-1.8.23.1/res/.res_timing_timerfd.moduleinfo /usr/src/asterisk-1.8.23.1/res/res_timing_timerfd.c /usr/src/asterisk-1.8.7.0/res/.res_timing_timerfd.makeopts /usr/src/asterisk-1.8.7.0/res/.res_timing_timerfd.moduleinfo /usr/src/asterisk-1.8.7.0/res/res_timing_timerfd.c Why I have 1.8.23 and 1.8.7 I don't know. Asterisk on this system is ve...
2013 Aug 12
3
Asterisk 11.5.0
I have been using 11.4.0 for some time. All was fine. I downloaded 11.5, extracted, run ./configure, make, make install. I got a message about res_rtp_asterisk.so was not compiled in the 11.5 Sure enough I have rss_rtp_asterisk.c but not .o file and no .so file. I then looked in the config.log and nothing is in there about res_rtp_asterisk What's up? jerry -------------- next part
2007 Jul 19
6
[LLVMdev] PATH and LD_LIBRARY_PATH
...lves. 2. Install - That is, set your PATH and LD_LIBRARY_PATH to one place and "make install" the build results into that directory. 3. Shell - Provide some shell functions and aliases to manage setting the environment correctly. This could even use the ModuleInfo.txt file to glean dependencies. For example,the llvm-top module could have a "setenv.sh" scrip that is invoked with ". ./setenv.sh"to set the environment for whatever is checked out in that llvm-top. We'd need one for each type of shell and us...
2017 May 05
4
CM for menuselect choices
I'd like to be able to save the choices made in menuselect in a way that they can be tracked in a CM system and applied to a later release of Asterisk using an automated tool like Ansible. What's the best way to do that?
2020 Apr 30
0
Asterisk 13.33.0 Now Available
...ontact header port (TCP) (Reported by Anton Satskiy) * ASTERISK-24428 - Document that Asterisk will use the default SIP ports (5060 for TCP, 5061 for TLS) if the extern option variants aren't used (Reported by sstream) * ASTERISK-28838 - AST_MODULE_INFO requires, MODULEINFO does not mention (Reported by Alexander Traud) * ASTERISK-28837 - pjproject_bundled: Honor --without-pjproject. (Reported by Alexander Traud) * ASTERISK-27195 - chan_sip: only sets ToS bits on UDP socket, ignoring TCP and TLS sockets (Reported by Joshua Roys)...
2020 Apr 30
0
Asterisk 13.33.0 Now Available
...ontact header port (TCP) (Reported by Anton Satskiy) * ASTERISK-24428 - Document that Asterisk will use the default SIP ports (5060 for TCP, 5061 for TLS) if the extern option variants aren't used (Reported by sstream) * ASTERISK-28838 - AST_MODULE_INFO requires, MODULEINFO does not mention (Reported by Alexander Traud) * ASTERISK-28837 - pjproject_bundled: Honor --without-pjproject. (Reported by Alexander Traud) * ASTERISK-27195 - chan_sip: only sets ToS bits on UDP socket, ignoring TCP and TLS sockets (Reported by Joshua Roys)...
2007 Jul 20
0
[LLVMdev] PATH and LD_LIBRARY_PATH
...want to 'check out/download + build + install', they don't want to mess with their environment or anything else for that matter. > 3. Shell - Provide some shell functions and aliases to manage > setting the environment correctly. This could even use the > ModuleInfo.txt file to glean dependencies. For example,the > llvm-top module could have a "setenv.sh" scrip that is invoked > with ". ./setenv.sh"to set the environment for whatever is > checked out in that llvm-top. We'd need one for each type of >...
2020 Apr 30
0
Asterisk 17.4.0 Now Available
...ontact header port (TCP) (Reported by Anton Satskiy) * ASTERISK-24428 - Document that Asterisk will use the default SIP ports (5060 for TCP, 5061 for TLS) if the extern option variants aren't used (Reported by sstream) * ASTERISK-28838 - AST_MODULE_INFO requires, MODULEINFO does not mention (Reported by Alexander Traud) * ASTERISK-28841 - app_confbridge: Add support for disabling text messaging for a user (Reported by Joshua C. Colp) * ASTERISK-28837 - pjproject_bundled: Honor --without-pjproject. (Reported by Alexander Traud) *...
2020 Apr 30
0
Asterisk 16.10.0 Now Available
...ontact header port (TCP) (Reported by Anton Satskiy) * ASTERISK-24428 - Document that Asterisk will use the default SIP ports (5060 for TCP, 5061 for TLS) if the extern option variants aren't used (Reported by sstream) * ASTERISK-28838 - AST_MODULE_INFO requires, MODULEINFO does not mention (Reported by Alexander Traud) * ASTERISK-28841 - app_confbridge: Add support for disabling text messaging for a user (Reported by Joshua C. Colp) * ASTERISK-28837 - pjproject_bundled: Honor --without-pjproject. (Reported by Alexander Traud) *...
2020 Apr 30
0
Asterisk 16.10.0 Now Available
...ontact header port (TCP) (Reported by Anton Satskiy) * ASTERISK-24428 - Document that Asterisk will use the default SIP ports (5060 for TCP, 5061 for TLS) if the extern option variants aren't used (Reported by sstream) * ASTERISK-28838 - AST_MODULE_INFO requires, MODULEINFO does not mention (Reported by Alexander Traud) * ASTERISK-28841 - app_confbridge: Add support for disabling text messaging for a user (Reported by Joshua C. Colp) * ASTERISK-28837 - pjproject_bundled: Honor --without-pjproject. (Reported by Alexander Traud) *...
2007 Jul 20
1
[LLVMdev] PATH and LD_LIBRARY_PATH
...invoke "install" and set your path to the install location. But, if you're a developer then .. see #1 :) > > > 3. Shell - Provide some shell functions and aliases to manage > > setting the environment correctly. This could even use the > > ModuleInfo.txt file to glean dependencies. For example,the > > llvm-top module could have a "setenv.sh" scrip that is invoked > > with ". ./setenv.sh"to set the environment for whatever is > > checked out in that llvm-top. We'd need one for each t...
2009 Oct 05
3
Questions about app_jack.c
Hello, My configuration is : Card 0 - kernel dummy sound card Card 1 - my soundcard I have a jackd running in background. My jackd launch command is : jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0 --capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2 --outchannels 2 --dither triangular & 1 ) I open asterisk with chan_alsa.so connected (with asoundrc) to
2020 Oct 20
2
Asterisk 18.0.0 Now Available
...ontact header port (TCP) (Reported by Anton Satskiy) * ASTERISK-24428 - Document that Asterisk will use the default SIP ports (5060 for TCP, 5061 for TLS) if the extern option variants aren't used (Reported by sstream) * ASTERISK-28838 - AST_MODULE_INFO requires, MODULEINFO does not mention (Reported by Alexander Traud) * ASTERISK-28841 - app_confbridge: Add support for disabling text messaging for a user (Reported by Joshua C. Colp) * ASTERISK-28837 - pjproject_bundled: Honor --without-pjproject. (Reported by Alexander Traud) *...