Displaying 20 results from an estimated 600 matches similar to: "Good Documentation..."
2007 Oct 07
0
Problems with 1.4.12.(1)
Hello all,
I have successfully complied and installed 1.4.11 and recently
noticed that 1.4.12 (and subsequently 1.4.12.1). Unfortunately, while
1.4.11 was running fine, 1.4.12.1 seems to build fine, but after a
few minutes, I receive the following message a few times:
ERROR[17670]: astobj2.c:114 INTERNAL_OBJ: bad magic number 0x11 for
0x6174c0
If I try to make a call, I get:
2006 Feb 20
1
Download "Asterisk: The Future Of Telephony" [More Info]
One thing I forgot to mention: I also cropped the registration and
cut marks off the sides of the pages. If you want the uncropped version, get:
http://www.alexburke.ca/asterisk-tfot-uncropped.pdf
Sorry about the excessive noise, but I figured I should mention this.
>Date: Mon, 20 Feb 2006 18:55:50 -0500
>To: asterisk-users@lists.digium.com
>From: Alexander Burke
2006 May 31
1
INFO: TFOT book- n priorities and labels
Regarding my earlier post about labels and the 'n' priority:
The TFOT book covers the use of these. See the box on page 81 entitled
"Unnumbered Priorities."
http://www.nufone.net/downloads/asteriskdocs/AsteriskTFOT.zip
-MC
2006 Feb 02
3
OT O'Reilly Asterisk TFOT
I went to the Linux Solutions exhibition in Paris yesterday, visited the
well stocked O'Reilly stand and saw a nice pile of Asterisk TFOT, 6
hours later there was only one left. It must say something, also it was
the English version.
--
Dave Cotton <dcotton@linuxautrement.com>
2006 Feb 09
0
Possible for Asterisk to output CLID to invoke3rdparty app?
Or you could just use "System" and do it the easy way! AGI is better
suited for more complicated scripting. In any case, check out the TFOT
book - you'll like it.
-MC
_____
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Michael
Collins
Sent: Thursday, February 09, 2006 3:13 PM
To: Asterisk Users Mailing List -
2006 Mar 28
3
aah 2.7 / BRI
First encounter with *
Just downloaded & installed aah-2.7
Started up AMP, but i can not find any reference towards isdn.
I presume there has to be some configuration done for my Eicon-Diva-pro.
Does aah actually support isdn-bri?
On the mail-archive i found some references, but these are rather old
( they speak about the coming release of aah-2.1)
aah-handbook (version 1.6) doesn't
2007 Mar 29
2
L options in Dial() dont seem to work....
Hello Asterisk users,
Can someone thwack me with a clue stick please?
I am following the Asterisk TFOT book Dial() example trying to get the limit
and announcements to work as per below.
These settings seem to have no effect.
There are no warning messages after 4 minutes or every 30 secs thereafter
and the call lasts longer than 5 minutes.
gunner*CLI> show dialplan
[ Context
2006 Mar 08
1
Re: PLEASE respond: how to get Asterisk to change coders on RTP handoff?? HELLO???
So, when I get no comments on this at all, either here or on any of the forums, does that mean nobody knows what I'm talking about?? Or does nobody know the answer?? Or is it just a stupid question and nobody wants to bother telling me where to look??
It *is* a question that I have to answer somehow; I've read all through TFOT and see nothing relevant to this issue. It's silly to
2007 Oct 18
3
Automating blacklists
Hi,
I've been reading all I can on Google (and Asterisk TFOT book) looking for
ideas on how to implement an automated blacklist feature.
I would like to automatically blacklist a incoming number based on timestamp
and count information.
For example, if I get a prank call from the same number 5 times within 15
minutes, I want my dialplan to automatically blacklist this number.
Should I be
2006 Feb 02
0
Re: 5, 000 concurrent calls system rollout question
Why is using ulaw or alaw an unlikely scenario? I wouldn't use anything but
ulaw\alaw. The Bells can compete on price and will if they have to. Where
they CAN'T compete is quality. If there were something better than 711, I'd
offer that. Well, there is 722, but not many things support it.
----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
----- Original
2006 Feb 08
3
Two Lines, Two Businesses
After tinkering with a hand-knitted extensions.conf based on "Asterisk -
TFOT", I've now set up a server with Asterisk@Home and am experimenting
with it. I'd appreciated any advice from the more experienced list members
about which way to proceed.
We (my wife and I) have two separate micro-businesses with two POTS lines
plus fax. I'd like to have inbound calls on the two
2006 Feb 20
2
Download "Asterisk: The Future Of Telephony"
Hello, list!
I'm hosting a mirror of the book "Asterisk: The Future Of Telephony"
by O'Reilly Press, published under the Creative Commons license; I
believe this license allows me to do this, but if I'm mistaken,
please let me know.
I've taken the liberty of fixing the page numbers so Acrobat is now
aware of the correct number of each page, and shrinking the
2006 Mar 22
0
Help! Directing Inbound calls to different extensions
OK, Asterisk Newbie
I've read TFOT and the Asterisk handbook and lurked, but my skills are a bit poor so perhaps someone could post a dialplan fragment to help me
Brief details
Asterisk@home 2.6 installed on a miniITX system
Digium 400 card with 3 FXO modules
3FXS interfaces by Iaxy (1FXS) and Linksys PAP2 (Sipura 2002) (2FXS)
I started with AMP to get going but have started
2006 Mar 28
1
AAH Mailing list
any pointers to where this list is? I dont see it on the sourceforge pages.
Hans Witvliet wrote:
> aah-handbook (version 1.6) doesn't spill a single character about bri
> and "tfot" doesn't spill much paper of the subject either ;-(
>
> Any suggestions/pointers
>
> Hans
>
You may want to try the AAH mailing list.
2008 Feb 21
0
How to Configure 1.4.17 to Store CDR's in PostgreSQL
I'm having a heck of a time saving my CDR's into a PostgreSQL database. I've
installed PostgreSQL on a remote server and it is successfully storing voicemail
messages but I cannot get the 1.4.17 system to store CDR records there.
Has anyone successfully configured a 1.4 system to store CDR's in a remote
PostgreSQL database?
If yes, can you point me to any set of instructions that
2006 Feb 09
0
Possible for Asterisk to output CLID to invoke 3rdparty app?
Seri,
I think you might just need to find the right variable and pass it to
your script. Also, you'll probably need to read up on AGI - I'm
assuming that's how you would launch your Perl scripts. Here's the list
of variables on the wiki:
http://www.voip-info.org/wiki-Asterisk+variables
Most likely you're looking for the variable referred to as
${CALLERID(num)}
2007 Mar 29
2
help - UNSUBSCRIBE
Please remove this email from your mailing list.
UNSUBSCRIBE
Thank you.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
asterisk-users-request@lists.digium.com
Sent: Thursday, March 29, 2007 9:14 AM
To: asterisk-users@lists.digium.com
Subject: asterisk-users Digest, Vol 32, Issue 118
Send asterisk-users
2007 Sep 17
7
Why does everyone seem to dislike *now?
Greetings,
Last week I began researching Asterisk for the first time. I did what most
noobs would do; downloaded an image that seemed simple and straightforward
and had some credibility (*now). I also downloaded the TFOT version 1 as
a guide.
As questions arose, I tossed a few out in #asterisckNOW channel..and found
it to be a ghost town. Only later did i start to ask a few
2007 Jul 25
1
Dialtone when automatically picking up.
I'm in the process of setting up a 'phone tree', and are running into
some problems. My goal is for users to dial a phone number, the
asterisk system picks it up, plays the greeting, and users can type
whatever they want into the system.
What actually happens is users dial the phone number, asterisk picks up
and additionally goes off-hook on another line, plays the greeting and
2005 Jan 26
1
Possible Winbind Bug ?!?!
hi,
today i experience a very crazy behaviour:
1) yesterday my winbindd crashed (s. log.crash) (status: "dead")
2) restarted winbind and saw that some files have no owner (just the
uidNumber)
3) getent passwd, wbinfo -u shows me all users (authenticating agains
Windows PDC)
4) i'm using nsswitch (passwd: files winbind, group: files winbind)
e.g. (getent passwd)
.... (snip)