Displaying 20 results from an estimated 500 matches similar to: "Problems installing app_valetparking"
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2007 Jul 17
1
MultiParking
Look at app_valetparking here:
http://www.voip-info.org/wiki/index.php?page=Asterisk+addons
________________________________
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin
Kiely
Sent: Monday, July 16, 2007 16:47
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] MultiParking
2004 Apr 30
1
Flexible Call Parking Solution
These all work with sip native transfers and sip attended transfers in the
example of "query" option. I tested this on my 7960 and it works great.
Please others test it.
cd /usr/src/asterisk
cp contrib/scripts/astxs /usr/bin/
cd apps
wget http://www.bkw.org/app_valetparking.c
cd ..
astxs -install apps/app_valetparking.c
;
; Lets Auto Park the person in the first available slot in
2007 Jul 15
2
1.4.7 chan_alsa : snd_pcm_open failed
asterisk-1.4.7, Fedora 7, intel emt64 - nocona:
== Parsing '/etc/asterisk/alsa.conf': Found
ALSA lib pcm_dsnoop.c:558:(snd_pcm_dsnoop_open) unable to
open slave
[Jul 15 10:12:23] ERROR[24420]: chan_alsa.c:365
alsa_card_init: snd_pcm_open failed: No such file or directory
[Jul 15 10:12:23] ERROR[24420]: chan_alsa.c:481
soundcard_init: Problem opening alsa I/O devices
== No sound
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting
2003 Jul 23
1
Newbie Help
Hi - after hearing others rave about * I thought I'd have a go - extract
from a 'make' on a stock debian system as follows... (I tried to post the
whole make up to this point but it was too big for the list)
make[1]: Leaving directory `/usr/src/asterisk/channels'
make[1]: Entering directory `/usr/src/asterisk/pbx'
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
2009 Feb 26
1
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4
Hi,
With 0.0.6pre3:
# ./build.sh
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be
lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
2004 Apr 07
1
errror compiling asterisk from cvs
I got this compiling the new cvs code ...
any idea ?
Tnx !
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2003 Oct 07
1
[PATCH] allow announcements in app_dial
Hi.
Since a customer requested us that feature, I wrote this
little patch for app_dial to allow to play an
announcement to the called party, as soon he answers.
you can define the file to play in the dial() option,
using A(filename).
for example:
exten => blah,1,Dial(Zap/blah,30,rA(/my/own/announce)Tt)
that doesn't break anything ...
feel free to blame me for anything bad this patch
2004 Jan 23
3
Problem installing Asterisk with Mandrake 9.1
Hi All,
I am trying to get Asterisk up and running on my new Mandrake 9.1 install.
I've installed Linux in the "standard" mandrake security mode, and "su" to do
my attempts at install.
I managed to obtain the source from CVS, and have been able to compile Zaptel.
I then ran insmod zaptel, and also make config.
I think I have compiled and loaded Zaptel successfully as
2005 Jun 20
0
Re: app_valetparking.c for * STABLE
This one has compiled cleanly ! Thank you very much.
Nenad
> Oops, I sent the wrong one. Here's one I modified to work with 1.0.X
> Try again
>
>> Nope ! This is the one that tries to include PRE 1.0.X header file
>> <parking.h>.
>>
>> It cannot compile on * 1.0.X (I have tried also to include
>> <features.h> instead of <parking.h>
2008 Feb 02
1
app_valetparking.c anyone using it on 1.4?
Hi List,
I have this running, but after I park a call it will not announce where it
is at, it's like you have to call another application just to say where it
is parked at. I have tried a second priority option for the same extension
with that ValetParkList but it seems once ValetParkCall has been ended it
will not process anymore priorities in this extension.
Any ideals or help would be
2004 Sep 23
3
app_valetparking / parking in general
Does anyone have Music-On-Hold and valet parking, or regular parking
working together? No matter how I configure it, I cannot get moh to
continue to play after I park a call using either valet parking or
regular parking. The only thing I can think of is that I might need to
use # transfer instead of sip native transfer?
Shouldn't this just work? If needed I can post the config for one
2009 Mar 09
0
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4 [SOLVED]
2009/2/26 Olivier <oza-4h07 at myamail.com>
> I must add I tried spandsp0.0.6xxx as a warning message advised me to do so
> (using 0.0.4 would be ok for me but current trunk doesn't allow this
> anymore, it seems).
>
>
> 2009/2/26 Olivier <oza-4h07 at myamail.com>
>
> Hi,
>>
>> With 0.0.6pre3:
>> # ./build.sh
>> CMake Warning (dev)
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
On Jan 1, 2011, at 8:29 PM, akramul azim wrote:
> Hi,
> I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):
>
> 1. Install binutils-2.21 (downloaded from gnu.org)
>
> Steps:
>
> $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix
> =/llvm/arm
2004 Dec 27
0
Asteriks Compile error
Help, Any ideas ? I guess I missing something.
make[1]: Entering directory `/usr/src/asterisk/utils'
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat
ions -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
-DASTERISK_VERSION=\"CVS-HEAD-12/27/04-21:28:39\" -DASTERISK_VERSION_NUM
=999999 -DINSTALL_PREFIX=\"\"
2004 Jan 15
12
capacity testing
Hello all. I'm new to asterisk and have been using and testing it for about a week now. My initial hope has been to use it as a sip<->h323 gateway to tie SIP & H323 based ip phones together with my Cisco AS5300 and Lucent MaxTNT/MVAM networks.
I am currently running Asterisk 0.5.0 under Redhat 9 on a single PIII 800 with 256megs RAM. I have tried a couple CVS version from the past
2006 Apr 06
1
Call Parking and multiple contexts
Is there any way to define call parking parameters for different
contexts?
For example, if I have a client in context 100 and another client in
context 200, can they both define parking positions, say, from
701-710, where 701 in context 100 is different from 701 in context 200?
Or even better, can context 100 define parking positions 701-710 and
context 200 define parking positions
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
Hi,
I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):
1. Install binutils-2.21 (downloaded from gnu.org)
Steps:
$ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix
=/llvm/arm --with-sysroot=/llvm/arms/sys-root
$ make
$ make install
2. Install LLVM
Steps
$ ../llvm-src/configure
2004 Apr 20
1
Re: SIP re-invite
Trouble getting chan_sip2 to compile
below is what I have done
-download acl.c.patch,acl.h.patch,chan2s_sip.c to /root/software
cp /root/software/chan_sip2s.c /usr/src/asterisk/channels
cd /usr/src/asterisk/
patch -p0 acl.c /root/software/acl.c.patch
cd /usr/src/asterisk/include/asterisk
patch -p0 acl.h /root/software/acl.h.patch
- added the follow to /usr/src/asterisk/channels/Makefile