Displaying 3 results from an estimated 3 matches for "cli_prompt".
2009 May 21
1
reg static build
Hi,
? Did anyone tried static build of asterisk 1.6 version?
Installation fails when tried with static build.
warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
asterisk.o: In function `cli_prompt':
warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
asterisk.o: In function `main':
warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries...
2004 Oct 05
0
Asterisk CLI Prompt : Small hack
Just incase anyone is interested, I got tired of not having a newline
command available
with the cli_prompt. So me and a friend made this uber-quick hack to get
it working.
Flames/comments/suggestions:
Matt or Matt
flewid@flewid.ca sideshow@terahertz.net
now you can use %n in your prompts to give a newline. A prompt example
is below.
export...
2003 Mar 02
1
Serious memory leak in asterisk (manager)
hi all
after getting some (or - a lot) of messages from nagios, claiming
asterisk
to be down, I found this out...
astping xxx times repeatedly, and the manager fails to start. this
little
script was used for testing. below, I've pasted the output from 'ps
axfv' before and after the DoS, showing asterisk having allocated ~2GB
RAM.
roy
#!/usr/bin/perl -w
use strict;
my $i = 0;