summaryrefslogtreecommitdiff
path: root/pjsip/include
AgeCommit message (Expand)Author
2006-09-14Added pjsip_transport_register_type() API to register new transport type.Benny Prijono
2006-09-14Added account ID in pjsua_call_info.Benny Prijono
2006-09-14Updated the doxygen comments for PJSIP_EFAILEDCREDENTIAL and PJSIP_ENOCREDENT...Benny Prijono
2006-09-14Added --duration option in PJSUA to limit the maximum duration of calls. Also...Benny Prijono
2006-09-09Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND...Benny Prijono
2006-08-25Yet another documentation/doxygen updateBenny Prijono
2006-08-24Just updated doxygen documentationBenny Prijono
2006-08-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-15Support for PUBLISH (RFC 3903):Benny Prijono
2006-08-15Added initial PUBLISH client support, and also default account selection in p...Benny Prijono
2006-08-10Attempt to fix the race condition in dialog locking.Benny Prijono
2006-08-07Added --auto-conf options in pjsua, also enable speex/3200, and set quality 5...Benny Prijono
2006-08-07Change set_ec_tail() API to set_ec() in sound port, also change suppressor to...Benny Prijono
2006-08-06Change AEC into generic echo canceller framework with either AEC or simple ec...Benny Prijono
2006-08-05AEC and sound backend fixes:Benny Prijono
2006-08-04More work on the AEC (including changes in PJSUA), embed the AEC in sound_por...Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-08-02Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmed...Benny Prijono
2006-07-31- Added iLBC codec (experimental) with the following features:Benny Prijono
2006-07-27Added capability in pjsua to add application created media port to pjsua's co...Benny Prijono
2006-07-26Added --ptime and --no-vad option in pjsuaBenny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-21Fixed compilation error when -ansi and -pedantic flags are used (the // style...Benny Prijono
2006-07-18Small improvements: (1) pjsua now responds to incoming OPTIONS request, which...Benny Prijono
2006-07-18More intelligent PJSUA-LIB in selecting the appropriate address for Contact h...Benny Prijono
2006-07-17Bug fix of previous bug fixBenny Prijono
2006-07-17Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI and ...Benny Prijono
2006-07-11Added PJSIP_MAX_NET_EVENTS configuration to pjsipBenny Prijono
2006-07-10Fixed bug in PJSUA API re: account selection and Contact header for accountsBenny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-28Enhancements and minor bug-fix in SIP UDP transport: (1) application may spec...Benny Prijono
2006-06-23Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initi...Benny Prijono
2006-06-22Changed default media quality to 3Benny Prijono
2006-06-22Modify all applications because of changed in WAV port API (removed user_data...Benny Prijono
2006-06-19Re-live --quality options in pjsuaBenny Prijono
2006-06-19Increase default max SIP packet size to 2000 (from 1500), since SIP PDU conta...Benny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-13Added status_text and cause_text in dialog and transaction to capture the rea...Benny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-06-06More information in error reporting on parsing errorBenny Prijono
2006-06-01Initial work on pjsua ActiveX componentBenny Prijono
2006-06-01Added pjsip_endpt_handle_events2(), which has an additional argument to repor...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