chan-sccp / sccp_manager

SCCP Manager
21 stars 13 forks source link

Call Transfer Issue #71

Closed cagriaksu closed 2 years ago

cagriaksu commented 3 years ago

Hello,

When I try to transfer a call by pressing the transfer soft button "Key is Not Active" is displayed on the screen.

I tried re-compiling from source with --enabled-advaned-functions, but to avail, still getting the same result on both a 7962 and 7975.

Terrabytee commented 3 years ago

Sorry I have nothing to add OP but I want to confirm the same is happening with me as well.

luna-xenia commented 2 years ago

Exact same issue here with 7962G

waffle-stomper commented 2 years ago

I'm having the same issue on a 7962 and 7937.

For me at least, the issue seems to be the line.

I go to SCCP Connectivity > Phones Manager > [Edit Extension] > Advanced, set 'Call Transfer' to 'Yes' and click 'Save'.

When the page reloads, 'Yes' is no longer selected.

This is confirmed by sccp show line 201:

--- SCCP channel driver line settings ------------------------------------------------------------------------------------
Name                                           : 201
<snip>
Can Transfer                                   : off

Interestingly, using the blind transfer feature code (i.e. ##<extension>) works as expected.

dkgroot commented 2 years ago

Sorry guys, i did not notice this issue ticket for a while, only to find out it's a freepbx/sccp_manager question/issue. I transferred it here. Looks like @waffle-stomper might have already provided the solution on how to make it work, so maybe the ticket can already be closed.

steve-lad commented 2 years ago

As pointed out by Waffle-stomper, for this softkey to work in chan-sccp, transfer must be enabled.

The Sccp_manager setting (which is in SCCP Connectivity > Phones Manager > [Edit Extension] > Sccp ) is correctly saved in the current version.

This issue should be closed after verification.