summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib/pjsua_call.c
AgeCommit message (Expand)Author
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
2006-12-26Added DTMF callback support all the way to PJSUA API (ticket #48)Benny Prijono
2006-12-07Fixed ticket #38: misleading error message when destination URI is not valid ...Benny Prijono
2006-11-25Print media statistic when call is disconnected in pjsua, to assist tracing m...Benny Prijono
2006-11-21Added jitter buffer settings in PJSUA-API media configBenny Prijono
2006-11-11Attended call transfer implementation. The changes involves:Benny Prijono
2006-10-19Fixed miscellaneous warnings with gcc compilationBenny Prijono
2006-10-18Some changes to REFER handling in PJSUA-LIB:Benny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-24Fixed several bugs in PJSUA-API:Benny Prijono
2006-09-22Fixed few bugs that seem to have been introduced by new dialog Benny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-19Fixed race-condition/deadlock problems in the dialog/user agent layer Benny Prijono
2006-09-14Added account ID in pjsua_call_info.Benny Prijono
2006-08-20Added initial "norefersub" (RFC 4488) implementation in PJSUA-LIB, and also p...Benny Prijono
2006-08-07Added Ctrl-C handler for pjsua Windows, and added average bps in media statis...Benny Prijono
2006-08-05AEC and sound backend fixes:Benny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-26Added --ptime and --no-vad option in pjsuaBenny Prijono
2006-07-18More intelligent PJSUA-LIB in selecting the appropriate address for Contact h...Benny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-02Disconnect call when failed to start media when sending 200/OK response in pj...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-29Fixed minor bug in the display of packet loss percentageBenny Prijono
2006-06-23Fixed 1st response time not initialized for UAS call in pjsuaBenny Prijono
2006-06-14Fixed new pjsua build/makefilesBenny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-05-28More changes in pjsua API to make it more complete high level APIBenny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-04-29Improve codec handling in pjsua cmd-line options, and add URI to callBenny Prijono
2006-04-09Added call duration in pjsuaBenny Prijono
2006-04-04Changed pjsip_dlg_send_request() API to NOT return transaction as it is not s...Benny Prijono
2006-03-30Support for alternate pool backendBenny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-17Changed pjsip_inv_send_msg() functionBenny Prijono
2006-03-17Added feature in conference bridge to get and set the signal level of individ...Benny Prijono
2006-03-06Added --uas-duration and --uas-refresh option (the later is broken)Benny Prijono
2006-03-06Added to pjsua: write new media settings, modify call stat output, fixed gene...Benny Prijono
2006-03-05Added complexity and quality argument, and terminate dialog properly on failuresBenny Prijono
2006-03-02Added IM and composition indication, and testedBenny Prijono
2006-03-01Added option to perform detailed or summary only dumpBenny Prijono
2006-02-27Updated mingw compilationBenny Prijono