similar to: voicebox

Displaying 20 results from an estimated 20000 matches similar to: "voicebox"

2004 Sep 17
1
Silently Wait for DTMF Input
Hello! I would like to call a number (e.g.35), and when i press a secret code (12345), it should jump to my voicebox menu. On this page http://www.voip-info.org/wiki-Asterisk+cmd+background i found something about "Silently Wait for DTMF Input". In my case it wouldn`t be silence. It woudl just play the away message. Now how can i include such a secret code to my background funktion? I
2006 Apr 24
2
User Defined VoiceMail announcement?
Hi all I noticed that most caller are quite confused by the standard voicemail announcement text. Especialy as the number read is the 'internal' number. Callers often hang up because they think having called the wrong number when they hear the announcement. Is there a way (like in many other PBXes) that the VoiceMail user could record his own announcement? (like, hello, this is the
2007 Mar 21
5
automated dialout detect forward
Hi! I have an automated dialout via a call file to a mobile. Can I detect when the call is not answered but forwarded to the mobile operator voicebox? I would like to stop the dialout if this is the case. TIA, Mike
2003 Nov 16
5
Distinctive Ring
Hi All, I was wondering what the status of distinctive ring support in Asterisk is? I had a google search & read and Mark Spencer wrote some support for it. Is distinctive ring different in every country or is it pretty standard? And for my final question, does the Wildcard FXO card support distinctive ring? Essentially what I'm trying to do is route incoming calls with ring #1 to,
2007 Apr 25
2
dialplan / problem with extension-length > 1
hi community, I'm new to this list & asterisk in general, so let me first say thx to everybody involved in providing such great tools & ressources!! I'm currently trying to implement a simple voicebox-system. for demonstration purposes, I've successfully connected my cellphone via bluetooth using the current chan_cellphone-patch on the current SVN-version of asterisk.
2007 May 14
1
dialplan: execute on hangup
hi list, I'm looking for a way to execute commands in my dialplan specifically when a caller has hung up. my curretn dialplan looks like this: exten => s,1,Answer exten => s,n(restart),BackGround(intro) exten => s,n,Read(Enter,4,4) exten => s,n,Voicemail(${Enter},u) exten => s,n,agi(process.php|${Enter}) exten => #,1,Playback(thanks) exten => #,n,Hangup it lets a user
2005 Jul 11
4
Zaptel won't compile under Fedora Core 4
I hope someone can offer me some help with this. Basically, the current CVS version of Zaptel will not compile under Fedora Core 4. I have closely followed the directions in http://www.voip-info.org/tiki-index.php?page=Asterisk+Fedora+Core+3 using the versions given in the FC4 distro with no luck. Here's the output when I run "make linux26". Any help would be great. TIA.
2004 May 25
4
Can I do this ...
Can I do this with * ??? S,1,answer call S,2,play "thanks for calling, we'll be with you soon" S,3,play music while caller waits and ring nominated extensions at same time S,101,if not answered go to voicemail I can't find a way to play music and ring extensions at the same time. Any help would be greatly appreciated. Simon
2005 Jan 13
1
MWI on Zap analog phone not lighting
We are using Bellsouth 8867 phones on our TDM400B FXS lines (asterisk-1.0.3). It has a "Voicemail" light, which appears to be MWI (according to the manual it works with voicemail from the telco that sends a FSK signal). The dialtone stutters when a line has voicemail, so I know that I have the mailbox setting right in zapata.conf, but the light doesn't go on. I am also getting
2005 Jan 28
3
FWD and IAX2
Hi, I had a FWD account set up with asterisk (using SIP) and it was working fine both ways. I switched to IAX2 and now I can't get incoming calls from FWD. People who call my FWD number get a "480 - user is not online" message without any traffic reaching my box. I can call FWD numbers fine over IAX2. It seems fwd isn't trying to place the call over IAX2 because it thinks
2009 Jul 09
2
Setting up a "secure" AMI?
Hi All, I've just upgraded our CRM and it has an Asterisk Integration Module that I would like to test out. The CRM is running on one of our hosted servers in the cloud. The Asterisk server is running in my office. I am running Asterisk 1.4.21.2~dfsg-1ubuntu3. Reading the page http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20manager.conf got me a little concerned
2004 Jun 10
10
Automating calls
Hello I have heard that i can put a file in a certain directory to get * to initiate a call. Is this true ? if so where would i look ? Best Regards Simon Garvey
2006 May 23
2
Asterisk connecting to a proprietry PBX
Hi guys, I'm interconnecting an Asterisk box with a Lucent Definity PBX by means of FXO/FXS ports on a TDM2400 card. Everything works well, except for one little thing. Every now and then somebody (from an Asterisk extension) will call another extension on the Lucent Definity PBX and they hit their voicemail. They caller leaves their message (or not) and hangup, BUT the Lucent sometimes
2006 Nov 13
2
Custom voicemail extension greeting
Making custom "voicemail greetings" seems fairly straight forward, and I've done it. However, I'm looking for a way to make the actual extension answer with "You've reached my Jim Dandy voice mailbox, go take a flying . . .". (OK, so maybe not), instead of "The person at extension xxxx, is unavailable" Possible? Easy? Under my nose? joe a.
2004 Sep 28
3
Retrieve voice mail message from outside
Hi, is there a way to retrieve a VM message pressing some key during the greeting playback? Our scenario is a PBX with analog trunks and no DID. There's a general mailbox and no way to assign a number to voicemail. I've seen these question before in this list, but seen no answer to it... Thanks, Renato
2008 Mar 16
1
LDAP (was: Re: asterisk-users Digest, Vol 44, Issue 48)
If you write a HowTo, would you please insert it into the wiki at http://www.voip-info.org/wiki/index.php?page=LDAP ? Thanks. On Sun, 2008-03-16 at 07:09 -0500, asterisk-users-request at lists.digium.com wrote: > Date: Sat, 15 Mar 2008 18:20:32 -0200 > From: "Gonzalo Servat" <gservat at gmail.com> > Subject: Re: [asterisk-users] LDAP > To: "Asterisk Users Mailing
2004 Sep 20
1
Wait()
Hello List! All i would like to do is to wait 15 seconds, and then pick up the call for the voice box: [test2] exten => 39,1,Wait(15) exten => 39,2,Answer() exten => 39,3,Voicemail(99) exten => 39,4,Hangup() However, it does not pick up the call at all. I played around a bit, and found out that if the seconds are > 9, then it wont pick it up anymore.Any idea why? Wait(9) work
2012 Dec 10
2
CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
*************************************************************************************************** CISTI'2013 DOCTORAL SYMPOSIUM 8th Iberian Conference on Information Systems and Technologies Lisbn, Portugal, June 19 - 23, 2013 http://www.aisti.eu/cisti2013/index.php?option=com_content&view=article&id=64&Itemid=68&lang=en
2012 Dec 10
2
CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
*************************************************************************************************** CISTI'2013 DOCTORAL SYMPOSIUM 8th Iberian Conference on Information Systems and Technologies Lisbn, Portugal, June 19 - 23, 2013 http://www.aisti.eu/cisti2013/index.php?option=com_content&view=article&id=64&Itemid=68&lang=en
2006 Feb 06
8
change languages from an IVR
A customer of mine wants an IVR where the first 3 choices are 1 English 2 Spanish 3 French I can build the IVR but how do I get the system prompts to then speak the selected langauge. For example, a caller has selected Spanish and so is routed to the Spanish part of the IVR. At some point he breaks out of the IVR to leave a VM. How does the system know to continue offering him Spanish?