mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-19 10:41:50 +00:00
Whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12606 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -490,7 +490,7 @@ static switch_status_t handle_msg_sendmsg(listener_t *listener, int arity, ei_x_
|
||||
|
||||
}
|
||||
}
|
||||
/* release the lock returned by switch_core_locate_session */
|
||||
/* release the lock returned by switch_core_session_locate */
|
||||
switch_core_session_rwunlock(session);
|
||||
|
||||
} else {
|
||||
@@ -579,14 +579,13 @@ static switch_status_t handle_msg_handlecall(listener_t *listener, erlang_msg *m
|
||||
ei_x_encode_atom(rbuf, "error");
|
||||
ei_x_encode_atom(rbuf, "session_attach_failed");
|
||||
}
|
||||
/* release the lock returned by switch_core_session_locate */
|
||||
switch_core_session_rwunlock(session);
|
||||
} else {
|
||||
ei_x_encode_tuple_header(rbuf, 2);
|
||||
ei_x_encode_atom(rbuf, "error");
|
||||
ei_x_encode_atom(rbuf, "badsession");
|
||||
}
|
||||
/* release the lock returned by switch_core_locate_session */
|
||||
switch_core_session_rwunlock(session);
|
||||
|
||||
} else {
|
||||
ei_x_encode_tuple_header(rbuf, 2);
|
||||
ei_x_encode_atom(rbuf, "error");
|
||||
|
||||
Reference in New Issue
Block a user