summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_call.c
AgeCommit message (Expand)Author
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
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2012-03-30Re #1446 (misc fix): Fix call info to display correct invite state Liong Sauw Ming
2012-03-28Misc (re #1446): prevent on_call_state() callback from being called before on...Benny Prijono
2012-03-22Re: #1463 (Third party media support). Tnitial work and it works, tested on L...Benny Prijono
2012-03-07Fixed #1461: pjsua_call_make_call: assertion failure when rapidly making callsLiong Sauw Ming
2012-03-06Fix #1459: returned back the old/1.x way of controlling dialog lifetime in pj...Nanang Izzuddin
2011-12-27More re #1419: changed field names from video_count to vid_cnt and audio_cnt ...Benny Prijono
2011-12-23Re #1430: Fixed crash when STUN & ICE is offLiong Sauw Ming
2011-12-20Fixed #1430: Crash when dialog is prematurely destroyed during outgoing call.Liong Sauw Ming
2011-12-13Close #1424: Added new pjsua callback: on_call_rx_offer().Nanang Izzuddin
2011-12-08Re #1419: updated call transfer to allow both the transferee and the transfer...Nanang Izzuddin
2011-12-07Re #1234: Initial version of keyframe request/response via SIP INFO.Nanang Izzuddin
2011-12-01Misc (re #1393): fix linking error "app_config_init_video() not found" when v...Nanang Izzuddin
2011-12-01Re #1419, implement media count manipulation per call basis:Nanang Izzuddin
2011-10-25Fixed #1398: TURN initialization failure scenario Liong Sauw Ming
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-10-06Re #1266:Liong Sauw Ming
2011-10-03Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callb...Liong Sauw Ming