similar to: calling in for Voicemailmain - what does "o" do?

Displaying 20 results from an estimated 50000 matches similar to: "calling in for Voicemailmain - what does "o" do?"

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 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
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 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
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
2005 Aug 24
0
[Asterisk-Dev] Job Opening - Release Engineer
Signate has an immediate opening for a qa/release engineer for our line of VoIP telephony products. Release Engineer Signate is rapidly growing and profitable. We are about to launch a new line of telephone software products. That?s where you can come into the picture. You would support Signate's software development team by reviewing new and changed code, tracking and auditing change
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 Oct 11
1
SIP / IAX over satellite
Hi all, ------ I tried to use * over satellite, but all my effort did not succeed. The Asterisk is behind the VSAT and is resposibel for alle the SIP clients in a field location. The clients are notebooks and PDA's running SJPhoen for Windows and PocketPC. Unfortunately I could not find any Linux Client wich worked satisfying. SJ LAbs promised a Linux Version at the end of August but they
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 12
0
Second edition of my * book has been release d
But for us? _____ From: William Boehlke [mailto:william.boehlke@signate.com] Sent: Wednesday, January 11, 2006 2:24 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Second edition of my * book has been released $39.95 retail. _____ From: asterisk-users-bounces@lists.digium.com
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 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
2004 Jun 18
0
SIP error 407 - can't make outgoing calls
I am using a IPDialog siptone II. I can take incoming calls, but when I try and make an outgoing call I get a SIP 407 error. Can some kind soul explain to me what I am doing wrong? Here's what I found in the wiki: If a proxy does not accept the credentials sent with a request, it SHOULD return a 407 (Proxy Authentication Required). The response MUST include a Proxy-Authenticate header
2004 May 10
0
How do I catch someone pressing the * key?
I would like to be able to detect when someone dials *. What I'd like to be able to do is exten => *,1,Answer and catch it when the caller pressed the * key. Thanks! 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 02
1
Voicemail or voicemail2?
I'm using the stable branch. Is voicemail or voicemail2 deprecated? TKS Paul pmahler@signate.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040502/1b0ab572/attachment.htm
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
2006 Feb 02
2
RE: 5, 000 concurrent calls system rolloutquestion
I don't think they are doing it with one Asterisk box. They did say "one rack of servers". Well, that might mean up to 50 computers if they are using blade servers. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of John Todd Sent: Thursday, February 02, 2006 10:21 PM To:
2004 Dec 18
1
voicemailmain hotkey
Hi Folks Since updated to 1.0.1/2 I got a prob with the hotkey to access voicemailmain. According to the wiki "0" jumps to extension "o" and "*" to "a" "0" isn't working, I get vm-sorry followed by HangUp :( "*" is working and I get access. So I changed the dialplan to get my voicemail managed. Tested on zaphfc and capi Is
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
2010 Jun 05
1
Can one adjust the voicemail-menu when using VoiceMailMain() ?
Hello list. The VoiceMailMain()-application has an advanced menu. Can I get a Voicemail-application that has less functionality ? I only want the user to listen to new voicemail-messages (and delete them), not the functionality with the folders and redirecting messages to other mailboxes... I've looked at the code in /usr/src/asterisk-1.4.30/apps/app_voicemail.c but it seems complicated