MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Call Center sets voicemail failover incorrectly #257

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new Call Centre queue/tier. Make it on extension 8001.
2. Set Timeout Action to voicemail on an extension. ie 1001.
3. Go to Dialplan Manager -> and edit 8001 (the CC).
The timeout action will be
action    voicemail       domain-a.com ${domain} 1001

What is the expected output? What do you see instead?
The timeout action will be
action    voicemail       domain-a.com ${domain} 1001

It should be:

action    voicemail       default ${domain} 1001

What version of the product are you using? On what operating system?
r1877

Please provide any additional information below.

Original issue reported on code.google.com by viktork...@gmail.com on 21 May 2012 at 12:34

GoogleCodeExporter commented 9 years ago
This is not a problem in the latest released version of FusionPBX. Please 
upgrade.
Instructions to upgrade are found here: 
http://code.google.com/p/fusionpbx/source/browse/#svn%2Ftrunk%2Fscripts%2Fupgrad
e

Original comment by markjcrane@gmail.com on 24 May 2012 at 3:56