summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-24Fixed several bugs in PJSUA-API:Benny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22Handle incoming empty packets sent by some user agents (to refresh NAT)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-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-19Fixed race-condition/deadlock problems in the dialog/user agent layer Benny Prijono
2006-09-19Fixed misc compilation warnings (mostly about unused variables)Benny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
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-14Fixed WinCE compilationBenny Prijono
2006-09-14Added --duration option in PJSUA to limit the maximum duration of calls. Also...Benny Prijono
2006-09-13Fixed bug in client REGISTER: crashed when application calls pjsip_regc_regis...Benny Prijono
2006-09-13SIP methods are now compared case-sensitively (previously it was case-insensi...Benny Prijono
2006-09-13Fixed bug in event subscription: for event subscriptions established by non-S...Benny Prijono
2006-09-09Fixed authentication with qop: nc is not printed, and set nc length to 8 byte...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-20Added initial "norefersub" (RFC 4488) implementation in PJSUA-LIB, and also p...Benny 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-12Improved logging consistency and added more logging info in verbosity 6Benny Prijono
2006-08-11Fixed bugs in previous deadlock workaroundBenny Prijono
2006-08-10Attempt to fix the race condition in dialog locking.Benny Prijono
2006-08-08Fixed bugs in client registration (sip_regc.c): when re-registration failed ...Benny Prijono
2006-08-08Added logging in sip_regc.c to report the error when pjsip_regc_send() fails ...Benny Prijono
2006-08-07Added Ctrl-C handler for pjsua Windows, and added average bps in media statis...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-06Fixed assertion error if ACK is received before INVITE transaction sends fina...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-04Fixed bug in pjsua_media.c because of recent AEC changes: sound device is not...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-08-01Added simple WinCE application: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-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-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-23Improvement/bug fix in hash table lookup to allow user to specify the hash va...Benny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-22Fixed bug in tel: URI unescaping codeBenny Prijono