summaryrefslogtreecommitdiff
path: root/pjsip/src
AgeCommit message (Expand)Author
2014-04-30Re #1764: Add reference to ticket numberLiong Sauw Ming
2014-04-30Fixed #1764: Use latest early media SDP received on forked early media on 18x...Liong Sauw Ming
2014-04-22Misc (re #1751): Set media transport state back to NULL after media transport...Nanang Izzuddin
2014-04-21Fix #1759: Added check for call disconnection in ICE media transport creation.Nanang Izzuddin
2014-04-17Fixed #1761: Remove "timer" from Supported header if it is disabledBenny Prijono
2014-04-15Closed #1760: added pjsip_tcp_transport_get_socket() API to get the raw socke...Benny Prijono
2014-04-10Re #1758: Initial implementation of OpenH264 wrapper. Supports:Benny Prijono
2014-03-31Fixed #1756: Race condition in SIP transaction termination (thanks to Kevin H...Liong Sauw Ming
2014-03-28Fix #1755: Send ACK for incoming 200/INVITE even after call is disconnected.Nanang Izzuddin
2014-03-26Fix #1753: Fixed crash in pjsua2 when receiving unsolicited MWI.Nanang Izzuddin
2014-03-25Re #1752: Add option to resolve hostname when trying to get network interface.Riza Sulistyo
2014-03-14Closed #1748: enhancements to WAV player APIBenny Prijono
2014-03-13Re #1742: fixed bug: when cloning multipart body in multipart_clone_data(). T...Benny Prijono
2014-03-11Fix #1747: Don't process message body in the incoming 200/UPDATE if we don't ...Nanang Izzuddin
2014-03-11Re #1742 (misc): Fix invalid use of Endpoint on pjsua2-testRiza Sulistyo
2014-03-11Fixed #1746: Assertion in sip_transaction.c when ACK and retransmit timer eve...Benny Prijono
2014-03-06Re #1742 (misc): Fixed incorrect checking of require_100rel configurationLiong Sauw Ming
2014-03-04Fixed #1744: Codec and audio device enumeration problem in pjsua2Liong Sauw Ming
2014-03-04Close #1739: Info of last receive timestamp and data size in TCP/TLS.Nanang Izzuddin
2014-02-28Fixed #1699: Transport state callback to report transport shutdown events (Th...Liong Sauw Ming
2014-02-27Fix #1741: fixed AudioMedia in setting signal level adjustment and querying s...Nanang Izzuddin
2014-02-27Fixed #1740: TLS will be used whenever request URI uses "sips" scheme regardl...Nanang Izzuddin
2014-02-24Re #1680: Fixed compile warnings on VS2005 for x64/win64 config.Nanang Izzuddin
2014-02-21More #1712: Handle case when 200/OK is not ACKed and inv needs to send BYE. I...Benny Prijono
2014-02-19Fixed #1738: Infinite loop when re-INVITE is received while adding new mediaBenny Prijono
2014-02-18Fixed #1737: Deadlock between ioqueue key mutex and SIP dialog when adding vi...Benny Prijono
2014-02-18Misc (re #1630): fixed failure to recognize short representation of Event headerBenny Prijono
2014-02-12More pjsua2 API (re #1519): renamed TimeValue to TimeVal due to conflict in i...Benny Prijono
2014-02-06Fixed #1733: Fix polling mechanism during STUN server resolutionLiong Sauw Ming
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2014-02-04Re #1731: Fix the same problem in TLS transportLiong Sauw Ming
2014-02-04Fixed #1731: Fix TCP transport leak problemLiong Sauw Ming
2014-01-31Misc (re #1630): Fixed some more typos in the codes.Nanang Izzuddin
2014-01-29Re #1519: [SVN trunk]: Misc fix compile warning.Nanang Izzuddin
2014-01-29Fix #1727:Nanang Izzuddin
2014-01-24Fixed #1725: ACK is not sent upon receiving 200/OK retransmission if re-INVIT...Benny Prijono
2014-01-24Re #1722: Riza Sulistyo
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 symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed GCC build warnings (thanks Tzafrir Cohen for the patch).Nanang Izzuddin
2014-01-21Re #1519 [into SVN trunk]: AudioMedia objects must not be destroyed before un...Nanang Izzuddin
2014-01-16Closed #1723: Merging pjsua2 branch into trunkLiong Sauw Ming
2014-01-07Re #1721: Clear invite transaction before calling on_call_tsx_state (on trans...Riza Sulistyo
2013-12-18Fixed #1718: Immediately shift call state to DISCONNECTED after receiving 422...Nanang Izzuddin
2013-12-17Fixed #1717: Destroy media subsystem after all pollings/busy_sleep() are done...Nanang Izzuddin
2013-11-29Fixed #1714: Workaround for stuck in TCP/TLS shutdown when another thread is ...Benny Prijono
2013-11-19Fixed #1712: Must not send BYE before ACK is receivedBenny Prijono
2013-11-04Fix #1709: Fixed scanner in processing escaped quote right after quote begin.Nanang Izzuddin
2013-10-22Fixed #1706: Race condition in SIP transactionLiong Sauw Ming
2013-10-08Re #1703 General bug fixes: fixed some wrong null checking orderBenny Prijono