summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2007-11-03Changed Service-Route processing to append S-R to existing route set rather t...Benny Prijono
2007-11-03Fixed wrong comment on audio_frame_ptime default valueBenny Prijono
2007-11-03Allow empty reason phrase in SIP responses during parsing (thanks Roman Puls)Benny Prijono
2007-11-03Ticket #410: Endless authentication retries when 401/407 response contains no...Benny Prijono
2007-11-01More ticket #385: 100rel support should be enabled by defaultBenny 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-25Added assertion which checks if evsub module has been registered before other...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-24Fixed ticket #402: Endless error loop when TCP accept() continuously returns ...Benny Prijono
2007-10-24Fixed ticket #401: Unable to register when account URI contains display nameBenny Prijono
2007-10-21Fixed compilation warning in sip_auth_client.c about unreachable code when AK...Benny Prijono
2007-10-21Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms to...Benny Prijono
2007-10-18Updated Service-Route calculationBenny Prijono
2007-10-18Ticket #400: initial support for Service-Route header, still untestedBenny Prijono
2007-10-18Updated VS2005 and eVC projects with new base64 and AKA filesBenny 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-11Fixed compilation warnings with AKA implementationBenny Prijono
2007-10-11Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf)Benny Prijono
2007-10-10Fixed build warnings/error on LinuxBenny 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-06Fixed bug: resolver did not select securer transport for SIPS URIBenny Prijono
2007-10-06Ticket #393: Added configuration to set basic audio frame length to minimize ...Benny Prijono
2007-10-05Force svn eol-style for WinCE project files to CRLFBenny Prijono
2007-10-05Ticket #391: Added framework to send and receive arbitrary requests within ca...Benny Prijono
2007-10-05Related to ticket #95: bug in TLS transport: keep-alive timer is not cancelle...Benny Prijono
2007-10-04Related to ticket #5: fixed compilation warnings on gccBenny Prijono
2007-10-04Related to ticket #385: fixed gcc compilation warningsBenny Prijono
2007-10-04Ticket #95: Keep-alive mechanism for TCP and TLS transportsBenny Prijono
2007-10-04Ticket #390: Register session will keep transport instance so that keep-alive...Benny Prijono
2007-10-04Ticket #389: Added new commands in pjsua to change codec priorities and send ...Benny Prijono
2007-10-04Related to ticket #385: fixed bug in pjsua-lib: 100rel module is not initiali...Benny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-10-01Related to ticket #385: bug in 100rel causing 2xx response to be queued indef...Benny Prijono
2007-10-01Fixed ticket #387: UAS dialog should add Contact header in 1xx responseBenny Prijono
2007-10-01Fixed ticket #386: Over-deinitialize sound subsystem in pjsua_media.c (thanks...Benny Prijono
2007-09-30Fixed compilation error in sip_100rel.c when c++ mode is usedBenny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-09-30Changed pjsip_tx_data obj_name to be consistent with its pool obj_nameBenny 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-30Changed initial sequence number randomization to produce number in 15bit inst...Benny Prijono