Displaying 20 results from an estimated 1000 matches similar to: "Voice Mail Email problem"
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
;
2004 Nov 25
3
configuring voicemail
i was looking but i dont find how do this:
configure the password for the extensions
read the messages
and some other things related with this
can some bady help me with some material or a explicit example.
thanks in advance
Rodney Acosta Coya.
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
2006 Feb 22
1
SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
Thank you very much. For some reason "emailsubject" was not included in my example config. Well, it's working great now.
Last question, I promise :P. Is it possible to change the date format? I want it in Norwegian.
-----Opprinnelig melding-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan
Sendt: 22.
2006 Feb 22
1
SV: Re: SV: Re: Fromstring when sending e-mail onrecievedvoicemail
It's fixed now.
In "/etc/mail/ssmtp.conf", this ("FromLineOverride=YES") line was commented out. Removing that comment did the trick :)
Now I only need to change the e-mail's title. Is that possible?
-----Opprinnelig melding-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan
Sendt: 22.
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
2017 Feb 18
2
Voicemail notification by email is missing CallerID info
All;
I am running Asterisk 11.6-cert16 and I have voicemail setup so
voicemail messages are sent as email attachments. That works fine. However,
the body of the email contains the CallerID(name), but is missing the
CallerID(num). For example, the email body looks like this:
Just wanted to let you know you were just left a 0:21 long message
(number 13) in mailbox 101 from WIRELESS
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
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
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
--------------
2009 May 08
2
Not receiving voicemail message in mailbox
It should be as simple as editing voicemail.conf :
; Voicemail Configuration
;
[general]
; Formats for writing Voicemail. Note that when using IMAP storage for
; voicemail, only the first format specified will be used.
format=wav49|wav|gsm
; Who the e-mail notification should appear to come from
serveremail=asterisk-voicemail
; Should the email contain the voicemail as an attachment
attach=yes
;
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
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
2009 Sep 16
5
custom voicemail e-mail
Hi All,
I'm trying to use a php script to send voicemail e-mail so i can send
custom e-mail message based on what mailbox.
on my voicemail.conf i have
mailcmd=/var/www/voicemail.php
but when i tried to call an extension and goe to voicemail i'm not
receiving the e-mail.
but when i execute "php /var/www/voicemail.php" on the shell, i can
receive the e-mail.
how would i
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
2009 May 22
1
VOICEMAIL : I've tried a lot but mailing through Asterisk is just not working...
Don't be afraid about the info that I'm going to post in this mail, but
I want you to give as much info as possible. Also I want to show you
what I've tried.
What do I want
When a voicemail-message is left via the Voicemail()-application, I want
the .wav-file send to my mail-address as an attachment.
My mail-setup
I'm not using sendmail as MTA. I have msmtp as MTA and mutt as
2014 May 29
1
voicemail with odbc
Hi,
I have some issue with voice mail with ODBC on asterisk 11.7 box. I may not
understand database functionality on asterisk fully. The most suspected
area is func_odbc. I already googled but not luck. Your guide is warmly
welcomed
*Error messages when I make call and leave message.*
-- <SIP/1ffa9-00000007> Playing 'auth-thankyou.g722' (language 'en')
[2014-05-28
2003 Nov 06
40
voicemail
If you ring into * and leave voicemail
It does not reset the line
Any ideas would be appreciated
Regards Mick
2013 Aug 05
3
Voicemail variables on email subject
Hi
I have a problem w/ voicemail, the subject message is corruption when used
voicemail variables, e.g. :
voicemail.conf
emailsubject=${VM_MAILBOX}|${VM_MSGNUM}|${VM_CALLERID}|${VM_DUR}
Return:
Subject: =?utf-8?Q?1504|12|=22Teste_-_Rafael=22_=3C1570=3E|0=3A16?=
Expected:
Subject: 1504|12|"Teste - Rafael" <1570>|16
Thank's
Att,
*Rafael dos Santos Saraiva*
Tel: (51)
2004 Sep 17
3
MySQL Voicemail Problems
I know this has been moved to contrib, but is anybody using it successfully?
We are looking at using Asterisk for the fine IVR features it has, tied in
with another platform. Calls are getting routed to it, but the following is
happening: (I've redacted phone#s and passwords)
asterisk log:
Sep 17 11:56:24 WARNING[17423]: No entry in voicemail config file for
'+13609XX2000'
Sep 17