summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_acc.c
AgeCommit message (Expand)Author
2014-08-21Misc (re #1751): Fixed miscellaneous MSVC warnings.Nanang Izzuddin
2014-08-18More re #1677:Benny Prijono
2014-08-18Closed #1677: Contact uses source port in initial registration.Benny Prijono
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-09-06Fixed #1698: Follow account config in generating contact's secure scheme and ...Nanang Izzuddin
2013-09-04Closed #1696: IP change detection (Contact rewrite method) based on REGISTER ...Liong Sauw Ming
2013-08-06Fixed #1693: Pay attention to reg_hdr_list and sub_hdr_list in pjsua_acc_modi...Benny Prijono
2013-08-06Re #1669: fixed bug introduced by r4523 which caused pjsua_acc_modify() to al...Benny Prijono
2013-06-27More re #1683:Benny Prijono
2013-06-26Re #1630: fixed bug with via_rewrite feature. The via address is not updated ...Benny Prijono
2013-06-24Closed #1668: Option to use the IP address found in REGISTER response in the SDPBenny Prijono
2013-06-21Re #1682: Use account specific variable to keep track of the next rtp port to...Liong Sauw Ming
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-06-13Close #1675: Added callback to allow application to specify account to handle...Nanang Izzuddin
2013-06-07Fixed #1673: Use Request URI when matching incoming request to account if the...Benny Prijono
2013-05-31Re #1630 (misc): Fixed private ip detection in pjsua_accLiong Sauw Ming
2013-05-23Fix #1669: When (account/global) proxy setting is changed, unregister and res...Nanang Izzuddin
2013-04-03Fixed #1652: Media feature tag "+sip.ice" is not used because of wrong accoun...Benny Prijono
2013-03-11Fixed #1640: Registration is terminated permanently on 480 (Temporarily Not A...Benny Prijono
2013-01-16Fixed #1607: Send UDP keep-alive to original request address if response come...Benny Prijono
2012-11-06Misc (re #1562): Fixed Symbian build errors on S60 5th edition SDK.Nanang Izzuddin
2012-09-20Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2Benny Prijono
2012-08-13More #1412: also handle the case for presence subscription, publish, and mwi ...Benny Prijono
2012-08-07Fixed #1412: Account specific NAT settings: STUN, ICE, and TURNBenny Prijono
2012-06-28Re #1537: Modify NAT detection to no longer update the transport address.Liong Sauw Ming
2012-06-27Re #1537: Fixed bug that does not update via_sent_by upon NAT address update.Liong Sauw Ming
2012-06-26Re #1540: Modify MWI subscription setting on run-timeLiong Sauw Ming
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-05Re #1527: fixed bug in pjsua-lib, where registration operation may cause wron...Benny Prijono
2012-05-17Re #1509: backported r4122-r4129.Nanang Izzuddin
2012-04-26Re #1474: merged r4093:4095Benny Prijono
2012-04-12Re #1474: merged r4041Nanang Izzuddin
2012-04-12Re #1474: merged r4039Nanang Izzuddin
2012-04-11Re #1474: merged r4031-r4037Benny Prijono
2011-12-01Re #1419, implement media count manipulation per call basis:Nanang Izzuddin
2011-10-31Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
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-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-09-18Modified the libraries to use the new log indentation feature re #1372Benny Prijono
2011-07-26Fix #1338: Updated pjsua_modify_acc() to handle the new account config fields...Nanang Izzuddin
2011-07-19Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting.Nanang Izzuddin
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-14Fixed #1232: Possible memory corruptions caused by pjsua_acc_modify() (thanks...Benny Prijono
2011-03-29Re #1224: Fixed silly bug in pjsua_acc_modify(): incremented wrong loop count...Nanang Izzuddin
2011-03-23Bug re #1161: the user header list was not cloned properlyBenny Prijono
2011-03-15Re #1205: If refresh timer is already running, it will be cancelled and resch...Liong Sauw Ming