summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2008-03-18Related to ticket #353: still memory leak with pjsua wav player (thanks Arie ...Benny Prijono
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
2008-03-17Ticket #507: committed and tested g722 patch on WindowsBenny Prijono
2008-03-13More ticket #504: buffer overflow in splitcomb when handling stereo audioBenny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono
2008-03-11More ticket #7: fixed undefined symbol on SymbianBenny Prijono
2008-03-11More ticket #495: bug in snd_clock_rate causing unability to open sound devic...Benny Prijono
2008-03-07Ticket 467: dont send SDP with BYE!Benny Prijono
2008-03-02Ticket #498: Option in client registration to ignore Contact address in REGIS...Benny Prijono
2008-02-26Ticket #495: ability to specify different clock rate when opening sound deviceBenny Prijono
2008-02-26Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong Tha...Benny Prijono
2008-02-22Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 ti...Benny Prijono
2008-02-22Ticket #491: Crash in TCP/TLS transport when the listener is destroyedBenny Prijono
2008-02-22Ticket #492: Bug in strict route processing when challenged with 401/407 resp...Benny Prijono
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed rand...Benny Prijono
2008-02-21Ticket #488: When outgoing request within dialog is responded with 481 or 408...Benny Prijono
2008-02-21Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiationBenny Prijono
2008-02-20Ticket #489: New PJSUA callbacks to notify application when media stream is c...Benny Prijono
2008-02-15Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks Helmut...Benny Prijono
2008-02-15Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)Benny Prijono
2008-02-14Added link to discussions about on_dtmf_callback() concurrencyBenny Prijono
2008-02-08Minor error: wrong logging info when printing RTP socket addressBenny Prijono
2008-02-02More ticket #61: fixed signaling security level calculation for SRTPBenny Prijono
2008-01-26Added pj_strstr() and pj_stristr() in pjlibBenny Prijono
2008-01-26Bug: source address not initialized in loop transport causing pjsip-test to failBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-25More ticket #61: fix bug in secure signaling determination, and added --srtp-...Benny 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-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