get latest trunk and try again. there was a single character out of place that caused the variables to not be expanded.
On Tue, Sep 1, 2009 at 8:38 AM, Nick Lemberger <[email protected]>wrote: > I tried doing a set right before the application is called to make a > customer variable but it doesn't get transferred to the template this way > either: > > ---dialplan snip--- > <action application="set" data="test_var=this is a test"/> > <action application="voicemail" data="default $${domain} $1"/> > ---end snip--- > > ---voicemail.tpl snip--- > Created: ${voicemail_time} > ${test_var} > From: "${voicemail_caller_id_name}" <${sip_from_user_stripped}> > Duration: ${voicemail_message_len} > ---end snip--- > > ---resultant email snip--- > Created: Tuesday, September 01 2009, 08 30 AM > > From: "LEMBERGER,NICK" <> > Duration: 00:00:07 > ---end snip--- > > Notice I also tried the channel variable ${sip_from_user_stripped} as it > should be available as well, at least according to the 'info' app. Any > ideas? > > -Nick > > >>> Anthony Minessale <[email protected]> 08/27/09 1:54 PM >>> > you should be able to for instance put > > <action application="set" data="test_var=this is a test"/> > > right before the voicemail app is called > > then put > > ${test_var} in your template. > > making sure to issue reloadxml or restart FS > > > On Thu, Aug 27, 2009 at 1:06 PM, Nick Lemberger <[email protected] > >wrote: > > > Thanks for the fast reply! > > > > I just tried 10 random variables from > > http://wiki.freeswitch.org/wiki/Channel_Variables and I only see the > > whitespace where the variable should be. I've only been able to get the > > ones that are set in mod_voicemail.c circa line 1600 to work. > > > > -Nick > > > > >>> On 8/27/2009 at 12:44 PM, in message > > <[email protected]>, Anthony > > Minessale <[email protected]> wrote: > > > all variables referenced in the template should expand when sending the > > > email. > > > > > > > > > On Thu, Aug 27, 2009 at 12:41 PM, Nick Lemberger > > > <[email protected]>wrote: > > > > > >> Is there a way to use dialplan variables in the email that gets sent > > with > > >> the voicemail attachement. I tried using some but nothing seems to > show > > up, > > >> I'm guessing it's a different channel or something... > > >> > > >> Any ideas? > > >> > > >> Thanks, > > >> -Nick > > >> > > >> > > >> _______________________________________________ > > >> FreeSWITCH-users mailing list > > >> [email protected] > > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > >> UNSUBSCRIBE: > > http://lists.freeswitch.org/mailman/options/freeswitch-users > > >> http://www.freeswitch.org > > >> > > > > > > > > > > > > _______________________________________________ > > FreeSWITCH-users mailing list > > [email protected] > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:[email protected] <msn%[email protected]> < > msn%[email protected]<msn%[email protected]> > > > GTALK/JABBER/PAYPAL:[email protected]<paypal%[email protected]> > <paypal%[email protected]<paypal%[email protected]> > > > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:[email protected] <sip%[email protected]> < > sip%[email protected]<sip%[email protected]> > > > iax:[email protected]/888 > googletalk:[email protected]<googletalk%3aconf%[email protected]> > <googletalk%3aconf%[email protected]<googletalk%253aconf%[email protected]> > > > pstn:213-799-1400 > > > _______________________________________________ > FreeSWITCH-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:[email protected] <msn%[email protected]> GTALK/JABBER/PAYPAL:[email protected]<paypal%[email protected]> IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:[email protected] <sip%[email protected]> iax:[email protected]/888 googletalk:[email protected]<googletalk%3aconf%[email protected]> pstn:213-799-1400
_______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
