- Joined
- Feb 14, 2008
- Messages
- 5
- Reaction score
- 0
Hi
This is probably not the right place to report a bug, but I didn't find a better one right now. Hope it is ok.
I just installed v10. Afterwards digital receptionists didn't work. After some research I found out that it was related to an incorrect configuration element in web.config in the ivr folder.
<staticContent cacheControlMode="DisableCache" />
Has to be (at least according to the documentation I found, and after the change it works):
<staticContent><clientCache cacheControlMode="DisableCache" /></staticContent>
Regards
Terje Myklebust
Faktum Software GmbH
This is probably not the right place to report a bug, but I didn't find a better one right now. Hope it is ok.
I just installed v10. Afterwards digital receptionists didn't work. After some research I found out that it was related to an incorrect configuration element in web.config in the ivr folder.
<staticContent cacheControlMode="DisableCache" />
Has to be (at least according to the documentation I found, and after the change it works):
<staticContent><clientCache cacheControlMode="DisableCache" /></staticContent>
Regards
Terje Myklebust
Faktum Software GmbH