summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
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
2007-07-17Ticket #353: memory leak with pjsua WAV file player/recorderBenny Prijono
2007-07-10Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent...Benny Prijono
2007-06-28Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (than...Benny Prijono
2007-06-26Ticket #342: added configuration to control whether Allow header should be in...Benny Prijono
2007-06-26Ticket #342: added configuration to send compact form of SIP headersBenny Prijono
2007-06-23More ticket #341: renamed pjsip_transport_send_raw() to pjsip_tpmgr_send_raw(...Benny Prijono
2007-06-23Ticket #341: implemented pjsip_send_raw_data() function to send raw data to a...Benny Prijono
2007-06-22Committed ticket #337: Ability to restart PJSIP UDP transportBenny Prijono
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE does...Benny Prijono