Displaying 20 results from an estimated 30000 matches similar to: "Warning Message with voicemail CVS 3-3-05"
2004 Jan 09
1
Fwd: new cvs build failure
I just rebuilt it and watched this time. What are the ? about ?
[root@carol src]# cvs checkout zaptel libpri asterisk
? libpri/libpri.so.1.0
? libpri/pri.lo
? libpri/prisched.lo
? libpri/q921.lo
? libpri/q931.lo
? asterisk/doc/api
cvs server: Updating zaptel
cvs server: Updating libpri
cvs server: Updating asterisk
cvs server: Updating asterisk/agi
cvs server: Updating asterisk/apps
cvs server:
2004 Dec 27
6
realtime voicemail
Paste your extensions.conf section that is relevant.
-Matthew
----- Original Message -----
From: "Greg - Cirelle Enterprises" <gcirino@cirelle.com>
To: <asterisk-dev@lists.digium.com>
Sent: Monday, December 27, 2004 4:32 PM
Subject: [Asterisk-Dev] realtime voicemail
> Let me clarify my last message.
>
> If I put in the wrong password I get polled
> again for
2003 Nov 06
0
ISDN PBX + IVR + Voicemail Configuration - S anity Check ...
Klaus-Peter (while hardly able to see through my watery eyes),
You've earned yourself a (potentially rackmountable) 19" Dutch cheese as
soon as the zaptel driver is finished and tested. In fact, I don't even have
to mail it, I can pratically bring it over !
Although I'll be monitoring your site on a 24hrs/day basis from now on,
please keep me posted on both the driver and the 4
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
All,
wondering if you can help, I had a perfectly working Mandrake 9.2 box
running on a via Mini ITX 5000/classic. Asterisk (zaptel and libpri) was
built from CVS head around 22nd July 2005. I decided now was a good time
to ghost it up....although humorous for you all suffice to say, I ended
up with a partitionless box!
Following the install script I had created I built an identical server
to
2007 Nov 03
0
[Fwd: voicemail locked up Asterisk 1.4.13]
The orginal did not make it to the list... Spam filter issue???
No repeat of the lockup yet.
Lyle
-------- Original Message --------
Subject: voicemail locked up Asterisk 1.4.13
Date: Thu, 01 Nov 2007 20:57:27 -0500
From: Lyle Giese <lyle at lcrcomputer.net>
To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users at lists.digium.com>
I am running Asterisk
2003 Sep 25
1
Cannot compile channel h323 from yesterday's CVS?
Hi,
I'm on a RH 9 box, fresh install.
When I try to compile channel h323, I get multiple compile errors. Can
someone help?
asterisk, ptlib, openh323 all are fresh from CVS.
Thanks!
Here's what I've done so far:
All the source is in /usr/src/asterisk/
[root@localhost openh323]# ls -la /usr/src/asterisk/
total 164
drwxr-xr-x 8 root root 4096 Sep 25 00:59 .
2004 Oct 07
3
CVS branch v1-0 .vs v1-0-1
Which CVS branch is the correct official Asterisk -STABLE?
cvs up -r v1-0-1 asterisk zaptel libpri asterisk-sounds asterisk-addons
OR
cvs up -r v1-0 asterisk zaptel libpri asterisk-sounds asterisk-addons
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eric.vcf
Type: text/x-vcard
Size: 146 bytes
Desc: not available
Url :
2004 Jun 14
0
do_monitor warning message
Hi,
I'm using Asterisk version (Asterisk CVS-05/30/04-16:28:04) on Debian
Woody. Sometimes I get this warning message:
Jun 14 13:32:41 WARNING[10251]: chan_zap.c:5044 do_monitor: select
return -1: Bad file descriptor
When that is happening, Asterisk gets slow and close all remote active
connections (asterisk -vvvcr). VoIP call alse gets bad at this time.
That message appears many times,
2003 Jul 28
2
"immediate=yes or Compleate recieved" with intcoming calls with new CVS
I just downloaded the cvs version CVS-07/28/03-14:45:19 and now I cannot
recieve the the calls from the zaptel interface which is a E100P with
pri signaling.
That is something with asterisk becouse rolling back to version from
06/23/03 using the new libpri and zaptel fixes the problem.
Here is an exept from the config:
[macro-stdexten];
;
; Standard extension macro:
; ${ARG1} - Extension
2004 Sep 09
1
Debian Sarge -- cvs vs. apt-get
After reading the wiki, I am still confused as to whether I should install
zaptel, libpri, and asterisk from cvs or use apt-get to retrieve the Debian
packages. I am running Debian sarge with kernel 2.4.26. What is the
prevailing opinion out there about using cvs vs. apt-get for the various
components (zaptel, libpri, and Asterisk)?
Thanks,
Mike Roberts
2004 Jan 30
1
Help!!!: test Asterisk error: error on IAX1.conf and warning on chan_iax2.c
Hi, all
Please help me.
My platform is RedHat Linux 9.0. I have a wildcard
x100p. I just installed asterisk by following step:
# cd ../zaptel
# make clean ; make install
# cd ../libpri
# make clean ; make install
# cd ../asterisk
# make clean ; make install
# make samples
When I test Asterisk typing
# asterisk –vvvvc
I get one error and one warning:
[chan_iax.so] => (Inter Asterisk
2005 Aug 23
2
compiling CVS-HEAD + Patch from http://bugs.digium.com/view.php?id=3644
Hi!
First I have to say, that I'm not very familiar with CVS and patching.
I tried to patch & compile CVS-HEAD.
First I checked out zaptel, libpri and asterisk with this command: "cvs
co zaptel libpri asterisk"
But the latest patch sipsubscribe-20050812.rev806v2.txt from
http://bugs.digium.com/view.php?id=3644 didn't worked, so I tried to
check out an older CVS-Versions
2006 Jan 21
3
cvs asterisk compile failed (newer libpri)
I used:
cvs checkout zaptel libpri asterisk asterisk-addons asterisk-sounds
iaxyprov astcc
and in the same order I try to compile it.
Asterisk ends with the lines below. It complains of a newer libpri, but
I just did it a step before!
What do I miss?
chan_zap.c:62:2: #error "You need newer libpri"
chan_zap.c:128: error: parse error before '<<' token
chan_zap.c:133:1:
2004 Jan 30
0
error on IAX1.conf and warning on chan_iax2.c
Hi,
I have a wildcard x100p. I just installed asterisk by
following step:
# cd ../zaptel
# make clean ; make install
# cd ../libpri
# make clean ; make install
# cd ../asterisk
# make clean ; make install
# make samples
When I test Asterisk typing
# asterisk –vvvvc
I find one error and one warning:
[chan_iax.so] => (Inter Asterisk eXchange)
== Manager registered action IAX1peers
==
2003 Nov 05
1
Error in app_voicemail2.so after CVS update
Hi all,
I have done some minutes ago a full CVS update, like that:
cvs checkout zaptel zapata libpri asterisk
cd zaptel
make clean ; make install
cd ../zapata
make clean ; make install
cd ../libpri
make clean ; make install
cd ../asterisk
make clean ; make install
When I try to start astersik with asterisk -vvvvvvc I get the following
error and the program stops:
2005 Mar 13
1
Cisco 7960 x Asterisk CVS-HEAD-03/13/05 - registration issues
After fighting with a "Unable to create/find channel" [1] [2], I gave up
on my previous installation and rebuild my asterisk from CVS-Head. I
guess the Debian package available today is broken somewhere (after a
previous broken release made with an old libpri package), but now I'm
having another issue with my 7960 registration (SIP v. 7.1).
The call is being (silent) rejected by
2004 Dec 23
1
where I can find some learning book about asterisk?
Hello ,
I learn handbook-draft.but I think I don't understand asterisk.
where I can find some learning book about asterisk?
thank u.
B.R.
John.
-----????-----
???: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com]??
asterisk-users-request@lists.digium.com
????: 2004?12?24? 7:51
???: asterisk-users@lists.digium.com
??: Asterisk-Users Digest, Vol 5,
2005 Jan 13
0
current CVS version
I can't build it, errors:
chan_zap.c:61: #error "You need newer libpri"
chan_zap.c: In function `zt_call':
chan_zap.c:1806: warning: implicit declaration of function
`pri_sr_set_redirecting'
chan_zap.c: In function `pri_dchannel':
chan_zap.c:7776: structure has no member named `redirectingreason'
chan_zap.c:7778: structure has no member named `redirectingreason'
2005 Feb 14
1
E1-PRI: Warning Message: Unable to handle ROSE operation 36
hi,
since my latest libpri update i get these messages:
!! Unable to handle ROSE operation 36
!! Unable to handle ROSE operation 30
i searched through ITU X.219 and X.229 but can't find any values for the
Remote Operations Service Elements.
are these AOC-E messages?
regards
frank
2007 Jul 19
0
Blank Voicemails/Vonage Problem
Regarding this message, I've actually been told one caller who has
consistently had this problem was using Vonage, but calling from his
Verizon line, it worked. This skewed my survey.
Therefore I do believe it's the same callers having the issue, and in
which case, I think Vonage is to blame.
I found this thread: