search for: vmfwd

Displaying 1 result from an estimated 1 matches for "vmfwd".

2016 Jul 21
2
VoiceMail - Allow * for only some users
...to be able to forward callers to their VoiceMail to their cellphones using the * feature. I have a standard extension macro that has VoiceMail support. So far I've done this by duplicating the standard extension macro, and adding this rule (where ARG1 is the extension): ? exten => a,1,Goto(vmfwd,${ARG1},1) Then in the vmfwd context I have rules like this (I need to set the CALLERID(number) so our SIP provider accepts the call): ? ; Andrew Ruthven ? exten => 7231,1,Set(CALLERID(number)=yyy) ? exten => 7231,n,Goto(pstn,xxx,1) Which is working nicely. But, I thought, can I simplify t...