summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2009-06-25Ticket #905: Pressing call hold twice in pjsua will cause call to be unheldBenny Prijono
2009-06-25Ticket #904: Return error instead of asserting when PJSUA-LIB fails to open l...Benny Prijono
2009-06-25Ticket #898: Race condition in sound auto-close feature may cause sound devic...Benny Prijono
2009-06-25Ticket #790: Buddy callback is still called even after buddy has been deleted...Benny Prijono
2009-06-25Ticket #787: Crash when UAC invite or subscribe session initialization fails ...Benny Prijono
2009-06-25Ticket #759: Problem with TCP transport on SymbianBenny Prijono
2009-06-25Ticket #846: Crash in 100rel after CANCEL is received and 487 is sent (thanks...Benny Prijono
2009-06-25Ticket #843: Error parsing status line in sipfrag message body in call transf...Benny Prijono
2009-06-25Ticket #816: Re-INVITE transactions takes too long to be cleared when failed ...Benny Prijono
2009-06-25Ticket #799: UAC disconnect call when receiving BYE in early state (thanks Ga...Benny Prijono
2009-06-25Ticket #797: Behavior when cancelling INVITE before provisional response is r...Benny Prijono
2009-06-25Ticket #796: Handle the case when CANCEL is responded with 200/OK but 487 is ...Benny Prijono
2009-06-24Ticket #795: merged changes from ticket #794Benny Prijono
2009-03-23Ticket #705: backported changes from ticket #704Benny Prijono
2009-03-23Ticket #725: backported changes from ticket #724Benny Prijono
2009-03-23Ticket #709: backported changes from ticket #699Benny Prijono
2009-03-23Ticket #756: backported changes from ticket #755Benny Prijono
2009-03-23Ticket #748: backported changes from ticket #747Benny Prijono
2009-03-23Ticket #727: backported changes from ticket #726Benny Prijono
2009-03-23Ticket #719: backported from ticket #718Benny Prijono
2009-03-23Ticket #714: backported changes from ticket #713Benny Prijono
2009-03-02Ticket #733:Nanang Izzuddin
2009-01-01Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIsBenny Prijono
2008-12-30Added pjmedia-test, pjnath-test, and pjsip-test to VS8 solution, and changed ...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-18Cleaned up compile warnings (on gcc 4.0.1).Nanang Izzuddin
2008-12-18Fixed minor gcc compilation warningsBenny Prijono
2008-12-17Ticket 684: protect the memory allocation for TX packet with try/catch, and f...Benny Prijono
2008-12-17Ticket #675:Nanang Izzuddin
2008-12-10Ticket #672: Option to add custom parameters in the account Contact URIBenny Prijono
2008-12-05Fixed missing explicit type-cast that may cause build-fail (on C++ compiler).Nanang Izzuddin
2008-11-27More ticket #10: changed to signature of the redirection callbacks to make it...Benny Prijono
2008-11-27Ticket #10: handle redirection response in the invite sessionBenny Prijono
2008-10-31Ticket #657: (Partial early media forking support) renegotiate SDP upon recei...Benny Prijono
2008-10-17Modified keep-alive packet content for TCP/TLS from CRLF to double CRLFBenny Prijono
2008-10-16Ticket #665: Wrong Contact URI generated when TLS transport is usedBenny Prijono
2008-10-07Removed 'odd' clock rate from sound device clock rates list.Nanang Izzuddin
2008-10-01Ticket #653: Add WinCE workspace/project files for pjsip unit tests (thanks S...Benny Prijono
2008-09-27Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš Valenta...Benny Prijono
2008-09-26More ticket #643: added setting to disable this ticket (by setting allow_cont...Benny Prijono
2008-09-24Ticket #643: Do not try to re-register with a new Contact when the REGISTER r...Benny Prijono
2008-09-24Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to ...Benny Prijono
2008-09-24Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not initialized ...Benny Prijono
2008-09-23Fixed bug missing reinit med_orig when reinit pjsua media transports.Nanang Izzuddin
2008-09-22Ticket #641: Assertion error when late 200/OK is received after call has been...Benny Prijono
2008-09-21Ticket #640: Crash when receiving ACK with SDP after BYE has been received (t...Benny Prijono
2008-09-21Ticket #639: added torture tests for handling non-ASCII UTF-8 characters in S...Benny Prijono
2008-09-20Ticket #611: Configuration option to force the route URI to use loose routingBenny Prijono
2008-09-18Ticket #631:Nanang Izzuddin
2008-09-17Ticket #631:Nanang Izzuddin