Jeff R Glassman
2005-Jan-27  16:42 UTC
[Asterisk-Users] Voicemail attachment not being emailed out
I am running Asterisk@Home
Voicemail works fine but does not email out the voicemail attachments.  Any
suggestion?
-----------------------------------
Voicemail.conf
[general]
#include vm_general.inc
#include vm_email.inc
[default]
201 => {password},Jeff G Laptop,jrglass@columbus.rr.com,,attach=yes
---------------------------------------------------------------------
Sip.Conf
[201]
username=201
type=friend
secret={ACCOUT PASSWORD}
qualify=no
port=5060
nat=yes
mailbox=201
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid="Jeff G Laptop" <201>
Jeff
David Shaw
2005-Jan-28  07:40 UTC
[Asterisk-Users] Voicemail attachment not being emailed out {Scanned}
I'm new at this too. In my voicemail.conf under general I have attach=yes.(This works for all users) I did try removing it and adding to the end of my users voicemail entries. Run the test and no attachment. But I'm still new. David On Thu, 2005-01-27 at 18:42 -0500, Jeff R Glassman wrote:> I am running Asterisk@Home > > Voicemail works fine but does not email out the voicemail attachments. Any > suggestion? > ----------------------------------- > Voicemail.conf > > [general] > #include vm_general.inc > #include vm_email.inc > [default] > > 201 => {password},Jeff G Laptop,jrglass@columbus.rr.com,,attach=yes > --------------------------------------------------------------------- > Sip.Conf > > [201] > username=201 > type=friend > secret={ACCOUT PASSWORD} > qualify=no > port=5060 > nat=yes > mailbox=201 > host=dynamic > dtmfmode=rfc2833 > context=from-internal > canreinvite=no > callerid="Jeff G Laptop" <201> > > > > > Jeff > > _______________________________________________ > 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 >-- David Shaw <asterisk@ke6upi.com>
David Shaw
2005-Jan-28  07:59 UTC
[Asterisk-Users] Voicemail attachment not being emailed out {Scanned}
I lied it did email me an attachment. Check voice-mail entree line. it
has two comas ,, in it.
I rem out the attach=yes in my voicemail.conf file. 
Then added attach=yes at the end of my entree.
101 => {passwd},David,dshaw@ke6upi.com,attach=yes
Works great..
David
On Thu, 2005-01-27 at 18:42 -0500, Jeff R Glassman
wrote:> I am running Asterisk@Home
> 
> Voicemail works fine but does not email out the voicemail attachments.  Any
> suggestion?
> -----------------------------------
> Voicemail.conf
> 
> [general]
> #include vm_general.inc
> #include vm_email.inc
> [default]
> 
> 201 => {password},Jeff G Laptop,jrglass@columbus.rr.com,,attach=yes
> ---------------------------------------------------------------------
> Sip.Conf
> 
> [201]
> username=201
> type=friend
> secret={ACCOUT PASSWORD}
> qualify=no
> port=5060
> nat=yes
> mailbox=201
> host=dynamic
> dtmfmode=rfc2833
> context=from-internal
> canreinvite=no
> callerid="Jeff G Laptop" <201>
> 
> 
> 
> 
> Jeff
> 
> _______________________________________________
> 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
> 
-- 
David Shaw <asterisk@ke6upi.com>
Mike Dent
2005-Jan-30  03:41 UTC
[Asterisk-Users] Voicemail attachment not being emailed out
Jeff, does any email get sent out? Mike On Thu, 27 Jan 2005 18:42:25 -0500, Jeff R Glassman <jrglass@columbus.rr.com> wrote:> I am running Asterisk@Home > > Voicemail works fine but does not email out the voicemail attachments. Any > suggestion? > ----------------------------------- > Voicemail.conf > > [general] > #include vm_general.inc > #include vm_email.inc > [default] > > 201 => {password},Jeff G Laptop,jrglass@columbus.rr.com,,attach=yes > --------------------------------------------------------------------- > Sip.Conf > > [201] > username=201 > type=friend > secret={ACCOUT PASSWORD} > qualify=no > port=5060 > nat=yes > mailbox=201 > host=dynamic > dtmfmode=rfc2833 > context=from-internal > canreinvite=no > callerid="Jeff G Laptop" <201> > > Jeff > > _______________________________________________ > 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 >