similar to: VoiceMailMain(@context) Problem with Option 5 (Advanced)

Displaying 20 results from an estimated 8000 matches similar to: "VoiceMailMain(@context) Problem with Option 5 (Advanced)"

2006 Mar 21
1
VoiceMailMain(@context) Problem with Option 5(Advanced)
I had the same problem yesterday. I thought it might have been a realtime problem. Guess not. Bloody annoying too. > -----Original Message----- > From: JR Richardson [mailto:jr.richardson@cox.net] > Sent: Tuesday, March 21, 2006 2:52 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] VoiceMailMain(@context) Problem with Option > 5(Advanced) > > > Hi
2006 Mar 22
0
RE: VoiceMailMain(@context) Problem with Opt ion 5 (Advanced)
I apologize, but the fix I was thinking of wasn't directly related to this. It was in app_voicemail.c, but related to using the channel's context for the Directory application. The fix for your issue may be indirectly related, though. I would open a bug. Regards, - Brad -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2004 May 18
1
VoiceMailMain dumps user back into my incoming context after leaving a message
I have a dial plan that includes a company phone directory as a main menu option. If they just sit at the main menu, after 20 seconds, they are transferred to the operator. If the user picks an extension from the directory, they are transferred to the proper extension. If the called number is not available, they are transferred into VoiceMailMain. They leave a message, and hang up. The hang
2008 Feb 09
1
Sending a message from inside voicemailmain.
As far back as I can remember in 1.4, the option of sending a VM from voicemailmain (3-5 or 3-5-1), depending if you could use the directory has been broken. In the ChangeLog for 1.4.18 a bug (11735) was mentioned. I do seem to remember that in 1.2, it wasn't possible to send a message to ones-self. This bug fix apparently corrects that situation. Well, I guess it would, if only it
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
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
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
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
2004 Jan 12
1
Advance Options in VoicemailMain() ?
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040112/e9dceeb4/attachment.htm -------------- next part -------------- Hello One of the option in VoicemailMain() is "Adavance Options". Could anyone explain what are these ?. Because whenever I select Advance Options, it repeats the same process of asking "Change Folders,Advance
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,
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
2004 Dec 19
2
VoicemailMain can't read from phone keyboard!
Hello I try to set up voicemails for extension. When VoicemailMain gets called, it prompts for mailbox and password. It seems not able to read from the phone. So the authentication always fails. I desparately need help to understand what is wrong. Here is a part of my extensions.conf: exten => _8500, 1, Wait(2) exten => _8500, 2, VoicemailMain(${CALLERIDNUM}) exten => _8500, 3, Hangup
2006 Nov 30
2
voicemailmain
When I call to VoicemailMain it just sits. ; Retrieve Voice Mail exten => 2500,1,Wait(2) exten => 2500,2,VoicemailMain(s100) exten => 2500,3,Macro(endcall) 1.4.3 latest SVN. voicemail(100) works and the mwi systems works. I am not using ODBC or SQL. Voice mail to email works ok. I just cannot retrieve it by the application. I'm not sure when this quite we get little voice mail
2006 Jan 26
4
extension to extension dialing
Sorry for all the newbie questions. I really appreciate everyone's help today. Okay I've got outgoing and incoming calls working with no echo. yay! Now I'm having an issue with SIP extension to extension calling. Any time I dial another extension it goes right into voice mail. My extensions.conf is pretty small and rough but, here's what I have right now. Most of it was taken
2006 May 06
3
Voicemail error
I (sometimes) get this error message: WARNING[17191]: app_voicemail.c:2411 leave_voicemail: No entry in voicemail config file for 'irstname.lastname' I can see the value of the argument is "firstname.lastname" when this line executes in the std-exten macro: exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable... But the error message drops the first character. It
2004 Jul 06
1
missing .gsm in VoiceMailMain(2)
Hi Folks I try the following within context: exten => foo,foo,VoiceMailMain After providung MailBoxNumber I get asked for PassWord. If now the input fails I see on CLI Playing 'vm-incorrect' followed by Playing 'vm-password' and I can hear both messages. Next try is: exten => foo,foo,VoiceMailMain(MBNumber) which jumps straight to the MB and asks my for PW If now the input
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)
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