Koozali.org: home of the SME Server

Changing emailsubject

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Changing emailsubject
« on: April 02, 2008, 04:29:37 PM »
Hi,

How do I change emailsubject?
When I insert text in voicemail.conf, asterisk complains about the string.

WARNING[8068] config.c: No '=' (equal sign) in line 26 of /etc/asterisk/voicemail.conf
Sophie from Montréal

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Changing emailsubject
« Reply #1 on: April 02, 2008, 08:54:06 PM »
Quote
emailsubject = [subject]

Specifies the subject line to be used in e-mail notifications.
Example:

emailsubject = New message from ${VM_CALLERID}


Best

S

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Re: Changing emailsubject
« Reply #2 on: April 05, 2008, 07:53:00 AM »
I'm sorry, but this confuses me...
Where is this setting?
And where can I also change the body of the message ?
Sophie from Montréal

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Changing emailsubject
« Reply #3 on: April 05, 2008, 08:20:37 AM »
You can do it in headers=>voicemail.conf

Best

S

Offline del

  • *
  • 765
  • +0/-0
Re: Changing emailsubject
« Reply #4 on: April 06, 2008, 11:15:00 PM »
Hi Selintra,

When I go to voicemail.conf under headers in server-manager this is what is there:

Quote
[general]
format=wav49
serveremail=admin@yoursite.com
attach=yes
maxmessage=300
maxgreet=30
minmessage=8
maxsilence=6

I don't see the line:

Quote
emailsubject = [subject]

Am I missing something?
Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Changing emailsubject
« Reply #5 on: April 07, 2008, 02:10:49 AM »
hi del

you have to add it.

best

s

Offline soprom

  • *
  • 589
  • +0/-0
    • www.logiciel-libre.org
Re: Changing emailsubject
« Reply #6 on: April 07, 2008, 02:43:20 AM »
Example I found to set email stuff in fr:
Code: [Select]
emailsubject=Nouveau message (${VM_MSGNUM} de dur\xe9e ${VM_DUR} dans la bo\xeete vocale ${VM_MAILBOX} de la part de ${VM_CALLERID}

emailbody=Cher(e) ${VM_NAME}, \n\n\tvous avez re\xe7u un nouveau message de deu\xe9e ${VM_DUR} (num\xe9ro ${VM_MSGNUM})\ndans la bo\xeete vocale du num\xe9ro ${VM_MAILBOX} de la part de ${VM_CALLERID}.\n\nPensez donc \xe0 consulter vos messages!\n\n\n\t\t\t\t\t\t\t\tVoiceMail\n
Sophie from Montréal

Offline del

  • *
  • 765
  • +0/-0
Re: Changing emailsubject
« Reply #7 on: April 07, 2008, 01:59:43 PM »
hi del

you have to add it.

best

s
DUH! Sorry for being slow, but do I add it before or after what is already there?
Thanks,
Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: Changing emailsubject
« Reply #8 on: April 07, 2008, 02:03:14 PM »
Doesn't matter

just shove it on the end.

Best

S