Displaying 2 results from an estimated 2 matches for "voicemain".
Did you mean:
voicemail
2004 Jul 29
2
Aastra 480e phone ADSI config
...AY "callended" AT 2
ENDIF
ENDSUB
; ---------------------------------------------------------
; End Asterisk default ADSI script
; ---------------------------------------------------------;
3. I only had to tune the SENDDTMF "8500" values to properly send it to
the right voicemain extention
4. Added the following to my /etc/asterisk/extensions.conf file in a
local only context so that the phone could only be programmed locally:
[adsi-program]
exten => 9666,1,Authenticate(1234)
exten => 9666,2,ADSIProg(asterisk.adsi)
exten => 9666,3,Hangup
5. Called extension 9666...
2004 Apr 30
0
calling in for Voicemailmain - what does "o" do?
The wiki pages say: Users typically want to be able to call their own
telephone number to pick up voice mail. To enable them to do this, include
the following entry in extensions.conf.
exten => o,1,voicemain
Note that this extension starts with a lower case letter o.
But what does this really do? If I've set up the dialplan to go to voicemail
if the channel is busy, I go to voicemail anyway.
Paul Mahler