summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2013-08-21Re #817: Fix replying to re-INVITE after it was cancelled (thanks to Saúl Ib...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-07-22Misc (re #1630): Add randomizing interval for subscription refresh.Nanang Izzuddin
2013-07-19Closed #1690: Assertion in timer in SIP transaction: Timer being rescheduled ...Benny Prijono
2013-07-17More re #817: added loggingBenny Prijono
2013-07-16Misc re #1630: stop MWI subscription when account is unregistered, because we...Benny Prijono
2013-07-15Re #817: Initial work for allowing application to respond to re-INVITE manually.Liong Sauw Ming
2013-07-15Re #1688: Add fix to check whether msg_data is nullLiong Sauw Ming
2013-07-12Re #1630: Fixed crash due to uninitialized dialog variable in pjsua_call_set_...Liong Sauw Ming
2013-07-12Fixed #1689: The bound address is not updated when UDP transport is restartedLiong Sauw Ming
2013-07-10Re #1687: Add SDP negotiation flags in invite sessionLiong Sauw Ming
2013-07-10Closed #1688: Add support for different To and Target URI in outgoing call an...Liong Sauw Ming
2013-07-02Re #1680:Riza Sulistyo
2013-06-28Fixed #1684 (Failed assertion when scheduling timer in the registration client):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-26Re #1668: fixed silly crash in pjsua_media.c:245 caused by r4543Benny 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-21Closed #1682: Configurable local port range for UDP media transportLiong 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-13Re #1671: Destroy tdata_counter only after cleaning up dangling transmit buffer.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-30Fixed #1671:Nanang Izzuddin
2013-05-30Re #1630 (misc): Fixed various error handling (sip_transport.c and sip_endpoi...Liong Sauw Ming
2013-05-24Fixed #1670:Nanang Izzuddin
2013-05-23Fix #1669: When (account/global) proxy setting is changed, unregister and res...Nanang Izzuddin
2013-05-18Fixed #1667: Handle incoming UPDATE before 101-199 response is receivedBenny Prijono
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-05-06Fix #1665: Added check for tx_data pending state in tsx_send_msg().Nanang Izzuddin
2013-04-29Fixed #1662: Reset/nullify the pointer to dialog in internal PJSUA call struc...Nanang Izzuddin
2013-04-26Misc (re #1630): check for sound device idle when pjsua library is startedBenny Prijono
2013-04-26Fixed #1661: Option to use SO_REUSEADDR for TCP and TLS listeners and use it ...Benny Prijono
2013-04-25Fixed #1660: SIP transport fallbacks to use default interface when pj_getipin...Nanang Izzuddin
2013-04-23Re #1630: fixed various warningsBenny Prijono
2013-04-23Re #1630 (misc): protect against NULL in when dumping call statistic/displayi...Benny Prijono
2013-04-16Fixed #1658: Stop media endpoint's worker threads first when destroying media...Liong Sauw Ming
2013-04-10Misc (re #1630): Added doxygen describing the persistency of message data (cu...Nanang Izzuddin
2013-04-09Fix #1654: do not cancel SDP offer when transaction state changes from 'compl...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-04-03Fixed #1652: Media feature tag "+sip.ice" is not used because of wrong accoun...Benny Prijono
2013-04-03Fixed #1651: incoming CANCEL request is not reported in any callbacksBenny Prijono
2013-03-29Re #1630 (misc): Added missing destroy of mutexes. This may cause failure to ...Liong Sauw Ming
2013-03-29Re #1630 (misc): Fixed compilation problem due to r4275 if PJSIP_CHECK_VIA_SE...Liong Sauw Ming