similar to: Retreive and Play Voicemail name

Displaying 20 results from an estimated 40000 matches similar to: "Retreive and Play Voicemail name"

2004 Oct 03
3
VoiceMail without password? How?
If my extension is 22, and voice mail access number is 909, then with exten => 909,1,voicemailmain(s22) I can access voice mail 22, without number and password prompt. But, I want that every extension can access its voice mail without number and password. So, when I put exent => 909,1,voicemailmain(${calleridnum}) voicemail want only password. I want to eliminate password too, so when I
2005 Jan 15
1
Re: Budgetone and MWI
asterisk-users-request@lists.digium.com is believed to have said: >Budgetone and MWI > >The message button can be programmed to dial an extension that checks >voicemail >exten => 160,1,Voicemailmain(${CALLERIDNUM}) > Thanks, this is what I was thinking about. Still, how do you get the BT to dial 160? In my Asterisk setting I have the same mailbox numbers reused for the
2011 Apr 04
1
Read VoiceMail direct
Hey Guy! I want direct access of VoiceMail without asking mailbox number (Direct ask PIN). I am using following dialplan but its still asking me Mailbox number. Look like asterisk 1.8 doesn't support CALLERIDNUM variable. Do you have any idea ? exten => 8500,1,answer exten => 8500,2,wait(1) exten => 8500,3,voicemailmain(${CALLERIDNUM:-4}@default) exten => 8500,4,hangup exten
2004 Sep 26
1
voicemail /w asterisk - voicemail() problems
I've setup the voicemail that auths against the mysql db. Now, everything works ok, except voicemail() calls fail with Sep 26 18:09:34 WARNING[157070336]: app_voicemail.c:1517 leave_voicemail: No entry in voicemail config file for '' all my users are in 'sip' voicemail context, but adding context to it: voicemail(@sip) doesn't help.. while if I put a vmbox # to it, it
2005 Aug 26
1
Asterisk: Unable to read password.
Hello, I am using asterisk as voicemail for my sip proxy. When a user (1234)dials 1111, the call is forwarded to asterisk. However I receive the following error: --Executing VoiceMailMain("SIP/1234-9afc", "1234") in new stack --Playing 'vm-password' (language 'en') [WARNING]: app_voicemail.c:3359 vm-execmain: Unable to read password ==Spawn extension
2004 Dec 17
2
voicemail without prompt
I'm trying to find a way to call voicemail without being prompted for my mailbox number. I was wondering if there was a variable for sip mailbox, or is there a way to define a variable that matches a sip's mailbox. I tried using "exten => 996,1,voicemailMain(${CALLERIDNUM})" but this only works if the mailbox matches the caller id. Any suggestions would be appreciated.
2004 Oct 08
2
Bypass VoiceMail Mailbox prompt
While setting my first couple IP phones, I set their voicemail buttons to an extension that runs VoicemailMain. exten => 8500,1,Wait(1) ; voicemail exten => 8500,2,VoicemailMain ; exten => 8500,3,Hangup ; I would like to be able to pass the mailbox number allowing each phone to go in directly but I'd rather tno have
2011 Dec 29
0
Help_In Voicemail , vedio play but voice is not here out.
Hi all, I am using to Xlite to save video voice mail. when i retreive it, then only video show , no voice is here out. Plz tell me where ,i am wrong , and how i can able to see video plus here audio in voice mail box. I did following configuration In Sip.conf videosupport=yes [phone1] type=friend host=dynamic context= employees mailbox=101 at default
2008 Oct 09
2
Menu for call forwarding or voicemail
I would like to create a simple menu that would allow a caller to decide whether they want to leave a message or be forwarded to another number (i.e cell phone). Thanks in advance for any insight. Here's my current extension.conf [general] static=yes writeprotect=yes [globals] [default] exten => 101,1,Dial(SIP/101,20) exten => 101,n,Voicemail(101 at default) ;This automatically
2004 Jan 10
0
Record calls where to put line?
Here is what I have now. Where should the line " exten => _.,1,macro(record-on,${EXTEN},${CALLERIDNUM})" go should it be under [sip]? Right now if I call sip to sip monitoring starts and the calls connect but I only get 44 byte files. If I call and iaxtel number monitoring starts but call never gets placed and again 44byte files with nothing in them. Thanks for the help. [iaxtel]
2004 Jun 03
3
CALLERIDNUM not passed over?
When a user dials 999 he is always asked for the mailbox and has to enter his mailbox number and password. As I understand this shouldn't happen because the CALLERIDNUM is passed over to VoicemailMain. It's annoying to have to enter the number everytime ... The voice mail configuration is read from MySQL. We are using the CVS version from a few days ago. Extract from extensions.conf:
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 17
1
Changing or Adding a Line to the Extensions.conf in Asterisk
I have a Asterisk PBX System with Redhat Linux Fedora 4, Webmin version 1.400 and I am simply trying to configure into the "Extensions.conf" script an entry that will add to the "Auto-Attendant" a line that will allow a "Caller" to enter a "0" (Zero) will then ring the extension(s) of the "Operator" to speak directly with the "OPERATOR"
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)
2004 Aug 24
2
Voicemail & "Couldn't read username" error
Hi, I have Asterisk running with the VoiceMail. Using the latest CVS. I have my extensions.conf setup so that if a SIP caller dials *99 the VoicemailMain() as follows: exten => *99,1,Wait(1) exten => *99,2,VoicemailMain() A couple days ago I installed the MySQL/Voicemail support described at http://www.voip-info.org/wiki-Asterisk+voicemail+database Now for some reason
2004 Apr 05
5
Auto connect to voicemail
I have the voicemail setup working in that I get the MWI and it emails the message correctly. When I pressed the MWI button on my SNOM 200, it dials into the voicemail system and prompts me for a mailbox and password. I know there is a way to automatically connect directly into the mailbox via the extension.conf file, but I can not find the documentation I am looking for in reference to variables
2005 Jan 20
1
Realtime Engine
I'm going to be testing the new realtime stuff further in the next few days, and just wanted some clarification on a couple of things before I start on it. I believe I can store any config file in a external config such as mgcp.conf for example, by adding it to extconfig.conf with the below syntax. mgcp.conf => mysql,asterisk,mgcpchans Doing this will require a reload of asterisk to read
2004 Aug 30
4
Newbie - Voicemail Password Help
Hello All. I'm just beginning with Asterisk and I have it all working now. I'm using Asterisk 1.0 RC1. My only question is this; when I check my voice mail the PBX simply says "password". I wanted to make it say "please enter your voice mail password" so I am using Background(pls-enter-vm-password). However now I hear "Please enter your voice mail password
2004 Jul 19
0
(Asterisk-Users] Affordable SIP Phone - Stiil a Myth?
Steve, Here is the config, I pulled from my server, that works with D'Link Phones: Main Menu -------------------------------------------------------------------------------- SIP.CONF [general] port = 5060 ; Port to bind to (SIP is 5060) ;bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) bindaddr = 67.109.153.236 disallow=all ;allow=ilbc allow=gsm allow=ulaw
2004 Apr 06
1
How to use ZapHFC ?
I tried to setup an PBX System with the following parties: 1. SIP Phones 2. One AVM ISDN Card with CHAN_CAPI for Outbound dialing and receiving external calls 3. One HFC-S PCI Card in NT-Mode with ZapHfc for physical ISDN Phones. 1+2 work perfect I have problems with part 3 Card is working, drivers loading fine, asterisk initializes chan_zap without problems. Demo did work. My problem is