Voicemail XML - Name of first forwarder in e-mail
Hi,
I'm trying to send the name of the forwarding WQ, to show up in the subject of the e-mail i'm sending, using the standard Voicemail XML script.
According to the voicemail schema, this variable should be available through out-leg2-orig-name. Sadly, it won't show the name in the sent e-mail.
What I've tried...
In vm.xml I've tried to get this variable, by adding it to the pbx-getcallinfo object and assign it to a new variable:
<pbx-getcallinfo out-cgpn="$cgpn" out-cdpn="$cdpn" out-leg2="$leg2" out-leg2-orig-name="$queuename"/>
Then in e-mail.xml, I've added the newly created $queuename variable to the subject. Sadly, the value seems to be empty.
Any help with this would be appreciated 

Best regards,
Maikel