Displaying 20 results from an estimated 2000 matches similar to: "Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC"
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-SOUNDS-FR-GSM" >
2009 Jun 18
2
Asterisk on AVR32
Greetings everyone,
I'm trying to compile asterisk for an AVR32 (Atmel NGW100).
Buildroot for AVR32 already has the asterisk package, though it has 
bugs. Firstly it tries to apply a patch for 1.2 on a 1.6, but deleting 
the contents of the patch file did the trick.
Now, the problem is making asterisk. The first error is because asterisk 
needed to be ./configure:ed.
Trying to just do
2010 May 12
1
Voicemail() app not available?
Hi all,
I have a demo machine I'm running up on Lenny - it has the packaged
Asterisk version installed (1.4.21.2+stuff).
I'm trying to add an extension to leave a voicemail message, just with
Voicemail(1234), which I've done before (on 1.2 at least), but it's
saying "no application 'Voicemail' ".
"module show like voi" shows
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]
2016 May 05
2
cannot find -lasteriskssl
Joshua Colp wrote:
> Michael Str?der wrote:
>> HI!
>>
>> 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
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:
2017 Feb 12
2
compiling asterisk-14.3.0-rc2
hi all,
can someone help? I have centos 6.8 trying to install asterisk 14.3.0-rc2
on it with options as stated below -
./configure --with-crypto --with-ssl --with-srtp=/usr/local/lib
--with-jansson=/ --with-pjproject-bundled
when I tried to run "make menuselect". i get the error below.
Makefile:109: makeopts: No such file or directory
****
**** The configure script must be executed
2016 May 05
2
cannot find -lasteriskssl
HI!
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.
2007 May 21
2
Help installing on OpenSuSE 10.2
Thanks to all that have helped me so far.  I have made a lot of
progress.  I am able to make prilib and zaptel.  Now to Asterisk...
 
After installing the kernel source, I have:
 
# cd /usr/src/linux
# make cloneconfig
# make prepare-all
 
Then I have run ./configure in the asterisk-1.4.4 directory.
 
I have:
 
#  make clean
#  make
 
Which goes through a number of compiles and then ends
2015 Apr 29
2
Asterisk 1.8.32.3 chan_sip deadlock
Hello asterisk-users,
We've been having intermittent issues with chan_sip - it stops responding
to cli requests, trying to reload chan_sip from cli doesn't seem to have
any effect, initiated calls carry on for a short period, but no new SIP
requests are processed ('sip show channels' hangs forever, server stops
responding to SIP OPTIONS, or any other SIP messages). We have updated
2016 May 05
2
cannot find -lasteriskssl
Joshua Colp wrote:
> Michael Str?der wrote:
>> Joshua Colp wrote:
>>> Michael Str?der wrote:
>>>> HI!
>>>>
>>>> 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
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
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
Hello list,
Hope you are all doing well!
I am facing a problem when compiling Asterisk 16.8.0 in a CentOS 6 box and
I wonder if someone can put some light on it.
Log history short, install_prereq fails to install the packages (not sure
how important they actually are....): speexdsp-devel, gmime-devel,
uriparser-devel, iksemel-devel, uw-imap-devel, hoard
Then, I am running the following commands
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?
2007 Feb 01
1
Re: why there havn't "app_meetme.so"fileaboutasterisk1.4.0?
Removed the DEPENDS_app_meetme=ZAPTEL from the file menuselect.makedeps And in menuselect.makeopts I removed the DEPSFAILED line that had meetme in it.  It then compiled.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of ??
Sent: Thursday, February 01, 2007 9:01 AM
To: Asterisk Users Mailing List - No
Subject:
2008 Apr 13
1
compilation of asterisk 1.4.19 with ilbc already on system
I already have ilbc installed on my system. The files
are:
/usr/include/ilbc/iLBC_decode.h
/usr/include/ilbc/iLBC_define.h
/usr/include/ilbc/iLBC_encode.h
/usr/lib/libilbc.a
/usr/lib/libilbc.la
/usr/lib/libilbc.so -> libilbc.so.0.0.0
/usr/lib/libilbc.so.0 -> libilbc.so.0.0.0
/usr/lib/libilbc.so.0.0.0
However, if I do a "make" in asterisk-1.4.19, it will
not detect that libilbc.a
2010 Sep 22
2
Can't cross compile asterisk 1.6.2.13 on arm using ltib
Hi,
I can cross compile asterisk 1.4.21 on arm (imx27) using ltib
I want to cross compile the new version 1.6.2.13 but there is an error when
I execute the commands :
./configure --build=i686-pc-linux-gnu --host=arm
make menuselect
The configure seems ok, I have the result info :
*configure: Package configured for:
configure: OS type  : none
configure: Host CPU : arm
configure:
2007 Apr 03
1
RE: Asterisk-Addon-1.4.0 MySQL module
I still can't figure out why res_config_mysql module not showing up with many attempt. Anyone have any idea on this? 
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... yes
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
Sincerely,
K
-----Original Message-----
From: KC
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
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]: Entering directory