summaryrefslogtreecommitdiff
path: root/toxav/msi.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.c')
-rw-r--r--toxav/msi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index 10eac60c..6c07ed03 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -1658,7 +1658,8 @@ int msi_answer ( MSISession *session, int32_t call_index, MSICallType call_type
1658 session->calls[call_index]->type_local = call_type; 1658 session->calls[call_index]->type_local = call_type;
1659 1659
1660 msi_msg_set_calltype(msg_starting, call_type); 1660 msi_msg_set_calltype(msg_starting, call_type);
1661 send_message ( session, session->calls[call_index], msg_starting, 0 ); 1661
1662 send_message ( session, session->calls[call_index], msg_starting, session->calls[call_index]->peers[0] );
1662 free ( msg_starting ); 1663 free ( msg_starting );
1663 1664
1664 session->calls[call_index]->state = call_active; 1665 session->calls[call_index]->state = call_active;