[asterisk-users] Voicemail Question

2007-12-06 Thread Lutgring, Sam
Is there a way to allow a user to dial an extension after listening to
your voicemail instead of leaving a message?  Example would be the big
boss is on vacation and changes his out message to say you can reach my
assistant at by dialing 1234 now or leave me a message.
 
Thanks in advance.
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Voicemail Question

2007-12-06 Thread C F
you can define what happens if/when the caller presses * or 0 happens.
if operator=yes in voicemail.conf then asterisk will look for exten o
(that is the letter oh not the number zero) in the context that called
app_voicemail or exten a for a star that's pressed.
you can also define what application voicemail will do after it exits
by putting something at the next priority after calling app_voicemail.
the later option requires that the user does not hangup after
recording their message.

On 12/6/07, Lutgring, Sam [EMAIL PROTECTED] wrote:
 Is there a way to allow a user to dial an extension after listening to
 your voicemail instead of leaving a message?  Example would be the big
 boss is on vacation and changes his out message to say you can reach my
 assistant at by dialing 1234 now or leave me a message.

 Thanks in advance.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Voicemail question

2007-03-07 Thread Race Vanderdecken
I have done per user context programming for asterisk in the recent
past.

I am a professional contract programmer but my rates are reasonable and
you will get code that works.

Please contact me if you would like my help on this.

-Race

Race Vanderdecken
Code Tyrant, Inc.
[EMAIL PROTECTED]
828 221 2636 vonage
Somewhere near Asheville, NC.
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Olle E
Johansson
Sent: Wednesday, March 07, 2007 2:47 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Voicemail question

Everything can be done with a certain amount of coding... :-) No,  
it's not possible
in Asterisk today.

Check the configuration templates to make life easier when  
configuring voicemail.
It's documented in doc/configuration.txt in your asterisk source code  
directory, or
here:
http://svn.digium.com/view/asterisk/branches/1.4/doc/configuration.txt

/Olle

6 mar 2007 kl. 00.42 skrev Hall, Eric M.:

 Group

  In voicemail.conf I would like to having the following setup per  
 context not per-mailbox settings



 serveremail

 userscontext

 fromstring

 usedirectory

 emailbody

 pagerfromstring

 dialout

 sendvoicemail

 callback

 review

 operator

  volgain

 nextaftercmd

 forcename

 forcegreetings

 tempgreetwarn

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Voicemail question

2007-03-06 Thread Olle E Johansson
Everything can be done with a certain amount of coding... :-) No,  
it's not possible

in Asterisk today.

Check the configuration templates to make life easier when  
configuring voicemail.
It's documented in doc/configuration.txt in your asterisk source code  
directory, or

here:
http://svn.digium.com/view/asterisk/branches/1.4/doc/configuration.txt

/Olle

6 mar 2007 kl. 00.42 skrev Hall, Eric M.:


Group

 In voicemail.conf I would like to having the following setup per  
context not per-mailbox settings




serveremail

userscontext

fromstring

usedirectory

emailbody

pagerfromstring

dialout

sendvoicemail

callback

review

operator

 volgain

nextaftercmd

forcename

forcegreetings

tempgreetwarn


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Voicemail question

2007-03-05 Thread Hall, Eric M.
Group

 In voicemail.conf I would like to having the following setup per
context not per-mailbox settings  

 

serveremail 

userscontext

fromstring

usedirectory

emailbody

pagerfromstring

dialout 

sendvoicemail

callback

review

operator

 volgain

nextaftercmd

forcename

forcegreetings

tempgreetwarn

 

Can this be done?

 

Thanks!

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail Question...help

2005-03-15 Thread Angel Diaz




Hi all,  Can anybody help me on this 
?  I'm trying to use asterisk voicemail application. The thing 
is, when a call forward from the switch arrive to asterisk over ISDN PRI I 
verify if the redirecting number match one subscriber of the asterisk voicemail 
databases otherwise, forward this call to another voicemail platform. 
My question is, how I have to forward this call to the other voicemail 
platform via ISDN PRI ?? (take into account I have to send the redirecting 
number to the other platform).  I was thinking it could be 
via Dial() app, but I think it will remove the redirecting number 
here  This is the scenario.  
Switch - Asterisk Voicemail(here, chek is the user is on the 
database) , otherwise send the call to - VMS(other). 

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Voicemail Question

2004-12-15 Thread Thierry
Hi

Just for a quick question.
I'm using voicemail with mysql but i cannot modifiy the password in the sql
table from the phone with option 5 of the mailbox option

Is it because i must change it through the database only

Best regards

Thierry

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail Question

2004-04-15 Thread Anon
On Monday 12 April 2004 06:49 am, Andrew Thompson wrote:
 Paul Tyreman wrote:
   du -sh /var/spool/asterisk/vm/*
 
  At the command line, do
 
  man du
 
  You will have to know a bit about the operating system, this is not
  point and click.
 
  John Chapman
 
  Yeah ok, I know I need to type it at the command prompt, I'm not
  stupid.
 
  I just wanted to know what it did before I actually typed it in to my
  system !!

 Allow me to reiterate the suggestion of:

  man du

 *Hint man is short for manual.

If you use KDE, you can go to the location bar, clear it, and type #du[ENTER]
You will get this:

DU

 Section: User Commands (1) 

NAME

 du - estimate file space usage 

SYNOPSIS

du [OPTION]... [FILE]... 

DESCRIPTION
 Summarize disk usage of each FILE, recursively for directories. 


Anon

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Voicemail Question

2004-04-12 Thread Andrew Thompson
Paul Tyreman wrote:
  du -sh /var/spool/asterisk/vm/*
 
 At the command line, do
 
 man du
 
 You will have to know a bit about the operating system, this is not
 point and click. 
 
 John Chapman

 Yeah ok, I know I need to type it at the command prompt, I'm not
 stupid. 
 
 I just wanted to know what it did before I actually typed it in to my
 system !! 

Allow me to reiterate the suggestion of:

 man du

*Hint man is short for manual.

-
Andrew Thompson
http://aktzero.com/ 


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Voicemail Question

2004-04-11 Thread Paul Tyreman



Hi,

Is it possible to stop users from having the option 
to change their voicemail greetings ?

I'm running asterisk on an old machine with a small 
hard drive and I don't want users to be able to take up room on it by recording 
their own messages.
Also, once someone has recorded their own messages, cant it be set back 
to the default one ?

Once final question, is it possible to see how much space each users 
mailbox is taking up and can I delete voicemails from users mailboxeson 
the server ?

Thanks, Paul.


RE: [Asterisk-Users] Voicemail Question

2004-04-11 Thread Todd Lieberman



du -sh 
/var/spool/asterisk/vm/*

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Paul 
  TyremanSent: Sunday, April 11, 2004 11:17 AMTo: 
  [EMAIL PROTECTED]Subject: [Asterisk-Users] Voicemail 
  Question
  Hi,
  
  Is it possible to stop users from having the 
  option to change their voicemail greetings ?
  
  I'm running asterisk on an old machine with a 
  small hard drive and I don't want users to be able to take up room on it by 
  recording their own messages.
  Also, once someone has recorded their own messages, cant it be set 
  back to the default one ?
  
  Once final question, is it possible to see how much space each users 
  mailbox is taking up and can I delete voicemails from users mailboxeson 
  the server ?
  
  Thanks, Paul.


RE: [Asterisk-Users] Voicemail Question

2004-04-11 Thread Paul Tyreman



What does that do then ?

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Todd 
LiebermanPosted At: 11 April 2004 16:36Posted To: 
Asterisk-UsersConversation: [Asterisk-Users] Voicemail QuestionSubject: 
RE: [Asterisk-Users] Voicemail Question

du -sh 
/var/spool/asterisk/vm/*


RE: [Asterisk-Users] Voicemail Question

2004-04-11 Thread johnc
On 11 Apr 2004 at 18:16, Paul Tyreman wrote:

 
 What does that do then ?
 
snipped

 du -sh /var/spool/asterisk/vm/*

At the command line, do

man du

You will have to know a bit about the operating system, this is not point and click.

John Chapman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Voicemail Question

2004-04-11 Thread Brian Cuthie

And buy a bigger disk while you're at it :-)  They're under a $100 and then
you can let your users create their own outgoing messages.

-brian 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 [EMAIL PROTECTED]
 Sent: Sunday, April 11, 2004 12:20 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] Voicemail Question
 
 On 11 Apr 2004 at 18:16, Paul Tyreman wrote:
 
  
  What does that do then ?
  
 snipped
 
  du -sh /var/spool/asterisk/vm/*
 
 At the command line, do
 
 man du
 
 You will have to know a bit about the operating system, this 
 is not point and click.
 
 John Chapman
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Voicemail Question

2004-04-11 Thread Paul Tyreman



Yeah ok, I know I need to type it at the command 
prompt, I'm not stupid.

I just wanted to know what it did before I actually 
typed it in to my system !!

Does it stop using from being able to change their 
greeting, does it allow me to change them all back to the standard greeting or 
what !?

Paul.

PS. There is no point in buying a larger hard drive 
as the motherboard on this old machine isn't capable of handling anything 
bigger,. So it wouldn't be a case of less then $100, it would be a case of 
a whole new machine, which would cost a lot more then $100.



-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Posted At: 11 April 
2004 18:20Posted To: Asterisk-UsersConversation: [Asterisk-Users] 
Voicemail QuestionSubject: RE: [Asterisk-Users] Voicemail 
Question

du -sh /var/spool/asterisk/vm/*

At the command line, do

man du

You will have to know a bit about the operating 
system, this is not point and click.

John Chapman