similar to: VoicemailMain Issues

Displaying 20 results from an estimated 10000 matches similar to: "VoicemailMain Issues"

2004 Apr 10
5
Newbie Issues => SIP won't stay connected, and IAX Unable to Create Channel
I am terribly sorry to bother the list with such generic and bizarre problems, but I have been racking my brain with these for the last week working on it for at least 60 hours. If anyone can even point me in the right direction I would be eternally grateful. So without further adu here are my woes: I have * (2004-04-09 CVS) running on a P4 1.6Ghz CPU, 512MB RAM, Debian "Sarge", and
2004 Apr 13
6
VoicePulse Connect Problems
Just a quick couple of questions for ya'll. 1) Does anyone know if VoicePulse Connect will be supporting dtmf tones? I have had a terrible time getting a hold of anyone over there, and I need this functionality before I can migrate to * completely. 2) Are there currently any problems with inbound DID's? Everything is setup properly in *, but I am not able to receive inbound calls,
2004 Jul 14
5
ACD Issues
Alright, folks. I just deployed * into full production at my office. We have around 50 7905's, 5 7940's, and a handful of soft clients. We run a call center with around 15 agents. I also have a queue set up for the receptionists so that they don't get bombarded with calls. Everything seems to be working with a very few minor glitches. I firmly believe that the few problems we are
2005 Jan 18
1
QoS tagging - can Asterisk do this, if not, what do you recommend?
> -----Original Message----- > From: Dale [mailto:dale-list@lightwavetech.com] > Sent: Tuesday, January 18, 2005 1:45 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] QoS tagging - can Asterisk do this, > if not,what do you recommend? > > So my question is, does Asterisk offer the > ability to mark the voice data with the
2004 Apr 02
1
X-Lite -> Asterisk: Cannot transmit Audio
I am just an Asterisk newbie doing a test install. I am using 2 X-Lite clients and have configured them according to the wiki on voip-info. A warning is still displayed on the Asterisk server console saying that I should disable RFC3389 on the client, even after I changed the Transmit Silence to yes. I am able to connect and call the other client, but when I do no audio is being transmitted by
2006 Jan 04
2
VoiceMailMain Pass Mailbox
I have a extension 981 setup for entering VoiceMailMain: exten => 981,1,VoiceMailMain,([mailbox]@usvm) exten => 981,2,HangUp() I want to pass the calling extension to the context (extension and mailbox numbers are the same). This dosen't seem to work. I get this in the console: Asterisk Ready. *CLI> -- Executing VoiceMailMain("SIP/2504-ba66",
2005 Jul 25
2
VoiceMailMain issue..
Hi everybody, I'm in a middle of a Asterisk learning period. I am at a very good point except I'm not able to use VoiceMailMain. This Is my simple dialplan regarding VoiceMail ;Number that the IP Phones dial to access voice mail exten => 22999,1,VoiceMailMain (s${CALLERIDNUM}) exten => 22999,2,Wait(3) exten => 22999,3,Hangup Why do I get Forbidden 403 and one console display
2003 Jun 15
7
VoicemailMain
Hello guys Is there anyway for me to change the sounds that are presented in VoicemailMain? For instance, instead of it saying "mailbox", I would like it to say something like "please enter your mailbox number now". Is there a way for me to do this? I also noticed that when in some of the menus, even if I select one of the announced options it simply repeats the same menu
2020 Mar 25
1
Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC
Hello, On a Debian Buster instance, I compiled Asterisk 17.3.0 from source. I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using classical File module (in modules;conf and voicemail.conf): cd asterisk-17.3.0 ... make menuselect.makeopts menuselect/menuselect --enable app_voicemail_imap menuselect.makeopts; done menuselect/menuselect --enable app_voicemail_odbc
2004 Apr 09
2
IAX2 DTMF Problem
Hey all, I am dialing a DID through VoicePulse Connect. The number is answered by a main menu type of IVR. The configuration is as specified in both the wiki and VoicePulses documentation. The call comes through without a problem, but when the caller enter any keys they are either not recieved by * or they are ignored. With SIP I would typically put a dtmfmode= line under the peer and
2005 Jul 25
7
Some more VOICEMAILMAIN issue...
Hi everybody, I have corrected this line in extensions.conf by stripping spaces off and now it executes: exten => 22999,1,VoiceMailMain(s${CALLERIDNUM}) when it runs, the mail box number is asked and password too. I expected no question were made, because I inserted CALLERIDNUMBER and s in front of box number. Anybody knows why? Thank to you all, very kind members of this list! Ciao Mauro
2006 May 12
6
voicemailmain()
Hi, in the menu of voicemailmain, appear a lot of options, there is a way to leave only some of them? Also I want to know if there is a option that erase all message in a user box. Best REgards Ever Zalazar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/98a6f962/attachment.htm
2007 Oct 29
2
puppetd and self management
OS: FreeBSD 6.2-RELEASE Puppet: 0.22.4 OS: CentOS 5.0 Puppet: 0.23.2 Is it currently not possible for puppetd to upgrade itself (0.22.4 -> 0.23.2)? I tried it, and when puppetd attempted to restart itself (using the init provider), it failed to start back up. Perhaps the init provider needs to close all file handles before executing the rc.d scripts? Additionally, I had puppetd update its
2009 Sep 04
1
Strange beep when using VoiceMailMain application
Hello, I'm experiencing a weird problem when using the VoiceMailMain application. If I use the application after dialing a Local channel, there's strange beep just after asterisk answers the call and before the first locution. The extensions.conf I'm using is: Ruido extra?o al llamar a la aplicaci?n VoiceMailMain [default] exten => _X.,1,Dial(Local/${EXTEN}@test) [test] exten
2006 Feb 09
1
Voicemailmain() refusing connection problem
I've just finish setting up OPENSER with Asterisk 1.2.2 In OPENSER, i have set extension 400 to push to asterisk, which in turn run apps VoicemailMain() I noticed after the INVITE came to asterisk, it reply to OPENSER with " We're at 203.125.68.66 port 16520 ". Right after that , it will keep on " Retransmitting #1 (no NAT) to 203.125.68.66:5060: " , all the way until
2007 Sep 19
1
How to cancel the password check in VoicemailMain()
Hi in asterisk 1.4, I need to cancel the password check and allow users enter in the mailbox without entering password. I tried this: exten => 911119,1,Set(LANGUAGE()=es) exten => 911119,n,VoicemailMain(${Mailbox}@default,s) exten => 911119,n,Hangup and this: exten => 911119,1,Set(LANGUAGE()=es) exten => 911119,2,VoicemailMain(s) exten => 911119,n,Hangup But it does not work,
2005 Jan 24
2
Menu tree for voicemailmain application
Is there a menu tree diagram somewhere for the Voicemailmain application? I know my users will ask for one, and before I started drawing my own I thought I'd see if someone already had. --- David Brodbeck, System Administrator InterClean Equipment, Inc. 3939 Bestech Drive Suite B Ypsilanti, MI 48197 (734) 975-2967 x221 (734) 975-1646 (fax)
2006 Mar 21
2
VoiceMailMain(@context) Problem with Option 5 (Advanced)
Hi All, The situation: When I dial into VoiceMailMain(@context), put in my VM # 1001 and Password 1001, no problem, but at the voicemail main audio prompt (Alison), when I ?press 3 for advanced options? then ?press 5 to leave a message? I put in a mailbox number 1002 within the same [context], but VoiceMailMain looks for the mailbox in the [default] context and will not recognize the mailbox I?m
2005 Oct 12
2
Modifying cmd VoicemailMain
Dear Asterisk Users, I'm a Japanese and now configuring Voicemail. Now I need to modify the way cmd VoicemailMain works to fix language difference and other my conveniences. What I want to do are... 1) Add words used in message retrieving guidance. I need to add different suffixes to numeric words due to Japanese way of mentioning time. (e.g. in English, you can say "Five
2005 Oct 05
5
Voicemailmain automatic extension detection?
Is there a way I can have "voice mail check" calls coming from my internal users automatically get to the right extension, without having the user enter their extension? I'm thinking that I could have the local SPA boxes translate, or have each user live in a context where the extension in question exists uniquely per user, but both of these seem kludgey. Thanks in advance for