VoIPtel Community Forum
September 09, 2010, 05:23:16 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: I am sorry to inform you that an army of spammers have tried to get access to our Forum during the last few weeks. As a result we have been forced to temporarily prevent registrations of new members.

We need a few testers for our upcoming VoIP network, you can find more details and how to apply on the Blog.

Useful links:    http://voiptel-se.com     http://blog.voiptel.no    http://voiptel-pro.com   
                           http://twitter.com/VoIPtel

 
   Home   Help Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Voicemail preferences  (Read 1610 times)
Job
Administrator
Jr. Member
*****
Offline Offline

Posts: 33



View Profile WWW
« on: April 21, 2009, 01:07:18 PM »

Hi,

With asterisk their are multiple ways of working with the voice-mail application.
The nice thing is that most things that annoy you as user can be tailor made.

Here are some option that i feel are handy:

Don't ask for password
In the extensions.conf in the [default] context their is an extension assigned to the voicemail application.
By adding a 's' in front of the mailbox you won't be prompt for the password.
Code:
exten = 2345,1,VoiceMailMain(s${CALLERID(num)}@default)

Automatic goto next message
Quickly going through your voice-mails can be some-kind time consuming.  By adding the following line to the general context of the voicemail.conf you can automaitcly skip to the next message after pressing 7 or 9.
Code:
nextaftercmd=yes

Disable the 'leave message after the tone ....' message
By using the option 's' in de dialplan you can disable the default voicemessage.
Code:
exten=s-NOANSWER,1,Voicemail(${ARG1},su)

These parts could be default find inside the extensions.conf under the macro's: macro-stdexten and macro-stdexten-followme.
« Last Edit: April 21, 2009, 04:50:12 PM by Job » Logged
rs_shadow0000
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #1 on: July 29, 2009, 03:01:05 PM »

This menu controls the Voicemail operation of your extension, assuming Voicemail is available on your system. This menu controls the basic telephony ...

« Last Edit: July 31, 2009, 08:48:26 AM by Jan » Logged
gfacer
Jr. Member
**
Offline Offline

Posts: 34


View Profile
« Reply #2 on: February 13, 2010, 11:21:38 PM »

Jan, that advice for removing the need for the password doesn't seem to work for my set up. Has anything changed recently, or any other settings that need to change in conjunction with that to make it work?

(like the user having no password set up, for example)

Edit: Yep, that was the problem

Thanks, Greg
« Last Edit: February 13, 2010, 11:26:13 PM by gfacer » Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!