Applied patch for blind transfer, thanks Peter Olsson
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13299 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
165e3f738c
commit
c5934bbcb0
|
@ -997,7 +997,7 @@ switch_status_t FSConnection::receive_message(switch_core_session_message_t *msg
|
|||
{
|
||||
char transfer_to[128] = "";
|
||||
switch_set_string(transfer_to, msg->string_arg);
|
||||
TransferConnection(transfer_to);
|
||||
GetCall().Transfer(transfer_to);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue