summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-10Added new authentication API (to set auth preference) to the DEF filesBenny Prijono
2007-11-10Removed srand() call from pjlib initialization to let application supply the ...Benny Prijono
2007-11-09Deregister PJSIP_SYN_ERR_EXCEPTION upon destroying SIP endpoint to allow rest...Benny Prijono
2007-11-08Update the digest AKAv2-MD5 implementation, we can now login to OpenIMSCoreBenny Prijono
2007-11-08Remove SDP from 487 response when incoming INVITE comes without SDP and we ar...Benny Prijono
2007-11-08Accept UPDATE without SDP (this is a valid scenario according to session time...Benny Prijono
2007-11-08In pjsua-lib, treat incoming SDP with a=sendonly as hold request, and respond...Benny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-08Add Contact header to UPDATE request within dialogBenny Prijono
2007-11-08Parse ICE SDP attribute without case sensitivity, and ignore malformed candid...Benny Prijono
2007-11-08Allow zero in outgoing CSeq in request creation within dialogBenny Prijono
2007-11-07Parse ICE candidate attribute without case sensitive for more robustnessBenny Prijono
2007-11-07Change default PUBLISH interval from 60 seconds to PJSUA_PRES_TIMERBenny Prijono
2007-11-06Fixed bug in route set calculation: prevent updating route set upon receiving...Benny Prijono
2007-11-06Validate SDP in incoming message before passing it to negotiator (otherwise a...Benny Prijono
2007-11-06The NAT type investigation in incoming INVITE caused assertion error when the...Benny Prijono
2007-11-05SIP TCP and TLS transports may call send completion callback with bytes_set=0...Benny Prijono
2007-11-05SIP TCP and TLS transports may call send completion callback with bytes_set=0...Benny Prijono
2007-11-05Update ticket #408: although route set must not be updated on subsequent requ...Benny Prijono
2007-11-05Increment SDP version upon creating subsequent offer inside the call (ref: Si...Benny Prijono
2007-11-04Continue doing ICE/STUN keep-alive if the request failed because of timeout (...Benny Prijono
2007-11-04Fixed bug with detecting successful unregistration request. Previously, succe...Benny Prijono
2007-11-03Only do Test 1B if Test 2 failedBenny Prijono
2007-11-03Removed pjsua requirement to have consecutive RTCP mapped ports, and instead ...Benny Prijono
2007-11-03Log source address of incoming STUN messageBenny Prijono
2007-11-03Print error message if NAT type detection command failsBenny Prijono
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-31Fixed deadlock in increment_counter() and decrement_counter() caused by diffe...Benny Prijono
2007-10-30Fixed route set bug in simpleua.c (thanks Raquie Rawq)Benny Prijono
2007-10-30Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas Valenta)Benny Prijono
2007-10-30Initial minimum jitter value was set to 2ms (thanks Roman Puls)Benny Prijono
2007-10-26Fixed warnings in PJLIB string_i.h about variable may not get initializedBenny Prijono
2007-10-26More ticket #399: pj_sock_close() is called more than once. Also implemented ...Benny Prijono
2007-10-26Ticket #403: Ability to specify RConnection instance etc in PJLIB SymbianBenny Prijono
2007-10-26More ticket #399: on_request_complete() callback does not release the mutex i...Benny Prijono
2007-10-26More ticket #399: fixed bug that triggers assertion in the timerBenny 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