MasterVitronic / fusionpbx

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

hotdesking #454

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable hotdesking in FPBX interface (*072 & *073 enabled)
2. Create unique ID for Extension
3. Activate hostdesking for extension on other extension

What is the expected output? What do you see instead?
In the FPBX Web interface you do see that the hotdesking is active and that the 
extension is frowarded to an other extension.
When calling the forwarded extension it should make the extension ring it is 
forwarded to, instead the original extension is ringing as if it was not 
forwarded at all.

What version of the product are you using? On what operating system?
FusionPBX DEV version 4429
FreeSWITCH Version 1.2.12+git~20130903T200814Z~cbdcaba541 (git cbdcaba 
2013-09-03 20:08:14Z)
Ubuntu 12.04 LTS

Please provide any additional information below.
Native Postgresql is compiled into FreeSwitch

Original issue reported on code.google.com by wil...@poort.net on 5 Sep 2013 at 8:43

GoogleCodeExporter commented 9 years ago
I have a feeling it has to do with the Postgresql configuration.
Where can I check in the Freeswitch Postresql database if the hotdesking 
configuration exists?

Original comment by wil...@poort.net on 6 Sep 2013 at 3:48

GoogleCodeExporter commented 9 years ago
Hot Desking does not use the FreeSWITCH database instead it uses the FusionPBX 
database. It can't be done if your configuration is delivered from XML on the 
file system. It requires the configuration being delivered on demand from the 
database.

Closing this issue because its not a bug its a support request. Issues are for 
reporting bugs or feature requests.

Original comment by markjcrane@gmail.com on 6 Sep 2013 at 3:57