We are experiencing an issue with the dialbox on FOP2. When not in a call, the dialbox works as expected and originates a call. When in an active call, using the dialbox fails to initiate a transfer. Clicking the transfer button works as expected.
Using the javascript console, I see the command being sent via the flash object:
flash send <msg data="6|dial|4008|4e3ff625440add245d32b85d2693bbf1" />
Running the server with debug level 2, it looks like when using the dialbox, the active channel is not being set.
When the transfer button is clicked:
127.0.0.1 -> Action: Atxfer
127.0.0.1 -> Channel: SIP/4605-00000138
127.0.0.1 -> Exten: 4008
127.0.0.1 -> Context: from-internal
127.0.0.1 -> Priority: 1
127.0.0.1 -> Async: True
When using the dialbox:
127.0.0.1 -> Action: Atxfer
127.0.0.1 -> Channel:
127.0.0.1 -> Exten: 4008
127.0.0.1 -> Context: from-internal
127.0.0.1 -> Priority: 1
127.0.0.1 -> Async: True
I'm not sure if this makes any difference, but we are running asterisk 1.6.2 and freepbx 2.8.0.2 in user/device mode.
Thanks for your help.