similar to: Voicemail timeouts after 30sec's everytime.

Displaying 20 results from an estimated 400 matches similar to: "Voicemail timeouts after 30sec's everytime."

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 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
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
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
2005 Aug 30
0
re: how to set the voice message as
Hi there, Sorry for the late reply. I had too many emails in my mailbox to clean up. Anyway, I found out the problem is the sendmail in Linux did not work and the voicemail.conf in our asterisk is ok. There is another issue for email notification: some email servers rejects the email from asterisk. My engineer added Asterisk IP into the DNS to slove the email rejection issue. Thanks for
2006 May 11
2
Problem setting locale for voicemail
I've set voicemail almost successfully, only a minor detail remains :-) I can't get the dates in my local language (spanish). In sip.conf, zapata.conf and voicemail.conf, I've set: language=es and my locale is "es" also. However, the days and months names still appear in english in the emails!!! Thursday 11 de May de 2006, 18:49:34. instead of Martes 11 de mayo de
2005 Feb 11
1
Asterisk-MySQL: Not loading voicemail config from MySQL
Folks, I'm trying to get Asterisk to load my voicemail configuration from MySQL. I've followed the instructions at: http://www.voip-info.org/wiki-Asterisk+voicemail+database I restarted Asterisk, but no luck: the voicemail.conf does not get updated. I started with a sample voicemail.conf that I found on the Wiki. Or was it from Voicepulse? I can't remember. For initial testing, I
2005 Feb 20
3
* > Mobile Phone > Mobile Network
Ok I have a question. Seen it come and go around the mailling list for a while but never really seen an answer that seems to sort it out. What is needed is some interface from * > Mobile Phone > Mobile Network Service. At this point all the providers in AUS that I have found are charging a Premium Rate for Land Line > Mobile Network services. What I would like to do is be able to
2004 Sep 01
1
Broken sound in VoiceMail
It seems voicemail recordings have broken sound. It cuts out randomly throughout the recording. Has anyone had any similar experiences? I've included some snips of my voicemail.conf Cheers, Ben ----------SNIP------- [general] ; Default formats for writing Voicemail ;format=g723sf|wav49|wav format=wav ; Who the e-mail notification should appear to come from
2004 Dec 05
3
List's quiet or down?
Is it just me or are there problems? The list has just shutdown over the last 24 hours :( David
2009 Apr 06
1
IMAP Voicemail - can't get messages. Arrgh!
Hi - I just deployed a system using IMAP Voicemail. During my testing, voicemail worked fine. I could check vm from the phone, and the messages would get marked as read, or I could read the messages in a mail client, and the phone's mwi light would turn off. Very neat. I'm not exactly sure when things got munged up, but something broke. I can record messages with Voicemail(), but now
2005 Mar 13
1
g729 Lic ordered from Digium Question.
Does anyone know how long the orders take? I ordered some a couple of days ago and it said normally 24hours, and I am guessing that the weekend cause's some delays but it did not say anything abouy that. Any one got any ideas on how long generally over the weekend it takes? Thanks David
2003 Nov 13
2
Couple of Questions for Australian Users!
Just a couple of questions for Aussie users/resellers! I have only just started to look at asterisk a couple of weeks ago and have found some very intresting discussions and some useful info on what can and can?t be done with it and technology. The questions i have is, Are there people using it is Aussie?( I would say yes so prob answered my own question ) :) Hardware, is the digium
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
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
2004 Oct 01
1
Configuring X Ten to make call using FX0
I am blessed with this user forum and able to set my Dev-PCI Digium card working fine with the Asterisk server of mine (i)But today i just wanted to know if someone can help me to set X-Ten Lite to call PSTN line using my FX0 Currently , I am able to use X Lite to call another X lite user locally (LAN) I also has attached my setting together Thanking you all in advance --------------
2005 May 10
3
Voicemail Passwords
Where are user's voicemail passwords stored and how does the asterisk administrator change them? TIA, Jeff Heath
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 =>
2004 Dec 31
3
FXO to IAX on ethernet. or FXO to SIP on Ethernet
Now I have searched around and not seen anything to do this. I want to in remote locations were we need to have single or 2 PSTN lines for in dial as little hardware as possible and as stable as possible so that they will operate without user intervention. What I want to do is be able to take a single PSTN line in and go out through adsl for the Inet link. These would be in VERY remote