summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_call.c
AgeCommit message (Expand)Author
2008-06-16More ticket #540: updated snd-auto-close to work friendly with callNanang Izzuddin
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-04-15Use the smart Contact header for TCP/TLSBenny Prijono
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
2008-04-08As per list report, changed the default response to incoming REFER from 200 t...Benny Prijono
2008-04-07Fixed crash in SRTP when incoming SDP is received without any m= line (thanks...Benny Prijono
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono
2008-03-07Ticket 467: dont send SDP with BYE!Benny Prijono
2008-02-26Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong Tha...Benny Prijono
2008-02-21Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiationBenny 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-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-19Ticket #455: allocate pjsua call id in round robin fashionBenny Prijono
2008-01-15Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks...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-03Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6Benny Prijono
2007-11-21Ticket #14: Don't change RTP/RTCP SSRC on re-INVITEBenny 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-06The NAT type investigation in incoming INVITE caused assertion error when the...Benny Prijono
2007-11-05Increment SDP version upon creating subsequent offer inside the call (ref: Si...Benny Prijono
2007-11-01More ticket #385: 100rel support should be enabled by defaultBenny Prijono
2007-10-31More ticket #399: added PJSUA API to retrieve the remote NAT typeBenny Prijono
2007-10-05Ticket #391: Added framework to send and receive arbitrary requests within ca...Benny 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-25Exported some private pjsua_call.c functions related to call quality statisticsBenny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-07-20Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgo...Benny Prijono
2007-06-20More on ticket #399: a)send full offer on 200/OK response when re-INVITE does...Benny Prijono
2007-05-23Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sendin...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-11Added IP bandwidth output in pjsua dq reportBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-04-02When STUN is used with ICE, SDP media line should show the public IP addressBenny Prijono
2007-04-02Fixed hold/re-INVITE bug when ICE is usedBenny Prijono
2007-03-28Fixed pjnath build warnings/errors on LinuxBenny Prijono
2007-03-27Fixed ticket #203: Fix error when telephone-event is set as the first format ...Benny Prijono
2007-03-23ICE (work in progress): integration with PJSUABenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-01-29Some simple call testing to py_pjsua and bug fixesBenny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono