similar to: No subject

Displaying 20 results from an estimated 200000 matches similar to: "No subject"

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" >
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
2009 Mar 11
0
How to read installed spandsp version ?
Hello, On my Lenny system, I've got libspandsp.a, libspandsp.la files and so on present in /usr/lib. How could I write a shell script that would read among those files and tell "installed spandsp is version 0.0.4pre12 or version 0.0.6pre3" ? This is something autoconf tools must be able to do but I know how to write any line of code with these tools. While at it, how is Asterisk
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
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.
2011 Jan 16
0
chan_h323 and menuselect dependencies problem
Hello List, I've been trying to compile Asterisk with H.323 support and, after correctly installing PTLib and H323plus (OpenH323), the Asterisk configure script still doesn't detect the dependencies as installed. I know they are correctly installed because after going into "[asterisk-source-directory]/channels/h323" and issuing a 'make opt', it correctly builds
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:
2011 May 13
1
1.8.4 Core Dump after installing from source
Hello, After installing Asterisk from source in Slackware 13.1, I get the following error: Error loading module 'res_config_odbc.so': /usr/lib/asterisk/modules/res_config_odbc.so: undefined symbol: ast_odbc_clear_cache Then a core dump. If I change the /etc/asterisk/modules.conf in order to preload the 'res_odbc.so' module, then the error dissapears, *but* still crashes
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
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
2007 May 31
0
Urgent-- Error while installing app_dtmftotext.
Hi, I am getting the following error.... after installing SPANDSP along with app_dtmftotext.c file. and while making Asterisk again. Error follows:: ******************************************************************* [root@ast asterisk-1.4.1]# make Generating input for menuselect ... menuselect/menuselect --check-deps menuselect.makeopts make[1]: Nothing to be done for `all'. make[1]:
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]
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:
2007 Jul 02
0
trying to get vpb to compile
So I've got a Voicetronix card and it looks like the kernel driver works. Other than the 0's for ID info. vpb: Driver Version = 4.0 vpb: major = 251 vpb: tmp [0xfc8fec00] dev->res3 [0xfc8fec00] vpb: tmp [0xfc8c0000] dev->res2 [0xfc8c0000] vpb: 1WS Write cycle vpb: Manufactured 00/00/0000 vpb: Card version 00.00 vpb: Serial number 00000000 vpb: Setting up udev... vpb:1 V4PCI's
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
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]:
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
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
2007 Mar 09
0
spandsp, app_rxfax: apps_Makefile.patch v1.2 > v1.4 = No Workie!
Hi Guys, Looked at lotsa places on the Web/archives already. Does anyone have a Makefile for Asterisk 1.4 that integrates spandsp, app_rxfax, & app_txfax? This patch sure doesn't work with the Asterisk 1.4 Makefile: <http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre26/asterisk-1.2.x/apps_Makefile.patch> ==============================================================
2020 Feb 25
0
pjsip startup errors when using "with-ssl" configure option
On Thu, Feb 20, 2020 at 9:38 PM Patrick Wakano <pwakano at gmail.com> wrote: > 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....):