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:
Robert Joly 2009-05-14 02:15:50 +00:00
parent 165e3f738c
commit c5934bbcb0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}