similar to: Caller press "0" in Voicemail

Displaying 20 results from an estimated 3000 matches similar to: "Caller press "0" in Voicemail"

2003 Aug 07
1
MWI bug ?
Hi Lee, You need to specify the VM context that you are using.. so using your examples.. extensions.conf entry.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000) exten => 1000,102,Voicemail2(b1000) exten => 1000,103,Hangup should be.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000@sip) exten => 1000,102,Voicemail2(b1000@sip) exten
2005 Aug 16
2
PhoneCALL v2.6.1 - Released
Hello All! Just a notice that our PHP/Smarty-based GPL version of PhoneCALL version 2.6.1 has been released, and is the current stable release. http://www.vecsector.com/phonecall We're always looking for feedback/testers to help us enhance it and make it even easier for everyone to use. The current version is designed around the advanced Asterisk user, and we are working on a more
2003 Oct 03
3
Cisco CallManager Image for 7940/7960
Does anyone have the .bin file(s) to convert a Cisco 7940/7960 back to the CallManager image? I want to start playing around with the chan_skinny addition, but it seems the .exe's from cisco want to open a connection to a SQL server or CallManager (which I don't have).
2003 Apr 17
6
Music-on-Hold radio input?
Is there a way to get Music-on-Hold to use the Line input of the soundcard instead of playing MP3s? Some potential clients like the music-on-hold to be the local radio station, or from a satellite broadcast. Thanks!
2003 Sep 03
5
OT - Headsets for Cisco 7940/7960
This is Off-Topic for Asterisk, but I wanted to get some feedback on headsets for Cisco 7940/7960 phones. We have about 10-20 people who wants/needs a headset for their phone & was hoping to collect some real-world input. Thanks!!
2006 Jun 15
1
Need to Hire: PHP Programmer for PhoneCALL
Hello all! It's come time where I need to add another programmer to our team. You should have at least 3 years of "work" experience with PHP/MySQL. Please send me your resume and a few code samples if you can. If you can only work part-time or full-time, please include that in your response. Along with your salary requirements. You'll be working with PhoneCALL, so be sure to
2006 Jun 23
4
GXP-2000 and Shared Line Appearances
I have a client with 20 GXP-2000s. Everything seems to be working fine. However, after a couple of weeks of use, the client is having a hard time adjusting to the new IP based phone systems and only misses one feature from their old Lucent system. That is, they had 8 analog lines before and all their old Lucent phones showed a button for each line. So, it was easy for anyone to say,
2003 Mar 09
16
Call Parking
Anyone having trouble parking calls? I haven't tried it in a while, but it seems to have stopped working. If I dial 700, I get a invalid extension. I have "include => parkedcalls" in the correct context, and I can dial 701, which tells me no call is parked there. Any ideas? Parking.conf is stock.
2003 Apr 15
5
SIP support status
Hello, I'm new to Asterisk and would like to know SIP support status. Are there any testing been done with some widely deployed client (Cisco SIP IP phone, ...)? I was using Vocal but I'm now interested in Asterisk as it seems to offer more features...if it supports SIP. Thanks for your help. Francois.
2003 Apr 09
5
Sip & Intercom
Hello all, I noticed that Cisco claims that you can do station to station intercom with the 7940/7960 phones, and the Cisco Call Manager. Does anyone have an example SIP header that shows this in action? Or is it something else that triggers the intercom? I would like to add this in to *. Thanks, Mike
2003 Aug 25
2
SetVar on sample.call
Hi all!! Does anyone have a short example or even better - a working AGI script that uses "GET VARIABLE' from a /var/spool/asterisk/outgoing call that uses "SetVar"? Here's what I've tried with no luck so far: sample.call ================= Channel: SIP/1000 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Application: Agi Data: playTasks.agi Callerid: Nightly Processor
2006 Jun 21
2
Asterisk queue log solution?
Hello - I am working on creating an Asterisk call center queueing application which will be an addition to our hosted services product. I currently have the functionality I need developed within Asterisk, but am falling short on finding a solution to provide the customer with a user interface into their queue statistics. I have evaluated queue-metrics and Asterisk-Guru's queue statistics
2003 Oct 27
14
Answering Machine Detection
Does anyone have any recommendations on implementing Answering Machine detection for call generation programs? What I would like is * to determine what picks up the other line (Answering Machine, Voicemail, or Human) to determine which action to take. For example: If * detects Answering Machine or Voicemail, hangup call & the AGI will log (ANSWERING MACHINE DETECTED) and at that point,
2003 Apr 09
6
Configuring for outbound calls with PRI on T100P
I run a SIP-only shop with a 23 channel PRI and single T100P. Here are my configs: /etc/zaptel.conf: span=1,0,0,esf,b8zs bchan=1-23 dchan=24 loadzone = us defaultzone=us /etc/asterisk/zapata.conf [channels] context=default switchtype=dms100 signalling=pri_cpe pridialplan=unknown rxwink=300 ; Atlas seems to use long (250ms) winks usecallerid=no hidecallerid=no callwaiting=no
2004 Jan 10
2
Record all phone calls
I want to record all phone calls made inbound and outbound. I'm new so having a hard time getting this started. Here is what I have so far but isn't working. Can someone help me out? Thanks, [macro-record-on] exten => s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1}) exten => s,2,Monitor(wav,${CALLFILENAME}) [sip] include => macro-record-on include => iaxtel exten
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
So I have a problem. A customer of mine wants a PBX, owns an office building. I want to sell him on asterisk. He has 4 tenants. I am using my asterisk box to simulate it. My asterisk box has a TDM400P card, not a PRI card. Don't know if it makes any difference. Anyway, I want to route incoming phone calls to different contexts based on the phone number being called. Here is my
2006 Jan 29
10
Web interface
I was searching thru the internet and I found a wide variety of different web interfaces for asterisks I was curious which one is best suited for asterisks. Thanks
2005 Mar 21
2
Ext matching problems
Hello everyone... I'm trying to get up a testing pbx installation. Following instructions of what've read from the handbook and from asterisk's wiki, I wrote the dial plan as follows: [general] ; ; static = yes ;[globals] ; [default] ; exten => 0,1,Answer() exten => 0,2,Playback(fcopba1) exten => 0,3,Hangup() exten => *0,1,Answer() exten => *0,2,Record(fcopba1:gsm)
2003 Oct 29
3
FW: Voice/Data mixed routing over Digium E1/T1 Card
> The documentation mentions that the Digium channels can be split into some > voice channels and the remainder of the channels used for routing IP > traffic. > > Does any one have this in use in conjunction with Asterisk? Does it work > well? Would you recommend it for a production server? > > Obviously, if this works, this makes for a cost effective platform where
2005 Aug 08
1
SNOM Hint for MeetMe
Has anyone written a php/perl or a hack to the 'hint' function in Asterisk that will let you monitor a MeetMe conference? So if anyone was in a conference, I could have a button light up on my Snom 360?