Hey guys, I have searched the forums for an answer to my question but I can't seem to find it completely.
I have a button forwarding incoming callers to employees voicemails using feature code _*72XX in thirdlane along with the tl-transfer-to-voicemail script which is working but when this is executed, the script then asks the caller for the extension in which they would like to be forwarded to.
I have tried putting the extension with the dialing of the feature code but still can't get it to work
I would like it set so that when a call comes in, and I forward them to Jim's voicemail, it goes directly to Jim's voicemail without any input from the caller.
What am I missing?
any help is much appreciated.
i think you're over thinking
i think you're over thinking it...
transfer-to-vm works as simply as this..
7+exten --> transfer-to-vm, setting the prefix length to 1 (strips the 7 off)
forwarding scripts are to forward all your calls at the dialplan level to an extension.. you wouldnt want to forward callers to a forwarding-activation script. what if they activated forwarding to a very expensive internation number?
Thanks guys but i had figured
Thanks guys but i had figured it out by myself a couple days ago i just changed Voicemail prefix length (default 1) : to 3
Hello,
It sounds like you have misconfiguration in feature code. Can you attach screenshot of its configuration and Asterisk output during such call?