Displaying 20 results from an estimated 5000 matches similar to: "Read VoiceMail direct"
2004 Jul 15
2
Cisco phones and Messages and Forward ToVM keys
; Below assumes you are using the same number for Voicemail boxes as
extensions
; if ${RDNIS} is blank then GotoIf will go to extension 2, otherwise it
will go to extension 102
exten => 8500,1,GoToIf($[X${RDNIS} = X]?2:102)
exten => 8500,2,VoiceMailMain(s${CALLERIDNUM})
exten => 8500,3,Hangup
exten => 8500,102,VoiceMail(u${RDNIS})
exten => 8500,103,Hangup
; you should now be able
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
2003 Aug 07
1
MWI bug ?
Hi Lee,
You need to specify the VM context that you are using..
so using your examples..
extensions.conf entry..
exten => 1000,1,Dial(SIP/1000,20)
exten => 1000,2,Voicemail2(u1000)
exten => 1000,102,Voicemail2(b1000)
exten => 1000,103,Hangup
should be..
exten => 1000,1,Dial(SIP/1000,20)
exten => 1000,2,Voicemail2(u1000@sip)
exten => 1000,102,Voicemail2(b1000@sip)
exten
2004 Dec 18
2
Problem with 302 "Moved Temporarily" Do not disturb
I have some Cisco 7905 phones with the SIP load 1.02.00(040406A).
When the phone is off-hook but no call has been placed, or when the Do
Not Disturb is activated, the phone returns a 302 "Moved Temporarily"
message back to asterisk as follows:
-----------
-- Executing Dial("SIP/5060-0811bb00", "SIP/9871234|20|Ttr") in new stack
-- Called 9871234
-- Got SIP response
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
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
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 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
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
2005 Aug 30
2
Manipulate CALLERIDNUM
Can someone tell me how to do this...Given the following line:
exten => *97,3,VoicemailMain(${CALLERIDNUM}@default)
Is it possible to add some logic to manipulate the CALLERIDNUM to send
back 801 even if the extension is 601 and 901 even if the extension is
701? I have 2 branch offices where users have both Office and Home SIP
phones. I want them to share a VM box.
Branch1 = 8XX , Home =
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
2004 May 18
2
asterisk voicemail retrieval using a cisco 7940
can anyone give me a reference to the retrieval of voicemail from the
Asterisk PBX using a cisco 7940 phine running sip image.
i have configured a single voicemail box using the script, the corresponding
entry in voicemail.conf and configured the extension to use the voicemail
box .
i can see from the asterisk console the message being passed to the voice
mailbox, and correspondingly the sip
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.
2005 Jun 15
1
SIP transfer/REFER to voicemail problem
I've google for hours trying to find a discussion of a similar problem as the
one I'm having, so forgive me if this has come up before. If it has, please
point me in the right direction!
The problem occurs when a caller (A) is transferred by an intermediary party
(B) to voicemail (Voicemail or VoicemailMain), either directly or by being
taken to voicemail when the callee (C) doesn't
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 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
2004 Jan 10
2
Record all phone calls
I want to record all phone calls made inbound and outbound. I'm new so
having a hard time getting this started. Here is what I have so far but
isn't working. Can someone help me out? Thanks,
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
[sip]
include => macro-record-on
include => iaxtel
exten
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 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
Anyone help me here? I am a newbie so be gentle ;-)......
It worked once and then I played with the configs.
I have a static IP address which is on my private network.. Phone is 192.192.192.220 and asterisk server is 192.192.192.22
I have the 7690 with a SIP iamge (Whatever latest is )
I have 3 lines setup with Free World Dial up and have the 4th setup to connect to my asterisk server. Here
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys,
I'm somewhat of a newbie and am desperately seeking for some help...
I've managed to get asterisk up and running on my server, and signed up with a
broadvoice account...
I'm having no problem dialing and communicating between extensions, but whenever
anyone tries to call my broadvoice account, they are greeted by no ring or
anything, but rather simply a direct to