summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
2013-02-26Close #1615: Fixed bug in URI scheme check macro PJSIP_URI_SCHEME_IS_SIP()/SI...Nanang Izzuddin
2013-02-13Close #1614: Added call redirect option PJSIP_REDIRECT_ACCEPT_REPLACE to acce...Nanang Izzuddin
2013-02-07Close #1602: configurable local port range for ICE transport.Nanang Izzuddin
2013-02-06Close #1242: Single re-INVITE/UPDATE for both lock codec and ICE negotiation ...Nanang Izzuddin
2012-11-26Fixes #1595: Allow call hangup immediately after outgoing callLiong Sauw Ming
2012-10-26Misc (re #1559): Require name-addr to have the quote if display name is given...Benny Prijono
2012-10-19Re #1569: Fixed missing default value setting for pjsip_cfg()->allow_tx_hash_...Nanang Izzuddin
2012-10-04Close #1590: APIs to facilitate pending processing of pjsip_rx_dataBenny Prijono
2012-09-28Close #1587: Added settings to accept call replace when in early state and as...Nanang Izzuddin
2012-09-20Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2Benny Prijono
2012-09-14Close #1568:Nanang Izzuddin
2012-08-13Fixed #1569: Option to allow hash character ('#') to appear in user part of S...Benny Prijono
2012-08-13More re #1412: set default value of PJSIP_CHECK_VIA_SENT_BY to 0, because now...Benny Prijono
2012-08-09Re #1562: Added compile-time setting to enable/disable "c=" line in SDP sessi...Nanang Izzuddin
2012-08-09Close #1567: Added option to use STUN2 format for resolving mapped address in...Nanang Izzuddin
2012-08-07Fixed #1563: Crash when resolving STUN when there is no network connectivity.Nanang Izzuddin
2012-08-07Fixed #1412: Account specific NAT settings: STUN, ICE, and TURNBenny Prijono
2012-07-25Close #1561: Added new user credentials lookup callback that also passes 'pjs...Nanang Izzuddin
2012-07-19Re #1559: Add doc about on_incoming_subscribe() to call pjsua_pres_notify() i...Liong Sauw Ming
2012-07-13Fixed #1553: Account setting to disable re-INVITE or UPDATE to lock codecBenny Prijono
2012-06-26Re #1540: Modify MWI subscription setting on run-timeLiong Sauw Ming
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-19Close #1540:Nanang Izzuddin
2012-06-12Close #1534: done.Nanang Izzuddin
2012-06-05Re #1527: added debugging facility to the timer heap. By enabling PJ_TIMER_DE...Benny Prijono
2012-05-22Fixed #1515: Sound device is not closed when the call fails to connect (thank...Benny Prijono
2012-05-22Re #1508 (Misc): put comment in srtp_optional_dup_offer field to say that the...Benny Prijono
2012-05-17Close #1506: Added PJSUA callback for SDP creation.Nanang Izzuddin
2012-04-26Misc (re #1446): Fixed compile errors on Symbian S60 5th Ed SDK: unrecognized...Nanang Izzuddin
2012-04-26Re #1474: merged r4081-r4093Benny Prijono
2012-04-24Fix #1423:Nanang Izzuddin
2012-04-16Re #1474: merged r4042-r4053Benny Prijono
2012-04-12Re #1476: Initial version of send rate control in video stream, added simple ...Nanang Izzuddin
2012-04-11Re #1474: merged r4031-r4037Benny Prijono
2012-04-04Fixed #1478: AVI player virtual device. Initial spec:Benny Prijono
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2012-03-22Re: #1463 (Third party media support). Tnitial work and it works, tested on L...Benny Prijono
2012-01-09Fixes #1442: Unable to make call if disabled media is includedLiong Sauw Ming
2011-12-28Close #1434: Added PJSUA_LOCK_IS_LOCKED().Nanang Izzuddin
2011-12-27More re #1419: changed field names from video_count to vid_cnt and audio_cnt ...Benny Prijono
2011-12-26Re #1234: increase default interval between two INFOs from 500 to 3000 msBenny Prijono
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-01Closed #1420: Add support for event managerLiong Sauw Ming
2011-12-01Re #1419, implement media count manipulation per call basis:Nanang Izzuddin
2011-10-26Fixed #1401: Add support for video device's window flagsLiong Sauw Ming
2011-10-25Re #1400: enhancements to video operations in pjsua applicationBenny Prijono
2011-10-25Fixed #1398: TURN initialization failure scenario Liong Sauw Ming