summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_call.c
AgeCommit message (Expand)Author
2014-02-19Fixed #1738: Infinite loop when re-INVITE is received while adding new mediaBenny Prijono
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-01-31Misc (re #1630): Fixed some more typos in the codes.Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed some typos in the code (thanks Tzafrir Cohen for the p...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2013-07-15Re #1688: Add fix to check whether msg_data is nullLiong Sauw Ming
2013-07-10Closed #1688: Add support for different To and Target URI in outgoing call an...Liong Sauw Ming
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-05-10Re #1662: Clear call descriptor before making callLiong Sauw Ming
2013-05-10Fixed #1666: Handle case when call unhold failedLiong Sauw Ming
2013-04-29Fixed #1662: Reset/nullify the pointer to dialog in internal PJSUA call struc...Nanang Izzuddin
2013-04-03More re #1653: bug in previous checkin, the local_hold flag was released rega...Benny Prijono
2013-04-03Fix #1811: Set SDP direction attribute to "sendonly" in answering call unhold...Nanang Izzuddin
2013-04-03Fixed #1653: [incompatible] pjsua_call_update() API should not release holdBenny Prijono
2013-03-28Fixed #1650: Close sound device when outgoing call failsLiong Sauw Ming
2013-03-13Fixed #1642: Media transport may not be cleaned up if call is hung up quicklyBenny Prijono
2013-03-06Fixed #1629: Add pjsua_call_set_hold2() API to allow update of Contact headerLiong Sauw Ming
2013-03-04Misc (re #1559): fixed compile errors/warnings on Symbian platform.Nanang Izzuddin
2013-02-26Close #1627: invoke on_tsx_state_changed() callback from on_call_state(DISCON...Nanang Izzuddin
2013-02-19Re #1242: fixed silly mistake unremoved test code.Nanang Izzuddin
2013-02-19Misc (re #1559): Added INFO into Allow header for PJSUA.Nanang Izzuddin
2013-02-19Re #1242: Fixed overridden media direction and c=0.0.0.0 line in the re-invit...Nanang Izzuddin
2013-02-15Re #1242: Fixed ICE nego completion check as it always returns FALSE when pee...Nanang Izzuddin
2013-02-13Re #1568: (PJSIP 2.x) No need to restart media when remote RTP address change...Nanang Izzuddin
2013-02-06Close #1242: Single re-INVITE/UPDATE for both lock codec and ICE negotiation ...Nanang Izzuddin
2013-01-11Fix #1605: always re-init media channel for SDP re-offer/answer generation.Nanang Izzuddin
2012-12-14Fixed #1599: Fixed bug that caused new contact not being used in UPDATE/re-IN...Liong Sauw Ming
2012-12-13Re #1595: Restrict the fix in r4300 so it only applies to outgoing callLiong Sauw Ming
2012-12-12Fixed #1598: Assertion when sip error code is not set (thanks Peter Koletzki ...Liong Sauw Ming
2012-11-26Fixes #1595: Allow call hangup immediately after outgoing callLiong Sauw Ming
2012-10-08Fixed #1591: Fixed dialog locking in acquire_call() when media transport is c...Liong Sauw Ming
2012-10-02Fixed #1588: State PJSIP_INV_STATE_NULL is called after call has been disconn...Benny Prijono
2012-09-28Re #1587: Respond to call replace request with the last provisional response ...Nanang Izzuddin
2012-09-28Re #1587:Nanang Izzuddin
2012-09-03Fix #1574: Fixed silly mistake in the media channel init condition in pjsua_c...Nanang Izzuddin
2012-08-07Fixed #1412: Account specific NAT settings: STUN, ICE, and TURNBenny Prijono
2012-07-13Fixed #1553: Account setting to disable re-INVITE or UPDATE to lock codecBenny Prijono
2012-06-23Re #1526: r4175 missed PJSUA_UNLOCK() on some failure cases in pjsua_call_ans...Nanang Izzuddin
2012-06-22Fix #1526:Nanang Izzuddin
2012-06-20Fixed #1537: Via rewrite: putting the right IP address in Via sent-by for out...Liong Sauw Ming
2012-06-12Close #1534: done.Nanang Izzuddin
2012-05-22Fixed #1515: Sound device is not closed when the call fails to connect (thank...Benny Prijono
2012-05-22Re #1514: fixed the incoming call scenario, and changed disconnection code fr...Benny Prijono
2012-05-22Fixed second problem in re #1514: NULL state is reported instead of DISCONNEC...Benny Prijono
2012-05-04Fixed #1504: Crash when trying to answer calls but call has been disconnectedLiong Sauw Ming
2012-04-26Fix #1497: reset call->inv to NULL whenever call is terminated prematurely (b...Nanang Izzuddin
2012-04-24Re #1474: merged r4054-r4079Benny Prijono
2012-04-24Fix #1423:Nanang Izzuddin
2012-04-23Fixed #1493: Fixed bug in terminating the invite session when accepting incom...Liong Sauw Ming
2012-04-16Re #1446 (misc): Fixed unset sip error code if pjsip_inv_verify_request3() fa...Liong Sauw Ming