Displaying 20 results from an estimated 353 matches for "menuselect".
2009 Feb 03
1
Can't compile on NSLU2 LE
Hi,
I keep getting the following on my slug no matter what version I try (1.2, 1.4, 1.6, 1.6svn):
...
make[2]: Leaving directory `/usr/portage/distfiles/svn/trunk/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
menuselect.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
distcc[19221] ERROR: compile (null) on localhost failed
make[1]: *** [menuselect] Error 1
make[1]: Leaving director...
2009 Apr 14
3
Changing menuselect values from CLI and not TUI
Hi All,
I'm in the process of writing an install script and I would like to change some settings for the install process but I don't want the user to go into menuselect and make the changes manually.
Is there a way to make the changes to menuselect from the CLI?
As an example, selecting the iLBC codec.
menuselect codec ilbc on
Regards
David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asteris...
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?
2011 Dec 22
3
dahdi_tool missing
Hi All,
I have installed newt and newt_devel but dahdi_tool will not compile/install. I'm trying this with dahdi-linux-complete-2.5.0.2+2.5.0.2. does anyone have any suggestions as to what I am doing wrong?
Regards
David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jun 23
4
Zaptel Compilation
Hi List;
I am facing a problem relaed to menuselect when I am
trying to compile zaptel -1.4.2.1, the error as
following:
[root at localhost zaptel-1.4.2.1]# make linux26
make[1]: Entering directory
`/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect'
make[2]: Entering directory
`/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect'
make[3]: Ent...
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
hi all
i'm getting the below error when trying to compile asterisk-1.4 on redhat-9.0
any suggestions ?
make[2]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
make[1]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
[CC] astman.c -> astman.o
[CC] md5.c -> md5.o
[LD] astman.o md5.o -> ast...
2010 Apr 12
1
Change in menuselect handling of sound files (in 1.6.1.X)
Hi,
Between 1.6.1.9 and 1.6.1.18, handling of menuselect has changed in such a
way that I cannot script non-english sound files downloading anymore.
The following used to work (unattended) with 1.6.1.9 (for instance):
cd /usr/src/asterisk-${ASTERISK_VERSION}
./configure
make menuselect.makeopts
echo "MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM CORE-...
2020 Mar 25
1
Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC
Hello,
On a Debian Buster instance, I compiled Asterisk 17.3.0 from source.
I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using
classical File module (in modules;conf and voicemail.conf):
cd asterisk-17.3.0
...
make menuselect.makeopts
menuselect/menuselect --enable app_voicemail_imap menuselect.makeopts; done
menuselect/menuselect --enable app_voicemail_odbc menuselect.makeopts; done
...
I've got this:
CLI> core show application VoiceMailMain
Your application(s) is (are) not registered
Command 'core show...
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c
gcc -o menuselect menusel...
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all,
I thought I'd share I script I made (based on some of Leif's works)
that lets you download, compile and install Asterisk all in one go;
and then removed the dev tools used.
We use it quite a bit to provision systems using Ansible, but it is
easier than remembering everything every time even if you are using a
shell.
At the moment I have scripts for Centos 7 and Asterisk 13, but
2010 Nov 10
1
Selecting 'ODBC_STORAGE' from outside of 'menuselect'
Hello List,
Is it possible to select ODBC_STORAGE without entering to 'menuselect'?
I'm currently building a package for my distro with a little script, and
would like to set this option without entering manually to 'menuselect'
I know that I could make the script to change the 'menuselect.makeopts'
var from:
MENUSELECT_OPTS_app_voicemail=
to:
MENUS...
2009 Jun 18
2
Asterisk on AVR32
...n error [1].
Trying to do ./configure with the same args as make plus --host it can't
even configure [2]
I don't know much about cross-compiling, or even regular compiling for
that matter. Does any one have any idea on how to do this?
Thanks in advance,
Best regards,
Paulo Santos
[1]
menuselect/menuselect --check-deps menuselect.makeopts
/bin/bash: menuselect/menuselect: cannot execute binary file
make[1]: *** [menuselect.makeopts] Error 126
make[1]: Leaving directory
`/home/psantos/br/buildroot-avr32-v2.3.0/build_avr32/asterisk-1.6.0-beta6'
make: ***
[/home/psantos/br/buildroot-a...
2008 Mar 25
2
Menuselect?
Hi,
I hope this is not too much of a noob question. I am trying to compile
Asterisk and I cannot figure out how to get into the Menuselect menu. I do
#make clean #./configure #make menuselect, but I cannot figure out how to
actually get into the menu select interface. I am running CentOS 5. I have
done quite a bit of searching on Google and have not come up with anything.
Also, I am reading the Asterisk book from O'reilly and it d...
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
...x
ar crv libchanh323.a ./ast_h323.o ./compat_h323.o ./cisco-h225.o
./caps_h323.o
a - ./ast_h323.o
a - ./compat_h323.o
a - ./cisco-h225.o
a - ./caps_h323.o
make[1]: Leaving directory
`/tmp/asterisk-test/slackbuilds/asterisk-SlackBuild/asterisk-1.4.39/channels/h323'
----
Nevertheless, the menuselect application doesn't let me select chan_h323.
Its important to note that if I manually edit menuselect.makedeps and
menuselect.makeopts in order to manually set chan_h323 support, it does
build chan_h323.o without problems (and install it, after make install),
but, trying to do it via command...
2010 Mar 21
1
Invalid Makefiles to install asterisk with ldap
Hello ,
I have a problem to install asterisk with ldap.
I am doing the following:
make clean
. / configure
make menuselect
LIBS =- lldap
export LIBS
make ====> This is where my error
#make
CC = "cc" CXX = "g + +" LD = "" AR = "" RANLIB = "" CFLAGS = "" make-C
menuselect CONFIGURE_SILENT = "- silent" menuselect
make [1]: Leaving directory `/ root/...
2009 Oct 21
1
error - sources for the 2.6.18-92.1.22.el5xen kernel
while compiling zaptel drivers for my yeaster TDM800 hardware, I get this error;
make[3]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a mxml/libmxml.a -lncurses
make[2]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect'
make[1]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect'
make[1]: Entering directory `/usr/src/zaptel-1.4.12...
2009 Dec 23
1
Can't do make menuselect?
hi, all
when i run "make menuselect", it say
Terminal must be at least 80 x 21.
menuselect changes NOT saved!
in the bottom message, what's wrong?
Thanks!
--
Regards,
Sucan
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
hello, asteriskers:
I compiled asterisk under arm-linux. i am using asterisk 1.4.2. i can run ./configure and menuselect with embedded modules. but running make comes out errors:
ranlib libmxml.a
make[3]: Leaving directory `/usr/src/asterisk-1.4.2/menuselect/mxml'
cc -Wall -o menuselect.o -g -c -D_GNU_SOURCE menuselect.c
cc -Wall -o menuselect_curses.o -g -c -D_GNU_SOURCE menuselect_curses.c
cc -Wall -o strco...
2016 May 05
2
cannot find -lasteriskssl
...I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems
>> file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works
>> without any problem. It fails since 13.8.0.
>>
>> $ ./bootstrap.sh
>> $ ./configure
>> $ make menuselect.makeopts;menuselect/menuselect --enable chan_ooh323
>> $ make
>> ..
>> failure (see message below)
>>
>> Any hint is appreciated. Thanks in advance.
>
> Does this problem still occur in 13.9.0-rc2?
No. Build of 13.9.0-rc2 seems to work.
When will 13.9.0 be rel...
2014 Aug 14
1
Copying menuselect options
Is it possible (and advisable) to copy menuselect options from Asterisk
11 to Asterisk 12? If so, is menuselect.makeopts the only file to copy?
--
Mitch