Good Afternoon All,
Yesterday I installed ver 4.5.10 and came across a failure in one of my tests. Sending calls to voicemail with *99[ext] fails.
The fix:
Under Dialplan --> Dialplan Danager
Check the send_to_voicemail (*99[ext]) function
The condition on the first line reads ^\*99(\d{2,10})$
Update this line to ^\*99(\d{3,10})$
I have submitted this as a bug on the FusionPBX website, and just wanted to pass this along in case anyone else is currently running into the same.
Yesterday I installed ver 4.5.10 and came across a failure in one of my tests. Sending calls to voicemail with *99[ext] fails.
The fix:
Under Dialplan --> Dialplan Danager
Check the send_to_voicemail (*99[ext]) function
The condition on the first line reads ^\*99(\d{2,10})$
Update this line to ^\*99(\d{3,10})$
I have submitted this as a bug on the FusionPBX website, and just wanted to pass this along in case anyone else is currently running into the same.