Tracking API change

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15871 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Andrew Thompson 2009-12-10 17:43:10 +00:00
parent 185fa599db
commit 15363cdb2f
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ static switch_status_t handle_msg_sendmsg(listener_t *listener, int arity, ei_x_
ei_x_encode_atom(rbuf, "badarg");
}
else {
if (switch_core_session_queue_private_event(session, &event) == SWITCH_STATUS_SUCCESS) {
if (switch_core_session_queue_private_event(session, &event, SWITCH_FALSE) == SWITCH_STATUS_SUCCESS) {
ei_x_encode_atom(rbuf, "ok");
} else {
ei_x_encode_tuple_header(rbuf, 2);