Transfer to mailbox rings extension
Hello,
I'm using 2.27 and when I try to transfer a call directly to a user's mailbox, the targeted user's extension rings. I took a look at the output of my autoconfig-buttons-freepbx.sh and I see that extenvoicemail=224@default seems to be missing the "*". Should this not have an asterisk in front of it? That is how I would have to dial it from an extension. Can I correct it in the script? I was going to make the change in the autoconfig script but didn't know what to edit. Thanks.
[SIP/224]
type=extension
extension=224
label=User's name
mailbox=224@default
context=from-internal
queuecontext=from-queue
extenvoicemail=224@default
privacy=none
group=Personal Lines
rtmp=0
queuechannel=Local/224@from-queue/n|Penalty=0|MemberName=User's name|StateInterface=SIP/224
customastdb=CF/224
I'm using 2.27 and when I try to transfer a call directly to a user's mailbox, the targeted user's extension rings. I took a look at the output of my autoconfig-buttons-freepbx.sh and I see that extenvoicemail=224@default seems to be missing the "*". Should this not have an asterisk in front of it? That is how I would have to dial it from an extension. Can I correct it in the script? I was going to make the change in the autoconfig script but didn't know what to edit. Thanks.
[SIP/224]
type=extension
extension=224
label=User's name
mailbox=224@default
context=from-internal
queuecontext=from-queue
extenvoicemail=224@default
privacy=none
group=Personal Lines
rtmp=0
queuechannel=Local/224@from-queue/n|Penalty=0|MemberName=User's name|StateInterface=SIP/224
customastdb=CF/224
Comments
If your FreePBX does not have the VM_PREFIX global variable you can hardcode it to the script with something like:
However, I see no reason why it would not be reading the information from the freepbx table.
Best regards,
http://download.fop2.com/autoconfig-buttons-freepbx.sh
Where do I start to troubleshoot?
[SIP/john]
type=extension
extension=602
context=from-internal
extenvoicemail=*602@default
And in your dialplan, dialing *602 should reach 602 voicemail.