Re: [asterisk-users] Voicemail variables on email subject

2013-08-11 Thread James Cloos
RdSS == Rafael dos Santos Saraiva rafaels...@gmail.com writes: RdSS emailsubject=${VM_MAILBOX}|${VM_MSGNUM}|${VM_CALLERID}|${VM_DUR} RdSS Return: RdSS Subject: =?utf-8?Q?1504|12|=22Teste_-_Rafael=22_=3C1570=3E|0=3A16?= That is a proper encoding for an SMTP mail header which is in utf8. RdSS

Re: [asterisk-users] Voicemail variables on email subject

2013-08-06 Thread jg
I checked the raw text of my voicemail messages today and I saw pretty much the same escape sequences for UTF-8 like you did, but I do not have any display problem. You could save the message locally and hand edit it (starting with uppercase UTF instead of lowercase utf). jg --

Re: [asterisk-users] Voicemail variables on email subject

2013-08-06 Thread Rafael dos Santos Saraiva
I noticed that the problem occurs when I use the variables ${VM_DUR} and ${VM_CALLERID}. Only the subject of the message, if the body is not the problem. Using UTF or utf the same problem occurs. Att, *Rafael dos Santos Saraiva* Tel: (51) 8174-7956 *Digium Certified Asterisk Administrator

Re: [asterisk-users] Voicemail variables on email subject

2013-08-06 Thread jg
I checked your original message, and I guess the expected string was a little bit different: 1504|12|Teste - Rafael 1570|0:16 I can't see anything wrong with quoted printable decoding. My best guess is still the email client and its settings. jg --

Re: [asterisk-users] Voicemail variables on email subject

2013-08-06 Thread A J Stiles
On Monday 05 August 2013, Rafael dos Santos Saraiva wrote: 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:

[asterisk-users] Voicemail variables on email subject

2013-08-05 Thread Rafael dos Santos Saraiva
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

Re: [asterisk-users] Voicemail variables on email subject

2013-08-05 Thread jg
What is the value of charset in voicemail.conf? Have you tried a different Email client? jg -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar

Re: [asterisk-users] Voicemail variables on email subject

2013-08-05 Thread Rafael dos Santos Saraiva
I tried with utf-8, iso8859-1 and us-ascii. I used the Sendmail client, but now testing with mailcmd=cat /tmp/voicemail.txt The version of Asterisk is 1.8.22.0. Att, *Rafael dos Santos Saraiva* Tel: (51) 8174-7956 *Digium Certified Asterisk Administrator (dCCA)* http://www.astdocs.com |

Re: [asterisk-users] Voicemail variables on email subject

2013-08-05 Thread jg
If I read your mailcmd correctly you are not really mailing but just dumping the data. Is the display correct when you use the default setting /usr/sbin/sendmail -t? You could send the mail to a local account and open it with mutt. jg --

Re: [asterisk-users] Voicemail variables on email subject

2013-08-05 Thread jg
Some time ago I had a similar problem but it turned out to be a display problem of the email client (Outlook Express on an old XP machine). jg -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to

Re: [asterisk-users] Voicemail variables on email subject

2013-08-05 Thread Rafael dos Santos Saraiva
When sending by SendMail the problem is the same in any email client. Att, *Rafael dos Santos Saraiva* Tel: (51) 8174-7956 *Digium Certified Asterisk Administrator (dCCA)* http://www.astdocs.com | http://br.linkedin.com/pub/rafael-saraiva/52/aab/230 2013/7/25 jg webaccou...@jgoettgens.de If