summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2008-01-18Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer)Benny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
2008-01-15Fixed compilation warnings on OSX 10.5Benny Prijono
2008-01-15Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks...Benny Prijono
2008-01-10Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode f...Benny Prijono
2008-01-09Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer)Benny Prijono
2008-01-08Protect against division by zero in pjsua's dump_media_session (thanks Simon ...Benny Prijono
2008-01-02Related to ticket #437: optimize the stack usage of pjsua-libBenny Prijono
2007-12-28Ticket #433: Failure in media negotiation when SDP contains two audio media l...Benny Prijono
2007-12-20Related to Ticket #429: when bind address is specified and public address is ...Benny Prijono
2007-12-17Reverted back changes in r1631Benny Prijono
2007-12-14Make pj_ioqueue_op_key_init() in pjsip_tx_data_create() more correctBenny Prijono
2007-12-14Fixed case when tdata is NULL pjsip_tx_data_get_info()Benny Prijono
2007-12-09Ticket #429: Failed to create RTP/RTCP sockets when explicit bind address is ...Benny Prijono
2007-12-09IPv6 logging in account keep-alive in pjsua-libBenny Prijono
2007-12-05Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() ...Benny Prijono
2007-12-05Fixed error when creating TLS transport in pjsua-lib (the TLS type was miside...Benny Prijono
2007-12-05Fixed Contact generation failure and crash on unregistration if regc initiali...Benny Prijono
2007-12-05Fixed mapped_address's address family not set causing assertionBenny Prijono
2007-12-03Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6Benny Prijono
2007-12-03Fixed compilation errors/warnings on Linux with the recent IPv6 commitsBenny Prijono
2007-12-02More ticket #421: fixed SIP messaging components to support IPv6 formatBenny 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-23Fixed ticket #426: Respond incoming CANCEL with no matching INVITE with 481 (...Benny Prijono
2007-11-23Ticket #424: Added API to retrieve number of transactions and dialogs (thanks...Benny Prijono
2007-11-23Fixed ticket #423: Client registration (pjsip_regc) doesn't obey explicit tra...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-11Do not resolve SIP address with STUN if public address is configuredBenny Prijono
2007-11-11Enable AKA support in the build by defaultBenny Prijono
2007-11-10Fixed compilation warnings/errors under C++ modeBenny 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-08Allow zero in outgoing CSeq in request creation within dialogBenny 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