Displaying 20 results from an estimated 11000 matches similar to: "Auto connect to voicemail"
2006 Jan 22
4
Snom 320 and message retrieve key
Hi,
I found some issues with Snom 320 message retrieve key. This button
works only when the MWI does not blink! If MWI
blinks and I do press retrieve button I get "Unknown" on display and
busy tone. From the sip debug it looks like that Snom
does not send credentials to Asterisk which responds with 407 Proxy Auth
required.
I have loaded Snom with latest 5 firmware. No change.
I'm
2007 Jan 17
4
Erratic Snom MWI lights
Long story short...
Snom's ...
Retrieve button... works when MWI is *NOT* lit but does *NOT* work when
it is lit.
Any advice
Useragent : snom360/6.5.2
Function: F_RETRIEVE
[root@pbx ~]# asterisk -rx "show version"
Asterisk 1.2.13 built by root @ pbx on a i686 running Linux on
2006-11-17 16:35:22 UTC
[gateway]
exten => 201,hint,SIP/201
exten =>
2004 Oct 07
3
Vmail & Snom 190s
Hi all,
I got a couple of Snom 190's through this week and after some initial
foolishness I have them both setup no problems.
But here comes the except.
When there is voicemail waiting the softbutton appears but the phone
always dials its own extension. No matter what I put into the "mailbox"
parameter on the line settings. (Phone registers correctly with * and
all standard
2003 Nov 14
4
MWI and SNOM 200
Hi list,
how does one get a SNOM 200 MWI to work with * ??
When I press the MWI button it doesn't connect with
voice mail on my * box.
thanks
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
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
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:
2004 May 04
3
Maximum retries exceeded problem...
Searched the archives thoroughly...
Can't find this specific problem...
Simple setup with Asterisk on RedHat. No voice cards in the box, 2 SNOM 200
phones...
Phones seem to work well, can leave VM, Message Waiting Indicator lights up
but when I try to retrieve messages the call terminates and the following
happens:
-- Executing VoiceMailMain("SIP/520-a25e",
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
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
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 Aug 13
3
External MW Lamp On/Off
One of the connections my asterisk PBX has is an analog
extension from a Comdial hybrid.
On the Comdial system, message waiting is turned on by dialing
*3 and then the station number.
It is turned off by dialing #3 and the station number.
I was wanting to have Asterisk (or Comedian mail) set the
message lamp in the Comdial system when a new message arrives for a
user, and extinguish the lamp
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
2007 Apr 06
1
Snom 320 voicemail key & MWI
Dear List,
I'm having a blinking MWI light on the snom 320 even when there's no message
waiting in Asterisk.
We've managed to make the voicemail button work using
fromdomain=192.168.0.1 in sip.conf
vmexten=2500 (our VoicemailMain application extension in extensions.conf).
We also added
notifymimetype=application/simple-message-summary also in sip.conf to allow
SIP simple MWI
2004 Jan 04
3
Newbie - MWI
Sorry for the partial post a moment ago
With help I got two phones communicating - PCMA/PCMU was the problem.
Next stpe is to try voicemail. VM works fine, I can leave a mesage and then
retrieve it - but no MWI on the phone and no stutter dialtone.
I promise I've spent the requisite 4 hours + on google etc. but have really
no further ideas.
The setup is 2 Grandstream phones (latest
2004 Sep 09
12
SNOM 200 can't conference.
Hello,
Does anyone know how to conference a call on the SNOM 200 phone? Whenever I push the cnf/tran button it just hangs up on the active call. The manual says you have to push the cnf function key but it doesn't appear in the lcd on my phone.
Thanks
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jul 18
18
Polycom IP 500 Voicemail
Hello All,
I have some Polycom IP 500 phones that I would like to have configured
for direct dialing to our voice mail system. So far I have been unable
to get the hard button labeled Voice Mail to connect to Asterisk without
first passing through the message center prompts. I have followed all
the Admin Guide instructions regarding the phones .cfg files and using
2005 Jan 14
1
Re: Budgetone and MWI
asterisk-users-request@lists.digium.com is believed to have said:
>I don't mean to be rude to everyone who responded to this question, but
>I think that everyone is answering the wrong question. The point is that
>the message waiting indicator doesn't light up, at all, ever. All that
>happens when messages are waiting is that the display blinks and the
>phone gives a
2004 Dec 22
2
MWI not working on Polycom Phones
Hi All -
I'm running version SIP version 1.3.4 on various IP300, IP500, and
IP600 Polycom phones. I'm having a tough time with MWI. I thought I
remembered somebody on the list saying that they had it working, but I
can't find it in the archives now. I have all the phones configured
for MWI as specified in the WIKI:
ipdmid.cfg:
up.oneTouchVoiceMail="1"
2006 Mar 02
3
snom 320 MWI light
Hello.
I am using a snom 320 running 5.3.6 with Asterisk 1.2.4. In the sip.conf
entry, I have mailbox=1234@default and vmexten=*98.
The light on the snom 320 turns on when I have voicemail and the retrieve
button dials the correct extensions.
However, the light turns off immediately after making the call to voicemail,
even if I do not check the voicemail.
Any idea on how to get this to behave