make eavesdrop indicate display of who you are listening to

This commit is contained in:
Anthony Minessale
2010-06-18 09:08:51 -05:00
parent c2bcc926c5
commit d942d9f4c2
2 changed files with 10 additions and 4 deletions
@@ -1418,7 +1418,7 @@ static switch_status_t listen_file(switch_core_session_t *session, vm_profile_t
cc_t cc = { 0 };
char *forward_file_path = NULL;
switch_core_session_message_t msg = { 0 };
char cid_buf[1024];
char cid_buf[1024] = "";
if (switch_channel_ready(channel)) {