[Home]

Summary:ASTERISK-13433: pagerbody value is ignored and instead it contains emailbody value
Reporter:pj (pj)Labels:
Date Opened:2009-01-22 11:09:32.000-0600Date Closed:2009-01-23 11:33:09.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) console+core-debug.txt
( 1) voicemail.conf
Description:it seems, that 'pagerbody' value is completelly ignored, because notifications for my mobile phone contains text from 'emailbody'
SVN trunk rev. 145739 is working fine
my config is below

emailbody=Dobry den,\nsoubor s hlasovou zpravou je prilozen,\nhlasovou schranku muzete ovladat zavolanim na cislo *996.\n\n${VM_DATE}
pagerbody=${VM_CALLERID}


Comments:By: Joshua C. Colp (jcolp) 2009-01-22 12:29:42.000-0600

I've confirmed that this does seem to be working fine. Can you please upload the configuration plus console output with core debug set to at least 2? Thanks.

By: pj (pj) 2009-01-22 15:24:20.000-0600

uploading voicemail.conf and console plus debug output

By: Digium Subversion (svnbot) 2009-01-23 11:32:00.000-0600

Repository: asterisk
Revision: 170498

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r170498 | file | 2009-01-23 11:32:00 -0600 (Fri, 23 Jan 2009) | 4 lines

Reset the ast_str used for escape substitution. We need to do this since it is a thread local variable that may contain the value of a previous substitution.
(closes issue ASTERISK-13433)
Reported by: pj

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=170498

By: Digium Subversion (svnbot) 2009-01-23 11:32:35.000-0600

Repository: asterisk
Revision: 170499

_U  branches/1.6.0/

------------------------------------------------------------------------
r170499 | file | 2009-01-23 11:32:35 -0600 (Fri, 23 Jan 2009) | 10 lines

Blocked revisions 170498 via svnmerge

........
 r170498 | file | 2009-01-23 13:32:26 -0400 (Fri, 23 Jan 2009) | 4 lines
 
 Reset the ast_str used for escape substitution. We need to do this since it is a thread local variable that may contain the value of a previous substitution.
 (closes issue ASTERISK-13433)
 Reported by: pj
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=170499

By: Digium Subversion (svnbot) 2009-01-23 11:33:08.000-0600

Repository: asterisk
Revision: 170500

_U  branches/1.6.1/

------------------------------------------------------------------------
r170500 | file | 2009-01-23 11:33:08 -0600 (Fri, 23 Jan 2009) | 10 lines

Blocked revisions 170498 via svnmerge

........
 r170498 | file | 2009-01-23 13:32:26 -0400 (Fri, 23 Jan 2009) | 4 lines
 
 Reset the ast_str used for escape substitution. We need to do this since it is a thread local variable that may contain the value of a previous substitution.
 (closes issue ASTERISK-13433)
 Reported by: pj
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=170500