search for: maxmessages

Displaying 20 results from an estimated 40 matches for "maxmessages".

Did you mean: maxmessage
2010 Apr 20
4
Voice mail "maxmessage " setting per mail box
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All, Is it at all possible to have the "maxmessage" setting on per user/mailbox value? We have a requirement whereby we want the global maxmessage setting to be 180 seconds per mail box, however, we would like to have certain users to be able to store longer voice mail messages. Is this at all doable in asterisk? Thanks Bruce
2006 Feb 23
0
maxmessages and maxgreet per mailbox
>From voicemail.conf: ; Maximum number of messages per folder. If not specified, a default value ; (100) is used. Maximum value for this option is 9999. ;maxmsg=100 ; Maximum length of a voicemail message in seconds ;maxmessage=180 ; Maximum length of greetings in seconds ;maxgreet=60 I would like to configure these parameters on a per mailbox basis using Realtime voicemail. I
2004 Sep 07
6
Problems with length of voicemail
I wonder if anyone else's Asterisk box drops the connection to voicemail after 30 secs even when the maxmessage parameter is set to 180 (3 mins). Here is the general section of my voicemail: [general] ; format=wav49 maxmessage=180 attach=yes Even if it only gave the caller 30 sec to leave a message it would be nice to tell the caller that they have run out of time before ending the
2005 Feb 07
1
Voicemail timeouts after 30sec's everytime.
Ok I have a challange that I can't seem to find a way to fix it. My Voicemail in * timesout after 30secs without fail everytime no matter what I do. I have incomming calls comming in through Freshtel IAX2, if it goes to SIP extension when it is online it can hang on for what ever time the call goes for. If however it goes to the Voicemail it will timeout at 30sec and I can't seem to
2005 Aug 11
2
re: how to set the voice message as email attachment ?
Hi there, I am using redhat 9.0 with asterisk 1.0.7. I created an user and was be able to leave voice messages to that user and retrieve the voice message. I looked the wiki and setup the voice message as the email attachment. However, I have never received email with the voice attachment. Here is the setting for voicemail.conf: ; ; Voicemail Configuration ; [general] ; Default formats
2006 Mar 28
3
Unable to authenticate password - VM
Hello: I am relatively new to Asterisk, so this hopefully is an easy question for someone: I'm unable to get into voicemail to retrieve messages. Since I'm learning, the conf files are very basic. The relevant portions of the voicemail.conf is: [general] format=wav serveremail=asterisk@myserver.com append=yes maxgreet=30 maxmessage=120 [default] 100 => 9999,100,me@myserver.com When
2004 Apr 07
1
Voice Mail Email problem
Ok its probabally something really eaisy im missing. I've searched the archives and voip-info. Asterisk is trying to send the email notification for voice mail. But the log says Invalid sender. Sender = asterisk@localhost.localdomain and not asterisk@somedomain.com as assigned in conf file. VM Config: [general] format=gsm|wav49|wav serveremail=asterisk@somedomain.com <----Actual
2005 Feb 09
0
Voicemail timeouts after 30sec's everytime no matter what I set in the configs. CVS Dec 04
As my previous try on getting an answer was hijacked I thought I would try again. Ok I have a challange that I can't seem to find a way to fix it. My Voicemail in * timesout after 30secs without fail everytime no matter what I do. I have incomming calls comming in through Freshtel IAX2, if it goes to SIP extension when it is online it can hang on for what ever time the call goes for. If
2005 Jul 07
1
Problems to leave messages in Asterisk
Hi all! I'm using Asterisk as a SIP server with 2 ip phones and it works great, the only think that I can?t make it wotk is: 1. I leave the messages but when I receive them in my mailbox , and open them I hear only noises -------voicemail.conf------- [general] format=wav49 servermail=asterisk attach=yes maxmessage=180 pbxskip=yes fromstring=The Asterisk PBX [default] 123 =>
2007 Oct 01
2
Asterisk Voicemail
Hi I've configured my asterisk and voicemail all works fine but I want to restrict call time to voicemail that is when user calls voicemail he can use voicemail system only for a max of 5 min that is after five minutes asterisk should disconnect the call. thanks Arun -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 10
3
Voicemail Passwords
Where are user's voicemail passwords stored and how does the asterisk administrator change them? TIA, Jeff Heath
2004 Dec 30
4
Voicemail and Zapatel
My PSTN line doesn't allways hang up properly after it goes to voicemail. The problem occurs when a caller hangs up during the initial greeting. Even though the hangup accured, voicemail continues to record, usually a fast busy and/or a teleco generated "please hangup now" message. After the voicemail.conf 'maxmessage=180' expires the line simply stays offhook. The hardware
2005 Sep 15
1
Can not get realtime static voicemail.conf to work
Here is what happens on startup: Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime: Static SQL: SELECT category, var_name, var_val, cat_metric FROM settings WHERE filename='voicemail.conf' and commented=0 ORDER BY filename, cat_metric desc, var_metric asc, category, var_name, var_val, id Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime: Everything is fine. Sep
2006 Jun 12
2
Bug in Voicemail ??
Hello, I have setup an Asterisk 1.2.7.1 system, with a working voicemail box: /etc/asterisk/extensions.conf exten => 83086921,1,Answer exten => 83086921,2,Dial(SIP/stefan,5,r) exten => 83086921,3,VoiceMail,u111 exten => 83086921,4,Hangup exten => 83086921,103,VoiceMail,b111 exten => 83086921,104,Hangup /etc/asterisk/voicemail.conf [default] language=de 111 =>
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
2007 Jul 27
2
Attaching VoiceMails on E-Mails
Hello all, I am running Asterisk-1.4.5 on my Debian GNU/Linux Etch here and I want to send the voicemails as attachment to e-mails and delete the voicemails from my PBX once it has been sent. But, I don't have a running MTA here even on the PBX itself. I just want to send the e-mails to my GMail account from my PBX. Can I just use the mail or mailx command to send the e-mail and attach the
2003 Sep 19
1
VoiceMail fromstring?
I'm having tons of trouble getting the fromstring to work in voicemail.conf. I've tried both voicemail and voicemail2 but the emails still seem to be coming from asterisk pbx. Has anyone had any luck with this? ================= Here's my voicemail.conf: ; ; Voicemail Configuration ; [general] ; Default formats for writing Voicemail ;format=g723sf|wav49|wav format=wav49|gsm|wav ;
2003 Sep 16
8
Hangups after voicemail
Hi, Try as I might, I can't get hangups detected on a Zap channel with loop start lines. So, after someone leaves a voicemail and then hangs up, Asterisk doesn't know it, exits VoicemailMain2, and loops back to the corporate greeting, tying up the line even though the outside caller has hung up. Therefore, I've added the following hideous hack - er, code - to voicemail2.c. It
2003 Sep 12
1
Voicemail time limit?
Is there a way to limit the duration of any single voicemail recording? I'd like to put a cap on that limit, say 2 minutes or whatever, for those long winded individuals and can't seem to find a reference for it.
2003 Dec 09
0
voicemail minmessage
Hi, I seem to remember someone once wrote a patch to configure a minmessage parameter, much like the maxmessage parameter is now, as to avoid empty messages of 2 seconds being stored in the mailbox by slow people on the other end ;-) I cant find this in the bugtracker nor in my archives, but perhaps I'm missing it ? Thanks -- Best regards, Florian Overkamp