summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
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
2007-10-04Ticket #95: Keep-alive mechanism for TCP and TLS transportsBenny Prijono
2007-10-04Ticket #389: Added new commands in pjsua to change codec priorities and send ...Benny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-09-30Reverted back CSeq data type to signed 32bit integerBenny Prijono
2007-09-30Changed CSeq data type in dialog to 32bit (instead of 31bit)Benny Prijono
2007-09-27Ticket #381: auto-update the IP address in Contact according to the address/p...Benny Prijono
2007-09-25Exported some private pjsua_call.c functions related to call quality statisticsBenny Prijono
2007-09-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-09-10Updated Python module to pjsip-0.7 (inc. custom presence test)Benny Prijono
2007-08-25Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting s...Benny Prijono
2007-08-24Ticket #365: ability to override generated ttuple ID in PIDF message body (th...Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-07-24Fixed ticket #356: Prototype and definition mismatch causing crash in sip_aut...Benny Prijono