We can no longer do a blind transfer to voicemail
Code: _*40X.
Script: tl-goto-voicemail-direct
Here is the CLI
[2019-04-17 11:34:05] NOTICE[497][C-0000d7c9]: chan_sip.c:24293 handle_response_notify: Got OK on REFER Notify message
Only for inbound calls - outbound works and also supervised/consultative transfer work
Any Ideas?
We always used to * so that
We always used to * so that it wouldn't conflict with numbering plans. Do you know what changed?
Just had this same issue,
Just had this same issue, always used the * as that's the way a lot of other systems that we replace with Thirdlane handle it. Gotta update our customer cheat sheets.
Thanks Volodya, so does this
Thanks Volodya, so does this mean my * then extension number will work again for transfer to voicemail? I'm already getting pushback from clients who want to keep it *ext#
Hey Matthew,
Hey Matthew,
I couldn't wait.
transfer_context section of /etc/asterisk/special_features_extra.include configuration file should be expanded with:
exten => _*X.,1,NoOp(transfer_context)
exten => _*X.,n,ExecIf($["${TOUCH}" != "1"]?StopMixMonitor(${MIX_MONITOR_ID}))
exten => _*X.,n,Goto(from-inside${TL_DASH}${tenant},${EXTEN},1)
And asterisk should be reloaded to apply the changes.
Hello Jake,
You should be able to fix this by using feature code without "*" character. Let me know if this will help.