similar to: FINALLY! a good book about Asterisk.

Displaying 20 results from an estimated 2000 matches similar to: "FINALLY! a good book about Asterisk."

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
2005 Oct 16
3
Dial plan questions
I'm afraid I'm quite confused by what I've found on the Wiki. I have the following dial plan that works: exten => 2201,1,Dial(sip/2201@gs1.uucp,20,) exten => 2201,2,Voicemail(u2201) exten => 2201,3,Hangup exten => 2201,102,voicemail(b2201) exten => 2201,104,hangup When the phone is in use it goes to voice mail as busy. When not picked up, as
2004 May 14
7
What's in ${EXTEN} ? Why does voicemail prompt for an extension?
Why does voicemail prompt me for an extension instead of just asking my password? [voice-mail] exten => 99,1,VoicemailMain(${EXTEN}@inside) exten => 99,2,Hangup Paul Mahler pmahler@signate.com <mailto:pmahler@signate.com> <http://www.signate.com/> Signate, LLC PO Box 60430 Palo Alto, CA 94306 VoIP Systems, Training & Consulting
2004 May 14
4
How to Echo extension number to caller?
I need to dial an extension that tells me what extension I'm dialing from. I'm running a bunch of analog phones off a channel bank to * over a T1. I have the following in extensions.conf. exten => 98,1,SayDigits(${EXTEN}) This says the digits the caller enters on the keypad, not the extension they are calling from. Thanks Guys!!!!!!!! Paul Paul Mahler pmahler@signate.com
2003 Dec 18
2
Cisco 7960 - can't traverse NAT?
Might be a stupid question, but is there a default gateway set on the 7960? -----Original Message----- From: Paul Mahler [mailto:pmahler@signate.com] Sent: Thursday, December 18, 2003 7:04 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 7960 - can't traverse NAT? I have a 7960 running behind a firewall running NAT. From a telnet session to the 7960, I can't ping
2004 Mar 17
4
can't logon to voice mail - bad password
I have one SIP extension that can't logon to voicemail. The log file says -- Incorrect password '3213' for user '4035' (context=other) even though the context in voicemail.cnf says 4035 => 3213,Bill Smith Thanks! Paul Mahler mail:pmahler@signate.com phone: 650.207.9855 fax: 877.408.0105 -------------- next part -------------- An HTML attachment was
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
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
2005 May 18
2
FREE music for downloading
Need new Music on Hold for your PBX? Signate is happy to make a variety of classical music selections available, sampled at rates that are appropriate for telephony. There is no charge. The selections feature Elena Kuschnerova, pianist, and Lev Guelbard, violinist, playing public domain pieces that will give callers a classic impression of you or your company . Click on the link to see a list
2004 Jan 30
3
How do you turn on the 7960 msg waiting light?
Does anyone in Asterisk land know how to turn on the message light on the back of the earpiece of a cisco 7960 when a message is waiting? Thanks! Paul Paul Mahler mail:pmahler@signate.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040130/0efacc79/attachment.htm
2004 Nov 19
5
Asterisk and H.323 Gatekeeper
Hello, I am new to this list and to asterisk and going through the archive file I did not find an answer to my problem. I have a VoIP network working fine with multiple gateways registered to a Cisco H.323 Gatekeeper. I have successfully registered Asterisk as a GW in that network and also successfully registered two X-Lite SIP Client to asterisk that call to each other. I want to connect to
2004 Jun 22
2
Unable to find libiodbc.so.2
I was finally able to compile asterisk with cdr_odbc.so. But now for some reason I get that error: *CLI> load cdr_odbc.so Jun 22 16:38:53 WARNING[-1084309376]: loader.c:240 ast_load_resource: libiodbc.so.2: cannot open shared object file: No such file or directory Unable to load module cdr_odbc.so But the file is there... # ls -lag /usr/local/lib/libiodbc.so* lrwxrwxrwx 1 root
2004 May 02
1
Why don't I get a ringing sound?
I am using the following macro to dial a ZAP channel. When I dial in, * answers and I go to voicemail. I never hear any ringing, though. It doesn't work with the Ringing command before or after the Dial command. [macro-zapdial] ; ; call a ZAP extension for ${ARG2} seconds, and then voice mail ; ${ARG1} - Extension ; ${ARG2} - Time to ring exten => s,1,Dial(ZAP/${ARG1},${ARG2}) exten
2004 May 10
1
Terrible TICKING sound
i'm getting a tick every second or so on all my calls. All channels are zap channels. Does anyone know how to fix this? Thanks! Paul Paul Mahler pmahler@signate.com <mailto:pmahler@signate.com> <http://www.signate.com/> Signate, LLC PO Box 60430 Palo Alto, CA 94306 VoIP Systems, Training & Consulting
2004 May 24
3
100 analog phones?? HOWTO?
Does anyone know the best approach to take for handling 100 analog phones? It seems to me that a chassis like Carrier Access or Adtran would work. The chassis would do much of the hard work of converting the analog sound to data. Any recommendations on hardware for the chassis? ...Jeff
2004 Jun 27
4
Re Cron
Hi List Is there a cron that I con do to replace this, as the fx0 card doesnt hang up properly phonegc:/home/samantha# asterisk -r Asterisk CVS-05/30/03-17:17:07, Copyright (C) 1999-2001 Linux Support Services, Inc. Written by Mark Spencer <markster@linux-support.net> ========================================================================= Connected to Asterisk CVS-05 currently running on
2006 Jan 09
1
Second edition of my * book has been released
How does it compare with the O'Rielly book? Does it include information on CVS, or primarily on stable? Can it be provided to customers, or is it more sysadmin oriented? Regards, Greg -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Paul Mahler Sent: Thursday, January 05, 2006 9:45 AM To: 'Asterisk
2006 Jan 10
3
The second edition of my Asterisk book is now available
The second edition of my book "VoIP Telephony with Asterisk" is now in print and available. You can find out more about it at our web site http://www.signate.com/products.php This book is written for beginners. It will make it easier for you to get started. The second edition is reorganized and expanded. Thanks, Paul
2005 Jan 25
1
Server side three-way calling with SIP channel
I have a SIP phone that doesn't support three-way calling. Is there a way to do three-way calling from a SIP phone server side instead? TKS __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250
2005 Mar 22
2
Asterisk locking up - 99.9% CPU
Hello We are running Asterisk CVS 22/12/04 and pwlib/oh323 pandora version to work with our call agent. Unfortunately **VERY** frequently, asterisk stops responding and goes to 99.9% CPU. There is no debug output or other information that indicates there is a problem... Rather than continually restarting, can anyone make suggestions as to how we can track this down **OR** has anyone got the