summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
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
2008-09-16Ticket #625: Added missing fix of unicode build issues in test-pjsip/uri_test.c.Nanang Izzuddin
2008-09-16Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Pa...Nanang Izzuddin
2008-09-16Ticket #627: Fixed general compiler warning when building for WinCE (thanks D...Nanang Izzuddin
2008-09-16Ticket #634: Assertion when rejecting incoming INVITE when the call arrives w...Benny Prijono
2008-09-15Ticket #624: Assertion error when pjsua_acc_del() is followed immediately by ...Benny Prijono
2008-09-11Ticket #623: Assertion when receiving SUBSCRIBE with non presence event (than...Benny Prijono
2008-09-11Ticket #620: PRACK is sent to the wrong UAS when 100rel is used and the dialo...Benny Prijono
2008-09-08Ticket #613: Added packet discard statistic in pjsua 'dq' outputBenny Prijono
2008-09-08Ticket #615: Error adding new buddy in the on_incoming_subscribe() callback (...Benny Prijono
2008-09-04Ticket #610: Added sample to create a media transport adapter, similar to how...Benny Prijono
2008-09-02Ticket #608: Added API to retrieve media transport and session from pjsua callBenny Prijono
2008-08-26Ticket #602: fixed assertion of invalid stream index supplied to pjmedia_sess...Nanang Izzuddin
2008-08-26Ticket #602:Nanang Izzuddin
2008-08-25Ticket #583: Fixed preprocessor check in pjsua_media.c on deinit-ing IPP codec.Nanang Izzuddin
2008-08-21Fixed pjsua-lib bug that it failed to connect sound device & conference for s...Nanang Izzuddin
2008-08-19pjsip_endpt_handle_events2() is loosing the error code in MacOS X if pj_ioque...Benny Prijono
2008-08-19More ticket #583: a bit of tidying up and renamed macro names etc.Benny Prijono
2008-08-19Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in ...Nanang Izzuddin
2008-08-15Ticket #583: Initial source of IPP codecs wrapper.Nanang Izzuddin
2008-08-12Ticket #592: URI comparison may crash the application (thanks Pedro Gonçalve...Benny Prijono
2008-08-07Ticket #586: Added ICE negotiations test to test the scenario when two agents...Benny Prijono
2008-08-05Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and SUBS...Benny Prijono
2008-08-05Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the ...Benny Prijono
2008-08-04Ticket #563: Updated SDP offer/answer related to call hold scenario to confor...Nanang Izzuddin