summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
2008-09-27Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš Valenta...Benny Prijono
2008-09-24Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to ...Benny Prijono
2008-09-20Ticket #611: Configuration option to force the route URI to use loose routingBenny 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:Nanang Izzuddin
2008-08-07Ticket #586: Added ICE negotiations test to test the scenario when two agents...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
2008-07-21Ticket #576: Added user data in pjsua account and buddyBenny Prijono
2008-07-17Ticket #192: Add callback to notify application about incoming SUBSCRIBE requ...Benny Prijono
2008-07-17Ticket #574: Add new API to know why the outgoing subscription request is ter...Benny Prijono
2008-07-16Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header b...Benny Prijono
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
2008-07-13Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using tempo...Benny Prijono
2008-07-11Fixed gcc function is not a prototype warningsBenny Prijono
2008-07-10Ticket 555: modifications to pjsua instant messaging callbacksBenny Prijono
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
2008-07-01Ticket #552: Added TLS server name extension to support connecting to multi-h...Benny Prijono
2008-06-27Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib...Benny Prijono
2008-06-26Ticket #544: Fixed SRTP on hold+reinvite scenarioNanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-06-13Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new ...Nanang Izzuddin
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex codec...Nanang Izzuddin
2008-06-06More ticket #485: added TURN support in PJSUA-LIB APIBenny Prijono
2008-05-17Ticket #534: Client register/registration support for various registrar broke...Benny Prijono
2008-05-13Ticket #533: Support for parsing Retry-After SIP headerBenny Prijono
2008-05-08Ticket #524: changed pjsua and stereotest default audio frame time from 10ms ...Nanang Izzuddin
2008-04-08As per list report, changed the default response to incoming REFER from 200 t...Benny Prijono
2008-04-04Ticket #522: Enable keep-alive for UDP transport even when STUN is not config...Benny Prijono
2008-03-29Ticket #504: final installment to support stereo audio all the way in PJMEDIA...Benny Prijono
2008-03-22Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport)Benny Prijono
2008-03-11More ticket #7: fixed undefined symbol on SymbianBenny Prijono
2008-03-02Ticket #498: Option in client registration to ignore Contact address in REGIS...Benny Prijono
2008-02-26Ticket #495: ability to specify different clock rate when opening sound deviceBenny Prijono
2008-02-22Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 ti...Benny Prijono
2008-02-22Ticket #492: Bug in strict route processing when challenged with 401/407 resp...Benny Prijono
2008-02-20Ticket #489: New PJSUA callbacks to notify application when media stream is c...Benny Prijono
2008-02-15Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)Benny Prijono
2008-02-02More ticket #61: fixed signaling security level calculation for SRTPBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-24Return 406/Not Acceptable if SRTP negotiation failed instead of 500Benny Prijono
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated appl...Benny Prijono
2008-01-23Related to ticket #61: added new invite session API pjsip_inv_verify_request(...Benny Prijono
2008-01-23Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in sip_errno t...Benny Prijono
2008-01-19Ticket #455: allocate pjsua call id in round robin fashionBenny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-10Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode f...Benny Prijono