summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotsecure <notsecure@marek.ca>2014-07-23 13:24:51 -0400
committernotsecure <notsecure@marek.ca>2014-07-23 13:24:51 -0400
commitfffe72bcaa07731ade3e60ce09ef048c56423edf (patch)
treed474cb5f904e13841d1c79b9a3ec815d36f23991
parent511d197e8ce60cfdc8bb956d94483c4e6ec5725d (diff)
fix mannol
-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;