MasterVitronic / fusionpbx

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

The default "select from the drop down" destination string for ivr menu options for sub ivr's does not work #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Go to the "IVR Menu Edit" Screen.  And add a "IVR Menu Option List" item
2.  Fill in the form and select a destination that is an IVR menu.  The 
"Destination" string is something like "menu-exec-app:transfer 
voice.helia.ca-DirectoryList XML voice.helia.ca"
3.   Test the menu item by phoning into the IVR.  When the menu item is 
selected, the call will be terminated and not play the selected sub-ivr

When the "destination" string is updated to be like "menu-exec-app:transfer 
5006 XML voice.helia.ca", the menu works as intended

IMHO  the destination string is not well formed or there are other issues that 
disallow the default format to be resolved.

I'm using rev 2499 on CentOS 6.2 configured as multitenant.  The site is 
installed off the root in the fusionpbx folder.

Original issue reported on code.google.com by d...@helia.ca on 15 May 2012 at 5:39

GoogleCodeExporter commented 9 years ago
I was unable to duplicate this problem on my system. However on yours was able 
to determine Time conditions were overriding 'selected' and causing this 
problem. I made an adjustment to the code please test and report back.

Original comment by markjcrane@gmail.com on 16 May 2012 at 12:15

GoogleCodeExporter commented 9 years ago
After my last message I tried again and added two time conditions then I saw 
the problem updated to latest code and the problem was gone.

Original comment by markjcrane@gmail.com on 16 May 2012 at 12:49