summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
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
2007-12-01Ticket #421: initial IPv6 support: UDP transportBenny Prijono
2007-11-29Fixed difference in the declaration of log callback between pjsua-lib and pjl...Benny Prijono
2007-11-25Ticket #416: Allow application to handle sending ACK manuallyBenny Prijono
2007-11-23Ticket #424: Added API to retrieve number of transactions and dialogs (thanks...Benny Prijono
2007-11-21Ticket #14: Don't change RTP/RTCP SSRC on re-INVITEBenny Prijono
2007-11-16Fixed wrong doxygen comment on various SIP parsing function, about null-termi...Benny Prijono
2007-11-11Fixed milenage build on eVC etc.Benny Prijono
2007-11-11Enable AKA support in the build by defaultBenny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-03Fixed wrong comment on audio_frame_ptime default valueBenny Prijono
2007-11-03Ticket #410: Endless authentication retries when 401/407 response contains no...Benny Prijono
2007-10-31Ticket #408: Route set shouldn't be updated once it has been set (thanks Ansh...Benny Prijono
2007-10-31Ticket #407: keep-alive for UDP transports in PJSUA-LIBBenny Prijono
2007-10-31Ticket #406: New PJSUA API to update buddy's presence subscriptionBenny Prijono
2007-10-31Ticket #405: Subscribe to buddy presence upon receiving incoming subscription...Benny Prijono
2007-10-31More ticket #399: added PJSUA API to retrieve the remote NAT typeBenny Prijono
2007-10-30Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta)Benny Prijono
2007-10-25Fixed wrong doxygen documentation for various AUTH settings (thanks Alexander...Benny Prijono
2007-10-25Continuing ticket #400: Only process Service-Route header if enable_service_r...Benny Prijono
2007-10-21Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms to...Benny Prijono
2007-10-16More ticket #399: added callback to report NAT detection result, and sends NA...Benny Prijono
2007-10-15Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some work...Benny Prijono
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono
2007-10-10Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA suppo...Benny Prijono
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-10-06Ticket #393: Added configuration to set basic audio frame length to minimize ...Benny Prijono
2007-10-05Ticket #391: Added framework to send and receive arbitrary requests within ca...Benny Prijono